Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | @import '../global/_variables'; // global variables. |
| 2 | @import '../global/components/_mixins'; // global mixings. |
||
| 3 | |||
| 4 | /*** |
||
| 5 | Anout Us Page |
||
| 6 | ***/ |
||
| 7 | |||
| 8 | |||
| 9 | /* BEGIN HEADER */ |
||
| 10 | .about-header { |
||
| 11 | height: 500px; |
||
| 12 | background-image: url("#{$page-media-path}bg/5.jpg"); |
||
| 13 | background-position: center; |
||
| 14 | text-align: center; |
||
| 15 | margin: 0 -20px; |
||
| 16 | } |
||
| 17 | |||
| 18 | .about-header h1 { |
||
| 19 | color: #fff; |
||
| 20 | font-size: 55px; |
||
| 21 | font-weight: 600; |
||
| 22 | margin-top: 130px; |
||
| 23 | text-shadow: 1px 1px 0px rgba(0,0,0, 0.2); |
||
| 24 | } |
||
| 25 | |||
| 26 | .about-header h2 { |
||
| 27 | color: #fff; |
||
| 28 | font-size: 22px; |
||
| 29 | font-weight: 400; |
||
| 30 | letter-spacing: 1px; |
||
| 31 | text-transform: uppercase; |
||
| 32 | margin-top: 30px; |
||
| 33 | margin-bottom: 40px; |
||
| 34 | } |
||
| 35 | /* END HEADER */ |
||
| 36 | |||
| 37 | /* BEGIN CARD */ |
||
| 38 | .card-icon { |
||
| 39 | width: 100%; |
||
| 40 | text-align: center; |
||
| 41 | overflow: hidden; |
||
| 42 | |||
| 43 | } |
||
| 44 | |||
| 45 | .card-icon i { |
||
| 46 | font-size: 50px; |
||
| 47 | border: 1px solid #ecf0f4; |
||
| 48 | -webkit-border-radius: 50%; |
||
| 49 | -moz-border-radius: 50%; |
||
| 50 | border-radius: 50%; |
||
| 51 | padding: 47px 30px; |
||
| 52 | margin: 30px 0 30px 0; |
||
| 53 | } |
||
| 54 | |||
| 55 | .card-title { |
||
| 56 | text-align: center; |
||
| 57 | } |
||
| 58 | |||
| 59 | .card-title span { |
||
| 60 | font-size: 18px; |
||
| 61 | font-weight: 600; |
||
| 62 | color: #373d43; |
||
| 63 | } |
||
| 64 | |||
| 65 | .card-desc { |
||
| 66 | text-align: center; |
||
| 67 | margin-top: 20px; |
||
| 68 | margin-bottom: 30px; |
||
| 69 | } |
||
| 70 | |||
| 71 | .card-desc span { |
||
| 72 | font-size: 14px; |
||
| 73 | font-weight: 400; |
||
| 74 | color: #808a94; |
||
| 75 | } |
||
| 76 | /* END CARD */ |
||
| 77 | |||
| 78 | /* BEGIN LINKS BLOCK */ |
||
| 79 | .about-links-cont { |
||
| 80 | background-color: #fff; |
||
| 81 | margin:0 -20px; |
||
| 82 | } |
||
| 83 | |||
| 84 | .about-links-cont .about-links { |
||
| 85 | padding: 70px 0 70px 70px; |
||
| 86 | } |
||
| 87 | |||
| 88 | .about-links-cont .about-image { |
||
| 89 | padding-left: 110px; |
||
| 90 | } |
||
| 91 | |||
| 92 | .about-links-item h4 { |
||
| 93 | font-size: 18px; |
||
| 94 | font-weight: 600; |
||
| 95 | color: #373d43; |
||
| 96 | |||
| 97 | } |
||
| 98 | |||
| 99 | .about-links-item ul { |
||
| 100 | margin: 0; |
||
| 101 | padding: 0; |
||
| 102 | list-style-type: none; |
||
| 103 | } |
||
| 104 | |||
| 105 | .about-links-item ul li { |
||
| 106 | padding-top: 5px; |
||
| 107 | } |
||
| 108 | |||
| 109 | .about-links-item ul li a { |
||
| 110 | font-size: 14px; |
||
| 111 | font-weight: 400; |
||
| 112 | color: #4a8fba; |
||
| 113 | } |
||
| 114 | |||
| 115 | .about-image { |
||
| 116 | background-repeat: no-repeat; |
||
| 117 | background-size: cover; |
||
| 118 | } |
||
| 119 | /* END LINKS BLOCK */ |
||
| 120 | |||
| 121 | /* BEGIN MEMBERS SUCCESS STORIES */ |
||
| 122 | .stories-header { |
||
| 123 | text-align: center; |
||
| 124 | } |
||
| 125 | |||
| 126 | .stories-header h1 { |
||
| 127 | color: #373d43; |
||
| 128 | font-size: 35px; |
||
| 129 | font-weight: 600; |
||
| 130 | } |
||
| 131 | |||
| 132 | .stories-header h2 { |
||
| 133 | color: #808a94; |
||
| 134 | font-size: 18px; |
||
| 135 | font-weight: 400; |
||
| 136 | letter-spacing: 1px; |
||
| 137 | text-transform: uppercase; |
||
| 138 | margin-top: 20px; |
||
| 139 | } |
||
| 140 | |||
| 141 | .stories-cont .photo { |
||
| 142 | width: 100%; |
||
| 143 | } |
||
| 144 | |||
| 145 | .stories-cont .photo img { |
||
| 146 | margin: 30px auto; |
||
| 147 | width: 130px; |
||
| 148 | height: 130px; |
||
| 149 | -webkit-border-radius: 50% !important; |
||
| 150 | -moz-border-radius: 50% !important; |
||
| 151 | border-radius: 50% !important; |
||
| 152 | } |
||
| 153 | |||
| 154 | .stories-cont .title { |
||
| 155 | text-align: center; |
||
| 156 | } |
||
| 157 | |||
| 158 | .stories-cont .title span { |
||
| 159 | font-size: 18px; |
||
| 160 | font-weight: 600; |
||
| 161 | color: #373d43; |
||
| 162 | } |
||
| 163 | |||
| 164 | .stories-cont .desc { |
||
| 165 | text-align: center; |
||
| 166 | margin-top: 20px; |
||
| 167 | margin-bottom: 30px; |
||
| 168 | } |
||
| 169 | |||
| 170 | .stories-cont .desc span { |
||
| 171 | font-size: 14px; |
||
| 172 | font-weight: 400; |
||
| 173 | color: #808a94; |
||
| 174 | } |
||
| 175 | |||
| 176 | .stories-footer { |
||
| 177 | text-align: center; |
||
| 178 | } |
||
| 179 | /* END MEMBERS SUCCESS STORIES */ |
||
| 180 | |||
| 181 | /* BEGIN ABOUt AND VIDEO */ |
||
| 182 | |||
| 183 | .about-text { |
||
| 184 | height:500px; |
||
| 185 | padding:0 !important; |
||
| 186 | |||
| 187 | > h4 { |
||
| 188 | background-color: #d9534f; |
||
| 189 | font-size: 24px; |
||
| 190 | font-weight: 600; |
||
| 191 | color: #fff; |
||
| 192 | padding:1em 20px; |
||
| 193 | margin:0; |
||
| 194 | |||
| 195 | > i{ |
||
| 196 | font-size:24px !important; |
||
| 197 | color:#fff; |
||
| 198 | } |
||
| 199 | } |
||
| 200 | |||
| 201 | >p{ |
||
| 202 | color: #808a94; |
||
| 203 | } |
||
| 204 | |||
| 205 | ul, |
||
| 206 | > p, |
||
| 207 | .about-quote { |
||
| 208 | padding-left:20px; |
||
| 209 | padding-right:20px; |
||
| 210 | } |
||
| 211 | |||
| 212 | li{ |
||
| 213 | margin-bottom:0.5em; |
||
| 214 | } |
||
| 215 | |||
| 216 | .about-quote{ |
||
| 217 | |||
| 218 | > h3{ |
||
| 219 | border-left: 3px solid; |
||
| 220 | border-color:#ccc; |
||
| 221 | padding-left:1em; |
||
| 222 | font-style: italic; |
||
| 223 | line-height: 1.3em; |
||
| 224 | } |
||
| 225 | |||
| 226 | > .about-author{ |
||
| 227 | text-align:right; |
||
| 228 | } |
||
| 229 | } |
||
| 230 | } |
||
| 231 | |||
| 232 | .about-image{ |
||
| 233 | height:545px; |
||
| 234 | } |
||
| 235 | |||
| 236 | .about-links-item{ |
||
| 237 | margin-bottom:2em; |
||
| 238 | } |
||
| 239 | |||
| 240 | |||
| 241 | /* END ABOUt AND VIDEO */ |
||
| 242 | |||
| 243 | /* BEGIN RESPONSIVE */ |
||
| 244 | |||
| 245 | @media (max-width:600px) { |
||
| 246 | .about-text{ |
||
| 247 | height:auto; |
||
| 248 | padding-bottom:1.5em !important; |
||
| 249 | } |
||
| 250 | |||
| 251 | .about-image{ |
||
| 252 | margin:0 -20px; |
||
| 253 | } |
||
| 254 | } |
||
| 255 | |||
| 256 | /* END RESPONSIVE */ |
||
| 257 | |||
| 258 | |||
| 259 | |||
| 260 | |||
| 261 |