| 1 |
.epyt-debug { |
| 2 |
cursor: pointer; text-align: left; background-color: #dddddd; color: #000000; |
| 3 |
} |
| 4 |
|
| 5 |
.epyt-gallery { |
| 6 |
text-align: center; |
| 7 |
} |
| 8 |
|
| 9 |
.epyt-gallery iframe { |
| 10 |
margin-bottom: 0; |
| 11 |
} |
| 12 |
.epyt-gallery-list { |
| 13 |
margin: 0 -8px 0 -8px; |
| 14 |
position: relative; |
| 15 |
transition: opacity ease-out .3s; |
| 16 |
display: block; |
| 17 |
} |
| 18 |
|
| 19 |
.epyt-gallery-clear { |
| 20 |
clear: both; |
| 21 |
} |
| 22 |
|
| 23 |
.epyt-gallery-list.epyt-loading { |
| 24 |
opacity: .5; |
| 25 |
transition: opacity ease-out .3s; |
| 26 |
} |
| 27 |
|
| 28 |
.epyt-gallery-thumb { |
| 29 |
box-sizing: border-box; |
| 30 |
overflow-y: hidden; |
| 31 |
display: block !important; |
| 32 |
cursor: pointer; |
| 33 |
opacity: .8; |
| 34 |
float: left; |
| 35 |
padding: 0 8px 10px 8px; |
| 36 |
} |
| 37 |
|
| 38 |
|
| 39 |
.epyt-gallery-thumb.hover { |
| 40 |
opacity: 1; |
| 41 |
transition: opacity ease-out .3s; |
| 42 |
} |
| 43 |
|
| 44 |
.epyt-gallery-img-box { |
| 45 |
width: 100%; |
| 46 |
} |
| 47 |
.epyt-gallery-img { |
| 48 |
height: 0; |
| 49 |
width: 100%; |
| 50 |
padding-top: 56.25% !important; |
| 51 |
position: relative; |
| 52 |
overflow: hidden !important; |
| 53 |
background-size: cover !important; |
| 54 |
background-position: center !important; |
| 55 |
|
| 56 |
} |
| 57 |
|
| 58 |
.epyt-gallery-playhover { |
| 59 |
opacity: 0; |
| 60 |
position: absolute; |
| 61 |
top: -10px; |
| 62 |
left: 0; |
| 63 |
width: 100%; |
| 64 |
height: 100%; |
| 65 |
vertical-align: middle; |
| 66 |
text-align: center; |
| 67 |
transition: opacity ease-out .3s; |
| 68 |
} |
| 69 |
|
| 70 |
.epyt-gallery-thumb.hover .epyt-gallery-playhover, .epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover { |
| 71 |
opacity: 1; |
| 72 |
top: 0; |
| 73 |
transition: all ease-out .3s; |
| 74 |
|
| 75 |
} |
| 76 |
|
| 77 |
.epyt-gallery-thumb .epyt-gallery-playcrutch { |
| 78 |
display: inline-block; |
| 79 |
height: 100%; |
| 80 |
vertical-align: middle; |
| 81 |
width: 0; |
| 82 |
} |
| 83 |
|
| 84 |
.epyt-gallery-playhover .epyt-play-img { |
| 85 |
height: auto !important; |
| 86 |
max-width: 15% !important; |
| 87 |
padding: 0 !important; |
| 88 |
margin: 0 !important; |
| 89 |
min-width: 30px !important; |
| 90 |
vertical-align: middle !important; |
| 91 |
display: inline-block !important; |
| 92 |
width: auto; |
| 93 |
} |
| 94 |
|
| 95 |
.epyt-gallery-title { |
| 96 |
font-size: 80%; |
| 97 |
line-height: 120%; |
| 98 |
padding: 10px; |
| 99 |
} |
| 100 |
|
| 101 |
.epyt-gallery-notitle { |
| 102 |
padding: 4px; |
| 103 |
} |
| 104 |
|
| 105 |
.epyt-gallery-notitle span { |
| 106 |
display: none; |
| 107 |
} |
| 108 |
|
| 109 |
.epyt-gallery-rowtitle { |
| 110 |
text-align: center; |
| 111 |
width: 100%; |
| 112 |
position: absolute; |
| 113 |
left: 0; |
| 114 |
top: 100%; |
| 115 |
opacity: 0; |
| 116 |
z-index: 10; |
| 117 |
overflow-x: hidden; |
| 118 |
text-overflow: ellipsis; |
| 119 |
white-space: nowrap; |
| 120 |
} |
| 121 |
|
| 122 |
.epyt-gallery-rowtitle.hover { |
| 123 |
opacity: 1; |
| 124 |
transition: opacity linear .2s; |
| 125 |
} |
| 126 |
|
| 127 |
.epyt-gallery-list.epyt-gallery-style-listview { |
| 128 |
margin-left: 0; |
| 129 |
margin-right: 0; |
| 130 |
margin-bottom: 25px; |
| 131 |
} |
| 132 |
|
| 133 |
.epyt-gallery-thumb.epyt-listview { |
| 134 |
width: 100% !important; |
| 135 |
padding: 0; |
| 136 |
margin: 8px 0 8px 0; |
| 137 |
} |
| 138 |
|
| 139 |
.epyt-gallery-thumb.epyt-listview + .epyt-gallery-rowbreak { |
| 140 |
display: none; |
| 141 |
} |
| 142 |
|
| 143 |
.epyt-gallery-thumb.epyt-listview .epyt-gallery-img-box { |
| 144 |
float: left; |
| 145 |
width: 150px; |
| 146 |
max-width: 25%; |
| 147 |
margin-right: 20px; |
| 148 |
margin-bottom: 6px; |
| 149 |
} |
| 150 |
|
| 151 |
.epyt-gallery-thumb.epyt-listview .epyt-gallery-title { |
| 152 |
padding: 10px; |
| 153 |
text-align: left; |
| 154 |
} |
| 155 |
|
| 156 |
.epyt-gallery-thumb.epyt-listview .epyt-gallery-dsc { |
| 157 |
font-size: 75%; |
| 158 |
line-height: 120%; |
| 159 |
padding: 5px 10px 12px 10px; |
| 160 |
text-align: left; |
| 161 |
} |
| 162 |
|
| 163 |
.epyt-gallery-thumb.epyt-listview.hover { |
| 164 |
background-color: #dddddd; |
| 165 |
color: black; |
| 166 |
transition: background-color ease-out .3s, color ease-out .3s; |
| 167 |
} |
| 168 |
|
| 169 |
.epyt-gallery-rowbreak { |
| 170 |
clear: both; |
| 171 |
} |
| 172 |
|
| 173 |
.epyt-pagination { |
| 174 |
clear: both; |
| 175 |
text-align: center; |
| 176 |
padding: 10px 8px 10px 8px; |
| 177 |
} |
| 178 |
|
| 179 |
.epyt-pagination > div, .epyt-pagenumbers > div { |
| 180 |
display: inline-block; |
| 181 |
padding: 0 2px 0 2px; |
| 182 |
vertical-align: middle; |
| 183 |
} |
| 184 |
|
| 185 |
.epyt-pagination .epyt-pagebutton { |
| 186 |
cursor: pointer; |
| 187 |
display: inline-block; |
| 188 |
padding: 0 10px 0 10px; |
| 189 |
} |
| 190 |
.epyt-pagebutton > div { |
| 191 |
display: inline; |
| 192 |
} |
| 193 |
|
| 194 |
.epyt-pagination .epyt-loader { |
| 195 |
display: none; |
| 196 |
} |
| 197 |
|
| 198 |
.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader { |
| 199 |
display: inline-block; |
| 200 |
} |
| 201 |
|
| 202 |
/* |
| 203 |
columns |
| 204 |
*/ |
| 205 |
|
| 206 |
.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb { |
| 207 |
width: 100%; |
| 208 |
} |
| 209 |
|
| 210 |
.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb { |
| 211 |
width: 50%; |
| 212 |
} |
| 213 |
|
| 214 |
.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb { |
| 215 |
width: 33.333%; |
| 216 |
} |
| 217 |
|
| 218 |
.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb { |
| 219 |
width: 25%; |
| 220 |
} |
| 221 |
|
| 222 |
.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb { |
| 223 |
width: 20%; |
| 224 |
} |
| 225 |
|
| 226 |
.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb { |
| 227 |
width: 16.666%; |
| 228 |
} |
| 229 |
|
| 230 |
.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb { |
| 231 |
width: 14.285%; |
| 232 |
} |
| 233 |
|
| 234 |
.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb { |
| 235 |
width: 12.5%; |
| 236 |
} |
| 237 |
|
| 238 |
.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb { |
| 239 |
width: 11.111%; |
| 240 |
} |
| 241 |
|
| 242 |
.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb { |
| 243 |
width: 10%; |
| 244 |
} |
| 245 |
|
| 246 |
.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb { |
| 247 |
width: 9.090%; |
| 248 |
} |
| 249 |
|
| 250 |
.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb { |
| 251 |
width: 8.333%; |
| 252 |
} |
| 253 |
|
| 254 |
.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb { |
| 255 |
width: 7.692%; |
| 256 |
} |
| 257 |
|
| 258 |
.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb { |
| 259 |
width: 7.142%; |
| 260 |
} |
| 261 |
|
| 262 |
.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb { |
| 263 |
width: 6.666%; |
| 264 |
} |
| 265 |
|
| 266 |
.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb { |
| 267 |
width: 6.25%; |
| 268 |
} |
| 269 |
|
| 270 |
.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb { |
| 271 |
width: 5.882%; |
| 272 |
} |
| 273 |
|
| 274 |
.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb { |
| 275 |
width: 5.555%; |
| 276 |
} |
| 277 |
|
| 278 |
.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb { |
| 279 |
width: 5.263%; |
| 280 |
} |
| 281 |
|
| 282 |
.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb { |
| 283 |
width: 5%; |
| 284 |
} |
| 285 |
/* |
| 286 |
shape |
| 287 |
*/ |
| 288 |
|
| 289 |
.epyt-gallery-allthumbs.epyt-thumb-portal .epyt-gallery-thumb .epyt-gallery-img { |
| 290 |
border-radius: 50%; |
| 291 |
padding-top: 100% !important; |
| 292 |
} |
| 293 |
|
| 294 |
/* |
| 295 |
Carousel |
| 296 |
*/ |
| 297 |
.epyt-gallery-list.epyt-gallery-style-carousel { |
| 298 |
margin: 0 0 50px 0; |
| 299 |
} |
| 300 |
|
| 301 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagination { |
| 302 |
display: none; |
| 303 |
} |
| 304 |
|
| 305 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagination:first-child { |
| 306 |
position: absolute; |
| 307 |
width: 100%; |
| 308 |
display: block; |
| 309 |
margin: auto; |
| 310 |
top: 0; |
| 311 |
bottom: 0; |
| 312 |
padding: 0; |
| 313 |
height: 30px; |
| 314 |
|
| 315 |
} |
| 316 |
|
| 317 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagenumbers.hide { |
| 318 |
opacity: 0; |
| 319 |
} |
| 320 |
|
| 321 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-gallery-allthumbs { |
| 322 |
margin: 15px 35px 15px 35px; |
| 323 |
} |
| 324 |
|
| 325 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-gallery-thumb { |
| 326 |
padding-bottom: 0; |
| 327 |
float: none; |
| 328 |
display: inline-block !important; |
| 329 |
} |
| 330 |
|
| 331 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagebutton > div { |
| 332 |
display: none; |
| 333 |
} |
| 334 |
|
| 335 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagebutton > div.arrow { |
| 336 |
background: transparent url(../images/arrow-right.svg) no-repeat scroll 0 0; |
| 337 |
background-size: contain; |
| 338 |
width: 20px; |
| 339 |
height: 100%; |
| 340 |
display: block; |
| 341 |
text-indent: -99999px; |
| 342 |
opacity: .7; |
| 343 |
} |
| 344 |
|
| 345 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagebutton > div.arrow:hover { |
| 346 |
opacity: 1; |
| 347 |
} |
| 348 |
|
| 349 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagebutton.epyt-prev > div.arrow { |
| 350 |
background-image: url(../images/arrow-left.svg); |
| 351 |
} |
| 352 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagebutton { |
| 353 |
padding: 0; |
| 354 |
margin-top: -2px; |
| 355 |
} |
| 356 |
|
| 357 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-next { |
| 358 |
float: right; |
| 359 |
} |
| 360 |
|
| 361 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-prev { |
| 362 |
float: left; |
| 363 |
} |
| 364 |
|
| 365 |
|
| 366 |
|
| 367 |
.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagenumbers { |
| 368 |
position: absolute; |
| 369 |
top: 100%; |
| 370 |
left: 0; |
| 371 |
right: 0; |
| 372 |
} |
| 373 |
|
| 374 |
.epyt-pagebutton.hide, .epyt-pagenumbers.hide { |
| 375 |
display: none !important; |
| 376 |
opacity: 0 !important; |
| 377 |
visibility: hidden !important; |
| 378 |
} |
| 379 |
|
| 380 |
.epyt-gallery-subscribe { |
| 381 |
text-align: center; |
| 382 |
padding: 15px 0 10px 0; |
| 383 |
clear: both; |
| 384 |
} |
| 385 |
|
| 386 |
.epyt-gallery-subscribe a.epyt-gallery-subbutton, .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover { |
| 387 |
display: inline-block; |
| 388 |
padding: 5px 10px; |
| 389 |
background-color: #E62117 !important; |
| 390 |
color: #ffffff !important; |
| 391 |
text-decoration: none !important; |
| 392 |
border-radius: 3px; |
| 393 |
} |
| 394 |
|
| 395 |
.epyt-gallery-subscribe a.epyt-gallery-subbutton img { |
| 396 |
width: 20px !important; |
| 397 |
height: auto !important; |
| 398 |
vertical-align: middle !important; |
| 399 |
padding: 0 6px 3px 0; |
| 400 |
} |
| 401 |
|
| 402 |
#wpadminbar #wp-admin-bar-ytprefs-bar-cache > .ab-item:before { |
| 403 |
content: "\f311"; |
| 404 |
top: 2px; |
| 405 |
} |