-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost-formats.html
966 lines (956 loc) · 63.1 KB
/
post-formats.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
<!DOCTYPE html>
<html lang="en-US" class="scheme_original">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="icon" type="image/x-icon" href="images/favicon.png" />
<title>Post Formats – Hot Coffee</title>
<link rel='stylesheet' href="https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i|Grand+Hotel|Open+Sans:300,400,600,700,800|Raleway:100,200,300,400,500,600,700,800,900|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i|Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=latin-ext" type='text/css' media='all' >
<link rel='stylesheet' href='js/vendor/woo/woocommerce-layout.css' type='text/css' media='all' />
<link rel='stylesheet' href='js/vendor/woo/woocommerce-smallscreen.css' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' href='js/vendor/woo/woocommerce.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/fontello/css/fontello.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/style.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/core.animation.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/shortcodes.css' type='text/css' media='all' />
<link rel='stylesheet' href='js/vendor/woo/plugin.woocommerce.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/skin.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/doc-style.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/responsive.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/skin.responsive.css' type='text/css' media='all' />
<link rel='stylesheet' href='js/vendor/mediaelement/mediaelementplayer.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='js/vendor/mediaelement/mediaelement.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/custom.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/core.messages.css' type='text/css' media='all' />
<link rel='stylesheet' href='js/vendor/swiper/swiper.css' type='text/css' media='all' />
</head>
<body class="archive formatspg body_filled article_style_stretch layout_excerpt template_excerpt scheme_original top_panel_show top_panel_above sidebar_show sidebar_right sidebar_outer_hide preloader vc_responsive">
<div id="page_preloader"></div>
<a id="toc_home" class="sc_anchor" title="Home" data-description="<i>Return to Home</i> - <br>navigate to home page of the site" data-icon="icon-home" data-url="index.html" data-separator="yes"></a>
<a id="toc_top" class="sc_anchor" title="To Top" data-description="<i>Back to top</i> - <br>scroll to top of the page" data-icon="icon-double-up" data-url="" data-separator="yes"></a>
<div class="body_wrap">
<div class="page_wrap">
<div class="top_panel_fixed_wrap"></div>
<header class="top_panel_wrap top_panel_style_3 scheme_original">
<div class="top_panel_wrap_inner top_panel_inner_style_3 top_panel_position_above">
<div class="top_panel_middle">
<div class="content_wrap">
<div class="contact_logo">
<div class="logo">
<a href="index.html">
<img src="images/logo.png" class="logo_main" alt="" width="128" height="124">
<img src="images/alternative-logo.png" class="logo_fixed" alt="" width="161" height="47">
</a>
</div>
</div>
<div class="menu_main_wrap">
<a href="#" class="menu_main_responsive_button icon-menu"></a>
<nav class="menu_main_nav_area">
<ul id="menu_main" class="menu_main_nav">
<li class="menu-item"><a href="index.html">Home</a></li>
<li class="menu-item menu-item-has-children"><a href="#">Reservations</a>
<ul class="sub-menu">
<li class="menu-item"><a href="calendar.html">Calendar</a></li>
<li class="menu-item"><a href="tables.html">Tables Scheme</a></li>
</ul>
</li>
<li class="menu-item"><a href="menu.html">Menu</a></li>
<li class="menu-item current-menu-ancestor current-menu-parent menu-item-has-children"><a href="#">Blog</a>
<ul class="sub-menu">
<li class="menu-item"><a href="blog-sidebar.html">Blog With Sidebar</a></li>
<li class="menu-item"><a href="blog.html">Blog Without Sidebar</a></li>
<li class="menu-item menu-item-has-children"><a href="#">Blog Masonry</a>
<ul class="sub-menu">
<li class="menu-item"><a href="masonry-2-columns.html">Masonry 2 Columns</a></li>
<li class="menu-item"><a href="masonry-3-columns.html">Masonry 3 Columns</a></li>
</ul>
</li>
<li class="menu-item current-menu-item"><a href="post-formats.html">Post Formats</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children"><a href="#">Features</a>
<ul class="sub-menu">
<li class="menu-item menu-item-has-children"><a href="#">Tools</a>
<ul class="sub-menu">
<li class="menu-item"><a href="support.html">Support</a></li>
<li class="menu-item"><a href="customization.html">Customization</a></li>
<li class="menu-item"><a href="video.html">Video Tutorials</a></li>
</ul>
</li>
<li class="menu-item"><a href="about.html">About Us</a></li>
<li class="menu-item"><a href="team.html">Our Team</a></li>
<li class="menu-item"><a href="single-team.html">Team member</a></li>
<li class="menu-item"><a href="clients.html">Our Clients</a></li>
<li class="menu-item"><a href="testimonials.html">Testimonials</a></li>
<li class="menu-item"><a href="typography.html">Typography</a></li>
<li class="menu-item"><a href="shortcodes.html">Shortcodes</a></li>
<li class="menu-item menu-item-has-children"><a href="#">Gallery</a>
<ul class="sub-menu">
<li class="menu-item"><a href="cobbles.html">Cobbles</a></li>
<li class="menu-item"><a href="grid.html">Grid</a></li>
<li class="menu-item"><a href="masonry.html">Masonry</a></li>
</ul>
</li>
<li class="menu-item"><a href="404.html">404 Page</a></li>
</ul>
</li>
<li class="menu-item"><a href="shop.html">Shop</a></li>
<li class="menu-item"><a href="contacts.html">Contacts</a></li>
</ul>
</nav>
<div class="contact_cart">
<a href="#" class="top_panel_cart_button" data-items="0" data-summa="$0.00">
<span class="contact_icon icon-shopping"></span>
<span class="contact_label contact_cart_label">Your cart:</span>
<span class="contact_cart_totals">
<span class="cart_items">0 Items</span> -
<span class="cart_summa">$0.00</span>
</span>
</a>
<ul class="widget_area sidebar_cart sidebar">
<li>
<div class="widget woocommerce widget_shopping_cart">
<div class="hide_cart_widget_if_empty">
<div class="widget_shopping_cart_content">
<ul class="cart_list product_list_widget">
<li class="empty">No products in the cart.</li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="header_mobile">
<div class="content_wrap">
<div class="menu_button icon-menu"></div>
<div class="logo">
<a href="index.html">
<img src="images/logo.png" class="logo_main" alt="" width="128" height="124">
</a>
</div>
<div class="menu_main_cart top_panel_icon">
<a href="#" class="top_panel_cart_button" data-items="0" data-summa="$0.00">
<span class="contact_icon icon-shopping"></span>
<span class="contact_label contact_cart_label">Your cart:</span>
<span class="contact_cart_totals">
<span class="cart_items">0 Items</span> -
<span class="cart_summa">$0.00</span>
</span>
</a>
<ul class="widget_area sidebar_cart sidebar">
<li>
<div class="widget woocommerce widget_shopping_cart">
<div class="hide_cart_widget_if_empty">
<div class="widget_shopping_cart_content">
<ul class="cart_list product_list_widget">
<li class="empty">No products in the cart.</li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="side_wrap">
<div class="close">Close</div>
<div class="panel_top">
<nav class="menu_main_nav_area">
<ul id="menu_main_mobile" class="menu_main_nav">
<li class="menu-item"><a href="index.html">Home</a></li>
<li class="menu-item menu-item-has-children"><a href="#">Reservations</a>
<ul class="sub-menu">
<li class="menu-item"><a href="calendar.html">Calendar</a></li>
<li class="menu-item"><a href="tables.html">Tables Scheme</a></li>
</ul>
</li>
<li class="menu-item"><a href="menu.html">Menu</a></li>
<li class="menu-item current-menu-ancestor current-menu-parent menu-item-has-children"><a href="#">Blog</a>
<ul class="sub-menu">
<li class="menu-item"><a href="blog-sidebar.html">Blog With Sidebar</a></li>
<li class="menu-item"><a href="blog.html">Blog Without Sidebar</a></li>
<li class="menu-item menu-item-has-children"><a href="#">Blog Masonry</a>
<ul class="sub-menu">
<li class="menu-item"><a href="masonry-2-columns.html">Masonry 2 Columns</a></li>
<li class="menu-item"><a href="masonry-3-columns.html">Masonry 3 Columns</a></li>
</ul>
</li>
<li class="menu-item current-menu-item"><a href="post-formats.html">Post Formats</a></li>
</ul>
</li>
<li class="menu-item menu-item-has-children"><a href="#">Features</a>
<ul class="sub-menu">
<li class="menu-item menu-item-has-children"><a href="#">Tools</a>
<ul class="sub-menu">
<li class="menu-item"><a href="support.html">Support</a></li>
<li class="menu-item"><a href="customization.html">Customization</a></li>
<li class="menu-item"><a href="video.html">Video Tutorials</a></li>
</ul>
</li>
<li class="menu-item"><a href="about.html">About Us</a></li>
<li class="menu-item"><a href="team.html">Our Team</a></li>
<li class="menu-item"><a href="single-team.html">Team member</a></li>
<li class="menu-item"><a href="clients.html">Our Clients</a></li>
<li class="menu-item"><a href="testimonials.html">Testimonials</a></li>
<li class="menu-item"><a href="typography.html">Typography</a></li>
<li class="menu-item"><a href="shortcodes.html">Shortcodes</a></li>
<li class="menu-item menu-item-has-children"><a href="#">Gallery</a>
<ul class="sub-menu">
<li class="menu-item"><a href="cobbles.html">Cobbles</a></li>
<li class="menu-item"><a href="grid.html">Grid</a></li>
<li class="menu-item"><a href="masonry.html">Masonry</a></li>
</ul>
</li>
<li class="menu-item"><a href="404.html">404 Page</a></li>
</ul>
</li>
<li class="menu-item"><a href="shop.html">Shop</a></li>
<li class="menu-item"><a href="contacts.html">Contacts</a></li>
</ul>
</nav>
<div class="search_wrap search_style_regular search_state_fixed search_ajax">
<div class="search_form_wrap">
<form role="search" method="get" class="search_form" action="#">
<button type="submit" class="search_submit icon-search-light" title="Start search"></button>
<input type="text" class="search_field" placeholder="Search" value="" name="s" />
</form>
</div>
<div class="search_results widget_area scheme_original">
<a class="search_results_close icon-cancel"></a>
<div class="search_results_content"></div>
</div>
</div>
<div class="login">
<a href="#popup_login" class="popup_link popup_login_link icon-user">Login</a>
</div>
<div class="login">
<a href="#popup_registration" class="popup_link popup_register_link icon-pencil">Register</a>
</div>
</div>
<div class="panel_bottom">
<div class="contact_socials">
<div class="sc_socials sc_socials_type_icons sc_socials_shape_square sc_socials_size_small">
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_twitter">
<span class="icon-twitter"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_facebook">
<span class="icon-facebook"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_gplus">
<span class="icon-gplus"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_linkedin">
<span class="icon-linkedin"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_skype">
<span class="icon-skype"></span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="mask"></div>
</div>
<div class="top_panel_title top_panel_style_3 title_present breadcrumbs_present scheme_original">
<div class="top_panel_title_inner top_panel_inner_style_3 title_present_inner breadcrumbs_present_inner breadcrumbs_1">
<div class="content_wrap">
<h1 class="page_title">Post Formats</h1>
<div class="breadcrumbs">
<a class="breadcrumbs_item home" href="index.html">Home</a>
<span class="breadcrumbs_delimiter"></span>
<span class="breadcrumbs_item current">Post Formats</span>
</div>
</div>
</div>
</div>
<div class="page_content_wrap page_paddings_yes">
<div class="content_wrap">
<div class="content">
<article class="post_item post_item_excerpt post_featured_default post_format_video post format-video hentry post_format-post-format-video">
<div class="post_featured">
<div class="sc_video_player">
<div class="sc_video_frame" data-width="770" data-height="433">
<iframe class="video_frame" src="https://player.vimeo.com/video/139500258" width="770" height="433" frameborder="0" allowFullScreen="allowFullScreen"></iframe>
</div>
</div>
</div>
<div class="post_content clearfix">
<h3 class="post_title">
<a href="single-post.html">Video Post</a>
</h3>
<div class="post_info">
<span class="post_info_item post_info_posted">
<a href="single-post.html" class="post_info_date">July 21, 2015</a>
</span>
<span class="post_info_item post_info_posted_by">written by
<a href="single-post.html" class="post_info_author">admin</a>
</span>
<span class="post_info_item post_info_counters">
<a class="post_counters_item post_counters_views icon-eye109" title="Views - 205" href="single-post.html">
<span class="post_counters_number">205</span>
</a>
<a class="post_counters_item post_counters_comments icon-write57" title="Comments - 0" href="single-post.html#respond">
<span class="post_counters_number">0</span>
</a>
</span>
</div>
<div class="post_descr">
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam…</p>
<a href="single-post.html" class="sc_button sc_button_square sc_button_style_border_1 sc_button_size_small">Read more</a>
</div>
</div>
</article>
<article class="post_item post_item_excerpt post_featured_default post_format_image post format-image has-post-thumbnail hentry tag-coffee post_format-post-format-image">
<div class="post_featured">
<div class="post_thumb" data-image="images/3000x2000.png" data-title="Post with Image">
<a class="hover_icon hover_icon_link" href="single-post.html">
<img width="770" height="434" alt="Post with Image" src="images/3000x2000.png">
</a>
</div>
</div>
<div class="post_content clearfix">
<h3 class="post_title">
<a href="single-post.html">Post with Image</a>
</h3>
<div class="post_info">
<span class="post_info_item post_info_posted">
<a href="single-post.html" class="post_info_date">July 20, 2015</a>
</span>
<span class="post_info_item post_info_posted_by">written by
<a href="single-post.html" class="post_info_author">admin</a>
</span>
<span class="post_info_item post_info_counters">
<a class="post_counters_item post_counters_views icon-eye109" title="Views - 235" href="single-post.html">
<span class="post_counters_number">235</span>
</a>
<a class="post_counters_item post_counters_comments icon-write57" title="Comments - 0" href="single-post.html#respond">
<span class="post_counters_number">0</span>
</a>
</span>
</div>
<div class="post_descr">
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam…</p>
<a href="single-post.html" class="sc_button sc_button_square sc_button_style_border_1 sc_button_size_small">Read more</a>
</div>
</div>
</article>
<article class="post_item post_item_excerpt post_featured_default post_format_audio post format-audio hentry post_format-post-format-audio">
<div class="post_featured">
<div class="sc_audio_player sc_audio sc_audio_image" data-width="" data-height="">
<div class="sc_audio_header">
<div class="sc_audio_author">
<span class="sc_audio_author_name">Lily Hunter</span>
</div>
<h6 class="sc_audio_title">Insert Audio Title Here</h6>
</div>
<div class="__sc_audio_container">
<audio class="__sc_audio" src="images/Commercial DEMO - 10.mp3" data-title="Insert Audio Title Here" data-author="Lily Hunter" data-image="images/3000x2000.png"></audio>
</div>
</div>
</div>
<div class="post_content clearfix">
<h3 class="post_title">
<a href="single-post.html">Audio Post</a>
</h3>
<div class="post_info">
<span class="post_info_item post_info_posted">
<a href="single-post.html" class="post_info_date">July 19, 2015</a>
</span>
<span class="post_info_item post_info_posted_by">written by
<a href="single-post.html" class="post_info_author">admin</a>
</span>
<span class="post_info_item post_info_counters">
<a class="post_counters_item post_counters_views icon-eye109" title="Views - 170" href="single-post.html">
<span class="post_counters_number">170</span>
</a>
<a class="post_counters_item post_counters_comments icon-write57" title="Comments - 0" href="single-post.html#respond">
<span class="post_counters_number">0</span>
</a>
</span>
</div>
<div class="post_descr">
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam…</p>
<a href="single-post.html" class="sc_button sc_button_square sc_button_style_border_1 sc_button_size_small">Read more</a>
</div>
</div>
</article>
<article class="post_item post_item_excerpt post_featured_default post_format_standard post hentry">
<div class="post_content clearfix">
<h3 class="post_title">
<a href="single-post.html">Without Image</a>
</h3>
<div class="post_info">
<span class="post_info_item post_info_posted">
<a href="single-post.html" class="post_info_date">July 18, 2015</a>
</span>
<span class="post_info_item post_info_posted_by">written by
<a href="single-post.html" class="post_info_author">admin</a>
</span>
<span class="post_info_item post_info_counters">
<a class="post_counters_item post_counters_views icon-eye109" title="Views - 166" href="single-post.html">
<span class="post_counters_number">166</span>
</a>
<a class="post_counters_item post_counters_comments icon-write57" title="Comments - 0" href="single-post.html#respond">
<span class="post_counters_number">0</span>
</a>
</span>
</div>
<div class="post_descr">
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam…</p>
<a href="single-post.html" class="sc_button sc_button_square sc_button_style_border_1 sc_button_size_small">Read more</a>
</div>
</div>
</article>
<article class="post_item post_item_excerpt post_featured_default post_format_gallery post format-gallery hentry post_format-post-format-gallery">
<div class="post_featured">
<div id="sc_slider_341" class="sc_slider sc_slider_swiper swiper-slider-container sc_slider_controls sc_slider_pagination" data-old-width="770" data-old-height="434" data-interval="8380">
<div class="slides swiper-wrapper">
<div class="swiper-slide sw_slide_1">
<a href="single-post.html"></a>
</div>
<div class="swiper-slide sw_slide_2">
<a href="single-post.html"></a>
</div>
<div class="swiper-slide sw_slide_3">
<a href="single-post.html"></a>
</div>
<div class="swiper-slide sw_slide_4">
<a href="single-post.html"></a>
</div>
</div>
<div class="sc_slider_controls_wrap">
<a class="sc_slider_prev" href="#"></a>
<a class="sc_slider_next" href="#"></a>
</div>
<div class="sc_slider_pagination_wrap"></div>
</div>
</div>
<div class="post_content clearfix">
<h3 class="post_title">
<a href="single-post.html">Gallery</a>
</h3>
<div class="post_info">
<span class="post_info_item post_info_posted">
<a href="single-post.html" class="post_info_date">July 17, 2015</a>
</span>
<span class="post_info_item post_info_posted_by">written by
<a href="single-post.html" class="post_info_author">admin</a>
</span>
<span class="post_info_item post_info_counters">
<a class="post_counters_item post_counters_views icon-eye109" title="Views - 164" href="single-post.html">
<span class="post_counters_number">164</span>
</a>
<a class="post_counters_item post_counters_comments icon-write57" title="Comments - 0" href="single-post.html#respond">
<span class="post_counters_number">0</span>
</a>
</span>
</div>
<div class="post_descr">
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Ut enim ad minim veniam…</p>
<a href="single-post.html" class="sc_button sc_button_square sc_button_style_border_1 sc_button_size_small">Read more</a>
</div>
</div>
</article>
<article class="post_item post_item_excerpt post_featured_default post_format_quote post format-quote hentry post_format-post-format-quote">
<div class="post_content clearfix">
<h3 class="post_title">
<a href="single-post.html">Quote</a>
</h3>
<div class="post_info">
<span class="post_info_item post_info_posted">
<a href="single-post.html" class="post_info_date">July 16, 2015</a>
</span>
<span class="post_info_item post_info_posted_by">written by
<a href="single-post.html" class="post_info_author">admin</a>
</span>
<span class="post_info_item post_info_counters">
<a class="post_counters_item post_counters_views icon-eye109" title="Views - 188" href="single-post.html">
<span class="post_counters_number">188</span>
</a>
<a class="post_counters_item post_counters_comments icon-write57" title="Comments - 0" href="single-post.html#respond">
<span class="post_counters_number">0</span>
</a>
</span>
</div>
<div class="post_descr">
<blockquote cite="#" class="sc_quote">
<p>“I’m looking to nature for my inspiration. Letting the natural produce speak. There’s so much out there, so much elegance and beauty.”</p>
<p class="sc_quote_title">
<a href="#">Peter Gilmore</a>
</p>
</blockquote>
</div>
</div>
</article>
<article class="post_item post_item_excerpt post_featured_default post_format_link post format-link hentry post_format-post-format-link">
<div class="post_content clearfix">
<h3 class="post_title">
<a href="http://themeforest.net/user/themerex/portfolio">Link</a>
</h3>
<div class="post_info">
<span class="post_info_item post_info_posted">
<a href="http://themeforest.net/user/themerex/portfolio" class="post_info_date">July 15, 2015</a>
</span>
<span class="post_info_item post_info_posted_by">written by
<a href="single-post.html" class="post_info_author">admin</a>
</span>
<span class="post_info_item post_info_counters">
<a class="post_counters_item post_counters_views icon-eye109" title="Views - 151" href="http://themeforest.net/user/themerex/portfolio">
<span class="post_counters_number">151</span>
</a>
<a class="post_counters_item post_counters_comments icon-write57" title="Comments - 0" href="single-post.html#respond">
<span class="post_counters_number">0</span>
</a>
</span>
</div>
<div class="post_descr">
<p><a href="http://themeforest.net/user/themerex/portfolio" target="_blank">http://themeforest.net/user/themerex</a></p>
</div>
</div>
</article>
<article class="post_item post_item_excerpt post_featured_default post_format_chat post format-chat hentry post_format-post-format-chat">
<div class="post_content clearfix">
<h3 class="post_title">
<a href="single-post.html">Chat Example</a>
</h3>
<div class="post_info">
<span class="post_info_item post_info_posted">
<a href="single-post.html" class="post_info_date">July 14, 2015</a>
</span>
<span class="post_info_item post_info_posted_by">written by
<a href="single-post.html" class="post_info_author">admin</a>
</span>
<span class="post_info_item post_info_counters">
<a class="post_counters_item post_counters_views icon-eye109" title="Views - 162" href="single-post.html">
<span class="post_counters_number">162</span>
</a>
<a class="post_counters_item post_counters_comments icon-write57" title="Comments - 0" href="single-post.html#respond">
<span class="post_counters_number">0</span>
</a>
</span>
</div>
<div class="post_descr">
<div class="sc_chat">
<div class="sc_chat_inner">
<div class="sc_chat_avatar">
<img width="110" height="110" alt="chat-1.jpg" src="images/2000x2000.png">
</div>
<div class="sc_chat_title">
<a href="#">John Snow</a>
</div>
<div class="sc_chat_content">
<p>Defacto lingo est igpay atinlay. Marquee selectus non provisio incongruous feline nolo condre. Gruitous octopus niacin, sodium glutimate.</p>
</div>
</div>
</div>
<div class="sc_chat">
<div class="sc_chat_inner">
<div class="sc_chat_avatar">
<img width="110" height="110" alt="chat-2.jpg" src="images/2000x2000.png">
</div>
<div class="sc_chat_title"><a href="#">Audrey Aniston</a></div>
<div class="sc_chat_content">
<p>Defacto lingo est igpay atinlay. Marquee selectus non provisio incongruous feline nolo condre. Gruitous octopus niacin, sodium glutimate.</p>
</div>
</div>
</div>
</div>
</div>
</article>
<article class="post_item post_item_excerpt post_featured_default post_format_aside post format-aside hentry post_format-post-format-aside">
<div class="post_content clearfix">
<h3 class="post_title">
<a href="single-post.html">Aside Post</a>
</h3>
<div class="post_info">
<span class="post_info_item post_info_posted">
<a href="single-post.html" class="post_info_date">July 13, 2015</a>
</span>
<span class="post_info_item post_info_posted_by">written by
<a href="single-post.html" class="post_info_author">admin</a>
</span>
<span class="post_info_item post_info_counters">
<a class="post_counters_item post_counters_views icon-eye109" title="Views - 151" href="single-post.html">
<span class="post_counters_number">151</span>
</a>
<a class="post_counters_item post_counters_comments icon-write57" title="Comments - 0" href="single-post.html#respond">
<span class="post_counters_number">0</span>
</a>
</span>
</div>
<div class="post_descr">
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in qui officia.</p>
</div>
</div>
</article>
<nav id="pagination" class="pagination_wrap pagination_pages">
<span class="pager_current active ">1</span>
<a href="#" class="">2</a>
<a href="#" class="pager_next "></a>
<a href="#" class="pager_last "></a>
</nav>
</div>
<div class="sidebar widget_area scheme_original" role="complementary">
<div class="sidebar_inner widget_area_inner">
<aside class="widget widget_recent_posts">
<h5 class="widget_title">Recent posts</h5>
<article class="post_item no_thumb first">
<div class="post_cat">
<a href="#" rel="category tag">Cooking</a>
</div>
<div class="post_content">
<h6 class="post_title">
<a href="single-post.html">Trend Spotting: French Tart</a>
</h6>
</div>
</article>
<article class="post_item no_thumb">
<div class="post_cat">
<a href="#" rel="category tag">Cooking</a>
</div>
<div class="post_content">
<h6 class="post_title">
<a href="single-post.html">Secret of Making Smoked Pork</a>
</h6>
</div>
</article>
<article class="post_item no_thumb">
<div class="post_cat">
<a href="#" rel="category tag">Cooking</a>
</div>
<div class="post_content">
<h6 class="post_title">
<a href="single-post.html">Life is a Combination</a>
</h6>
</div>
</article>
<article class="post_item no_thumb">
<div class="post_cat">
<a href="#" rel="category tag">Cooking</a>
</div>
<div class="post_content">
<h6 class="post_title">
<a href="single-post.html">Amazing Dining Rooms</a>
</h6>
</div>
</article>
<article class="post_item no_thumb">
<div class="post_cat">
<a href="#" rel="category tag">Events</a>
</div>
<div class="post_content">
<h6 class="post_title">
<a href="single-post.html">Introducing Best Pastry Chefs in NYC this Month</a>
</h6>
</div>
</article>
</aside>
<aside class="widget widget_socials">
<h5 class="widget_title">follow us</h5>
<div class="widget_inner">
<div class="sc_socials sc_socials_type_icons sc_socials_shape_square sc_socials_size_small">
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_twitter">
<span class="icon-twitter"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_facebook">
<span class="icon-facebook"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_gplus">
<span class="icon-gplus"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_linkedin">
<span class="icon-linkedin"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_skype">
<span class="icon-skype"></span>
</a>
</div>
</div>
</div>
</aside>
<aside class="widget widget_text">
<h5 class="widget_title">newsletter</h5>
<div class="textwidget">
<form class="mc4wp-form mc4wp-form-422" method="post" data-id="422" data-name="">
<div class="mc4wp-form-fields">
<p>
<label>Enter your email below and be the first to know news from us!</label>
<input type="email" name="EMAIL" placeholder="E-mail address" required />
</p>
<p>
<input type="submit" value="Subscribe" />
</p>
<div class="hideblock">
<input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" />
</div>
<input type="hidden" name="_mc4wp_timestamp" value="1497855420" />
<input type="hidden" name="_mc4wp_form_id" value="422" />
<input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" />
</div>
<div class="mc4wp-response"></div>
</form>
</div>
</aside>
<aside class="widget widget_categories">
<h5 class="widget_title">Categories</h5>
<ul>
<li class="cat-item">
<a href="blog-sidebar.html">Blog With Sidebar</a>
</li>
<li class="cat-item">
<a href="blog.html">Blog Without Sidebar</a>
</li>
<li class="cat-item">
<a href="#">Cooking</a>
</li>
<li class="cat-item">
<a href="#">Events</a>
</li>
<li class="cat-item">
<a href="post-formats.html">Post Formats</a>
</li>
<li class="cat-item">
<a href="masonry-2-columns.html">Recipes</a>
</li>
<li class="cat-item">
<a href="masonry-3-columns.html">Restaurants</a>
</li>
</ul>
</aside>
<aside class="widget woocommerce widget_top_rated_products">
<h5 class="widget_title">Top Rated Products</h5>
<ul class="product_list_widget">
<li>
<a href="single-product.html" title="Smooth Iced Coffee">
<img src="images/2000x2000.png" class="attachment-shop_thumbnail size-shop_thumbnail" alt="" />
<span class="product-title">Smooth Iced Coffee</span>
</a>
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span>15.00
</span>
</li>
<li>
<a href="single-product.html" title="Mac&Cheese Panini">
<img src="images/2000x2000.png" class="attachment-shop_thumbnail size-shop_thumbnail" alt="" />
<span class="product-title">Mac&Cheese Panini</span>
</a>
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span>14.00
</span>
</li>
<li>
<a href="single-product.html" title="Americano">
<img src="images/2000x2000.png" class="attachment-shop_thumbnail size-shop_thumbnail" alt="" />
<span class="product-title">Americano</span>
</a>
<del>
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span>10.00
</span>
</del>
<ins>
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span>7.00
</span>
</ins>
</li>
</ul>
</aside>
</div>
</div>
</div>
</div>
<footer class="contacts_wrap scheme_original">
<div class="contacts_wrap_inner">
<div class="content_wrap">
<div class="logo">
<a href="index.html">
<img src="images/logo_footer.png" class="logo_footer" alt="" width="95" height="90">
</a>
</div>
<div class="contacts_address">
<div class="about_company">
Morbi sed justo felis. Phasellus condimentum ornare maximus.
Nulla convallis tortor pellentesque tortor vulputate, eget bibendum nibh interdum.
</div>
<address class="address_right">
Phone: 888-456-7890<br>
Fax: 889-098-7654
</address>
<address class="address_left">
Chicago, IL 60606<br>
123, New Lenox
</address>
</div>
<div class="sc_socials sc_socials_type_icons sc_socials_shape_square sc_socials_size_medium">
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_twitter">
<span class="icon-twitter"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_facebook">
<span class="icon-facebook"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_gplus">
<span class="icon-gplus"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_linkedin">
<span class="icon-linkedin"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_skype">
<span class="icon-skype"></span>
</a>
</div>
</div>
</div>
</div>
</footer>
<div class="copyright_wrap copyright_style_text scheme_original">
<div class="copyright_wrap_inner">
<div class="content_wrap">
<div class="copyright_text">
<a href="#">ThemeRex</a> © 2015 All Rights Reserved
<a href="#">Terms of Use</a> and
<a href="#">Privacy Policy</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="popup_registration" class="popup_wrap popup_registration bg_tint_light">
<a href="#" class="popup_close"></a>
<div class="form_wrap">
<form name="registration_form" method="post" class="popup_form registration_form">
<input type="hidden" name="redirect_to" value="#" />
<div class="form_left">
<div class="popup_form_field login_field iconed_field icon-user">
<input type="text" id="registration_username" name="registration_username" value="" placeholder="User name (login)">
</div>
<div class="popup_form_field email_field iconed_field icon-mail">
<input type="text" id="registration_email" name="registration_email" value="" placeholder="E-mail">
</div>
<div class="popup_form_field agree_field">
<input type="checkbox" value="agree" id="registration_agree" name="registration_agree">
<label for="registration_agree">I agree with</label>
<a href="#">Terms & Conditions</a>
</div>
<div class="popup_form_field submit_field">
<input type="submit" class="submit_button" value="Sign Up">
</div>
</div>
<div class="form_right">
<div class="popup_form_field password_field iconed_field icon-lock">
<input type="password" id="registration_pwd" name="registration_pwd" value="" placeholder="Password">
</div>
<div class="popup_form_field password_field iconed_field icon-lock">
<input type="password" id="registration_pwd2" name="registration_pwd2" value="" placeholder="Confirm Password">
</div>
<div class="popup_form_field description_field">Minimum 6 characters</div>
</div>
</form>
<div class="result message_block"></div>
</div>
</div>
<div id="popup_login" class="popup_wrap popup_login bg_tint_light">
<a href="#" class="popup_close"></a>
<div class="form_wrap">
<div class="form_left">
<form action="#" method="post" name="login_form" class="popup_form login_form">
<input type="hidden" name="redirect_to" value="#">
<div class="popup_form_field login_field iconed_field icon-user">
<input type="text" id="log" name="log" value="" placeholder="Login or Email">
</div>
<div class="popup_form_field password_field iconed_field icon-lock">
<input type="password" id="password" name="pwd" value="" placeholder="Password">
</div>
<div class="popup_form_field remember_field">
<a href="#" class="forgot_password">Forgot password?</a>
<input type="checkbox" value="forever" id="rememberme" name="rememberme">
<label for="rememberme">Remember me</label>
</div>
<div class="popup_form_field submit_field">
<input type="submit" class="submit_button" value="Login">
</div>
</form>
</div>
<div class="form_right">
<div class="login_socials_title">You can login using your social profile</div>
<div class="login_socials_list">
<div class="sc_socials sc_socials_type_icons sc_socials_shape_round sc_socials_size_tiny">
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_facebook">
<span class="icon-facebook"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_twitter">
<span class="icon-twitter"></span>
</a>
</div>
<div class="sc_socials_item">
<a href="#" target="_blank" class="social_icons social_gplus">
<span class="icon-gplus"></span>
</a>
</div>
</div>
</div>
<div class="login_socials_problem"><a href="#">Problem with login?</a></div>
<div class="result message_block"></div>
</div>
</div>
</div>
<a href="#" class="scroll_to_top icon-up" title="Scroll to top"></a>
<div class="custom_html_section"></div>
<script type='text/javascript' src='js/vendor/jquery/jquery.js'></script>
<script type='text/javascript' src='js/vendor/jquery/jquery-migrate.min.js'></script>
<script type='text/javascript' src='js/custom/custom.js'></script>
<script type='text/javascript' src='js/vendor/modernizr.min.js'></script>
<script type='text/javascript' src='js/vendor/ui/core.min.js'></script>
<script type='text/javascript' src='js/vendor/superfish.js'></script>
<script type='text/javascript' src='js/custom/jquery.slidemenu.js'></script>
<script type='text/javascript' src='js/custom/core.utils.js'></script>
<script type='text/javascript' src='js/custom/core.init.js'></script>
<script type='text/javascript' src='js/custom/init.js'></script>
<script type='text/javascript' src='js/vendor/mediaelement/mediaelement-and-player.min.js'></script>
<script type='text/javascript' src='js/vendor/mediaelement/mediaelement.min.js'></script>
<script type='text/javascript' src='js/custom/embed.min.js'></script>
<script type='text/javascript' src='js/custom/shortcodes.js'></script>
<script type='text/javascript' src='js/custom/core.messages.js'></script>
<script type='text/javascript' src='js/vendor/swiper/swiper.js'></script>
<script type='text/javascript' src='js/custom/forms-api.min.js'></script>
</body>
</html>