@charset "UTF-8";
body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.7;display:none;z-index:1006}.sl-wrapper{z-index:1000}.sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:1015}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:1015}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-10px;height:30px;width:30px;line-height:30px;text-align:center;display:block;z-index:1015;font-family:arial sans-serif}.sl-wrapper .sl-navigation button.sl-next{right:40px}.sl-wrapper .sl-navigation button.sl-prev{left:40px}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block}.sl-wrapper .sl-image iframe{border:0;background:#000}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:#000;opacity:.8;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:1005}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}.anima1 {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.anima-none {
-webkit-transition: none!important;
-moz-transition: none!important;
transition: none!important;
}
.anima-transform {
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
}
.background-cover,
.bg-cover {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}  .elpt-portfolio {
padding-top: 20px;
padding-bottom: 20px;
}
.elpt-portfolio-filter {
text-align: center;
padding-bottom: 20px;
}
.elpt-portfolio-filter .portfolio-filter-item {
border: 0;
background: #333;
color: #fff;
padding: 8px 12px;
margin-right: 3px;
margin-bottom: 3px;
font-size: 13px;
outline: none!important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.elpt-portfolio-filter .portfolio-filter-item:hover {
background: #555;
opacity: 0.9;
}
.elpt-portfolio-filter .portfolio-filter-item.item-active {
background: #555;
opacity: 0.8;
outline: none!important;
}
.elpt-portfolio-content:after {
content: '';
clear: both;
}
.elpt-portfolio-content .portfolio-item-wrapper {
float: none;
margin-bottom: 0;
width: 100%;
overflow: hidden;
background: transparent;
box-sizing: border-box !important;
}
@media (min-width: 768px) {
.elpt-portfolio-content .portfolio-item-wrapper {
float: left;
width: 50%;
}
}
.elpt-portfolio-content .portfolio-item-wrapper img {
width: 100%;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background: #f4f4f4;
}
.elpt-portfolio-content .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
overflow: hidden;
}
.elpt-portfolio-content p {
display: none;
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-columns-3 .portfolio-item-wrapper {
width: 50%;
}
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-columns-3 .portfolio-item-wrapper {
width: 33.33%;
}
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-columns-4 .portfolio-item-wrapper {
width: 25%;
}
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-columns-5 .portfolio-item-wrapper {
width: 20%;
}
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-columns-6 .portfolio-item-wrapper {
width: 16.66%;
}
}
@media (max-width: 992px) {
.elpt-portfolio-content.elpt-portfolio-columns-mobile-2 .portfolio-item-wrapper {
width: 50%;
}
}
@media (max-width: 992px) {
.elpt-portfolio-content.elpt-portfolio-columns-mobile-3 .portfolio-item-wrapper {
width: 33.33%;
}
}
.elpt-portfolio-content.elpt-portfolio-margin .portfolio-item-wrapper {
padding: 0;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}
.elpt-portfolio-content.elpt-portfolio-style-box .portfolio-item {
height: 250px;
}
@media (min-width: 1400px) {
.elpt-portfolio-content.elpt-portfolio-style-box .portfolio-item {
height: 400px;
}
}
.elpt-portfolio-content.elpt-portfolio-style-box .portfolio-item img {
display: none;
}
.elpt-portfolio-content .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content .portfolio-item-infos {
position: absolute;
width: 100%;
top: 50%;
left: 0;
padding: 20px;
margin-top: -40px;
z-index: 10;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content .portfolio-item-title {
font-size: 18px;
font-weight: bold;
line-height: 1.1;
margin-bottom: 2px;
}
.elpt-portfolio-content .portfolio-item-desc {
font-size: 12px;
}
.elpt-portfolio-content .portfolio-item-category {
font-size: 11px;
font-style: italic;
display: inline-block;
opacity: 0.7;
line-height: 1;
}
.elpt-portfolio-content .elpt-portfolio-cat {
display: inline-block;
padding: 3px;
}
.elpt-portfolio .isotope-pager {
text-align: center;
}
.elpt-portfolio .isotope-pager a {
display: inline-block;
padding: 6px;
margin-right: 3px;
background: #333;
color: #fff;
font-size: 12px;
border-radius: 3px;
line-height: 1;
}
.elpt-portfolio .isotope-pager a:focus,
.elpt-portfolio .isotope-pager a:hover,
.elpt-portfolio .isotope-pager a.active {
background: #555;
opacity: 0.8;
}
.elpt-portfolio-style-box.zoom_effect img {
display: block !important;
min-height: 100%;
max-width: auto;
width: auto;
object-fit: cover;
}
.elpt-portfolio-content.zoom_effect .portfolio-item {
overflow: hidden;
}
.elpt-portfolio-content.zoom_effect .portfolio-item img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.elpt-portfolio-content.zoom_effect .portfolio-item:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.elpt-portfolio-content.simple .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
.elpt-portfolio-content.simple .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
}
.elpt-portfolio-content.simple .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
transform: translateY(0px) !important;
-webkit-transform: translateY(0px) !important;
-moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.simple .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.simple .portfolio-item-infos {
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.simple p {
display: none;
}
.elpt-portfolio-content.hover1 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
overflow: hidden;
}
.elpt-portfolio-content.hover1 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
}
.elpt-portfolio-content.hover1 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
transform: translateY(0px) !important;
-webkit-transform: translateY(0px) !important;
-moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover1 .portfolio-item-infos-wrapper {
position: absolute;
transform: translateY(40%);
-webkit-transform: translateY(40%);
-moz-transform: translateY(40%);
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover1 .portfolio-item-infos {
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover1 p {
display: none;
}
.elpt-portfolio-content.hover2 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
overflow: hidden;
}
.elpt-portfolio-content.hover2 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
}
.elpt-portfolio-content.hover2 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
transform: translateY(0px) !important;
-webkit-transform: translateY(0px) !important;
-moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover2 .portfolio-item-infos-wrapper {
position: absolute;
transform: translateY(-40%);
-webkit-transform: translateY(-40%);
-moz-transform: translateY(-40%);
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover2 .portfolio-item-infos {
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover2 p {
display: none;
}
.elpt-portfolio-content.hover3 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
overflow: hidden;
}
.elpt-portfolio-content.hover3 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
}
.elpt-portfolio-content.hover3 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
transform: translateY(0px) !important;
-webkit-transform: translateY(0px) !important;
-moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover3 .portfolio-item-infos-wrapper {
position: absolute;
transform: translateX(-40%);
-webkit-transform: translateX(-40%);
-moz-transform: translateX(-40%);
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover3 .portfolio-item-infos {
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover3 p {
display: none;
}
.elpt-portfolio-content.hover4 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
overflow: hidden;
}
.elpt-portfolio-content.hover4 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
}
.elpt-portfolio-content.hover4 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
transform: translateY(0px) !important;
-webkit-transform: translateY(0px) !important;
-moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover4 .portfolio-item-infos-wrapper {
position: absolute;
transform: translateX(40%);
-webkit-transform: translateX(40%);
-moz-transform: translateX(40%);
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover4 .portfolio-item-infos {
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover4 p {
display: none;
}
.elpt-portfolio-content.hover5 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
.elpt-portfolio-content.hover5 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
visibility: visible;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
}
.elpt-portfolio-content.hover5 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
}
.elpt-portfolio-content.hover5 .portfolio-item-infos-wrapper {
position: absolute;
transform: translate(30px, -30px);
-webkit-transform: translate(30px, -30px);
-moz-transform: translate(30px, -30px);
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover5 .portfolio-item-infos {
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover5 p {
display: none;
}
.elpt-portfolio-content.hover6 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
background: transparent;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
overflow: visible;
}
.elpt-portfolio-content.hover6 .portfolio-item img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 1;
}
.elpt-portfolio-content.hover6 .portfolio-item:hover .portfolio-item-infos-wrapper {
visibility: visible;
transform: translate(4px, -4px);
-webkit-transform: translate(4px, -4px);
-moz-transform: translate(4px, -4px);
opacity: 1;
}
.elpt-portfolio-content.hover6 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
}
.elpt-portfolio-content.hover6 .portfolio-item:hover img {
transform: translate(-4px, 4px);
-webkit-transform: translate(-4px, 4px);
-moz-transform: translate(-4px, 4px);
opacity: 1;
}
.elpt-portfolio-content.hover6 .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover6 .portfolio-item-infos {
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover6 p {
display: none;
}
.elpt-portfolio-content.hover7 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
.elpt-portfolio-content.hover7 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
}
.elpt-portfolio-content.hover7 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
transform: translateX(0px) !important;
-webkit-transform: translateX(0px) !important;
-moz-transform: translateX(0px) !important;
}
.elpt-portfolio-content.hover7 .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover7 .portfolio-item-infos {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: translateX(-60px);
-webkit-transform: translateX(-60px);
-moz-transform: translateX(-60px);
}
.elpt-portfolio-content.hover7 p {
display: none;
}
.elpt-portfolio-content.hover8 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
.elpt-portfolio-content.hover8 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
}
.elpt-portfolio-content.hover8 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
transform: translateX(0px) !important;
-webkit-transform: translateX(0px) !important;
-moz-transform: translateX(0px) !important;
}
.elpt-portfolio-content.hover8 .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover8 .portfolio-item-infos {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: translateX(60px);
-webkit-transform: translateX(60px);
-moz-transform: translateX(60px);
}
.elpt-portfolio-content.hover8 p {
display: none;
}
.elpt-portfolio-content.hover9 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
.elpt-portfolio-content.hover9 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
}
.elpt-portfolio-content.hover9 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
transform: translateY(0px) !important;
-webkit-transform: translateY(0px) !important;
-moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover9 .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover9 .portfolio-item-infos {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: translateY(-60px);
-webkit-transform: translateY(-60px);
-moz-transform: translateY(-60px);
}
.elpt-portfolio-content.hover9 p {
display: none;
}
.elpt-portfolio-content.hover10 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
.elpt-portfolio-content.hover10 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
}
.elpt-portfolio-content.hover10 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
transform: translateY(0px) !important;
-webkit-transform: translateY(0px) !important;
-moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover10 .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover10 .portfolio-item-infos {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transform: translateY(60px);
-webkit-transform: translateY(60px);
-moz-transform: translateY(60px);
}
.elpt-portfolio-content.hover10 p {
display: none;
}
.elpt-portfolio-content.hover11 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover11 .portfolio-item:hover {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover11 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
}
.elpt-portfolio-content.hover11 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
}
.elpt-portfolio-content.hover11 .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover11 .portfolio-item-infos {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover11 p {
display: none;
}
.elpt-portfolio-content.hover12 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover12 .portfolio-item .portfolio-item-infos-wrapper {
background: #111;
}
.elpt-portfolio-content.hover12 .portfolio-item img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.elpt-portfolio-content.hover12 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 1;
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover12 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
}
.elpt-portfolio-content.hover12 .portfolio-item:hover img {
transform: translateX(80px);
-webkit-transform: translateX(80px);
-moz-transform: translateX(80px);
}
.elpt-portfolio-content.hover12 .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0.9;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
}
.elpt-portfolio-content.hover12 .portfolio-item-infos {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover12 p {
display: none;
}
.elpt-portfolio-content.hover13 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover13 .portfolio-item img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.elpt-portfolio-content.hover13 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 1;
left: 50%;
-webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover13 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
}
.elpt-portfolio-content.hover13 .portfolio-item:hover img {
transform: translateX(-20px);
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
}
.elpt-portfolio-content.hover13 .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 100%;
width: 50%;
height: 100%;
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0.9;
}
.elpt-portfolio-content.hover13 .portfolio-item-infos {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover13 p {
display: none;
}
.elpt-portfolio-content.hover14 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover14 .portfolio-item img { }
.elpt-portfolio-content.hover14 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 1;
top: 50%;
-webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover14 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
}
.elpt-portfolio-content.hover14 .portfolio-item-infos-wrapper {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 50%;
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0.9;
}
.elpt-portfolio-content.hover14 .portfolio-item-infos {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover14 p {
display: none;
}
.elpt-portfolio-content.hover14b .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover14b .portfolio-item img { }
.elpt-portfolio-content.hover14b .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 1;
bottom: 0%;
-webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover14b .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
}
.elpt-portfolio-content.hover14b .portfolio-item-infos-wrapper {
position: absolute;
top: auto;
bottom: -70px;
left: 0;
width: 100%;
height: 70px;
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0.9;
}
.elpt-portfolio-content.hover14b .portfolio-item-infos {
opacity: 1;
position: relative;
top: 0 !important;
margin-top: 0 !important;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding: 15px;
padding-bottom: 0px;
}
.elpt-portfolio-content.hover14b .portfolio-item-infos .portfolio-item-title {
margin-bottom: 5px;
display: block;
}
.elpt-portfolio-content.hover14b .portfolio-item-infos .portfolio-item-category {
display: block;
}
.elpt-portfolio-content.hover14b p {
display: none;
}
.elpt-portfolio-content.hover15 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover15 .portfolio-item .portfolio-item-infos-wrapper {
height: 50%;
top: 50%;
}
.elpt-portfolio-content.hover15 .portfolio-item img { }
.elpt-portfolio-content.hover15 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 1;
-webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
-webkit-filter: grayscale(100%); filter: grayscale(100%);
}
.elpt-portfolio-content.hover15 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
}
.elpt-portfolio-content.hover15 .portfolio-item:hover img {
-webkit-filter: grayscale(100%); filter: grayscale(100%);
}
.elpt-portfolio-content.hover15 p {
display: none;
}
.elpt-portfolio-content.hover16 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
.elpt-portfolio-content.hover16 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 0.95;
}
.elpt-portfolio-content.hover16 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
transform: translateY(0px) !important;
-webkit-transform: translateY(0px) !important;
-moz-transform: translateY(0px) !important;
}
.elpt-portfolio-content.hover16 .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0) !important;
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 1;
}
.elpt-portfolio-content.hover16 .portfolio-item-infos {
opacity: 1;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover16 .portfolio-item-title-span,
.elpt-portfolio-content.hover16 .portfolio-item-category {
display: inline-block;
padding: 3px;
background: #000;
}
.elpt-portfolio-content.hover16 p {
display: none;
}
.elpt-portfolio-content.hover17 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
}
.elpt-portfolio-content.hover17 .portfolio-item img { }
.elpt-portfolio-content.hover17 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 1;
bottom: 0%;
-webkit-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
box-shadow: 9px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover17 .portfolio-item:hover .portfolio-item-infos {
opacity: 1!important;
}
.elpt-portfolio-content.hover17 .portfolio-item-infos-wrapper {
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 100%;
height: 70px;
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0.9;
}
.elpt-portfolio-content.hover17 .portfolio-item-infos {
opacity: 1;
position: relative;
top: 0 !important;
margin-top: 0 !important;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding: 15px;
padding-bottom: 0px;
}
.elpt-portfolio-content.hover17 .portfolio-item-infos .portfolio-item-title {
margin-bottom: 5px;
display: block;
}
.elpt-portfolio-content.hover17 .portfolio-item-infos .portfolio-item-category {
display: block;
}
.elpt-portfolio-content.hover17 p {
display: none;
}
.elpt-portfolio-content.hover18 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover18 .portfolio-item:hover {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover18 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 1;
}
.elpt-portfolio-content.hover18 .portfolio-item:hover .portfolio-item-infos {
opacity: 1 !important;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
}
.elpt-portfolio-content.hover18 .portfolio-item-infos-wrapper {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover18 .portfolio-item-infos {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
transform: translateY(50%);
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
}
.elpt-portfolio-content.hover19 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover19 .portfolio-item:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.24);
}
.elpt-portfolio-content.hover19 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 1;
}
.elpt-portfolio-content.hover19 .portfolio-item:hover .portfolio-item-infos {
opacity: 1 !important;
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
}
.elpt-portfolio-content.hover19 .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
right: 0;
width: 70%;
height: 100%;
padding: 20px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.elpt-portfolio-content.hover19 .portfolio-item-infos {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
transform: translateX(100%);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
}
.elpt-portfolio-content.hover20 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover20 .portfolio-item img {
filter: grayscale(0%);
}
.elpt-portfolio-content.hover20 .portfolio-item:hover img {
filter: grayscale(100%);
}
.elpt-portfolio-content.hover20 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 1;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.elpt-portfolio-content.hover20 .portfolio-item:hover .portfolio-item-infos {
opacity: 1 !important;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.elpt-portfolio-content.hover20 .portfolio-item-infos-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: inline-block;
padding: 20px;
background: rgba(0, 0, 0, 0.7);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform: rotate(20deg);
}
.elpt-portfolio-content.hover20 .portfolio-item-infos {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-o-transform: scale(0.7);
transform: scale(0.7);
}
.elpt-portfolio-content.hover21 .portfolio-item {
display: block;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.elpt-portfolio-content.hover21 .portfolio-item img {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.elpt-portfolio-content.hover21 .portfolio-item:hover .portfolio-item-infos-wrapper {
opacity: 1;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
.elpt-portfolio-content.hover21 .portfolio-item:hover .portfolio-item-infos {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.elpt-portfolio-content.hover21 .portfolio-item-infos-wrapper {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
text-align: center;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-o-transform: scale(0.7);
transform: scale(0.7);
}
.element-hsize-1 {
height: 279px;
}
.element-hsize-1 .portfolio-item {
height: 279px;
}
.element-hsize-2 {
height: 558px;
}
.element-hsize-2 .portfolio-item {
height: 558px;
}
.element-size-1 {
width: 100%;
height: 279px;
}
.element-size-1 .portfolio-item {
height: 279px;
}
@media (min-width: 768px) {
.element-size-1 {
width: 50%;
}
}
@media (min-width:992px) {
.element-size-1 {
width: 25%;
}
}
.element-size-2 {
width: 100%;
}
@media (min-width:992px) {
.element-size-2 {
width: 50%;
}
}
.element-size-3 {
width: 100%;
}
@media (min-width:992px) {
.element-size-3 {
width: 75%;
}
}
.element-size-4 {
width: 100%;
}
.element-size-4 .portfolio-item {
height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper {
box-sizing: border-box;
padding: 0px !important;
width: 100%;
height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper .portfolio-item {
height: 279px;
}
@media (min-width: 768px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper {
width: 50%;
}
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper {
width: 25%;
}
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper * {
box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper .portfolio-item {
height: 279px;
}
@media (min-width: 768px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper {
width: 50%;
}
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper {
width: 25%;
}
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper img {
display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(3),
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(6),
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(9),
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(12) {
width: 100%;
height: 558px;
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(3),
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(6),
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(9),
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(12) {
width: 50%;
}
}
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(3) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(6) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(9) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-1 .portfolio-item-wrapper:nth-child(12) .portfolio-item {
height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper {
box-sizing: border-box;
padding: 0px !important;
width: 100%;
height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper * {
box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper .portfolio-item {
height: 279px;
}
@media (min-width: 768px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper {
width: 50%;
}
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper {
width: 25%;
}
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper img {
display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper:nth-child(3n+1) {
height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-2 .portfolio-item-wrapper:nth-child(3n+1) .portfolio-item {
height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper {
padding: 0px !important;
width: 100%;
height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper * {
box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper .portfolio-item {
height: 279px;
}
@media (min-width: 768px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper {
width: 50%;
}
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper {
width: 25%;
}
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper img {
display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(1),
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(7),
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(9) {
height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(1) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(7) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(9) .portfolio-item {
height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(3),
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(5),
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(11) {
width: 100%;
height: 558px;
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(3),
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(5),
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(11) {
width: 50%;
}
}
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(3) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(5) .portfolio-item,
.elpt-portfolio-content.elpt-portfolio-special-grid-3 .portfolio-item-wrapper:nth-child(11) .portfolio-item {
height: 558px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper {
box-sizing: border-box;
padding: 0px !important;
width: 100%;
height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper * {
box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper .portfolio-item {
height: 279px;
}
@media (min-width: 768px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper {
width: 50%;
}
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper {
width: 25%;
}
}
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper img {
display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper:nth-child(2n) {
width: 100%;
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-4 .portfolio-item-wrapper:nth-child(2n) {
width: 50%;
}
}
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper {
padding: 5px !important;
margin-bottom: 5px;
width: 100%;
height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper * {
box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper .portfolio-item {
height: 279px;
}
@media (min-width: 768px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper {
width: 50%;
}
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper {
width: 25%;
}
}
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper img {
display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(3),
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(4),
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(9),
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(10) {
width: 100%;
}
@media (min-width:992px) {
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(3),
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(4),
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(9),
.elpt-portfolio-content.elpt-portfolio-special-grid-5 .portfolio-item-wrapper:nth-child(10) {
width: 50%;
}
}
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper {
padding: 5px !important;
margin-bottom: 5px;
width: 33.33%;
height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper * {
box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper .portfolio-item {
height: 279px;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper img {
display: none;
}
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper:nth-child(4),
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper:nth-child(9),
.elpt-portfolio-content.elpt-portfolio-special-grid-6 .portfolio-item-wrapper:nth-child(11) {
width: 66.66%;
}
.elpt-portfolio-content.elpt-portfolio-grid-builder.elpt-portfolio-margin {
padding: 5px !important;
margin-bottom: 5px;
}
.elpt-portfolio-content.elpt-portfolio-grid-builder .portfolio-item-wrapper {
width: 25%;
}
.elpt-portfolio-content.elpt-portfolio-grid-builder .portfolio-item-wrapper * {
box-sizing: border-box;
}
.elpt-portfolio-content.elpt-portfolio-grid-builder .portfolio-item-wrapper img {
display: none;
}
.elpt-portfolio-content.elpt-portfolio-carousel .owl-dots button,
.elpt-portfolio-content.elpt-portfolio-carousel .owl-nav button {
display: inline-block;
padding: 0;
margin: 0;
border: none;
background: none;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
color: inherit;
text-align: center;
text-decoration: none;
vertical-align: middle;
line-height: normal;
white-space: nowrap;
cursor: pointer;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.elpt-portfolio-content.elpt-portfolio-carousel .portfolio-item-wrapper {
float: none;
width: 100%;
display: block;
height: 250px;
}
@media (min-width: 1400px) {
.elpt-portfolio-content.elpt-portfolio-carousel .portfolio-item-wrapper {
height: 400px;
}
}
.elpt-portfolio-content.elpt-portfolio-carousel .portfolio-item {
height: 250px;
}
@media (min-width: 1400px) {
.elpt-portfolio-content.elpt-portfolio-carousel .portfolio-item {
height: 400px;
}
}
.elpt-portfolio-content.elpt-portfolio-carousel .portfolio-item img {
display: none;
} .elpt-portfolio-content .portfolio-item.elpt-has-hover-image {
position: relative;
overflow: hidden;
}
.elpt-portfolio-content .portfolio-item.elpt-has-hover-image .elpt-main-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block !important;
transition: opacity 0.3s ease-in-out;
}
.elpt-portfolio-content .portfolio-item.elpt-has-hover-image .elpt-hover-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
display: block !important;
transition: opacity 0.3s ease-in-out;
}
.elpt-portfolio-content .portfolio-item.elpt-has-hover-image:hover .elpt-main-image {
opacity: 0;
}
.elpt-portfolio-content .portfolio-item.elpt-has-hover-image:hover .elpt-hover-image {
opacity: 1;
} .elpt-portfolio-content .portfolio-item.elpt-has-hover-image .portfolio-item-infos-wrapper {
display: none !important;
}
.elpt-portfolio-content .portfolio-item.elpt-has-hover-image:hover .portfolio-item-infos-wrapper {
display: none !important;
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//yazzie.fr/wp-content/plugins/portfolio-elementor/elementor/../vendor/owl.carousel/assets/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.anima1 {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.anima-none {
-webkit-transition: none!important;
-moz-transition: none!important;
transition: none!important;
}
.anima-transform {
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
}
.background-cover,
.bg-cover {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
} .pwgd-post-grid {
box-sizing: border-box;
}
.pwgd-post-grid * {
box-sizing: border-box;
}
.pwgd-post-grid .pwgd-post-grid-content:after {
content: '';
display: block;
clear: both;
}
.pwgd-post-grid .pwgd-post-grid-item-wrapper {
padding: 10px;
}
.pwgd-post-grid .pwgd-post-grid-item {
padding: 10px;
position: relative;
overflow: hidden;
min-height: 100%;
}
.pwgd-post-grid .pwgd-post-grid-item-meta-wrapper {
padding-top: 5px;
padding-bottom: 10px;
}
.pwgd-post-grid .pwgd-post-grid-item-meta-wrapper .pwgd-post-grid-item-meta {
display: inline-block;
margin-right: 5px;
font-size: 12px;
background: #f4f4f4;
padding: 2px 5px;
}
.pwgd-post-grid .pwgd-post-grid-item-meta-wrapper .pwgd-post-grid-item-meta a {
text-decoration: none;
}
.pwgd-post-grid .pwgd-post-grid-item-meta-icon {
margin-right: 3px;
}
.pwgd-post-grid .pwgd-post-grid-item-img-wrapper .pwgd-post-grid-item-img-link {
display: block;
background: no-repeat center center #eeeeee;
background-image: url(//yazzie.fr/wp-content/plugins/portfolio-elementor/elementor/../assets/img/post.png);
min-height: 120px;
background-size: cover;
position: relative;
}
.pwgd-post-grid .pwgd-post-grid-item-title-wrapper .pwgd-post-grid-item-title {
font-weight: bold;
margin-bottom: 5px;
font-size: 20px;
}
.pwgd-post-grid .pwgd-post-grid-item-title-wrapper .pwgd-post-grid-item-title a {
text-decoration: none;
}
.pwgd-post-grid .pwgd-post-grid-item-btn-wrapper {
margin-top: 10px;
}
.pwgd-post-grid .pwgd-post-grid-item-btn-wrapper .pwgd-post-grid-item-btn {
display: inline-block;
padding: 3px 6px;
border-radius: 6px;
text-decoration: none;
background: #f4f4f4;
}
.pwgd-post-grid .pwgd-post-grid-pagination {
margin-top: 20px;
text-align: center;
}
.pwgd-post-grid .pwgd-post-grid-pagination a {
display: inline-block;
padding: 5px 10px;
margin-right: 5px;
border: 1px solid #ddd;
border-radius: 3px;
}
.pwgd-posts-filter {
text-align: center;
padding-bottom: 20px;
}
.pwgd-posts-filter .posts-filter-item {
border: 0;
background: #333;
color: #fff;
padding: 8px 12px;
margin-right: 3px;
margin-bottom: 3px;
font-size: 13px;
outline: none!important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pwgd-posts-filter .posts-filter-item:hover {
background: #555;
opacity: 0.9;
}
.pwgd-posts-filter .posts-filter-item.item-active {
background: #555;
opacity: 0.8;
outline: none!important;
}
.pwgd-posts-filter .pwgd-post-grid-item-img-link {
background-image: url(//yazzie.fr/wp-content/plugins/portfolio-elementor/elementor/../assets/img/product.png);
}
.pwgd-product-grid .pwgd-on-sale-badge {
position: absolute;
display: block;
left: 10px;
top: 10px;
padding: 4px 7px;
background: #31b54e;
text-transform: uppercase;
font-size: 11px;
color: #fff;
}
.pwgd-product-grid .pwgd-post-grid-item-pricing .product-price-sale {
display: inline-block;
margin-right: 6px;
text-decoration: line-through;
opacity: 0.7;
}
.pwgd-post-grid-cols-grid .pwgd-post-grid-content {
display: grid;
grid-auto-rows: 1fr;
}
.pwgd-post-grid-cols-grid .pwgd-post-grid-content:after {
display: none;
}
.pwgd-post-grid-cols-grid.pwgd-1columns .pwgd-post-grid-content {
grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
.pwgd-post-grid-cols-grid.pwgd-2columns .pwgd-post-grid-content {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 768px) {
.pwgd-post-grid-cols-grid.pwgd-3columns .pwgd-post-grid-content {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width:992px) {
.pwgd-post-grid-cols-grid.pwgd-3columns .pwgd-post-grid-content {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 768px) {
.pwgd-post-grid-cols-grid.pwgd-4columns .pwgd-post-grid-content {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width:992px) {
.pwgd-post-grid-cols-grid.pwgd-4columns .pwgd-post-grid-content {
grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 768px) {
.pwgd-post-grid-cols-grid.pwgd-5columns .pwgd-post-grid-content {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width:992px) {
.pwgd-post-grid-cols-grid.pwgd-5columns .pwgd-post-grid-content {
grid-template-columns: repeat(5, 1fr);
}
}
.pwgd-post-grid-cols-float .pwgd-post-grid-item-wrapper {
float: left;
}
.pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-1columns .pwgd-post-grid-item-wrapper {
float: none;
width: 100%;
}
@media (min-width: 768px) {
.pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-2columns .pwgd-post-grid-item-wrapper {
width: 50%;
}
}
@media (min-width: 768px) {
.pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-3columns .pwgd-post-grid-item-wrapper {
width: 50%;
}
}
@media (min-width:992px) {
.pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-3columns .pwgd-post-grid-item-wrapper {
width: 33.33%;
}
}
@media (min-width: 768px) {
.pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-4columns .pwgd-post-grid-item-wrapper {
width: 50%;
}
}
@media (min-width:992px) {
.pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-4columns .pwgd-post-grid-item-wrapper {
width: 25%;
}
}
@media (min-width: 768px) {
.pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-5columns .pwgd-post-grid-item-wrapper {
width: 50%;
}
}
@media (min-width:992px) {
.pwgd-post-grid-cols-float.pwgd-post-grid-cols.pwgd-5columns .pwgd-post-grid-item-wrapper {
width: 20%;
}
}
.pwgd-post-grid.grid-style-classic .pwgd-post-grid-item-img-link {
display: block;
height: 300px;
}
.pwgd-post-grid.grid-style-classic .pwgd-post-grid-item-img-link img {
display: none;
}
.pwgd-post-grid.grid-style-style2 .pwgd-post-grid-item {
width: 100%;
display: flex;
}
.pwgd-post-grid.grid-style-style2 .pwgd-post-grid-item-img-wrapper {
width: 30%;
}
.pwgd-post-grid.grid-style-style2 .pwgd-post-grid-item-img-link {
display: block;
min-height: 100%;
}
.pwgd-post-grid.grid-style-style2 .pwgd-post-grid-item-img-link img {
display: none;
}
.pwgd-post-grid.grid-style-style2 .pwgd-post-grid-item-content {
width: 70%;
padding: 20px;
}
.pwgd-post-grid.grid-style-style3:after {
content: '';
display: block;
clear: both;
}
.pwgd-post-grid.grid-style-style3 .pwgd-post-grid-item {
position: relative;
padding: 0 !important;
}
.pwgd-post-grid.grid-style-style3 .pwgd-post-grid-item-img-wrapper {
position: relative;
z-index: 1;
}
.pwgd-post-grid.grid-style-style3 .pwgd-post-grid-item-img-link {
min-height: 250px;
}
.pwgd-post-grid.grid-style-style3 .pwgd-post-grid-item-img-link img {
display: none;
}
.pwgd-post-grid.grid-style-style3 .pwgd-post-grid-item-meta-wrapper {
position: absolute;
top: -5px;
left: 0;
z-index: 9;
margin: 0 !important;
padding: 7px !important;
}
.pwgd-product-grid.grid-style-style3 .pwgd-post-grid-item-meta-wrapper {
left: auto;
right: 0;
}
.pwgd-post-grid.grid-style-style4:after {
content: '';
display: block;
clear: both;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item {
position: relative;
padding: 0 !important;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-img-wrapper {
position: relative;
z-index: 1;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-img-link {
height: 300px;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-img-link img {
display: none;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-img-link:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, #020024 0%, #000000 8%, rgba(0, 212, 255, 0) 100%);
opacity: 0.7;
z-index: 2;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-meta-wrapper {
position: absolute;
top: -5px;
left: 0;
z-index: 9;
margin: 0 !important;
padding: 7px !important;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-btn-wrapper {
display: none;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-text-wrapper {
display: none;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-title-wrapper {
position: absolute;
bottom: 0;
left: 0;
padding: 10px !important;
z-index: 7;
margin-bottom: 0;
}
.pwgd-post-grid.grid-style-style4 .pwgd-post-grid-item-content {
padding: 0 !important; }
.premium-atext__switch .premium-atext__wrapper:not(.premium-atext__typing) .premium-atext__text,.premium-atext__switch .premium-fancy-item-hidden{opacity:0}.premium-atext__wrapper{position:relative}.premium-atext__wrapper a{position:absolute;inset:0;z-index:9}.premium-atext__wrapper a span{display:none}.premium-atext__wrapper .premium-fancy-list-items{list-style:none}.premium-atext__wrapper .premium-atext__span-align{vertical-align:top}.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-atext__items-wrapper{margin:0;padding:0;border:none;position:relative}.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-fancy-list-items{position:absolute;top:0;left:0;display:inline-block}.premium-atext__headline{display:block;font-size:43px}.premium-atext__clip .premium-fancy-item-visible{position:relative!important}.premium-atext__clip .premium-atext__items-wrapper{display:inline-block;overflow:hidden;vertical-align:top}.premium-atext__clip .premium-atext__items-wrapper::after{content:"";position:absolute;top:0;left:auto;right:0;width:2px;height:100%;background-color:#0d0d0d}.premium-atext__zoomout .premium-fancy-item-hidden{-webkit-animation:pa-zoom-out .8s;animation:pa-zoom-out .8s}.premium-atext__zoomout .premium-fancy-item-visible{position:relative!important;-webkit-animation:pa-zoom-in .8s;animation:pa-zoom-in .8s}.premium-atext__zoomout .premium-atext__items-wrapper{-webkit-perspective:300px;perspective:300px}.premium-atext__rotate .premium-fancy-list-items{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.premium-atext__rotate .premium-fancy-item-hidden{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:pa-rotate-out 1.2s;animation:pa-rotate-out 1.2s}.premium-atext__rotate .premium-fancy-item-visible{position:relative!important;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-animation:pa-rotate-in 1.2s;animation:pa-rotate-in 1.2s}.premium-atext__custom .premium-fancy-item-visible{position:relative!important}.premium-atext__auto-fade .premium-atext__text{display:inline-block;width:200px;font-weight:400}.premium-atext__auto-fade .premium-fancy-svg-text{position:relative;vertical-align:sub}.premium-atext__auto-fade g>text{text-anchor:start;shape-rendering:crispEdges;opacity:0;font-size:300px;-webkit-animation-name:pa-auto-fade;animation-name:pa-auto-fade;-moz-animation-name:pa-auto-fade;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.premium-atext__auto-fade g>text:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.premium-atext__auto-fade g>text:nth-child(2){-webkit-animation-delay:3s;animation-delay:3s}.premium-atext__auto-fade g>text:nth-child(3){-webkit-animation-delay:6s;animation-delay:6s}.premium-atext__highlight .premium-atext__text{display:inline-block}.premium-atext__paused-yes:hover .premium-atext__letter,.premium-atext__paused-yes:hover .premium-atext__text,.premium-atext__paused-yes:hover .text{-webkit-animation-play-state:paused;animation-play-state:paused}.premium-atext__shadow .premium-atext__text{-webkit-animation:pa-text-shadow 1.5s ease-in-out infinite;animation:pa-text-shadow 1.5s ease-in-out infinite}.premium-atext__pattern .premium-atext__text{text-shadow:.03em .03em 0 var(--pa-atext-fc);position:relative;z-index:1}.premium-atext__pattern .premium-atext__text::after{content:attr(data-text);position:absolute;top:.07em;left:.07em;z-index:-1;text-shadow:none;background-image:-webkit-linear-gradient(45deg,transparent 45%,var(--pa-atext-sc) 45%,#eae8e0 55%,transparent 0);background-image:linear-gradient(45deg,transparent 45%,var(--pa-atext-sc) 45%,#eae8e0 55%,transparent 0);background-size:.05em .05em;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:pa-pattern 15s linear infinite;animation:pa-pattern 15s linear infinite}.premium-atext__fill .premium-atext__text{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-size:300% 300%!important;-webkit-animation:pa-fill 10s ease-in-out infinite;animation:pa-fill 10s ease-in-out infinite}.premium-atext__tilt{opacity:0}.premium-atext__tilt .premium-atext__letter{display:inline-block;-webkit-animation:pa-tilt 1s forwards ease-in-out infinite;animation:pa-tilt 1s forwards ease-in-out infinite}.premium-atext__flip .premium-atext__letter{display:inline-block;-webkit-animation:pa-flip 1s forwards ease-in-out infinite;animation:pa-flip 1s forwards ease-in-out infinite}.premium-atext__wave .premium-atext__letter{display:inline-block;-webkit-animation:pa-wave 1s backwards ease-in-out infinite;animation:pa-wave 1s backwards ease-in-out infinite}.premium-atext__pop .premium-atext__letter{display:inline-block;-webkit-animation:pa-pop 1s forwards ease-in-out infinite;animation:pa-pop 1s forwards ease-in-out infinite}.premium-atext__lines .text{fill:none;stroke-width:1;stroke-linejoin:round;stroke-dasharray:60 330;stroke-dashoffset:0;-webkit-animation:pa-lines 3s infinite linear;animation:pa-lines 3s infinite linear}.premium-atext__lines .text:nth-child(5n+1){stroke:var(--pa-atext-fc);-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.premium-atext__lines .text:nth-child(5n+2){stroke:var(--pa-atext-sc);-webkit-animation-delay:-2.4s;animation-delay:-2.4s}.premium-atext__lines .text:nth-child(5n+3){stroke:var(--pa-atext-tc);-webkit-animation-delay:-3.6s;animation-delay:-3.6s}.premium-atext__lines .text:nth-child(5n+4){stroke:var(--pa-atext-foc);-webkit-animation-delay:-4.8s;animation-delay:-4.8s}.premium-atext__lines .text:nth-child(5n+5){stroke:var(--pa-atext-fic);-webkit-animation-delay:-6s;animation-delay:-6s}.premium-atext__underline .premium-atext__text{position:relative;z-index:1}.premium-atext__underline .premium-atext__text::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:10px;background-color:#ff0;z-index:-1}.premium-atext__shape .premium-atext__text{position:relative}.premium-atext__shape .premium-atext__text svg{position:absolute;top:50%;left:50%;width:-webkit-calc(100% + 20px);width:calc(100% + 20px);height:-webkit-calc(100% + 20px);height:calc(100% + 20px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:visible}.premium-atext__shape .premium-atext__text svg path{stroke:#3baede;stroke-width:9;fill:none;opacity:0;stroke-dasharray:0 1500;-webkit-transition:.3s;transition:.3s}.premium-atext__shape.draw-shape svg path{-webkit-animation:pa-shape-draw var(--pa-animation-duration,1.2s) forwards ease 1;animation:pa-shape-draw var(--pa-animation-duration,1.2s) forwards ease 1}.premium-atext__shape.draw-shape svg path:nth-of-type(2){-webkit-animation-delay:-webkit-calc(var(--pa-animation-duration,1.2s)/ 2);animation-delay:calc(var(--pa-animation-duration,1.2s)/ 2)}.premium-atext__shape.hide-shape svg path{opacity:1;stroke-dasharray:1500 1500;-webkit-animation:pa-shape-hide .4s forwards ease 1;animation:pa-shape-hide .4s forwards ease 1}.premium-atext__reveal .premium-atext__text{color:transparent!important;-webkit-background-clip:text;background-clip:text;background-repeat:repeat-x;-webkit-animation:pa-reveal 2s forwards ease-in-out infinite;animation:pa-reveal 2s forwards ease-in-out infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.premium-atext__loading-yes .premium-atext__text{position:relative}.premium-atext__loading-yes .premium-atext__text .premium-loading-bar{position:absolute;width:100%;height:3px;bottom:0;left:0;animation:pa-loading-bar 2.5s ease-out infinite;-webkit-animation:pa-loading-bar 2.5s ease-out infinite}.premium-atext__loading-yes.pause .premium-atext__text:hover .premium-loading-bar{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes pa-text-shadow{0%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}20%{-webkit-transform:translateY(-1em);transform:translateY(-1em);text-shadow:0 .125em 0 var(--pa-atext-fc),0 .25em 0 var(--pa-atext-sc),0 -.125em 0 var(--pa-atext-tc),0 -.25em 0 var(--pa-atext-foc)}40%{-webkit-transform:translateY(.5em);transform:translateY(.5em);text-shadow:0 -.0625em 0 var(--pa-atext-fc),0 -.125em 0 var(--pa-atext-sc),0 .0625em 0 var(--pa-atext-tc),0 .125em 0 var(--pa-atext-foc)}60%{-webkit-transform:translateY(-.25em);transform:translateY(-.25em);text-shadow:0 .03125em 0 var(--pa-atext-fc),0 .0625em 0 var(--pa-atext-sc),0 -.03125em 0 var(--pa-atext-tc),0 -.0625em 0 var(--pa-atext-foc)}80%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}}@keyframes pa-text-shadow{0%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}20%{-webkit-transform:translateY(-1em);transform:translateY(-1em);text-shadow:0 .125em 0 var(--pa-atext-fc),0 .25em 0 var(--pa-atext-sc),0 -.125em 0 var(--pa-atext-tc),0 -.25em 0 var(--pa-atext-foc)}40%{-webkit-transform:translateY(.5em);transform:translateY(.5em);text-shadow:0 -.0625em 0 var(--pa-atext-fc),0 -.125em 0 var(--pa-atext-sc),0 .0625em 0 var(--pa-atext-tc),0 .125em 0 var(--pa-atext-foc)}60%{-webkit-transform:translateY(-.25em);transform:translateY(-.25em);text-shadow:0 .03125em 0 var(--pa-atext-fc),0 .0625em 0 var(--pa-atext-sc),0 -.03125em 0 var(--pa-atext-tc),0 -.0625em 0 var(--pa-atext-foc)}80%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}}@-webkit-keyframes pa-pattern{0%{background-position:0 0}0%{background-position:100% -100%}}@keyframes pa-pattern{0%{background-position:0 0}0%{background-position:100% -100%}}@-webkit-keyframes pa-fill{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes pa-fill{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@-webkit-keyframes pa-tilt{0%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}50%{-webkit-transform:rotateZ(15deg);transform:rotateZ(15deg)}100%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}}@keyframes pa-tilt{0%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}50%{-webkit-transform:rotateZ(15deg);transform:rotateZ(15deg)}100%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}}@-webkit-keyframes pa-flip{0%{-webkit-transform:rotateX(0);transform:rotateX(0)}50%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}100%{-webkit-transform:rotateX(0);transform:rotateX(0)}}@keyframes pa-flip{0%{-webkit-transform:rotateX(0);transform:rotateX(0)}50%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}100%{-webkit-transform:rotateX(0);transform:rotateX(0)}}@-webkit-keyframes pa-wave{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}}@keyframes pa-wave{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}}@-webkit-keyframes pa-pop{0%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}50%{-webkit-transform:rotateZ(-5deg) scale(1) translateY(-.5em);transform:rotateZ(-5deg) scale(1) translateY(-.5em);opacity:1}100%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}}@keyframes pa-pop{0%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}50%{-webkit-transform:rotateZ(-5deg) scale(1) translateY(-.5em);transform:rotateZ(-5deg) scale(1) translateY(-.5em);opacity:1}100%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}}@-webkit-keyframes pa-lines{100%{stroke-dashoffset:-400}}@keyframes pa-lines{100%{stroke-dashoffset:-400}}@-webkit-keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@-webkit-keyframes pa-shape-draw{0%{stroke-dasharray:0 1500;opacity:1}100%{stroke-dasharray:1500 1500;opacity:1}}@keyframes pa-shape-draw{0%{stroke-dasharray:0 1500;opacity:1}100%{stroke-dasharray:1500 1500;opacity:1}}@-webkit-keyframes pa-shape-hide{0%{stroke-dasharray:1500 1500;opacity:1}100%{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}}@keyframes pa-shape-hide{0%{stroke-dasharray:1500 1500;opacity:1}100%{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}}@-webkit-keyframes pa-reveal{0%{background-size:0;background-position-y:0}10%{background-size:30px;background-position-y:0}35%,45%{background-position-y:100%}70%{background-size:30px;background-position-y:0}100%{background-size:200px}}@keyframes pa-reveal{0%{background-size:0;background-position-y:0}10%{background-size:30px;background-position-y:0}35%,45%{background-position-y:100%}70%{background-size:30px;background-position-y:0}100%{background-size:200px}}@keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@-webkit-keyframes pa-loading-bar{0%{width:0}100%{width:100}}@keyframes pa-loading-bar{0%{width:0}100%{width:100}}@-webkit-keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@-webkit-keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@-webkit-keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}.premium-title-bg-text:before{position:absolute;content:attr(data-background);top:0;left:0;text-align:left}.premium-bg-text-yes .elementor-widget-container:before{position:absolute;top:0;left:0;text-align:left}.premium-mask-yes .premium-mask-span{position:relative;overflow:hidden;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.premium-mask-yes .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.premium-button .premium-lottie-animation,.premium-image-button .premium-lottie-animation{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-button svg:not(.premium-btn-svg),.premium-image-button svg:not(.premium-btn-svg){width:30px;height:30px}.premium-btn-block,.premium-btn-lg,.premium-btn-md,.premium-btn-sm{background-color:#eee;color:#042551;margin:0;text-decoration:none}.premium-btn-block:hover,.premium-btn-lg:hover,.premium-btn-md:hover,.premium-btn-sm:hover{background-color:#54595f;color:#eee}div[class*=elementor-widget-premium] .premium-btn-sm{padding:12px 24px;font-size:14px;line-height:1}div[class*=elementor-widget-premium] .premium-btn-sm.premium-button-line6::after{padding:12px 24px}div[class*=elementor-widget-premium] .premium-btn-md{padding:14px 26px;font-size:16px;line-height:1.2}div[class*=elementor-widget-premium] .premium-btn-md.premium-button-line6::after{padding:14px 26px}div[class*=elementor-widget-premium] .premium-btn-lg{padding:16px 28px;font-size:18px;line-height:1.3333}div[class*=elementor-widget-premium] .premium-btn-lg.premium-button-line6::after{padding:16px 28px}div[class*=elementor-widget-premium] .premium-btn-block{font-size:18px;line-height:1;padding:20px 0;width:100%;text-align:center}div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after{padding:20px 0}.premium-button-text{display:inline-block;width:100%}.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg{position:absolute;z-index:0;top:0;left:0;width:0;height:0;border-radius:50%;display:block;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:width .4s ease-in-out,height .4s ease-in-out;transition:width .4s ease-in-out,height .4s ease-in-out}.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg{width:225%;height:560px}.premium-mouse-detect-yes .premium-button-style6:before{width:0;height:0}.premium-loader{border:3px solid #f3f3f3;border-top-width:3px;border-top-style:solid;border-top-color:#f3f3f3;border-radius:50%;border-top:3px solid;border-top-color:#bbb;width:30px;height:30px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:0 auto}.premium-svg-drawer *,.premium-svg-nodraw *{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-property:stroke,fill,background-color!important;transition-property:stroke,fill,background-color!important}.premium-svg-drawer .no-transition,.premium-svg-nodraw .no-transition{-webkit-transition:none!important;transition:none!important}.premium-svg-drawer *{stroke-width:15px;stroke:#000}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.premium-error-notice{width:100%;padding:10px;color:#b94a48;background-color:#f2dede;border-color:#eed3d7;text-align:center}.premium-error-notice a{color:#252c59}.premium-addons__v-hidden{visibility:hidden;opacity:0}