| 1 |
/* |
| 2 |
wdk-image_cover |
| 3 |
wdk-image_size_cover |
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
arrows : |
| 8 |
- position (.wdk-locations-carousel_arrows): |
| 9 |
.wdk-locations-carousel_arrows_top |
| 10 |
.wdk-locations-carousel_arrows_middle |
| 11 |
.wdk-locations-carousel_arrows_bottom |
| 12 |
|
| 13 |
- position type (.wdk-locations-carousel_arrows): |
| 14 |
.wdk-locations-carousel_arrows_out |
| 15 |
.wdk-locations-carousel_arrows_in |
| 16 |
|
| 17 |
- position align (.wdk-locations-carousel_arrows): |
| 18 |
- by flex, in option |
| 19 |
|
| 20 |
*/ |
| 21 |
.wdk-locations-carousel { |
| 22 |
/* animation effects */ |
| 23 |
/* animation */ |
| 24 |
/* animation */ |
| 25 |
} |
| 26 |
|
| 27 |
.wdk-locations-carousel .wdk-locations-carousel_ini:not(.slick-initialized) .wdk-slider-item:not(:nth-child(1)) { |
| 28 |
display: none !important; |
| 29 |
} |
| 30 |
|
| 31 |
.wdk-locations-carousel .wdk-location-slider-box.fade_in_in_animation .slick-slide img { |
| 32 |
-webkit-transition: all 500ms ease-in-out; |
| 33 |
transition: all 500ms ease-in-out; |
| 34 |
-webkit-transform: scale(1.15, 1.15); |
| 35 |
transform: scale(1.15, 1.15); |
| 36 |
} |
| 37 |
|
| 38 |
.wdk-locations-carousel .wdk-location-slider-box.fade_in_in_animation .slick-slide.slick-active img { |
| 39 |
-webkit-transform: scale(1, 1); |
| 40 |
transform: scale(1, 1); |
| 41 |
} |
| 42 |
|
| 43 |
.wdk-locations-carousel .wdk-locations-carousel_ini .wdk-slider-complete_link { |
| 44 |
position: absolute !important; |
| 45 |
top: 0; |
| 46 |
left: 0; |
| 47 |
right: 0; |
| 48 |
bottom: 0; |
| 49 |
width: 100%; |
| 50 |
height: 100%; |
| 51 |
z-index: 10 !important; |
| 52 |
} |
| 53 |
|
| 54 |
.wdk-locations-carousel .wdk-locations-carousel_ini .wdk-slider-item { |
| 55 |
position: relative; |
| 56 |
display: flex !important; |
| 57 |
flex-direction: column; |
| 58 |
} |
| 59 |
|
| 60 |
.wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_cover .wdk-slider-item .wdk-slider-item_thumbnail, .wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_size_cover .wdk-slider-item .wdk-slider-item_thumbnail { |
| 61 |
width: 100%; |
| 62 |
height: 100%; |
| 63 |
object-fit: cover; |
| 64 |
} |
| 65 |
|
| 66 |
.wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_size_cover .wdk-slider-item .wdk-slider-item_thumbnail { |
| 67 |
height: 450px; |
| 68 |
} |
| 69 |
|
| 70 |
.wdk-locations-carousel .wdk-locations-carousel_ini .wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_cover .wdk-slider-item .wdk-slider-item_thumbnail, .wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_size_cover .wdk-slider-item .wdk-slider-item_thumbnail |
| 71 |
.wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_cover .slick-list { |
| 72 |
height: 550px; |
| 73 |
} |
| 74 |
|
| 75 |
.wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_cover .slick-track .slick-slide > div .wdk-slider-item, .wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_cover .slick-track .slick-slide > div, .wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_cover .slick-track .slick-slide, .wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_cover .slick-track { |
| 76 |
height: 100%; |
| 77 |
} |
| 78 |
|
| 79 |
.wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_cover .wdk-slider-item .wdk-slider-item_thumbnail { |
| 80 |
position: absolute; |
| 81 |
z-index: 0; |
| 82 |
} |
| 83 |
|
| 84 |
.wdk-locations-carousel .wdk-locations-carousel_ini.wdk-image_cover .wdk-slider-item > *:not(.wdk-slider-item_thumbnail) { |
| 85 |
position: relative; |
| 86 |
z-index: 2; |
| 87 |
} |
| 88 |
|
| 89 |
.wdk-locations-carousel .wdk-locations-carousel_ini .wdk-slider-item { |
| 90 |
display: flex; |
| 91 |
} |
| 92 |
|
| 93 |
.wdk-locations-carousel .wdk-locations-carousel_ini .wdk-slider-item_box_line .wdk-slider-item_box_title, |
| 94 |
.wdk-locations-carousel .wdk-locations-carousel_ini .wdk-slider-item_box_line .wdk-slider-item_box_content, |
| 95 |
.wdk-locations-carousel .wdk-locations-carousel_ini .wdk-slider-item_box_line .wdk-slider-item_box_link { |
| 96 |
display: block; |
| 97 |
padding: 10px 15px; |
| 98 |
margin: 10px 25px; |
| 99 |
background: #ffffff5c; |
| 100 |
color: #000; |
| 101 |
width: 100%; |
| 102 |
width: auto; |
| 103 |
} |
| 104 |
|
| 105 |
.wdk-locations-carousel .wdk-locations-carousel_ini .wdk-slider-item_box_line .wdk-slider-item_box_link { |
| 106 |
background: #fff; |
| 107 |
cursor: pointer; |
| 108 |
} |
| 109 |
|
| 110 |
.wdk-locations-carousel .wdk-locations-carousel_ini .wdk-slider-item_box_line .wdk-slider-item_box_link:hover { |
| 111 |
background: #075AC9; |
| 112 |
color: #fff; |
| 113 |
} |
| 114 |
|
| 115 |
.wdk-locations-carousel .wdk-locations-carousel_mask { |
| 116 |
position: absolute !important; |
| 117 |
width: 100%; |
| 118 |
height: 100%; |
| 119 |
top: 0; |
| 120 |
left: 0; |
| 121 |
z-index: 1; |
| 122 |
} |
| 123 |
|
| 124 |
.wdk-locations-carousel .wdk-location-slider-box { |
| 125 |
display: flex; |
| 126 |
flex-direction: column; |
| 127 |
position: relative; |
| 128 |
} |
| 129 |
|
| 130 |
.wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_arrows_top { |
| 131 |
flex-direction: column-reverse; |
| 132 |
} |
| 133 |
|
| 134 |
.wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_arrows_middle .wdk-locations-carousel_arrows .wdk-locations-carousel_arrow { |
| 135 |
position: absolute; |
| 136 |
top: 50%; |
| 137 |
transform: translateY(-50%); |
| 138 |
} |
| 139 |
|
| 140 |
.wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_arrows_middle .wdk-locations-carousel_arrows .wdk-locations-carousel_arrow.wdk-slider-prev { |
| 141 |
left: 0; |
| 142 |
} |
| 143 |
|
| 144 |
.wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_arrows_middle .wdk-locations-carousel_arrows .wdk-locations-carousel_arrow.wdk-slider-next { |
| 145 |
right: 0; |
| 146 |
} |
| 147 |
|
| 148 |
.wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_dots_in .slick-dots, .wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_arrows_bottom.wdk-locations-carousel_arrows_in .wdk-locations-carousel_arrows { |
| 149 |
position: absolute; |
| 150 |
width: 100%; |
| 151 |
margin-bottom: 10px; |
| 152 |
bottom: 0; |
| 153 |
} |
| 154 |
|
| 155 |
.wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_arrows_top.wdk-locations-carousel_arrows_in .wdk-locations-carousel_arrows { |
| 156 |
position: absolute; |
| 157 |
width: 100%; |
| 158 |
margin-top: 10px; |
| 159 |
top: 0; |
| 160 |
} |
| 161 |
|
| 162 |
.wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_arrows_middle .wdk-locations-carousel_arrows .wdk-locations-carousel_arrow { |
| 163 |
position: absolute; |
| 164 |
top: 50%; |
| 165 |
transform: translateY(-50%); |
| 166 |
} |
| 167 |
|
| 168 |
.wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_arrows_middle .wdk-locations-carousel_arrows .wdk-locations-carousel_arrow.wdk-slider-prev { |
| 169 |
left: -15px; |
| 170 |
} |
| 171 |
|
| 172 |
.wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_arrows_middle .wdk-locations-carousel_arrows .wdk-locations-carousel_arrow.wdk-slider-next { |
| 173 |
right: -15px; |
| 174 |
} |
| 175 |
|
| 176 |
.wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_arrows_middle.wdk-locations-carousel_arrows_in .wdk-locations-carousel_arrows .wdk-locations-carousel_arrow.wdk-slider-next { |
| 177 |
left: 0px; |
| 178 |
} |
| 179 |
|
| 180 |
.wdk-locations-carousel .wdk-location-slider-box.wdk-locations-carousel_arrows_middle.wdk-locations-carousel_arrows_in .wdk-locations-carousel_arrows .wdk-locations-carousel_arrow.wdk-slider-next { |
| 181 |
right: 0px; |
| 182 |
} |
| 183 |
|
| 184 |
.wdk-locations-carousel .wdk-location-slider-box .slick-dotted.slick-slider { |
| 185 |
margin-bottom: 0; |
| 186 |
} |
| 187 |
|
| 188 |
.wdk-locations-carousel .wdk-locations-carousel_arrows { |
| 189 |
display: flex; |
| 190 |
justify-content: center; |
| 191 |
align-content: center; |
| 192 |
align-items: center; |
| 193 |
} |
| 194 |
|
| 195 |
.wdk-locations-carousel .wdk-locations-carousel_arrows .wdk-locations-carousel_arrow { |
| 196 |
width: 40px; |
| 197 |
height: 40px; |
| 198 |
display: inline-block; |
| 199 |
line-height: 40px; |
| 200 |
border: 1px solid #075AC9; |
| 201 |
border-radius: 50%; |
| 202 |
text-align: center; |
| 203 |
display: flex; |
| 204 |
justify-content: center; |
| 205 |
align-content: center; |
| 206 |
align-items: center; |
| 207 |
cursor: pointer; |
| 208 |
margin: 5px 5px; |
| 209 |
} |
| 210 |
|
| 211 |
.wdk-locations-carousel .wdk-locations-carousel_arrows .wdk-locations-carousel_arrow:hover { |
| 212 |
background: #0448A2; |
| 213 |
color: #fff; |
| 214 |
} |
| 215 |
|
| 216 |
.wdk-locations-carousel .slick-dots { |
| 217 |
padding: 5px 5px; |
| 218 |
position: initial; |
| 219 |
display: flex; |
| 220 |
justify-content: center; |
| 221 |
} |
| 222 |
|
| 223 |
.wdk-locations-carousel .slick-dots li { |
| 224 |
width: auto; |
| 225 |
height: auto; |
| 226 |
margin: 5px 5px; |
| 227 |
} |
| 228 |
|
| 229 |
.wdk-locations-carousel .slick-dots li { |
| 230 |
width: auto; |
| 231 |
height: auto; |
| 232 |
margin: 5px 5px; |
| 233 |
} |
| 234 |
|
| 235 |
.wdk-locations-carousel .wdk-locations-carousel_ini .wdk-slider-item_box_line .wdk-slider-item_box_title .wdk-slider-item_box_link, |
| 236 |
.wdk-locations-carousel .wdk-locations-carousel_arrows .wdk-locations-carousel_arrow { |
| 237 |
transition: all 0.4s ease-in-out; |
| 238 |
} |
| 239 |
|