| @@ -1,189 +1,183 @@ | ||
| 1 | 1 | @charset "UTF-8"; |
| 2 | 2 | /* Slider */ |
| 3 | -.slick-loading .slick-list | |
| 3 | +.ultp-block-wrapper .slick-loading .slick-list | |
| 4 | 4 | { |
| 5 | - background: #fff url('../img/loading.gif') center center no-repeat; | |
| 5 | + background: #fff url('../img/loading.gif') center center no-repeat; | |
| 6 | 6 | } |
| 7 | 7 | |
| 8 | 8 | /* Arrows */ |
| 9 | -.slick-prev, | |
| 10 | -.slick-next | |
| 9 | +.ultp-block-wrapper .slick-prev, | |
| 10 | +.ultp-block-wrapper .slick-next | |
| 11 | 11 | { |
| 12 | - font-size: 0; | |
| 13 | - line-height: 0; | |
| 14 | - | |
| 15 | - position: absolute; | |
| 16 | - top: 50%; | |
| 17 | - | |
| 18 | - display: block; | |
| 19 | - z-index: 9; | |
| 20 | - | |
| 21 | - padding: 0; | |
| 22 | - -webkit-transform: translate(0, -50%); | |
| 23 | - -ms-transform: translate(0, -50%); | |
| 24 | - transform: translate(0, -50%); | |
| 25 | - | |
| 26 | - cursor: pointer; | |
| 27 | - | |
| 28 | - color: transparent; | |
| 29 | - border: none; | |
| 30 | - outline: none; | |
| 31 | - background: transparent; | |
| 12 | + font-size: 0; | |
| 13 | + line-height: 0; | |
| 14 | + position: absolute; | |
| 15 | + top: 50%; | |
| 16 | + display: block; | |
| 17 | + z-index: 9; | |
| 18 | + padding: 0; | |
| 19 | + -webkit-transform: translate(0, -50%); | |
| 20 | + -ms-transform: translate(0, -50%); | |
| 21 | + transform: translate(0, -50%); | |
| 22 | + cursor: pointer; | |
| 23 | + color: transparent; | |
| 24 | + border: none; | |
| 25 | + outline: none; | |
| 32 | 26 | } |
| 33 | -.slick-prev:hover, | |
| 34 | -.slick-next:hover | |
| 27 | +.ultp-block-wrapper .slick-prev:hover, | |
| 28 | +.ultp-block-wrapper .slick-next:hover | |
| 35 | 29 | { |
| 36 | - color: transparent; | |
| 37 | - outline: none; | |
| 38 | - background: transparent; | |
| 30 | + color: transparent; | |
| 31 | + outline: none; | |
| 32 | + background: transparent; | |
| 39 | 33 | } |
| 40 | -.slick-prev:hover:before, | |
| 41 | -.slick-next:hover:before | |
| 34 | +.ultp-block-wrapper .slick-prev:hover:before, | |
| 35 | +.ultp-block-wrapper .slick-next:hover:before | |
| 42 | 36 | { |
| 43 | - opacity: 1; | |
| 37 | + opacity: 1; | |
| 44 | 38 | } |
| 45 | -.slick-prev.slick-disabled:before, | |
| 46 | -.slick-next.slick-disabled:before | |
| 39 | +.ultp-block-wrapper .slick-prev.slick-disabled:before, | |
| 40 | +.ultp-block-wrapper .slick-next.slick-disabled:before | |
| 47 | 41 | { |
| 48 | - opacity: .25; | |
| 42 | + opacity: .25; | |
| 49 | 43 | } |
| 50 | 44 | |
| 51 | -.slick-prev:before, | |
| 52 | -.slick-next:before | |
| 45 | +.ultp-block-wrapper .slick-prev:before, | |
| 46 | +.ultp-block-wrapper .slick-next:before | |
| 53 | 47 | { |
| 54 | - font-family: 'dashicons'; | |
| 55 | - font-size: 20px; | |
| 56 | - line-height: 1; | |
| 48 | + font-family: 'dashicons'; | |
| 49 | + font-size: 20px; | |
| 50 | + line-height: 1; | |
| 57 | 51 | |
| 58 | - opacity: .75; | |
| 59 | - color: #000; | |
| 52 | + opacity: .75; | |
| 53 | + color: #000; | |
| 60 | 54 | |
| 61 | - -webkit-font-smoothing: antialiased; | |
| 62 | - -moz-osx-font-smoothing: grayscale; | |
| 55 | + -webkit-font-smoothing: antialiased; | |
| 56 | + -moz-osx-font-smoothing: grayscale; | |
| 63 | 57 | } |
| 64 | 58 | |
| 65 | -.slick-prev | |
| 59 | +.ultp-block-wrapper .slick-prev | |
| 66 | 60 | { |
| 67 | - left: -25px; | |
| 61 | + left: -25px; | |
| 68 | 62 | } |
| 69 | -[dir='rtl'] .slick-prev | |
| 63 | +[dir='rtl'] .ultp-block-wrapper .slick-prev | |
| 70 | 64 | { |
| 71 | - right: -25px; | |
| 72 | - left: auto; | |
| 65 | + right: -25px; | |
| 66 | + left: auto; | |
| 73 | 67 | } |
| 74 | -.slick-prev:before | |
| 68 | +.ultp-block-wrapper .slick-prev:before | |
| 75 | 69 | { |
| 76 | - content: '\f341'; | |
| 70 | + content: '\f341'; | |
| 77 | 71 | } |
| 78 | -[dir='rtl'] .slick-prev:before | |
| 72 | +[dir='rtl'] .ultp-block-wrapper .slick-prev:before | |
| 79 | 73 | { |
| 80 | - content: '\f345'; | |
| 74 | + content: '\f345'; | |
| 81 | 75 | } |
| 82 | 76 | |
| 83 | -.slick-next | |
| 77 | +.ultp-block-wrapper .slick-next | |
| 84 | 78 | { |
| 85 | - right: -25px; | |
| 79 | + right: -25px; | |
| 86 | 80 | } |
| 87 | -[dir='rtl'] .slick-next | |
| 81 | +[dir='rtl'] .ultp-block-wrapper .slick-next | |
| 88 | 82 | { |
| 89 | - right: auto; | |
| 90 | - left: -25px; | |
| 83 | + right: auto; | |
| 84 | + left: -25px; | |
| 91 | 85 | } |
| 92 | -.slick-next:before | |
| 86 | +.ultp-block-wrapper .slick-next:before | |
| 93 | 87 | { |
| 94 | - content: '\f345'; | |
| 88 | + content: '\f345'; | |
| 95 | 89 | } |
| 96 | -[dir='rtl'] .slick-next:before | |
| 90 | +[dir='rtl'] .ultp-block-wrapper .slick-next:before | |
| 97 | 91 | { |
| 98 | - content: '\f341'; | |
| 92 | + content: '\f341'; | |
| 99 | 93 | } |
| 100 | 94 | |
| 101 | 95 | /* Dots */ |
| 102 | 96 | /* .slick-dotted.slick-slider |
| 103 | 97 | { |
| 104 | - margin-bottom: 30px; | |
| 98 | + margin-bottom: 30px; | |
| 105 | 99 | } */ |
| 106 | 100 | |
| 107 | -.slick-dots | |
| 101 | +.ultp-block-wrapper .slick-dots | |
| 108 | 102 | { |
| 109 | - position: absolute; | |
| 110 | - bottom: -25px; | |
| 103 | + position: absolute; | |
| 104 | + bottom: -25px; | |
| 111 | 105 | |
| 112 | - display: block; | |
| 106 | + display: block; | |
| 113 | 107 | |
| 114 | - width: 100%; | |
| 115 | - padding: 0; | |
| 116 | - margin: 0; | |
| 108 | + width: 100%; | |
| 109 | + padding: 0; | |
| 110 | + margin: 0; | |
| 117 | 111 | |
| 118 | - list-style: none; | |
| 112 | + list-style: none; | |
| 119 | 113 | |
| 120 | - text-align: center; | |
| 114 | + text-align: center; | |
| 121 | 115 | } |
| 122 | -.slick-dots li | |
| 116 | +.ultp-block-wrapper .slick-dots li | |
| 123 | 117 | { |
| 124 | - position: relative; | |
| 118 | + position: relative; | |
| 125 | 119 | |
| 126 | - display: inline-block; | |
| 120 | + display: inline-block; | |
| 127 | 121 | |
| 128 | - width: 20px; | |
| 129 | - height: 20px; | |
| 130 | - margin: 0 5px; | |
| 131 | - padding: 0; | |
| 122 | + width: 20px; | |
| 123 | + height: 20px; | |
| 124 | + margin: 0 5px; | |
| 125 | + padding: 0; | |
| 132 | 126 | |
| 133 | - cursor: pointer; | |
| 127 | + cursor: pointer; | |
| 134 | 128 | } |
| 135 | -.slick-dots li button | |
| 129 | +.ultp-block-wrapper .slick-dots li button | |
| 136 | 130 | { |
| 137 | - font-size: 0; | |
| 138 | - line-height: 0; | |
| 131 | + font-size: 0; | |
| 132 | + line-height: 0; | |
| 139 | 133 | |
| 140 | - display: block; | |
| 134 | + display: block; | |
| 141 | 135 | |
| 142 | - width: 20px; | |
| 143 | - height: 20px; | |
| 144 | - padding: 5px; | |
| 136 | + width: 20px; | |
| 137 | + height: 20px; | |
| 138 | + padding: 5px; | |
| 145 | 139 | |
| 146 | - cursor: pointer; | |
| 140 | + cursor: pointer; | |
| 147 | 141 | |
| 148 | - color: transparent; | |
| 149 | - border: 0; | |
| 150 | - outline: none; | |
| 151 | - background: transparent; | |
| 142 | + color: transparent; | |
| 143 | + border: 0; | |
| 144 | + outline: none; | |
| 145 | + background: transparent; | |
| 152 | 146 | } |
| 153 | -.slick-dots li button:hover, | |
| 154 | -.slick-dots li button:focus | |
| 147 | +.ultp-block-wrapper .slick-dots li button:hover, | |
| 148 | +.ultp-block-wrapper .slick-dots li button:focus | |
| 155 | 149 | { |
| 156 | - outline: none; | |
| 150 | + outline: none; | |
| 157 | 151 | } |
| 158 | -.slick-dots li button:hover:before, | |
| 159 | -.slick-dots li button:focus:before | |
| 152 | +.ultp-block-wrapper .slick-dots li button:hover:before, | |
| 153 | +.ultp-block-wrapper .slick-dots li button:focus:before | |
| 160 | 154 | { |
| 161 | - opacity: 1; | |
| 155 | + opacity: 1; | |
| 162 | 156 | } |
| 163 | -.slick-dots li button:before | |
| 157 | +.ultp-block-wrapper .slick-dots li button:before | |
| 164 | 158 | { |
| 165 | - font-family: 'dashicons'; | |
| 166 | - font-size: 6px; | |
| 167 | - line-height: 20px; | |
| 159 | + font-family: 'dashicons'; | |
| 160 | + font-size: 6px; | |
| 161 | + line-height: 20px; | |
| 168 | 162 | |
| 169 | - position: absolute; | |
| 170 | - top: 0; | |
| 171 | - left: 0; | |
| 163 | + position: absolute; | |
| 164 | + top: 0; | |
| 165 | + left: 0; | |
| 172 | 166 | |
| 173 | - width: 20px; | |
| 174 | - height: 20px; | |
| 167 | + width: 20px; | |
| 168 | + height: 20px; | |
| 175 | 169 | |
| 176 | - content: '\f159'; | |
| 177 | - text-align: center; | |
| 170 | + content: '\f159'; | |
| 171 | + text-align: center; | |
| 178 | 172 | |
| 179 | - opacity: .25; | |
| 180 | - color: black; | |
| 173 | + opacity: .25; | |
| 174 | + color: black; | |
| 181 | 175 | |
| 182 | - -webkit-font-smoothing: antialiased; | |
| 183 | - -moz-osx-font-smoothing: grayscale; | |
| 176 | + -webkit-font-smoothing: antialiased; | |
| 177 | + -moz-osx-font-smoothing: grayscale; | |
| 184 | 178 | } |
| 185 | -.slick-dots li.slick-active button:before | |
| 179 | +.ultp-block-wrapper .slick-dots li.slick-active button:before | |
| 186 | 180 | { |
| 187 | - opacity: .75; | |
| 188 | - color: black; | |
| 181 | + opacity: .75; | |
| 182 | + color: black; | |
| 189 | 183 | } |