| 1 |
@charset "UTF-8"; |
| 2 |
/* MA Creative Links Start */ |
| 3 |
.jltma-creative-links .jltma-creative-link { |
| 4 |
display: flex; |
| 5 |
} |
| 6 |
.jltma-creative-links .jltma-creative-link a svg { |
| 7 |
width: 1em; |
| 8 |
height: 1em; |
| 9 |
} |
| 10 |
.jltma-creative-links .jltma-creative-link a { |
| 11 |
color: #fff; |
| 12 |
display: inline-flex; |
| 13 |
align-items: center; |
| 14 |
gap: 8px; |
| 15 |
font-size: 1.35em; |
| 16 |
font-weight: 400; |
| 17 |
text-decoration: none; |
| 18 |
text-transform: uppercase; |
| 19 |
letter-spacing: 1px; |
| 20 |
outline: none; |
| 21 |
padding: 10px 1.5rem; |
| 22 |
position: relative; |
| 23 |
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3); |
| 24 |
} |
| 25 |
.jltma-creative-links .jltma-creative-link a:hover, .jltma-creative-links .jltma-creative-link a:focus { |
| 26 |
outline: 0; |
| 27 |
} |
| 28 |
.jltma-creative-links .jltma-creative-link-icon-left, |
| 29 |
.jltma-creative-links .jltma-creative-link-icon-right { |
| 30 |
display: inline-flex; |
| 31 |
align-items: center; |
| 32 |
flex-shrink: 0; |
| 33 |
} |
| 34 |
|
| 35 |
.jltma-creative-links.jltma-cl-effect-1 a::before, .jltma-creative-links.jltma-cl-effect-1 a::after { |
| 36 |
display: inline-block; |
| 37 |
opacity: 0; |
| 38 |
transition: transform 0.3s, opacity 0.2s; |
| 39 |
} |
| 40 |
.jltma-creative-links.jltma-cl-effect-1 a::before { |
| 41 |
margin-right: 10px; |
| 42 |
content: "["; |
| 43 |
transform: translateX(20px); |
| 44 |
} |
| 45 |
.jltma-creative-links.jltma-cl-effect-1 a::after { |
| 46 |
margin-left: 10px; |
| 47 |
content: "]"; |
| 48 |
transform: translateX(-20px); |
| 49 |
} |
| 50 |
.jltma-creative-links.jltma-cl-effect-1 a:hover::before, .jltma-creative-links.jltma-cl-effect-1 a:hover::after { |
| 51 |
opacity: 1; |
| 52 |
transform: translateX(0px); |
| 53 |
} |
| 54 |
.jltma-creative-links.jltma-cl-effect-3 a { |
| 55 |
padding: 8px 0; |
| 56 |
} |
| 57 |
.jltma-creative-links.jltma-cl-effect-3 a::after { |
| 58 |
position: absolute; |
| 59 |
top: 100%; |
| 60 |
left: 0; |
| 61 |
width: 100%; |
| 62 |
height: 4px; |
| 63 |
background: rgba(0, 0, 0, 0.1); |
| 64 |
content: ""; |
| 65 |
opacity: 0; |
| 66 |
transition: opacity 0.3s, transform 0.3s; |
| 67 |
transform: translateY(10px); |
| 68 |
} |
| 69 |
.jltma-creative-links.jltma-cl-effect-3 a:hover::after, .jltma-creative-links.jltma-cl-effect-3 a:focus::after { |
| 70 |
opacity: 1; |
| 71 |
transform: translateY(0px); |
| 72 |
} |
| 73 |
.jltma-creative-links.jltma-cl-effect-4 a { |
| 74 |
padding: 0 0 10px; |
| 75 |
} |
| 76 |
.jltma-creative-links.jltma-cl-effect-4 a::after { |
| 77 |
position: absolute; |
| 78 |
top: 100%; |
| 79 |
left: 0; |
| 80 |
width: 100%; |
| 81 |
height: 1px; |
| 82 |
background: #333; |
| 83 |
content: ""; |
| 84 |
opacity: 0; |
| 85 |
transition: height 0.3s, opacity 0.3s, transform 0.3s; |
| 86 |
transform: translateY(-10px); |
| 87 |
} |
| 88 |
.jltma-creative-links.jltma-cl-effect-4 a:hover::after, .jltma-creative-links.jltma-cl-effect-4 a:focus::after { |
| 89 |
height: 5px; |
| 90 |
opacity: 1; |
| 91 |
transform: translateY(0px); |
| 92 |
} |
| 93 |
.jltma-creative-links.jltma-cl-effect-11 a { |
| 94 |
padding: 10px 0; |
| 95 |
border-top: 2px solid #0972b4; |
| 96 |
color: #0972b4; |
| 97 |
text-shadow: none; |
| 98 |
} |
| 99 |
.jltma-creative-links.jltma-cl-effect-11 a::before { |
| 100 |
position: absolute; |
| 101 |
top: 0; |
| 102 |
left: 0; |
| 103 |
overflow: hidden; |
| 104 |
padding: 10px 0; |
| 105 |
max-width: 0; |
| 106 |
border-bottom: 2px solid #b53a2d; |
| 107 |
color: #b53a2d; |
| 108 |
content: attr(data-hover); |
| 109 |
-webkit-transition: max-width 0.5s; |
| 110 |
-moz-transition: max-width 0.5s; |
| 111 |
transition: max-width 0.5s; |
| 112 |
white-space: nowrap; |
| 113 |
} |
| 114 |
.jltma-creative-links.jltma-cl-effect-11 a:hover::before, .jltma-creative-links.jltma-cl-effect-11 a:focus::before { |
| 115 |
max-width: 100%; |
| 116 |
} |
| 117 |
.jltma-creative-links.jltma-cl-effect-13 a { |
| 118 |
transition: color 0.3s; |
| 119 |
} |
| 120 |
.jltma-creative-links.jltma-cl-effect-13 a::before { |
| 121 |
position: absolute; |
| 122 |
top: 100%; |
| 123 |
left: 50%; |
| 124 |
color: transparent; |
| 125 |
content: "•"; |
| 126 |
text-shadow: 0 0 transparent; |
| 127 |
font-size: 1.2em; |
| 128 |
transition: text-shadow 0.3s, color 0.3s; |
| 129 |
transform: translateX(-50%); |
| 130 |
pointer-events: none; |
| 131 |
} |
| 132 |
.jltma-creative-links.jltma-cl-effect-13 a:hover::before, .jltma-creative-links.jltma-cl-effect-13 a:focus::before { |
| 133 |
color: #fff; |
| 134 |
text-shadow: 10px 0 #fff, -10px 0 #fff; |
| 135 |
} |
| 136 |
.jltma-creative-links.jltma-cl-effect-13 a:hover, .jltma-creative-links.jltma-cl-effect-13 a:focus { |
| 137 |
color: #ba7700; |
| 138 |
} |
| 139 |
.jltma-creative-links.jltma-cl-effect-15 a { |
| 140 |
color: rgba(0, 0, 0, 0.2); |
| 141 |
font-weight: 700; |
| 142 |
text-shadow: none; |
| 143 |
} |
| 144 |
.jltma-creative-links.jltma-cl-effect-15 a::before { |
| 145 |
color: #fff; |
| 146 |
content: attr(data-hover); |
| 147 |
transition: transform 0.3s, opacity 0.3s; |
| 148 |
} |
| 149 |
.jltma-creative-links.jltma-cl-effect-15 a:hover::before, .jltma-creative-links.jltma-cl-effect-15 a:focus::before { |
| 150 |
transform: scale(0.9); |
| 151 |
opacity: 0; |
| 152 |
} |
| 153 |
.jltma-creative-links.jltma-cl-effect-15 a::before, .jltma-creative-links.jltma-cl-effect-17 a::before { |
| 154 |
display: flex; |
| 155 |
align-items: center; |
| 156 |
justify-content: flex-end; |
| 157 |
height: 100%; |
| 158 |
width: 100%; |
| 159 |
top: 0; |
| 160 |
left: 0; |
| 161 |
opacity: 1; |
| 162 |
position: absolute; |
| 163 |
} |
| 164 |
.jltma-creative-links.jltma-cl-effect-17 a { |
| 165 |
overflow: hidden; |
| 166 |
text-shadow: none; |
| 167 |
} |
| 168 |
.jltma-creative-links.jltma-cl-effect-17 a::before { |
| 169 |
content: attr(data-hover); |
| 170 |
color: #fff; |
| 171 |
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3); |
| 172 |
transition: transform 0.3s, opacity 0.3s; |
| 173 |
pointer-events: none; |
| 174 |
} |
| 175 |
.jltma-creative-links.jltma-cl-effect-17 a::after { |
| 176 |
content: ""; |
| 177 |
position: absolute; |
| 178 |
left: 0; |
| 179 |
bottom: 0; |
| 180 |
width: 100%; |
| 181 |
height: 2px; |
| 182 |
background: #fff; |
| 183 |
opacity: 0; |
| 184 |
transform: translateY(5px); |
| 185 |
transition: transform 0.3s, opacity 0.3s; |
| 186 |
pointer-events: none; |
| 187 |
} |
| 188 |
.jltma-creative-links.jltma-cl-effect-17 a:hover::before, .jltma-creative-links.jltma-cl-effect-17 a:focus::before { |
| 189 |
opacity: 0; |
| 190 |
transform: translateY(-2px); |
| 191 |
} |
| 192 |
.jltma-creative-links.jltma-cl-effect-17 a:hover::after, .jltma-creative-links.jltma-cl-effect-17 a:focus::after { |
| 193 |
opacity: 1; |
| 194 |
transform: translateY(0px); |
| 195 |
} |
| 196 |
.jltma-creative-links.jltma-cl-effect-21 a { |
| 197 |
padding: 10px; |
| 198 |
color: #237546; |
| 199 |
font-weight: 700; |
| 200 |
text-shadow: none; |
| 201 |
transition: color 0.3s; |
| 202 |
} |
| 203 |
.jltma-creative-links.jltma-cl-effect-21 a::before, .jltma-creative-links.jltma-cl-effect-21 a::after { |
| 204 |
position: absolute; |
| 205 |
left: 0; |
| 206 |
width: 100%; |
| 207 |
height: 2px; |
| 208 |
background: #333; |
| 209 |
content: ""; |
| 210 |
opacity: 0; |
| 211 |
transition: opacity 0.3s, transform 0.3s; |
| 212 |
transform: translateY(-10px); |
| 213 |
} |
| 214 |
.jltma-creative-links.jltma-cl-effect-21 a::before { |
| 215 |
top: 0; |
| 216 |
transform: translateY(-10px); |
| 217 |
} |
| 218 |
.jltma-creative-links.jltma-cl-effect-21 a::after { |
| 219 |
bottom: 0; |
| 220 |
transform: translateY(10px); |
| 221 |
} |
| 222 |
.jltma-creative-links.jltma-cl-effect-21 a:hover, .jltma-creative-links.jltma-cl-effect-21 a:focus { |
| 223 |
color: #fff; |
| 224 |
} |
| 225 |
.jltma-creative-links.jltma-cl-effect-21 a:hover::before, .jltma-creative-links.jltma-cl-effect-21 a:hover::after, .jltma-creative-links.jltma-cl-effect-21 a:focus::before, .jltma-creative-links.jltma-cl-effect-21 a:focus::after { |
| 226 |
opacity: 1; |
| 227 |
transform: translateY(0px); |
| 228 |
} |
| 229 |
|
| 230 |
/* MA Creative Links End */ |