├── ER_Diagram.jpg
├── img
├── ad-1.jpg
├── ad-2.jpg
├── author.png
├── avatar.png
├── logo.png
├── post-1.jpg
├── post-2.jpg
├── post-3.jpg
├── post-4.jpg
├── post-5.jpg
├── post-6.jpg
├── about-1.jpg
├── about-2.jpg
├── widget-1.jpg
├── widget-2.jpg
├── widget-3.jpg
├── widget-4.jpg
└── post-page.jpg
├── fonts
├── FontAwesome.otf
├── fontawesome-webfont.eot
├── fontawesome-webfont.ttf
├── fontawesome-webfont.woff
└── fontawesome-webfont.woff2
├── Credits.txt
├── README.md
├── contact.html
├── index.php
├── about.html
├── blank.html
├── category.html
├── blog-post.html
└── css
├── style.css
└── font-awesome.min.css
/ER_Diagram.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/ER_Diagram.jpg
--------------------------------------------------------------------------------
/img/ad-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/ad-1.jpg
--------------------------------------------------------------------------------
/img/ad-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/ad-2.jpg
--------------------------------------------------------------------------------
/img/author.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/author.png
--------------------------------------------------------------------------------
/img/avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/avatar.png
--------------------------------------------------------------------------------
/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/logo.png
--------------------------------------------------------------------------------
/img/post-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/post-1.jpg
--------------------------------------------------------------------------------
/img/post-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/post-2.jpg
--------------------------------------------------------------------------------
/img/post-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/post-3.jpg
--------------------------------------------------------------------------------
/img/post-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/post-4.jpg
--------------------------------------------------------------------------------
/img/post-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/post-5.jpg
--------------------------------------------------------------------------------
/img/post-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/post-6.jpg
--------------------------------------------------------------------------------
/img/about-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/about-1.jpg
--------------------------------------------------------------------------------
/img/about-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/about-2.jpg
--------------------------------------------------------------------------------
/img/widget-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/widget-1.jpg
--------------------------------------------------------------------------------
/img/widget-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/widget-2.jpg
--------------------------------------------------------------------------------
/img/widget-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/widget-3.jpg
--------------------------------------------------------------------------------
/img/widget-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/widget-4.jpg
--------------------------------------------------------------------------------
/img/post-page.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/img/post-page.jpg
--------------------------------------------------------------------------------
/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bacdong/PHP_Lesson1/HEAD/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/Credits.txt:
--------------------------------------------------------------------------------
1 | Credits:
2 | Jquery
3 | Bootstrap
4 | Font-awesome
5 | Images : Unsplash
6 | Goolgle fonts : Nunito & Nunito-Sans
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # PHP_Lesson1
2 | Exercise in PHP & MySQL Basic courses online. This is a first exercise.
3 |
4 | All PHP repositories are completed with the support of the Zent Education team.
5 |
6 | Especially mentor Vu Van Thuong (Founder Zent - Education).
7 |
--------------------------------------------------------------------------------
/contact.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | WebMag HTML Template
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
29 |
30 |
31 |
32 |
33 |
34 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
Contact Information
158 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
159 |
164 |
165 |
166 |
167 |
168 |
Send A Message
169 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
272 |
273 |
274 |
275 |
276 |
277 |
278 |
279 |
280 |
281 |
--------------------------------------------------------------------------------
/index.php:
--------------------------------------------------------------------------------
1 | query($query);
15 |
16 | $posts = array();
17 |
18 | while($row = $result->fetch_assoc()) {
19 | $posts[] = $row;
20 | }
21 |
22 | //In ra bài viết lớn
23 | $query_2 = "SELECT * FROM posts ORDER BY created_at desc limit 6,1;";
24 |
25 | $result_2 = $connection->query($query_2);
26 |
27 | $posts_2 = array();
28 |
29 | while($row = $result_2->fetch_assoc()) {
30 | $posts_2[] = $row;
31 | }
32 |
33 | //In ra tiếp tục 6 bài sau bài viết lớn
34 | $query_3 = "SELECT * FROM posts ORDER BY created_at desc limit 7,6;";
35 |
36 | $result_3 = $connection->query($query_3);
37 |
38 | $posts_3 = array();
39 |
40 | while($row = $result_3->fetch_assoc()) {
41 | $posts_3[] = $row;
42 | }
43 |
44 | // $query2 = "SELECT * FROM categories ORDER BY created_at desc limit 6;";
45 |
46 | // $result2 = $connection->query($query2);
47 |
48 | // $categories = array2();
49 |
50 | // while($row2 = $result2->fetch_assoc()) {
51 | // $categories[] = $row2;
52 | // }
53 |
54 | // foreach ($posts as $cate) {
55 | // echo "";
56 | // print_r($cate);
57 | // echo "";
58 | // }
59 | ?>
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 | My Blogs | Dương Bắc Đông
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
89 |
90 |
91 |
92 |
93 |
94 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
Recent Posts
202 |
203 |
204 |
205 |
208 |
209 |
210 |
211 |
212 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
235 |
236 |
237 |
238 |
245 |
246 |
247 |
248 |
249 |
250 |
253 |
254 |
255 |
256 |
257 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 |
272 |
273 |
274 |
275 |
276 |
277 |
278 |
279 |
280 |
281 |
352 |
353 |
354 |
355 |
356 |
357 |
358 |
359 |
360 |
361 |
--------------------------------------------------------------------------------
/about.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | WebMag HTML Template
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
29 |
30 |
31 |
32 |
33 |
34 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
Lorem ipsum dolor sit amet, ea eos tibique expetendis, tollit viderer ne nam. No ponderum accommodare eam, purto nominavi cum ea, sit no dolores tractatos. Scripta principes quaerendum ex has, ea mei omnes eruditi. Nec ex nulla mandamus, quot omnesque mel et. Amet habemus ancillae id eum, justo dignissim mei ea, vix ei tantas aliquid. Cu laudem impetus conclusionemque nec, velit erant persius te mel. Ut eum verterem perpetua scribentur.
158 |
159 |
160 |
161 |
Vix mollis admodum ei, vis legimus voluptatum ut, vis reprimique efficiendi sadipscing ut. Eam ex animal assueverit consectetuer, et nominati maluisset repudiare nec. Rebum aperiam vis ne, ex summo aliquando dissentiunt vim. Quo ut cibo docendi. Suscipit indoctum ne quo, ne solet offendit hendrerit nec. Case malorum evertitur ei vel.
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
Our Mission
171 |
Id usu mutat debet tempor, fugit omnesque posidonium nec ei. An assum labitur ocurreret qui, eam aliquid ornatus tibique ut.
172 |
173 | Vix mollis admodum ei, vis legimus voluptatum ut.
174 | Cu cum alia vide malis. Vel aliquid facilis adolescens.
175 | Laudem rationibus vim id. Te per illum ornatus.
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
189 |
190 |
191 |
192 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
307 |
308 |
309 |
310 |
311 |
312 |
313 |
314 |
315 |
316 |
--------------------------------------------------------------------------------
/blank.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | WebMag HTML Template
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
29 |
30 |
31 |
32 |
33 |
34 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
H1 Typography heading.
157 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
158 |
159 |
H2 Typography heading.
160 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
161 |
162 |
H3 Typography heading.
163 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
164 |
165 |
H4 Typography heading.
166 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
167 |
168 |
169 | Vix mollis admodum ei, vis legimus voluptatum ut.
170 | Cu cum alia vide malis. Vel aliquid facilis adolescens.
171 | Laudem rationibus vim id. Te per illum ornatus.
172 |
173 |
174 |
175 | Vix mollis admodum ei, vis legimus voluptatum ut.
176 | Cu cum alia vide malis. Vel aliquid facilis adolescens.
177 | Laudem rationibus vim id. Te per illum ornatus.
178 |
179 |
180 |
181 |
182 |
183 |
188 |
189 |
190 |
191 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
306 |
307 |
308 |
309 |
310 |
311 |
312 |
313 |
314 |
315 |
--------------------------------------------------------------------------------
/category.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | WebMag HTML Template
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
29 |
30 |
31 |
32 |
33 |
34 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
223 |
224 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam...
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
239 |
240 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam...
241 |
242 |
243 |
244 |
245 |
246 |
247 |
248 |
249 |
250 |
251 |
255 |
256 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam...
257 |
258 |
259 |
260 |
261 |
262 |
263 |
264 |
265 |
266 |
267 |
271 |
272 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam...
273 |
274 |
275 |
276 |
277 |
278 |
279 |
280 | Load More
281 |
282 |
283 |
284 |
285 |
286 |
287 |
288 |
293 |
294 |
295 |
296 |
329 |
330 |
331 |
332 |
345 |
346 |
347 |
348 |
363 |
364 |
365 |
366 |
378 |
379 |
380 |
381 |
382 |
383 |
384 |
385 |
386 |
387 |
388 |
459 |
460 |
461 |
462 |
463 |
464 |
465 |
466 |
467 |
468 |
--------------------------------------------------------------------------------
/blog-post.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | WebMag HTML Template
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
29 |
30 |
31 |
32 |
33 |
34 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
Lorem Ipsum: when, and when not to use it
161 |
Do you like Cheese Whiz? Spray tan? Fake eyelashes? That's what is Lorem Ipsum to many—it rubs them the wrong way, all the way. It's unreal, uncanny, makes you wonder if something is wrong, it seems to seek your attention for all the wrong reasons. Usually, we prefer the real thing, wine without sulfur based preservatives, real butter, not margarine, and so we'd like our layouts and designs to be filled with real words, with thoughts that count, information that has value.
162 |
The toppings you may chose for that TV dinner pizza slice when you forgot to shop for foods, the paint you may slap on your face to impress the new boss is your business. But what about your daily bread? Design comps, layouts, wireframes—will your clients accept that you go about things the facile way? Authorities in our business will tell in no uncertain terms that Lorem Ipsum is that huge, huge no no to forswear forever. Not so fast, I'd say, there are some redeeming factors in favor of greeking text, as its use is merely the symptom of a worse problem to take into consideration.
163 |
164 |
165 | So Lorem Ipsum is bad (not necessarily)
166 |
167 |
You begin with a text, you sculpt information, you chisel away what's not needed, you come to the point, make things clear, add value, you're a content person, you like words. Design is no afterthought, far from it, but it comes in a deserved second. Anyway, you still use Lorem Ipsum and rightly so, as it will always have a place in the web workers toolbox, as things happen, not always the way you like it, not always in the preferred order. Even if your less into design and more into content strategy you may find some redeeming value with, wait for it, dummy copy, no less.
168 |
There's lot of hate out there for a text that amounts to little more than garbled words in an old language. The villagers are out there with a vengeance to get that Frankenstein, wielding torches and pitchforks, wanting to tar and feather it at the least, running it out of town in shame.
169 |
One of the villagers, Kristina Halvorson from Adaptive Path, holds steadfastly to the notion that design can’t be tested without real content:
170 |
171 | I’ve heard the argument that “lorem ipsum” is effective in wireframing or design because it helps people focus on the actual layout, or color scheme, or whatever. What kills me here is that we’re talking about creating a user experience that will (whether we like it or not) be DRIVEN by words. The entire structure of the page or app flow is FOR THE WORDS.
172 |
173 |
If that's what you think how bout the other way around? How can you evaluate content without design? No typography, no colors, no layout, no styles, all those things that convey the important signals that go beyond the mere textual, hierarchies of information, weight, emphasis, oblique stresses, priorities, all those subtle cues that also have visual and emotional appeal to the reader. Rigid proponents of content strategy may shun the use of dummy copy but then designers might want to ask them to provide style sheets with the copy decks they supply that are in tune with the design direction they require.
174 |
Summing up, if the copy is diverting attention from the design it’s because it’s not up to task.
175 |
Typographers of yore didn't come up with the concept of dummy copy because people thought that content is inconsequential window dressing, only there to be used by designers who can’t be bothered to read. Lorem Ipsum is needed because words matter, a lot. Just fill up a page with draft copy about the client’s business and they will actually read it and comment on it. They will be drawn to it, fiercely. Do it the wrong way and draft copy can derail your design review.
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
217 |
218 |
219 |
220 |
221 |
222 |
3 Comments
223 |
224 |
225 |
274 |
275 |
276 |
277 |
278 |
279 |
280 |
Leave a reply
281 |
your email address will not be published. required fields are marked *
282 |
283 |
284 |
285 |
286 |
287 | Name *
288 |
289 |
290 |
291 |
292 |
293 | Email *
294 |
295 |
296 |
297 |
298 |
299 | Website
300 |
301 |
302 |
303 |
304 |
305 |
306 |
307 |
Submit
308 |
309 |
310 |
311 |
312 |
313 |
314 |
315 |
316 |
317 |
318 |
319 |
324 |
325 |
326 |
327 |
360 |
361 |
362 |
363 |
389 |
390 |
391 |
392 |
405 |
406 |
407 |
408 |
423 |
424 |
425 |
426 |
438 |
439 |
440 |
441 |
442 |
443 |
444 |
445 |
446 |
447 |
448 |
449 |
520 |
521 |
522 |
523 |
524 |
525 |
526 |
527 |
528 |
529 |
--------------------------------------------------------------------------------
/css/style.css:
--------------------------------------------------------------------------------
1 | /*
2 | Template Name: WebMag Html Template
3 |
4 | Author: yaminncco
5 |
6 | Colors:
7 | Body : #3d455c
8 | Headers : #212631
9 | Primary : #212631 #4BB92F #ff8700 #0078ff #8d00ff
10 | Dark : #212631
11 | Grey : #eceef2 #a7b3c6 #fbfbfd
12 |
13 | Fonts: Nunito & Nunito-Sans
14 |
15 | Table OF Contents
16 | ------------------------------------
17 | GENERAL
18 | NAVIGATION
19 | HEADER
20 | POST
21 | POST PAGE
22 | ASIDE
23 | FOOTER
24 | RESPONSIVE
25 | ------------------------------------*/
26 | /*=========================================================
27 | GENERAL
28 | ===========================================================*/
29 | /*----------------------------*\
30 | typography
31 | \*----------------------------*/
32 | body {
33 | font-family: 'Nunito', sans-serif;
34 | font-size: 16px;
35 | font-weight: 300;
36 | color: #3d455c;
37 | margin: 0;
38 | padding: 0;
39 | overflow-x: hidden;
40 | }
41 | h1, h2, h3, h4, h5, h6 {
42 | font-family: 'Nunito Sans', sans-serif;
43 | font-weight: 700;
44 | color: #212631;
45 | margin: 0px 0px 15px;
46 | }
47 | h1 {
48 | font-size: 34px;
49 | }
50 | h2 {
51 | font-size: 28px;
52 | }
53 | h3 {
54 | font-size: 23px;
55 | }
56 | h4 {
57 | font-size: 16px;
58 | }
59 | a {
60 | font-weight: 600;
61 | color: #212631;
62 | text-decoration: none;
63 | }
64 | a:hover, a:focus{
65 | color: #212631;
66 | text-decoration: underline;
67 | outline: none;
68 | }
69 | p {
70 | margin: 0px 0px 20px;
71 | }
72 | ul,ol{
73 | margin: 0;
74 | padding: 0;
75 | list-style: none
76 | }
77 | ul.list-style, ol.list-style {
78 | padding-left: 15px;
79 | margin-bottom: 10px;
80 | }
81 | ul.list-style {
82 | list-style-type: disc;
83 | }
84 | ol.list-style {
85 | list-style-type: decimal;
86 | }
87 | blockquote.blockquote {
88 | position:relative;
89 | border-left:0;
90 | font-weight:600;
91 | margin-bottom:10px;
92 | padding: 20px;
93 | }
94 | blockquote.blockquote:before {
95 | content: "``";
96 | font-family: 'Nunito Sans', sans-serif;
97 | display: block;
98 | position: absolute;
99 | left: -5px;
100 | top: 5px;
101 | font-size: 240px;
102 | line-height: 200px;
103 | color: #eceef2;
104 | letter-spacing: -30px;
105 | z-index: -2;
106 | }
107 | figure.figure-img {
108 | margin-bottom:20px;
109 | }
110 | figure.figure-img figcaption {
111 | padding-top:5px;
112 | font-size: 13px;
113 | font-weight:600;
114 | }
115 | .input {
116 | height: 40px;
117 | border: 2px solid #eceef2;
118 | width: 100%;
119 | padding: 0px 15px;
120 | -webkit-transition: 0.2s border;
121 | transition: 0.2s border;
122 | }
123 | .input:focus {
124 | border-color: #3d455c;
125 | }
126 | textarea.input {
127 | height: 90px;
128 | padding: 15px;
129 | }
130 | .primary-button {
131 | padding: 9px 45px;
132 | border: none;
133 | background-color: #212631;
134 | font-weight: 600;
135 | text-transform: uppercase;
136 | font-size: 13px;
137 | color: #fff;
138 | -webkit-transition: 0.2s opacity;
139 | transition: 0.2s opacity;
140 | }
141 | .primary-button:hover,.primary-button:focus {
142 | color: #fff;
143 | opacity: 0.9;
144 | }
145 | .section {
146 | padding-top: 40px;
147 | }
148 | .section.section-grey {
149 | background-color: #fbfbfd;
150 | border-bottom: 1px solid #eceef2;
151 | border-top: 1px solid #eceef2;
152 | }
153 | .section .section-title {
154 | margin-bottom: 40px;
155 | }
156 | .section .section-title h2 {
157 | text-transform: capitalize;
158 | font-size: 28px;
159 | }
160 | .section-row {
161 | margin-bottom:40px;
162 | }
163 | /*=========================================================
164 | NAVIGATION
165 | ===========================================================*/
166 | #nav {
167 | height: 70px;
168 | }
169 | #nav:after {
170 | content: "";
171 | position: fixed;
172 | left: 0;
173 | right: 0;
174 | bottom: 0;
175 | top: 0;
176 | background-color: rgba(33, 38, 49, 0.5);
177 | z-index: 90;
178 | opacity: 0;
179 | visibility: hidden;
180 | -webkit-transition: 0.2s all;
181 | transition: 0.2s all;
182 | }
183 | #nav.shadow-active:after {
184 | opacity: 1;
185 | visibility: visible;
186 | }
187 | #nav-fixed {
188 | position: fixed;
189 | left: 0;
190 | right: 0;
191 | top: 0;
192 | z-index: 90;
193 | background-color: #FFF;
194 | -webkit-box-shadow: 0px -1px 0px 0px #eceef2 inset;
195 | box-shadow: 0px -1px 0px 0px #eceef2 inset;
196 | }
197 | #nav-fixed.slide-down {
198 | -webkit-animation: slide-down 0.3s;
199 | animation: slide-down 0.3s;
200 | }
201 | #nav-fixed.slide-up {
202 | -webkit-animation: slide-up 0.3s;
203 | animation: slide-up 0.3s;
204 | -webkit-animation-fill-mode: forwards;
205 | animation-fill-mode: forwards;
206 | }
207 | @-webkit-keyframes slide-down {
208 | from {
209 | -webkit-transform:translateY(-100%);
210 | transform:translateY(-100%);
211 | }
212 | to {
213 | -webkit-transform:translateY(0%);
214 | transform:translateY(0%);
215 | }
216 | }
217 | @keyframes slide-down {
218 | from {
219 | -webkit-transform:translateY(-100%);
220 | transform:translateY(-100%);
221 | }
222 | to {
223 | -webkit-transform:translateY(0%);
224 | transform:translateY(0%);
225 | }
226 | }
227 | @-webkit-keyframes slide-up {
228 | from {
229 | -webkit-transform:translateY(0%);
230 | transform:translateY(0%);
231 | }
232 | to {
233 | -webkit-transform:translateY(-100%);
234 | transform:translateY(-100%);
235 | }
236 | }
237 | @keyframes slide-up {
238 | from {
239 | -webkit-transform:translateY(0%);
240 | transform:translateY(0%);
241 | }
242 | to {
243 | -webkit-transform:translateY(-100%);
244 | transform:translateY(-100%);
245 | }
246 | }
247 | #nav .container {
248 | position: relative;
249 | }
250 | /*----------------------------*\
251 | logo
252 | \*----------------------------*/
253 | .nav-logo {
254 | float:left;
255 | }
256 | .nav-logo .logo {
257 | line-height: 70px;
258 | display:inline-block;
259 | }
260 | .nav-logo .logo > img {
261 | width: 100%;
262 | max-height: 70px;
263 | }
264 | /*----------------------------*\
265 | menu
266 | \*----------------------------*/
267 | .nav-menu {
268 | margin-left: 20px;
269 | }
270 | .nav-menu li a {
271 | position: relative;
272 | padding: 25px 20px;
273 | text-transform: capitalize;
274 | -webkit-box-shadow: -1px 0px 0px 0px #eceef2 inset;
275 | box-shadow: -1px 0px 0px 0px #eceef2 inset;
276 | -webkit-transition: 0.2s color;
277 | transition: 0.2s color;
278 | }
279 | .nav-menu li:first-child a {
280 | border-left: 1px solid #eceef2;
281 | }
282 | .nav-menu li a:after {
283 | content: '';
284 | position: absolute;
285 | left: 0;
286 | right: 0;
287 | bottom: 0px;
288 | width: 100%;
289 | height: 4px;
290 | -webkit-transition: 0.2s width;
291 | transition: 0.2s width;
292 | }
293 | .nav-menu li.cat-1 a:after {
294 | background-color: #4BB92F;
295 | }
296 | .nav-menu li.cat-2 a:after {
297 | background-color: #ff8700;
298 | }
299 | .nav-menu li.cat-3 a:after {
300 | background-color: #0078ff;
301 | }
302 | .nav-menu li.cat-4 a:after {
303 | background-color: #8d00ff;
304 | }
305 | .nav-menu li a:hover, .nav-menu li a:focus {
306 | background-color: transparent;
307 | text-decoration: none;
308 | }
309 | .nav-menu li.cat-1 a:hover, .nav-menu li.cat-1 a:focus {
310 | color: #4BB92F;
311 | }
312 | .nav-menu li.cat-2 a:hover, .nav-menu li.cat-2 a:focus {
313 | color: #ff8700;
314 | }
315 | .nav-menu li.cat-3 a:hover, .nav-menu li.cat-3 a:focus {
316 | color: #0078ff;
317 | }
318 | .nav-menu li.cat-4 a:hover, .nav-menu li.cat-4 a:focus {
319 | color: #8d00ff;
320 | }
321 | /*----------------------------*\
322 | search
323 | \*----------------------------*/
324 | .nav-btns {
325 | float:right;
326 | }
327 | .nav-btns > button {
328 | padding: 25px 25px;
329 | border: none;
330 | line-height: 20px;
331 | background: transparent;
332 | }
333 | .nav-btns .search-form {
334 | position: absolute;
335 | left: 0;
336 | right: 0;
337 | top: 0;
338 | bottom: 0px;
339 | padding: 0px 15px;
340 | opacity: 0;
341 | visibility: hidden;
342 | -webkit-transition: 0.3s all;
343 | transition: 0.3s all;
344 | }
345 | .nav-btns .search-form.active {
346 | opacity: 1;
347 | visibility: visible;
348 | }
349 | .nav-btns .search-form .search-input {
350 | height: 100%;
351 | width: 100%;
352 | border: none;
353 | background: #FFF;
354 | padding: 0px;
355 | font-weight: 600;
356 | }
357 | .nav-btns .search-form .search-close {
358 | position: absolute;
359 | top: 50%;
360 | right: 15px;
361 | -webkit-transform: translateY(-50%);
362 | -ms-transform: translateY(-50%);
363 | transform: translateY(-50%);
364 | border: none;
365 | background: transparent;
366 | line-height: 20px;
367 | color: #212631;
368 | font-size: 22px;
369 | padding: 0;
370 | }
371 | /*----------------------------*\
372 | nav aside
373 | \*----------------------------*/
374 | #nav-aside {
375 | position: fixed;
376 | right: 0;
377 | top: 0;
378 | bottom: 0;
379 | background-color: #fff;
380 | max-width: 360px;
381 | width: 100%;
382 | padding: 80px 20px;
383 | overflow-y: scroll;
384 | z-index: 99;
385 | -webkit-transform: translateX(100%);
386 | -ms-transform: translateX(100%);
387 | transform: translateX(100%);
388 | -webkit-transition: 0.3s all;
389 | transition: 0.3s all;
390 | }
391 | #nav-aside.active {
392 | -webkit-transform: translateX(0%);
393 | -ms-transform: translateX(0%);
394 | transform: translateX(0%);
395 | }
396 | .nav-aside-menu li a {
397 | font-family: 'Nunito Sans', sans-serif;
398 | font-weight:700;
399 | font-size:23px;
400 | }
401 | .nav-aside-social li {
402 | display: inline-block;
403 | }
404 | .nav-aside-social li > a {
405 | display: block;
406 | width: 30px;
407 | height: 30px;
408 | line-height: 30px;
409 | text-align: center;
410 | background-color: #212631;
411 | color: #FFF;
412 | border-radius: 2px;
413 | margin-right: 5px;
414 | -webkit-transition: 0.2s opacity;
415 | transition: 0.2s opacity;
416 | }
417 | .nav-aside-social li > a:hover, .nav-aside-social li > a:focus {
418 | opacity: 0.9;
419 | }
420 | .nav-aside-close {
421 | position: absolute;
422 | top: 0px;
423 | right: 0px;
424 | height: 70px;
425 | width: 70px;
426 | line-height: 70px;
427 | text-align: center;
428 | background-color: transparent;
429 | color: #212631;
430 | border: none;
431 | font-size: 22px;
432 | border-radius: 50%;
433 | padding: 0;
434 | }
435 | /*=========================================================
436 | HEADER
437 | ===========================================================*/
438 | .page-header {
439 | position: relative;
440 | margin: 0;
441 | padding-top: 60px;
442 | padding-bottom: 60px;
443 | background-color: #fbfbfd;
444 | border-bottom: 2px solid #F4f4f9;
445 | }
446 | .page-header .background-img {
447 | position: absolute;
448 | top: 0;
449 | left: 0;
450 | right: 0;
451 | bottom: 0;
452 | background-position: center;
453 | background-size: cover;
454 | }
455 | .page-header .background-img:after {
456 | content: '';
457 | position: absolute;
458 | top: 0;
459 | left: 0;
460 | right: 0;
461 | bottom: 0;
462 | background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 38, 49, 0.3)), to(transparent));
463 | background-image: linear-gradient(to top, rgba(33, 38, 49, 0.3) 0%, transparent 100%);
464 | }
465 | #post-header.page-header {
466 | padding-top: 120px;
467 | }
468 | .page-header h1 {
469 | text-transform: capitalize;
470 | margin-bottom: 0px;
471 | }
472 | #post-header.page-header h1 {
473 | color: #FFF;
474 | }
475 | .page-header .post-meta {
476 | margin: 15px 0px;
477 | }
478 | .page-header .post-meta .post-date {
479 | color: #eceef2;
480 | }
481 | .page-header .page-header-breadcrumb {
482 | margin: 15px 0px;
483 | }
484 | .page-header .page-header-breadcrumb li {
485 | display: inline-block;
486 | }
487 | .page-header .page-header-breadcrumb li, .page-header .page-header-breadcrumb li a {
488 | font-size: 13px;
489 | text-transform: capitalize;
490 | color: #a7b3c6;
491 | }
492 | .page-header .page-header-breadcrumb li a {
493 | -webkit-transition: 0.2s color;
494 | transition: 0.2s color;
495 | }
496 | .page-header .page-header-breadcrumb li a:hover, .page-header .page-header-breadcrumb li a:focus {
497 | color: #0b0f28;
498 | text-decoration: none;
499 | }
500 | .page-header .page-header-breadcrumb li + li:before {
501 | content: '/';
502 | display: inline-block;
503 | margin: 0px 10px;
504 | }
505 | /*=========================================================
506 | POST
507 | ===========================================================*/
508 | /*----------------------------*\
509 | post
510 | \*----------------------------*/
511 | .post {
512 | margin-bottom: 40px;
513 | }
514 | .post .post-img {
515 | display: block;
516 | -webkit-transition: 0.2s opacity;
517 | transition: 0.2s opacity;
518 | }
519 | .post .post-img:hover, .post .post-img:focus {
520 | opacity: 0.9;
521 | }
522 | .post .post-img > img {
523 | width: 100%;
524 | }
525 | .post .post-meta {
526 | margin-top: 15px;
527 | margin-bottom: 15px;
528 | }
529 | .post-meta .post-category {
530 | font-size: 13px;
531 | text-transform: uppercase;
532 | padding: 3px 10px;
533 | font-weight: 600;
534 | border-radius: 2px;
535 | margin-right: 15px;
536 | color: #FFF;
537 | background-color: #212631;
538 | -webkit-transition: 0.2s opacity;
539 | transition: 0.2s opacity;
540 | }
541 | .post-meta .post-category:hover, .post-meta .post-category:focus {
542 | text-decoration: none;
543 | opacity: 0.9;
544 | }
545 | .post-meta .post-category.cat-1 {
546 | background-color: #4BB92F;
547 | }
548 | .post-meta .post-category.cat-2 {
549 | background-color: #ff8700;
550 | }
551 | .post-meta .post-category.cat-3 {
552 | background-color: #8d00ff;
553 | }
554 | .post-meta .post-category.cat-4 {
555 | background-color: #0078ff;
556 | }
557 | .post-meta .post-date {
558 | font-size: 13px;
559 | font-weight: 600;
560 | }
561 | .post .post-title {
562 | font-size: 18px;
563 | margin-bottom: 0px;
564 | }
565 | .post-tags li {
566 | display:inline-block;
567 | margin-right:3px;
568 | margin-bottom:5px;
569 | }
570 | .post-tags li a {
571 | display:block;
572 | color:#fff;
573 | background-color: #212631;
574 | padding:3px 10px;
575 | font-weight:600;
576 | border-radius:2px;
577 | -webkit-transition:0.2s opacity;
578 | transition:0.2s opacity;
579 | }
580 | /*----------------------------*\
581 | post thumb
582 | \*----------------------------*/
583 | .post.post-thumb {
584 | position: relative;
585 | }
586 | .post.post-thumb .post-img:after {
587 | content: '';
588 | position: absolute;
589 | left: 0;
590 | right: 0;
591 | bottom: 0;
592 | top: 0;
593 | background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 38, 49, 0.3)), to(transparent));
594 | background: linear-gradient(to top, rgba(33, 38, 49, 0.3) 0%, transparent 100%);
595 | }
596 | .post.post-thumb .post-body {
597 | position: absolute;
598 | bottom: 0px;
599 | padding: 20px 15px;
600 | }
601 | .post.post-thumb .post-meta .post-date {
602 | color: #eceef2;
603 | }
604 | .post.post-thumb .post-title {
605 | font-size: 22px;
606 | }
607 | .post.post-thumb .post-title > a {
608 | color: #FFF;
609 | }
610 | /*----------------------------*\
611 | post widget
612 | \*----------------------------*/
613 | .post.post-widget:after {
614 | content: '';
615 | display: block;
616 | clear: both;
617 | }
618 | .post.post-widget .post-img {
619 | width: 90px;
620 | float: left;
621 | margin-right: 15px;
622 | }
623 | .post.post-widget .post-img img {
624 | width: 100%;
625 | }
626 | .post.post-widget .post-title {
627 | font-size: 18px;
628 | }
629 | /*----------------------------*\
630 | post row
631 | \*----------------------------*/
632 | .post.post-row:after {
633 | content: '';
634 | display: block;
635 | clear: both;
636 | }
637 | .post.post-row .post-img {
638 | width: 40%;
639 | float: left;
640 | }
641 | .post.post-row .post-body {
642 | margin-left: calc(40% + 30px);
643 | }
644 | .post.post-row .post-meta {
645 | margin-top: 0px;
646 | }
647 | .post.post-row .post-title {
648 | margin-bottom: 15px;
649 | }
650 | /*=========================================================
651 | POST PAGE
652 | ===========================================================*/
653 | .sticky-container {
654 | position: relative;
655 | padding-left: 80px;
656 | }
657 | .sticky-container .sticky-shares {
658 | position: absolute;
659 | top: 0;
660 | left: 0;
661 | }
662 | .sticky-shares a {
663 | display: block;
664 | margin-bottom: 10px;
665 | width: 40px;
666 | height: 40px;
667 | line-height: 40px;
668 | text-align: center;
669 | border-radius: 50%;
670 | background-color: #fbfbfd;
671 | color: #a7b3c6;
672 | border: 1px solid #eceef2;
673 | -webkit-transition: 0.2s all;
674 | transition: 0.2s all;
675 | }
676 | .sticky-shares a:hover {
677 | -webkit-transform: scale(1.3);
678 | -ms-transform: scale(1.3);
679 | transform: scale(1.3);
680 | }
681 | .sticky-shares a.share-facebook:hover {
682 | color: #3b5998;
683 | border-color: #3b5998;
684 | }
685 | .sticky-shares a.share-twitter:hover {
686 | color: #55acee;
687 | border-color: #55acee;
688 | }
689 | .sticky-shares a.share-google-plus:hover {
690 | color: #dd4b39;
691 | border-color: #dd4b39;
692 | }
693 | .sticky-shares a.share-pinterest:hover {
694 | color: #ff0000;
695 | border-color: #ff0000;
696 | }
697 | .sticky-shares a.share-linkedin:hover {
698 | color: #007bb5;
699 | border-color: #007bb5;
700 | }
701 | /*----------------------------*\
702 | author
703 | \*----------------------------*/
704 | .post-author .media .media-left {
705 | padding-right: 40px;
706 | }
707 | .post-author .media .media-left .media-object {
708 | width:120px;
709 | border-radius: 50%;
710 | }
711 | .post-author .author-social {
712 | margin-top:15px;
713 | }
714 | .post-author .author-social li {
715 | display: inline-block;
716 | margin-right: 5px;
717 | }
718 | .post-author .author-social li > a {
719 | display: block;
720 | width: 30px;
721 | height: 30px;
722 | line-height: 30px;
723 | text-align: center;
724 | background-color: #a7b3c6;
725 | color: #FFF;
726 | border-radius: 2px;
727 | -webkit-transition: 0.2s opacity;
728 | transition: 0.2s opacity;
729 | }
730 | .post-author .author-social li > a:hover, .post-author .author-social li > a:focus {
731 | color: #FFF;
732 | opacity: 0.9;
733 | }
734 | /*----------------------------*\
735 | comments
736 | \*----------------------------*/
737 | .post-comments .media {
738 | padding-top: 15px;
739 | border-top: 1px solid #eceef2;
740 | }
741 | .post-comments .media:nth-child(1) {
742 | padding-top: 0px;
743 | border-top: none;
744 | }
745 | .post-comments .media .media-left {
746 | padding-right: 15px;
747 | }
748 | .post-comments .media .media-left .media-object {
749 | width:70px;
750 | border-radius: 50%;
751 | }
752 | .post-comments .media .media-body .media-heading h4 {
753 | text-transform: capitalize;
754 | }
755 | .post-comments .media .media-body .media-heading .time {
756 | font-size: 13px;
757 | margin-right: 15px;
758 | color: #a7b3c6;
759 | }
760 | .post-comments .media .media-body .media-heading .reply {
761 | font-size: 13px;
762 | color: #a7b3c6;
763 | -webkit-transition: 0.2s color;
764 | transition: 0.2s color;
765 | }
766 | .post-comments .media .media-body .media-heading .reply:hover, .post-comments .media .media-body .media-heading .reply:focus {
767 | color: #212631;
768 | text-decoration: none;
769 | }
770 | /*=========================================================
771 | Aside
772 | ===========================================================*/
773 | .aside-widget {
774 | margin-bottom: 40px;
775 | }
776 | /*----------------------------*\
777 | category
778 | \*----------------------------*/
779 | .category-widget ul li {
780 | display:block;
781 | padding-bottom: 10px;
782 | border-bottom: 1px solid #eceef2;
783 | }
784 | .category-widget ul li + li {
785 | margin-top:10px;
786 | }
787 | .category-widget ul li > a {
788 | display:block;
789 | -webkit-transition:0.2s color;
790 | transition:0.2s color;
791 | }
792 | .category-widget ul li > a > span {
793 | float:right;
794 | color:#fff;
795 | background-color: #212631;
796 | padding:0px 5px;
797 | font-weight:600;
798 | border-radius:2px;
799 | }
800 | .category-widget ul li > a.cat-1 > span {
801 | background-color: #4BB92F;
802 | }
803 | .category-widget ul li > a.cat-2 > span {
804 | background-color: #ff8700;
805 | }
806 | .category-widget ul li > a.cat-3 > span {
807 | background-color: #8d00ff;
808 | }
809 | .category-widget ul li > a.cat-4 > span {
810 | background-color: #0078ff;
811 | }
812 | .category-widget ul li > a:hover, .category-widget ul li > a:focus {
813 | text-decoration:none;
814 | }
815 | .category-widget ul li > a.cat-1:hover, .category-widget ul li > a.cat-1:focus {
816 | color: #4BB92F;
817 | }
818 | .category-widget ul li > a.cat-2:hover, .category-widget ul li > a.cat-2:focus {
819 | color: #ff8700;
820 | }
821 | .category-widget ul li > a.cat-3:hover, .category-widget ul li > a.cat-3:focus {
822 | color: #0078ff;
823 | }
824 | .category-widget ul li > a.cat-4:hover, .category-widget ul li > a.cat-4:focus {
825 | color: #8d00ff;
826 | }
827 | /*----------------------------*\
828 | tags
829 | \*----------------------------*/
830 | .tags-widget ul li {
831 | display:inline-block;
832 | margin-right:3px;
833 | margin-bottom:5px;
834 | }
835 | .tags-widget ul li a {
836 | display:block;
837 | color:#fff;
838 | background-color: #212631;
839 | padding:3px 10px;
840 | font-weight:600;
841 | border-radius:2px;
842 | -webkit-transition:0.2s opacity;
843 | transition:0.2s opacity;
844 | }
845 | .tags-widget ul li a:hover, .tags-widget ul li a:focus {
846 | opacity:0.9;
847 | color:#fff;
848 | text-decoration:none;
849 | }
850 | /*----------------------------*\
851 | archive
852 | \*----------------------------*/
853 | .archive-widget ul li {
854 | display:block;
855 | padding-bottom: 10px;
856 | border-bottom: 1px solid #eceef2;
857 | }
858 | .archive-widget ul li + li {
859 | margin-top:10px;
860 | }
861 | .archive-widget ul li > a {
862 | display:block;
863 | }
864 | /*=========================================================
865 | FOOTER
866 | ===========================================================*/
867 | #footer {
868 | padding-bottom: 40px;
869 | margin-top: 40px;
870 | }
871 | #footer .container {
872 | padding-top: 80px;
873 | border-top: 1px solid #F4f4f9;
874 | }
875 | .footer-widget {
876 | margin-bottom: 40px;
877 | }
878 | .footer-widget .footer-title {
879 | margin-bottom: 40px;
880 | text-transform: capitalize;
881 | font-size: 18px;
882 | }
883 | .footer-widget a {
884 | color: #a7b3c6;
885 | -webkit-transition: 0.2s color;
886 | transition: 0.2s color;
887 | }
888 | .footer-widget a:hover, .footer-widget a:focus {
889 | text-decoration: none;
890 | color: #212631;
891 | }
892 | .footer-logo {
893 | margin-bottom: 40px;
894 | }
895 | .footer-nav li {
896 | display: inline-block;
897 | margin-right: 15px;
898 | }
899 | .footer-links li + li {
900 | margin-top: 5px;
901 | }
902 | .footer-copyright {
903 | margin-top: 20px;
904 | color: #a7b3c6;
905 | font-size: 13px;
906 | }
907 | .footer-newsletter form {
908 | position: relative;
909 | }
910 | .footer-newsletter form > input.input {
911 | padding-right: 55px;
912 | }
913 | .footer-newsletter form > .newsletter-btn {
914 | position: absolute;
915 | top: 0;
916 | right: 0;
917 | height: 40px;
918 | line-height: 40px;
919 | width: 40px;
920 | text-align: center;
921 | color: #a7b3c6;
922 | background: transparent;
923 | border: none;
924 | border-radius: 0px 2px 2px 0px;
925 | -webkit-transition: 0.2s opacity;
926 | transition: 0.2s opacity;
927 | }
928 | .footer-newsletter form > .newsletter-btn:hover {
929 | opacity: 0.9;
930 | }
931 | .footer-social {
932 | margin-top: 20px;
933 | }
934 | .footer-social li {
935 | display: inline-block;
936 | margin-right: 5px;
937 | }
938 | .footer-social li > a {
939 | display: block;
940 | width: 30px;
941 | height: 30px;
942 | line-height: 30px;
943 | text-align: center;
944 | background-color: #a7b3c6;
945 | color: #FFF;
946 | border-radius: 2px;
947 | -webkit-transition: 0.2s opacity;
948 | transition: 0.2s opacity;
949 | }
950 | .footer-social li > a:hover, .footer-social li > a:focus {
951 | color: #FFF;
952 | opacity: 0.9;
953 | }
954 | /*=========================================================
955 | RESPONSIVE
956 | ===========================================================*/
957 | @media only screen and (max-width: 991px) {
958 | #nav .nav-menu {
959 | display: none;
960 | }
961 | }
962 | @media only screen and (max-width: 767px) {
963 | .page-header h1 {
964 | font-size: 28px;
965 | }
966 | .post.post-row .post-img {
967 | width: 100%;
968 | float: none;
969 | }
970 | .post.post-row .post-body {
971 | margin-left: 0px;
972 | }
973 | .post.post-row .post-meta {
974 | margin-top: 15px;
975 | }
976 | .post.post-row .post-body p {
977 | display:none;
978 | }
979 | }
980 |
--------------------------------------------------------------------------------
/css/font-awesome.min.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4 | */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
5 |
--------------------------------------------------------------------------------
John Doe
234 | March 27, 2018 at 8:00 am 235 | Reply 236 |Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
238 | 239 | 240 |John Doe
247 | March 27, 2018 at 8:00 am 248 | Reply 249 |Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
251 |John Doe
266 | March 27, 2018 at 8:00 am 267 | Reply 268 |Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
270 |