%PDF- %PDF-
| Direktori : /home/cargonizer/public_html/master/sass/gui/ |
| Current File : /home/cargonizer/public_html/master/sass/gui/_sort.scss |
/* Sort Source Wrapper */
.sort-source-wrapper {
padding: 8px 0;
position: relative;
.nav {
margin: -100px 0 5px;
> li {
> a {
color: #FFF;
background: transparent;
&:hover, &:focus {
background: transparent;
}
}
&.active > a {
background: transparent;
&:hover, &:focus {
background: transparent;
}
}
}
}
}
/* Sort Source */
.sort-source {
clear: both;
> li {
> a {
padding: 6px 12px;
}
}
&.sort-source-style-2 {
margin: -10px auto;
> li {
float: none;
display: inline-block;
> a {
&, &:focus, &:hover {
background: transparent;
color: #FFF;
display: inline-block;
border-radius: 0;
margin: 0;
padding: 18px 28px;
position: relative;
}
&:after {
@include transition (margin 0.3s);
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 15px solid #CCC;
content: " ";
display: block;
position: absolute;
#{$left}: 50%;
margin-#{$left}: -20px;
margin-top: 0;
opacity: 0;
}
}
&.active {
> a {
&, &:focus, &:hover {
background: transparent;
}
&:after {
opacity: 1;
margin-top: 18px;
}
}
}
}
}
}
@media (max-width: 991px) {
.sort-source {
&.sort-source-style-2 {
> li {
display: block;
&.active {
> a {
&:after {
display: none !important;
}
}
}
}
}
}
}
/* Sort Destination */
.sort-destination {
overflow: hidden;
&.full-width {
position: relative;
.isotope-item {
width: 20%;
float: $left;
&.w2 {
width: 40%;
}
.img-thumbnail, a, .thumb-info img {
border-radius: 0;
}
}
}
&.full-width-spaced {
margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
.portfolio-item {
margin-left: 20px;
margin-right: 20px;
}
}
}
.sort-source-wrapper + .sort-destination {
&.full-width {
margin: 0 0 -81px;
top: -51px;
}
}
/* Responsive */
@media (max-width: 991px) {
.sort-destination.isotope {
overflow: visible !important;
height: auto !important;
&.full-width {
overflow: hidden !important;
}
}
.isotope-hidden {
display: none !important;
}
}
@media (max-width: 767px) {
.isotope-item {
position: static !important;
text-align: center;
width: 100%;
margin-#{$left}: auto;
margin-#{$right}: auto;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
&.product {
position: relative !important;
}
}
.sort-source-wrapper {
background: #171717;
clear: both;
margin-top: -35px;
.nav {
margin: 0;
}
}
.sort-destination {
height: auto !important;
}
.sort-destination, .isotope-item {
margin-#{$left}: auto !important;
margin-#{$right}: auto !important;
}
.sort-destination,
.sort-source-wrapper + .sort-destination {
&.full-width {
max-width: none;
margin: 0 0 -30px;
top: 0;
.isotope-item {
max-width: none;
}
}
}
}
@media (max-width: 479px) {
.sort-destination, .isotope-item {
margin-#{$left}: auto !important;
margin-#{$right}: auto !important;
}
.sort-destination,
.sort-source-wrapper + .sort-destination {
&.full-width {
.isotope-item {
position: static !important;
clear: both;
float: none;
width: auto;
}
}
}
}