Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
themes
/
adsett
/
assets
/
scss
/
elements
/
File Content:
_grid.scss
.pxl-grid{ .posts-pagination, .woocommerce-pagination{ padding-top: 50px; } } .pxl-portfolio-grid{ .grid-filter-wrap{ margin-bottom: 37px; .filter-item{ font-size: 18px; line-height: 28px; color: $heading_color; font-weight: 700; cursor: pointer; @include transition(); padding: 0 40px; margin: 20px 0; @media (max-width: $lg_max){ padding: 0 20px; } .cat-name{ flex: 1 0 0%; position: relative; padding-top: 15px; padding-bottom: 10px; &:before,&:after{ content: ""; width: 20px; height: 6px; opacity: 0; background-color: $primary_color; position: absolute; width: 0; @include transition(all .3s ease); } &:before{ right: 0; top: 8px; } &:after{ left: 0; bottom: 8px; } } &:hover, &.active{ color: $primary_color; .cat-name{ &:before,&:after{ opacity: 1; width: 100%; } &:before{ top: 0; } &:after{ bottom: 0; } } } } } &.layout-portfolio-1{ .grid-item{ &:first-child{ margin-top: 78px; @media (max-width: $sm_max){ margin-top: 0; } } &:nth-child(1) .grid-item-inner{ margin-left: 128px; @media (max-width: $xxl_max){ margin-left: 80px; } @media (max-width: $xl_max){ margin-left: 50px; } @media (max-width: $md_max){ margin-left: 0; } } &:nth-child(3) .grid-item-inner{ margin-right: 180px; @media (max-width: $xxl_max){ margin-right: 120px; } @media (max-width: $xl_max){ margin-right: 80px; } @media (max-width: $md_max){ margin-right: 0; } } &:nth-child(4) .grid-item-inner{ margin-left: 128px; @media (max-width: $xxl_max){ margin-left: 80px; } @media (max-width: $xl_max){ margin-left: 50px; } @media (max-width: $md_max){ margin-left: 0; } } } .grid-item-inner{ border: 1px solid #ccc; padding: 38px; background-color: #fff; @media (max-width: $sm_max){ padding: 15px; } .item-featured{ overflow: hidden; a{ display: block; } figure{ @include transition(opacity .3s ease); } img{ width: 100%; } } .pxl-bd-anm{ border-color: #ccc; margin: 0 -38px; @media (max-width: $sm_max){ margin: 0 -15px; } } .item-title{ font-weight: 700; font-size: 36px; margin-top: 22px; @media (max-width: $sm_max){ font-size: 28px; } .ucfirst{ font-weight: 300; } } .item-metas{ margin-top: 25px; font-size: 15px; font-weight: 300; color: #000; } .item-location{ .pxl-icon{ font-size: 18px; margin-right: 10px; position: relative; top: -2px; } } &:hover{ .item-featured figure{ opacity: 0.9; } } } } &.layout-portfolio-2{ .grid-item-inner{ background-color: #f8f3f0; padding: 30px 30px 39px 30px; @media (max-width: $xs_screen){ padding: 15px 15px 30px 15px; } .item-featured{ overflow: hidden; a{ display: block; } figure{ @include transition(opacity .3s ease); } img{ width: 100%; } } .pxl-bd-anm{ border-color: #d2d1d1; } .item-title{ font-size: 22px; margin-top: 32px; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 0.05em; @media (max-width: $sm_max){ font-size: 18px; } .ucfirst{ font-weight: 300; } } .item-metas{ margin-top: 34px; font-size: 15px; font-weight: 300; color: $heading_color; gap: 12px; @media (max-width: $xs_screen){ margin-top: 24px; } >*{ @media (max-width: 359px){ flex: 0 0 100%; } } } .item-location{ .pxl-icon{ font-size: 18px; margin-right: 8px; position: relative; top: -2px; } } &:hover{ .item-featured figure{ opacity: 0.9; } } } } } .pxl-gallery-grid{ &.has-loadmore{ .grid-item { display: none; } } .pxl-overlay{ background-color: rgba(#{'var(--heading-color-rgb)'}, 0.5); opacity: 0; @include transform(scale(0.5)); @include transition(all .3s ease); } .pxl-galleries-light-box{ display: inline-block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; @include transition(all .3s ease .2s); &:before{ content: ""; width: 27px; height: 1px; background-color: #fff; position: absolute; top: calc(50% - 1px); left: calc(50% - 14px); } &:after{ content: ""; width: 1px; height: 27px; background-color: #fff; position: absolute; top: calc(50% - 14px); left: calc(50% - 1px); } } .grid-item-inner{ img{ width: 100%; @include transform(scale(1)); @include transition(transform .3s ease); } &:hover{ img{ @include transform(scale(1.05)); } .pxl-overlay{ opacity: 1; @include transform(scale(1)); } .pxl-galleries-light-box{ opacity: 1; } } } .load-more-wrap{ margin-top: 50px; } } .pxl-video-gallery-grid{ &.has-loadmore{ .grid-item { display: none; } } .pxl-overlay{ background-color: rgba(#000000, 0.3); opacity: 0; @include transform(scale(0.5)); @include transition(all .3s ease); } .btn-video-wrap { position: absolute; top: 18px; right: 24px; } .pxl-video-btn { position: relative; width: 50px; height: 50px; @include d-flex-align-justify-center(); font-size: 30px; text-align: center; @include border-radius(50%); border: none; box-shadow: 0 0 0 2px #fff; color: #fff; background-color: transparent; @include transition(all 300ms cubic-bezier(.2,0,.7,1)); &:hover { cursor: pointer; color: $primary_color; background-color: #fff; box-shadow: 0 0 1px 10px rgb(255 255 255 / 50%); } .pxl-icon { display: inline-block; line-height: 1; } } .grid-item-inner{ img{ width: 100%; @include transform(scale(1)); @include transition(transform .3s ease); } &:hover{ img{ @include transform(scale(1.05)); } .pxl-overlay{ opacity: 1; @include transform(scale(1)); } .pxl-galleries-light-box{ opacity: 1; } } } .load-more-wrap{ margin-top: 50px; } } .pxl-service-grid{ &.layout-1{ &.has-loadmore{ .grid-item { display: none; } } .pxl-overlay{ background-color: transparent; @include transition(background-color .3s ease); } .title{ font-size: 18px; line-height: 1.66666666667; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0; padding-right: 40px; } .desc{ font-size: 16px; line-height: 26px; color: $body_color; padding-right: 15px; } .item-title-wrap{ position: absolute; bottom: 0; left: auto; right: 0; padding-left: 32px; @include transition(bottom 0.3s cubic-bezier(0.39, 0.11, 1, 1), opacity 0.3s cubic-bezier(0.37, 0.17, 1, 1)); .title-inner{ background-color: #fff; } .title{ padding: 0 32px; margin-top: 6px; @media (max-width: $xs_max){ padding: 0 20px; } } } &.truncate-title-yes{ .item-title-wrap{ .title{ @include text-truncate-multi-line(18px, 1.66666666667, 1); } } } .item-content-hover{ position: absolute; bottom: 101%; left: 50px; right: 0; background-color: #fff; padding: 30px 15px 34px 32px; @include transition(bottom 0.3s cubic-bezier(0, 0, 0.62, 0.86)); @media (max-width: $md_max){ left: 30px; padding: 24px 10px 24px 20px; } .pxl-readmore-arrow{ position: absolute; top: -30px; right: -15px; @media (max-width: $md_max){ top: -24px; right: -10px; } } .title{ margin-bottom: 14px; @media (max-width: $md_max){ margin-bottom: 10px; } } } .pxl-readmore-arrow{ @include d-flex(); font-size: 22px; width: 60px; height: 51px; background: $primary_color; align-items: center; justify-content: center; color: #fff; margin: 0; @include transition(all .3s ease); .pxli{ @include transform(rotate(-40deg)); @include transition(transform .3s ease); } &:hover{ background-color: #000; color: #fff; .pxli{ @include transform(rotate(0deg)); } } } .grid-item-inner{ img{ width: 100%; @include transform(scale(1)); @include transition(transform .3s ease); } &:hover{ img{ @include transform(scale(1.05)); } .pxl-overlay{ background-color: rgba(#000000, 0.58); } @media (min-width: 375px){ .item-title-wrap{ bottom: -51px; opacity: 0; } .item-content-hover{ bottom: 0; } } } } .load-more-wrap{ margin-top: 50px; } } &.layout-2{ &.has-loadmore{ .grid-item { display: none; } } .grid-item-inner{ background-color: #000; padding: 60px 30px 40px 30px; width: 100%; @media (max-width: $lg_max){ padding: 60px 20px 40px 20px; } @media (max-width: $md_max){ padding: 60px 30px 40px 30px; } &:hover{ .pxl-overlay{ opacity: 1; @include transform(scale(1.05)); } .number{ color: #fff; top: -45px; opacity: 0; visibility: hidden; } .number-hover{ color: #fff; top: -26px; opacity: 1; visibility: visible; } .item-icon{ color: #fff; @include transform(translateY(-10px)); svg{ fill: #fff; >*{ fill: #fff; } } } .desc{ opacity: 0; @include transform(scale(0.5)); } .pxl-btn{ opacity: 1; @include transform(scale(1)); @include animation(fadeInUp .3s ease-in-out); } .title:after{ @include transform(translateX(0)); } } .pxl-btn{ position: absolute; left: 0; top: 48px; background-color: #fff; color: #000; padding: 11px 23px 11px 23px; min-width: 145px; opacity: 0; @include transform(scale(0.5)); &:after{ border-color: #e5e5e5; } } } .pxl-overlay{ background-color: $primary_color; opacity: 0; @include transform(scale(0.5)); @include transition(opacity .3s ease, transform .3s ease); } .item-content{ position: relative; width: 100%; } .item-content-inner{ position: relative; padding-bottom: 105px; } .number-wrap{ overflow: hidden; } .number{ font-family: $heading_font_family; font-size: 18px; color: #bcbcbc; line-height: 1; letter-spacing: 0.1em; position: absolute; top: -26px; right: -5px; @include transition(all .3s ease .3s); } .number-hover{ font-family: $heading_font_family; font-size: 18px; color: #bcbcbc; line-height: 1; letter-spacing: 0.1em; position: absolute; top: -8px; right: -5px; opacity: 0; visibility: hidden; @include transition(all .3s ease .3s); } .item-icon{ font-size: 60px; color: $primary_color; display: inline-block; line-height: 1; margin-bottom: 18px; max-height: 60px; @include transition(all .3s ease); svg{ width: 60px; height: auto; fill: $primary_color; @include transition(all .3s ease); >*{ fill: $primary_color; @include transition(all .3s ease); } } } .title{ font-size: 18px; font-family: $heading_font_family; line-height: 1.66666666667; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; position: relative; padding-bottom: 16px; overflow: hidden; &:before{ content: ""; width: 100%; height: 1px; background-color: rgba(#fdfdfd, 0.13); position: absolute; bottom: 0; left: 0; } &:after{ content: ""; width: 55%; height: 1px; background-color: #fff; position: absolute; bottom: 0; left: 0; @include transform(translateX(-100%)); @include transition(transform .3s linear); } } .desc{ font-size: 15px; line-height: 24px; color: #9d9d9d; position: absolute; top: 18px; @include transform(scale(1)); @include text-truncate-multi-line(15px, 1.6, 3); @include transition(all .3s linear); } .load-more-wrap{ margin-top: 50px; } } } .pxl-post-list{ .grid-filter-wrap{ margin-bottom: 37px; flex-wrap: wrap; .filter-item{ font-size: 18px; line-height: 28px; color: $heading_color; font-weight: 700; cursor: pointer; @include transition(); padding: 0 40px; margin: 20px 0; @media (max-width: $lg_max){ padding: 0 20px; } .cat-name{ flex: 1 0 0%; position: relative; padding-top: 15px; padding-bottom: 10px; &:before,&:after{ content: ""; width: 20px; height: 6px; opacity: 0; background-color: $primary_color; position: absolute; width: 0; @include transition(all .3s ease); } &:before{ right: 0; top: 8px; } &:after{ left: 0; bottom: 8px; } } &:hover, &.active{ color: $primary_color; .cat-name{ &:before,&:after{ opacity: 1; width: 100%; } &:before{ top: 0; } &:after{ bottom: 0; } } } } } &.layout-portfolio-list-1{ .grid-item{ margin-bottom: 100px; @media (max-width: $lg_max){ margin-bottom: 70px; } &:last-child{ margin-bottom: 0; } } .item-featured{ img{ width: 100%; } } @media (min-width: $xl_min){ .item-featured{ width: 59.678%; } .item-content{ width: 40.322%; } } .item-title{ font-size: 42px; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 22px; @media (max-width: $lg_max){ font-size: 32px; margin-bottom: 15px; } @media (max-width: $md_max){ margin-top: 30px; } @media (max-width: $sm_max){ font-size: 28px; } a{ position: relative; z-index: 1; display: inline-block; @include transition(color .3s ease, margin-left .5s linear .3s, margin-right .5s linear .3s, padding .3s ease .3s ); @media (min-width: $lg_min){ padding: 12px 25px 10px 0; } @media (min-width: $xl_min){ padding: 24px 35px 23px 0; } &:before{ content: ""; background-color: #fff; position: absolute; top: -30px; left: 0; width: 100%; height: 100%; z-index: -1; @include transition(top .3s linear .8s); @media (max-width: $md_max){ display: none; } } } &.pxl-animated{ a{ @media (min-width: $lg_min){ padding: 12px 25px 10px 25px; margin-left: -170px; } @media (min-width: $xl_min){ padding: 24px 35px 23px 35px; margin-left: -200px; } &:before{ top: 0; } } } } .item-excerpt{ font-size: 17px; line-height: 28px; margin-bottom: 54px; @media (max-width: $lg_max){ margin-bottom: 34px; } } .item-idx-even{ @media (min-width: $lg_min){ .item-featured{ order: 2; } .item-content{ text-align: right; } } .item-title{ a{ @media (min-width: $lg_min){ padding: 12px 0 10px 25px; } @media (min-width: $xl_min){ padding: 24px 0 23px 35px; } } &.pxl-animated{ a{ @media (min-width: $lg_min){ padding: 12px 25px 10px 25px; margin-right: -170px; } @media (min-width: $xl_min){ padding: 24px 35px 23px 35px; margin-right: -200px; } } } } } } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
_basic.scss
103717 bytes
0644
_carousel.scss
50347 bytes
0644
_general.scss
8176 bytes
0644
_grid.scss
24430 bytes
0644
_slider.scss
14511 bytes
0644
elements.scss
150 bytes
0644
N4ST4R_ID | Naxtarrr