| Current Path : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/css/plugins/ |
| Current File : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/css/plugins/slick-theme.css |
@charset "UTF-8";
/* Slider */
/* line 4, ../../sass/plugins/slick-theme.scss */
.slick-loading .slick-list {
background: white url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url("./fonts/slick.eot");
src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
/* line 22, ../../sass/plugins/slick-theme.scss */
.slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
border: none;
cursor: pointer;
color: transparent;
outline: none;
background: transparent;
}
/* line 48, ../../sass/plugins/slick-theme.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
/* line 53, ../../sass/plugins/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: .25;
}
/* line 59, ../../sass/plugins/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
font-family: 'slick';
font-size: 20px;
line-height: 38px;
opacity: .75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 71, ../../sass/plugins/slick-theme.scss */
.slick-prev {
left: 3%;
}
/* line 75, ../../sass/plugins/slick-theme.scss */
.slick-next {
right: 3%;
}
/* line 79, ../../sass/plugins/slick-theme.scss */
[dir='rtl'] .slick-prev {
right: -25px;
left: auto;
}
/* line 84, ../../sass/plugins/slick-theme.scss */
.slick-prev:before {
content: '\f104';
font-family: FontAweSome;
}
/* line 88, ../../sass/plugins/slick-theme.scss */
[dir='rtl'] .slick-prev:before {
content: '\f105';
font-family: FontAweSome;
}
/* line 94, ../../sass/plugins/slick-theme.scss */
[dir='rtl'] .slick-next {
right: auto;
left: -25px;
}
/* line 99, ../../sass/plugins/slick-theme.scss */
.slick-next:before {
content: '\f105';
font-family: FontAweSome;
}
/* line 104, ../../sass/plugins/slick-theme.scss */
[dir='rtl'] .slick-next:before {
content: '\f104';
font-family: FontAweSome;
}
/* Dots */
/* line 111, ../../sass/plugins/slick-theme.scss */
.slick-dots {
position: absolute;
bottom: 0px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
/* line 126, ../../sass/plugins/slick-theme.scss */
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0;
padding: 0;
cursor: pointer;
}
/* line 139, ../../sass/plugins/slick-theme.scss */
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
/* line 158, ../../sass/plugins/slick-theme.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
/* line 163, ../../sass/plugins/slick-theme.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
/* line 167, ../../sass/plugins/slick-theme.scss */
.slick-dots li button:before {
font-family: 'FontAwesome';
font-size: 10px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: "\f111";
text-align: center;
opacity: .25;
color: #FFF;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 189, ../../sass/plugins/slick-theme.scss */
.slick-dots li.slick-active button:before {
opacity: 1;
color: #FFF;
}