Feed & LikeBox For Facebook - Version 2.5.8

Version Description

[ 15/02/2018 ]

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Feed & LikeBox For Facebook
Version 2.5.8
Comparing to
See all releases

Code changes from version 2.5.7 to 2.5.8

css/custom-box-slider.css ADDED
@@ -0,0 +1,487 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ /* produtc gallery */
3
+
4
+ .product-gallery {
5
+ text-align: center;
6
+ }
7
+ .product-gallery li,
8
+ .product-gallery > div {
9
+ display: inline-block;
10
+ margin: 10px 5px 0 5px;
11
+ vertical-align: top;
12
+ height: 250px;
13
+ width: 280px;
14
+ overflow: hidden;
15
+ }
16
+ /* Product popup */
17
+
18
+ .popup-overlay {
19
+ background-color: rgba(68, 68, 68, 0.8);
20
+ position: fixed;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 100%;
25
+ }
26
+ .weblizar-fb-product-gallery-popup {
27
+ position: fixed;
28
+ top: 0;
29
+ left: 0;
30
+ width: 100%;
31
+ height: 100%;
32
+ display: none;
33
+ z-index: 9999;
34
+ }
35
+ .weblizar-fb-product-gallery-popup .weblizar-fb-product-popup-content {
36
+ position: absolute;
37
+ width: 980px;
38
+ max-height: 580px;
39
+ top: 20%;
40
+ margin: 0 auto!important;
41
+ left: 0;
42
+ right: 0;
43
+ /* margin-left: -490px; */
44
+ /* margin-top: -290px; */
45
+ background-color: #fff;
46
+ overflow: hidden;
47
+ padding: 15px;
48
+ }
49
+ .weblizar-fb-model .web_interes p {
50
+ font-size: 14px;
51
+ }
52
+ .weblizar-fb-model span.teaser.message, .weblizar-fb-model .complete {
53
+ font-size: 14px;
54
+ }
55
+
56
+ .product-image {
57
+ /* height: 580px; */
58
+ overflow: hidden;
59
+ position: relative;
60
+ text-align: center;
61
+ }
62
+ .weblizar-fb-model .product-image img
63
+ {
64
+ width:100% !important;
65
+ max-height: 100%;
66
+ }
67
+ .weblizar-fb-model .cross {
68
+ position: absolute;
69
+ top: 10px;
70
+ right: 10px;
71
+ padding: 0px 7px;
72
+ border-radius: 4px;
73
+ border: 1px solid #ccc;
74
+ }
75
+ .weblizar-fb-model span{
76
+ font-size:14px!important;
77
+ }
78
+
79
+ .weblizar-fb-model .nav-btn.prev {
80
+ left: 5%;
81
+ background-position:0px 0px;
82
+
83
+ }
84
+ .weblizar-fb-model .nav-btn.next{
85
+ right:5%;
86
+ background-position:-35px 0px;
87
+ }
88
+
89
+
90
+
91
+ .weblizar-fb-model .ffp_weblizar_img img
92
+ {
93
+ max-height: 100%;
94
+ }
95
+ .weblizar-fb-model .ffp_weblizar_img {
96
+
97
+ /* height: 550px; */
98
+ overflow: hidden;
99
+ position: relative;
100
+ text-align: center;
101
+ }
102
+
103
+ .eapps-facebook-feed-popup-item-header>div>span{
104
+ font-size:14px;
105
+ }
106
+
107
+ .wp-weblizar_comment-area.col-md-12{
108
+ padding:0px!important;
109
+ }
110
+
111
+ .weblizar-fb-model .eapps-facebook-feed-item-author span{
112
+ font-size:14px;
113
+ }
114
+ .wp-weblizar_comment-area p{
115
+ font-size:14px;
116
+ margin:3px 0px;
117
+ }
118
+ .weblizar-fb-model .eapps-facebook-feed-item-author-picture
119
+ {
120
+ float: left;
121
+ border: 1px solid #dbdbdb;
122
+ overflow: hidden;
123
+ margin-right: 8px;
124
+ box-sizing: content-box;
125
+ }
126
+
127
+
128
+ .weblizar-fb-model .eapps-facebook-feed a
129
+ {
130
+ color: #365899;
131
+ text-decoration: none;
132
+ }
133
+
134
+
135
+ .weblizar-fb-model .eapps-facebook-feed-item-author-name
136
+ {
137
+ padding-top: 1px;
138
+ text-overflow: ellipsis;
139
+ overflow: hidden;
140
+ white-space: nowrap;
141
+ }
142
+
143
+ .weblizar-fb-model .eapps-facebook-feed-item-author-name a {
144
+ border: none;
145
+ color: #17191a;
146
+ font-size: 14px;
147
+ font-weight: 600;
148
+ text-decoration: none;
149
+ }
150
+
151
+ .weblizar-fb-model .eapps-facebook-feed-item-date {
152
+ color: #7f8588;
153
+ font-size: 12px;
154
+ font-weight: 400;
155
+ margin-top: 2px;
156
+
157
+
158
+ }
159
+
160
+
161
+ .weblizar-fb-model .eui-item-text {
162
+ color: #17191a;
163
+ font-size: 14px;
164
+ font-weight: 400;
165
+ line-height: 18px;
166
+
167
+ }
168
+
169
+ .weblizar-fb-model .complete
170
+ {
171
+ display: none;
172
+ }
173
+ .weblizar-fb-model .feed_more {
174
+ /* background: lightblue; */
175
+ color: red;
176
+ font-size: 13px;
177
+ padding: 3px;
178
+ cursor: pointer;
179
+ }
180
+
181
+
182
+
183
+
184
+ .wp-weblizar_fb-plugin .weblizar-fb-product-popup-content .prev, .wp-weblizar_fb-plugin .weblizar-fb-product-popup-content .next {
185
+ background-color: #00000000!important;
186
+ font-size: 34px!important;
187
+ box-shadow: none!important;
188
+ top:40%!important;
189
+ }
190
+ .wp-weblizar_fb-plugin .product-image iframe#.embed-responsive-item {
191
+ width: 100%!important;
192
+ max-height: 376px!important;
193
+ }
194
+ .wp-weblizar_fb-plugin .product-image iframe {
195
+ width: 100%!important;
196
+ max-width: 100%!important;
197
+ max-height: 376px!important;
198
+
199
+ }
200
+ .wp-weblizar_fb-plugin .comment-area .wp-weblizar_moment-link li a {
201
+ text-decoration: none;
202
+ padding: 3px 8px;
203
+ font-weight: normal!important;
204
+ font-size: 16px;
205
+ color: #4e4e4e;
206
+ /* border: 1px solid #ccc; */
207
+ /* line-height: 25px; */
208
+ border-radius: 41%;
209
+ }
210
+
211
+
212
+
213
+
214
+ /*---- group-half-page---*/
215
+
216
+
217
+ .wp-weblizar_fb-plugin .eui-item-text-see-more {
218
+ color: #7f8588;
219
+ line-height: 18px;
220
+ cursor: pointer;
221
+ transition: all 0.2s ease;
222
+ white-space: nowrap;
223
+ }
224
+ .wp-weblizar_fb-plugin .like_comment_div .media-heading
225
+ {
226
+ margin-top: 0;
227
+ font-weight: bold;
228
+ border-bottom: 1px solid #ccc;
229
+ display: inline-block;
230
+ padding-bottom: 2px;
231
+ margin-bottom: 8px;
232
+ }
233
+
234
+
235
+ .wp-weblizar_fb-plugin .complete
236
+ {
237
+ display: none;
238
+ }
239
+ .wp-weblizar_fb-plugin .feed_more {
240
+ /* background: lightblue; */
241
+ color: red;
242
+ font-size: 13px;
243
+ padding: 3px;
244
+ cursor: pointer;
245
+ }
246
+ .product-information {
247
+ max-height: 400px!important;
248
+ min-height: 220px!important;
249
+ overflow-y: scroll;
250
+ /* background: #efefef; */
251
+ border: 1px solid #e2e1e1;
252
+ }
253
+ .product-information::-webkit-scrollbar{
254
+ width: 5px;
255
+ background-color: #F5F5F5;
256
+ }
257
+
258
+ .product-information::-webkit-scrollbar-track
259
+ {
260
+ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
261
+ background-color: #F5F5F5;
262
+ border-radius: 5px;
263
+ }
264
+ .wp-weblizar_moment-link{
265
+ position: relative;
266
+
267
+ }
268
+ .weblizar-fb-product-information {
269
+ max-height: 400px!important;
270
+ min-height: 220px!important;
271
+ overflow-y: scroll;
272
+ /* background: #efefef; */
273
+ border: 1px solid #e2e1e1;
274
+ }
275
+ .weblizar-fb-product-information::-webkit-scrollbar{
276
+ width: 5px;
277
+ background-color: #F5F5F5;
278
+ }
279
+
280
+ .weblizar-fb-product-information::-webkit-scrollbar-track
281
+ {
282
+ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
283
+ background-color: #F5F5F5;
284
+ border-radius: 5px;
285
+ }
286
+
287
+
288
+ .wp-weblizar_fb-plugin .weblizar-fb-product-popup-content .prev, .wp-weblizar_fb-plugin .weblizar-fb-product-popup-content .next {
289
+ background-color: #00000000;
290
+ font-size: 34px;
291
+ box-shadow: none;
292
+ top:40%;
293
+ position:absolute;
294
+ }
295
+ .wp-weblizar_fb-plugin .product-image iframe#.embed-responsive-item {
296
+ width: 100%!important;
297
+ max-height: 376px!important;
298
+ }
299
+ .wp-weblizar_fb-plugin .product-image iframe {
300
+ width: 100%!important;
301
+ max-width: 100%!important;
302
+ max-height: 376px!important;
303
+
304
+ }
305
+ .weblizar-fb-model .comment-area .wp-weblizar_moment-link li a {
306
+ text-decoration: none;
307
+ padding: 3px 8px;
308
+ font-weight: normal!important;
309
+ font-size: 16px;
310
+ color: #4e4e4e;
311
+ /* border: 1px solid #ccc; */
312
+ /* line-height: 25px; */
313
+ border-radius: 41%;
314
+ }
315
+
316
+
317
+ .wp-weblizar_moment-link a {
318
+ text-decoration: none;
319
+ color: #333;
320
+ padding: 7px 7px;
321
+
322
+ }
323
+ .wp-weblizar_moment-link a:hover{
324
+ color:#f2ff2;
325
+
326
+ }
327
+ .wp-weblizar_moment-link ul {
328
+ display: inline;
329
+ margin: 0;
330
+ padding: 0;
331
+
332
+ }
333
+ .wp-weblizar_moment-link ul li {float:left; list-style: none;}
334
+
335
+ .wp-weblizar_moment-link ul li:hover ul {display: block; }
336
+
337
+ .wp-weblizar_moment-link ul li ul {
338
+ position: absolute;
339
+ display: none;
340
+ bottom: 15px;
341
+ width: 266px;
342
+ }
343
+ .wp-weblizar_moment-link ul li ul li a{
344
+ position: relative;
345
+ padding: 0px;
346
+ display: block;
347
+ width: 36px;
348
+ height: 36px;
349
+ }
350
+
351
+ .wp-weblizar_moment-link.pull-left.text-muted {
352
+ position: relative;
353
+ }
354
+
355
+ .weblizar-fb-model .wp-weblizar_moment-link ul li ul li a i span {
356
+ display: none;
357
+ background-color: #000;
358
+ padding: 4px;
359
+ color: #fff;
360
+ text-align: center;
361
+ position: absolute;
362
+ right: 10px;
363
+ left: 10px;
364
+ max-width: 70px;
365
+ min-width: 22px;
366
+ top: -30px;
367
+ border-radius: 3px;
368
+ }
369
+
370
+ .weblizar-fb-model .wp-weblizar_moment-link ul li ul li a:hover span{
371
+ display:block;
372
+
373
+ }
374
+ .weblizar-fb-model .wp-weblizar_reaction-icon{
375
+ height: 48px;
376
+ width: 48px;
377
+ }
378
+
379
+
380
+
381
+ .weblizar-fb-model .wp-weblizar_fb{
382
+ background-repeat: no-repeat;
383
+ background-size: 100%;
384
+ text-align: center;
385
+ margin: 0 auto;
386
+ width: 30px;
387
+ height: 30px;
388
+ transition: all 0.4s ease;
389
+ -webkit-transition: all .4s ease;
390
+ -moz-transition: all .4s ease;
391
+ -o-transition: all .4s ease;
392
+ -ms-transition: all .4s ease;
393
+ transition: all .4s ease;
394
+ }
395
+ .weblizar-fb-model .wp-weblizar_fb:hover{
396
+ background-repeat: no-repeat;
397
+ background-size: 104%;
398
+ text-align: center;
399
+ width: 33px;
400
+ height: 33px;
401
+ transition: all 0.4s ease;
402
+ -webkit-transition: all .4s ease;
403
+ -moz-transition: all .4s ease;
404
+ -o-transition: all .4s ease;
405
+ -ms-transition: all .4s ease;
406
+ transition: all .4s ease;
407
+ }
408
+ .wp-weblizar_s-1 {
409
+ background-image: url(../images/icons/1.png);
410
+
411
+ }
412
+ .wp-weblizar_s-2 {
413
+ background-image: url(../images/icons/2.png);
414
+ }
415
+
416
+ .wp-weblizar_s-3 {
417
+ background-image: url(../images/icons/3.png);
418
+
419
+ }
420
+ .wp-weblizar_s-4 {
421
+ background-image: url(../images/icons/4.png);
422
+ }
423
+ .wp-weblizar_s-5 {
424
+ background-image: url(../images/icons/5.png);
425
+ }
426
+
427
+
428
+ /*------model-css---*/
429
+
430
+
431
+
432
+ .weblizar-fb-model .close:hover,
433
+ .weblizar-fb-model .close:focus {
434
+ color: #999;
435
+ text-decoration: none;
436
+ cursor: pointer;
437
+ }
438
+
439
+
440
+ /* Next & previous buttons */
441
+ .weblizar-fb-model .prev,
442
+ .weblizar-fb-model .next {
443
+ cursor: pointer;
444
+ position: absolute;
445
+ top: 50%;
446
+ width: auto;
447
+ padding: 16px;
448
+ margin-top: -50px;
449
+ color: white;
450
+ font-weight: bold;
451
+ font-size: 20px;
452
+ transition: 0.6s ease;
453
+ border-radius: 0 3px 3px 0;
454
+ user-select: none;
455
+ -webkit-user-select: none;
456
+ }
457
+
458
+ /* Position the "next button" to the right */
459
+ .weblizar-fb-model .prev {
460
+ left: 0;
461
+ border-radius: 3px 0 0 3px;
462
+ }
463
+
464
+ .weblizar-fb-model .next {
465
+ right: 0;
466
+ border-radius: 3px 0 0 3px;
467
+ }
468
+
469
+ /* On hover, add a black background color with a little bit see-through */
470
+ .weblizar-fb-model .prev:hover,
471
+ .weblizar-fb-model .next:hover {
472
+ background-color:#00000080;
473
+ }
474
+
475
+ .weblizar-fb-model .prev,
476
+ .weblizar-fb-model .next {
477
+ background-color:#00000020!important;
478
+ box-shadow:none!important;
479
+ }
480
+
481
+ /*----important-css-add---*/
482
+ @media (max-width: 1023px) {
483
+ .weblizar-fb-product-gallery-popup .weblizar-fb-product-popup-content {
484
+ width:100%;
485
+ max-height:100%;
486
+
487
+ }
css/facebook-feed-shortcode.css CHANGED
@@ -1,13 +1,13 @@
1
- .wp-fb-plugin .main-banner
2
- { position: relative;
3
- margin-bottom: 50px;
4
  }
5
 
6
- .wp-fb-plugin .fb-main-banner img {
7
  width: 100%;
8
  }
9
 
10
- .wp-fb-plugin .fb-main-banner a.fb-main-pic img {
11
  height:100%;
12
  width:100%;
13
  margin-top: 24px;
@@ -17,56 +17,63 @@
17
  box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
18
 
19
  }
 
 
 
 
20
 
21
- .wp-fb-plugin .main-banner {
22
  height: auto!important;
23
  }
24
- .wp-fb-plugin .main-banner .facebook-feed-top-info-inner.pull-left h3,
25
- .wp-fb-plugin .main-banner .facebook-feed-top-info-inner.pull-left p {
26
  margin: 0;
27
  }
28
 
29
- .wp-fb-plugin .facebook-feed-top-info-inner h3 {
30
  margin: 0;
31
  font-weight: bold;
32
  text-shadow: 1px 1px 3px #fff;
33
  }
34
- .wp-fb-plugin .facebook-feed-top-info-inner p span{
35
  font-weight:bold;
36
  }
37
- .wp-fb-plugin .facebook-feed-top-info-inner p{
38
  font-size: 16px;
39
  color: #000;
40
  padding-left: 6px;
41
 
42
  }
43
-
44
- .wp-fb-plugin .main-banner .facebook-feed-inner-text .button-group {
 
 
45
  position: absolute;
46
  right: 11px;
47
  bottom: 10px;
48
  top: auto;
49
  }
50
 
51
- .feed_main_widget.wp-fb-plugin .main-banner .facebook-feed-inner-text .button-group {
52
  bottom:33px;
53
  }
54
 
55
- .wp-fb-plugin .btn-block {
56
  display: block;
57
  width: 100%;
58
  padding-right: 0;
59
  padding-left: 0;
60
  }
61
- .wp-fb-plugin .post-box.bg {
62
- border: 1px solid #dcdbdb;
63
- background-image:none;
 
64
  }
65
 
66
- .wp-fb-plugin .main-banner a.fb-main-pic img {
67
  margin-top: 18px;
68
  }
69
- .feed_main_widget .main-banner a.fb-main-pic img {
70
  min-width: 50px;
71
  min-height: 50px;
72
  border: 2px solid #fff;
@@ -74,7 +81,7 @@
74
  }
75
 
76
  /*---- full-width---*/
77
- .wp-fb-plugin.feed_main_widget .facebook-feed-top-area {
78
  margin-bottom: 1px;
79
  /* bottom: 0; */
80
  top: 0;
@@ -90,134 +97,121 @@
90
  overflow:visible;
91
  }
92
 
93
- .wp-fb-plugin .post-box{
94
  margin: 12px 0px;
95
  padding: 15px;
96
  background-color: #fff;
97
  }
98
- .feed_main_widget .post-box .logo-left{
99
  padding:0px;
100
  }
101
- .feed_main_widget .post-box .logo-left img{
102
  width:100%;
103
  padding: 5px 0px;
104
  min-width: 50px;
105
  min-height: 50px;
106
  }
107
- .feed_main_widget .post-box .logo-right h5 a {
108
- color: #000;
 
 
 
 
 
 
 
 
 
 
 
 
109
  font-weight: bold;
110
- font-size: 16px;
 
111
  }
112
- .wp-fb-plugin .post-box .logo-right {
 
113
  padding:5px 15px;
114
  }
115
- .wp-fb-plugin .post-box .logo-right h6 .fa {
116
  font-size: 14px;
117
  color: #424242;
118
- font-weight: normal;;
 
 
119
  }
120
 
121
- .wp-fb-plugin .post-box .logo-right h6 {
122
  font-size: 14px;
123
  margin:0px;
124
  }
125
- .wp-fb-plugin .box h5.post_font_color {
126
  font-weight: normal;
127
  padding-bottom: 7px;
128
  margin:0px!important;
129
  }
130
- .wp-fb-plugin .box h6.post_font_color {
131
  font-weight: normal;
132
  padding-bottom: 7px;
133
  margin:0px!important;
134
  color:#949494!important;
135
  }
136
- .wp-fb-plugin h5.post_font_color {
137
- font-weight: normal;
138
- padding-bottom: 7px;
139
- margin:0px!important;
140
- }
141
- .wp-fb-plugin .post-box h1
142
  {
143
  margin:0px;
144
  font-weight:bold;
145
  text-shadow: 1px 1px 2px #000000;
146
  font-size: 20px !important;
147
  }
148
- .wp-fb-plugin .post-box p.text{
149
  color: #000000;
150
  font-size: 14px;
151
  letter-spacing:1px;
152
  }
153
- .wp-fb-plugin .post-box .post-img{
154
  border: 1px solid #e3e3e3;
155
  padding: 5px!important;
156
  cursor: pointer;
 
 
 
 
 
 
157
  }
158
- .wp-fb-plugin .post-box .post-img img{
159
  display: block;
160
  width:100%;
161
  }
162
- .wp-fb-plugin .post-box .post-img iframe{
163
  width:100%;
164
  }
165
- .wp-fb-plugin .post-box .post-img:hover{
166
  display: block;
167
  box-shadow: 0 0 8px #ccc;
168
  -webkit-transition: all .4s ease-in-out;
169
  transition: all .4s ease-in-out;
170
  }
171
- .wp-fb-plugin .post-box .post-img .overlay {
172
- position: absolute;
173
- top: 0;
174
- bottom: 0;
175
- left: 0;
176
- right: 0;
177
- height: 100%;
178
- width: 100%;
179
- opacity: 0;
180
- transition: .5s ease;
181
- background-color: rgba(0,0,0,0.2);
182
- }
183
-
184
- .wp-fb-plugin .post-box .post-img:hover .overlay {
185
- opacity: 1;
186
- }
187
- .wp-fb-plugin .post-box .post-img .overlay .overlaytext {
188
- color: white;
189
- font-size: 20px;
190
- position: absolute;
191
- top: 50%;
192
- left: 50%;
193
- transform: translate(-50%, -50%);
194
- -ms-transform: translate(-50%, -50%);
195
- }
196
- .wp-fb-plugin .post-box .post-img .overlay .overlaytext a .fa{
197
- background-color: #000000b3;
198
- padding: 10px;
199
- font-size: 25px;
200
- color:#fff;
201
- }
202
-
203
- .wp-fb-plugin .wp-fb-plugin .post-box .bar{
204
  background-color:#fff;
205
  margin-top: 25px;
206
  box-shadow:none;
207
  border:1px solid #e9e9e9;
208
  }
209
- .wp-fb-plugin .like_comment_div .feed_main_div
210
  {
211
  display: none !important;
212
  }
213
- .wp-fb-plugin .post-box .bar .bar-left{
214
  text-align:left;
215
  padding:0px 15px!important;
216
  font-size: 14px;
217
  }
218
- .wp-fb-plugin .post-box .bar .bar-left span.like,
219
- .wp-fb-plugin .post-box .bar .bar-left span.share,
220
- .wp-fb-plugin .post-box .bar .bar-left span.comment {
221
  margin-right: 10px;
222
  font-weight: bold;
223
  cursor: pointer;
@@ -228,34 +222,34 @@ display: none !important;
228
  line-height: 40px;
229
 
230
  }
231
- .wp-fb-plugin .post-box .bar .bar-left .fa{
232
  margin-right:5px;
233
  color:#777;
234
  }
235
- .wp-fb-plugin .post-box .bar .bar-right {
236
  padding: 3px 7px!important;
237
  position: absolute;
238
  right: 0;
239
  top: 0;
240
  }
241
- .wp-fb-plugin .post-box .bar .bar-right a {
242
  color: #777;
243
  display: block;
244
  padding: 0px 7px;
245
  font-size: 15px;
246
  line-height: 34px;
247
  }
248
- .wp-fb-plugin .post-box .bar .bar-right li a:hover{
249
  color:#000;
250
  }
251
- .wp-fb-plugin .bar .bar-left .panel {
252
  display: none;
253
  border-top: 1px solid #ccc;
254
  background-color: white;
255
  width:100%!important;
256
  -webkit-transition:all .4s ;
257
  }
258
- .wp-fb-plugin .bar .bar-left .panel p.post-comment-likes{
259
  width: 100%;
260
  min-width: 100%;
261
  float: left;
@@ -269,25 +263,25 @@ display: none !important;
269
  box-sizing: border-box;
270
  margin: 6px 0px 6px 0px;
271
  }
272
- .wp-fb-plugin .bar .bar-left .panel p.post-comment-likes span.post-reactions{
273
  float: left;
274
  padding-top: 1px;
275
  font-size: 11px;
276
  line-height: 13px !important;
277
  }
278
- .wp-fb-plugin span.post-like, .wp-fb-plugin span.post-love, .wp-fb-plugin span.post-wow{
279
  font-size:15px;
280
  margin-right: 5px;
281
  }
282
 
283
- .wp-fb-plugin .bar .bar-left .panel p.post-comment-likes span.post-likes-text{
284
  font-size: 13px;
285
  margin-left: 10px;
286
  }
287
- .wp-fb-plugin .bar .bar-left .panel p.post-comment-likes span.post-likes-text a{
288
  color: #033f74;
289
  }
290
- .wp-fb-plugin p.post-comments{
291
  width: 100%;
292
  min-width: 100%;
293
  float: left;
@@ -300,38 +294,38 @@ display: none !important;
300
  -moz-box-sizing: border-box;
301
  box-sizing: border-box;
302
  }
303
- .wp-fb-plugin p.post-comments a{
304
  font-size:15px;
305
  color: #033f74;
306
  }
307
 
308
- .wp-fb-plugin .bg .bar{
309
  padding: 0px;
310
  border: 1px solid #dfdfdf;
311
  box-shadow: 0 1px 10px #cecece;
312
  background-color:#fff!important;
313
  }
314
- .wp-fb-plugin .post-comment{
315
  width: 100%;
316
  min-width: 100%;
317
  float: left;
318
  clear: both;
319
  font-size: 12px;
320
  padding: 5px 20px 5px 10px;
321
- margin: 0 0 1px 0;
322
  background: #edeff4;
323
  -webkit-box-sizing: border-box;
324
  -moz-box-sizing: border-box;
325
  box-sizing: border-box;
326
  }
327
 
328
- .wp-fb-plugin .post-comment .post-comment-img{
329
  padding:0px;
330
  }
331
- .wp-fb-plugin .post-comment .post-comment-img img{
332
  /* width:100%; */
333
  }
334
- .wp-fb-plugin .post-comment .post-comment-text-wrapper .post-comment-text p{
335
  padding: 0 ;
336
  margin: 0 ;
337
  line-height: 1.4;
@@ -339,42 +333,42 @@ display: none !important;
339
  font-size: 12px;
340
  font-weight: bold;
341
  }
342
- .wp-fb-plugin .post-comment .post-comment-text-wrapper .post-comment-text p a{
343
  color: #033f74;
344
  }
345
  /*---- half-width---*/
346
- .wp-fb-plugin .half-width .post-box .post-title {
347
  float: right;
348
  }
349
- .wp-fb-plugin .half-width .post-box .post-img{
350
  float:left;
351
  padding-top:0px;
352
  }
353
 
354
  /*---- thumblin---*/
355
- .wp-fb-plugin .thumblin .post-box .post-title{
356
  float:right;
357
  }
358
- .wp-fb-plugin .thumblin .post-box .post-img{
359
  float:left;
360
  }
361
 
362
- .wp-fb-plugin .thumblin .post-box .post-img iframe {
363
  width: 100%;
364
  height: 104px;
365
  }
366
 
367
  /*---- group-full-page---*/
368
- .wp-fb-plugin .group.full-width .post-box .post-img .post-full-img{
369
  padding:0px;
370
  }
371
- .wp-fb-plugin .group.full-width .post-box .post-img .post-thum-img{
372
  padding:0px;
373
  }
374
- .wp-fb-plugin .group.full-width .post-box .post-img .post-thum-img img{
375
  height:180px;
376
  }
377
- .wp-fb-plugin .group.full-width .post-box .post-img .post-thum-img span {
378
  position: absolute;
379
  width: 100%;
380
  text-align: center;
@@ -387,16 +381,16 @@ display: none !important;
387
  font-size: 40px;
388
  }
389
  /*---- group-half-page---*/
390
- .wp-fb-plugin .group.half-width .post-box .post-img .post-full-img{
391
  padding:0px;
392
  }
393
- .wp-fb-plugin .group.half-width .post-box .post-img .post-thum-img{
394
  padding:0px;
395
  }
396
- .wp-fb-plugin .group.half-width .post-box .post-img .post-thum-img img{
397
  height:110px;
398
  }
399
- .wp-fb-plugin .group.half-width .post-box .post-img .post-thum-img span {
400
  position: absolute;
401
  width: 100%;
402
  text-align: center;
@@ -408,10 +402,10 @@ display: none !important;
408
  color: #000;
409
  font-size: 40px;
410
  }
411
- .wp-fb-plugin .post-box.bg p{
412
  font-size:14px;
413
  }
414
- .wp-fb-plugin .container-flut.gallaries .gallery-img p{
415
  font-size: 14px!important;
416
  float: left;
417
  padding-right: 8px;
@@ -422,16 +416,20 @@ display: none !important;
422
 
423
  }*/
424
  /*---- group-thumblin-page---*/
425
- .wp-fb-plugin .group.thumblin .post-box .post-img .post-full-img{
 
 
 
 
426
  padding:0px;
427
  }
428
- .wp-fb-plugin .group.thumblin .post-box .post-img .post-thum-img{
429
  padding:0px;
430
  }
431
- .wp-fb-plugin .group.thumblin .post-box .post-img .post-thum-img img{
432
  height:50px;
433
  }
434
- .wp-fb-plugin .group.thumblin .post-box .post-img .post-thum-img span {
435
  position: absolute;
436
  width: 100%;
437
  text-align: center;
@@ -447,53 +445,48 @@ display: none !important;
447
  @media (max-width: 768px) {
448
 
449
 
450
- .wp-fb-plugin .half-width .post-box .logo-left {
451
  padding: 13px 0px;
452
  }
453
  }
454
  @media (max-width: 480px){
455
 
456
- .wp-fb-plugin .post-box .logo-left {
457
  padding: 0px 0px;
458
  }
459
- .wp-fb-plugin .post-box .bar .bar-left {
460
  padding: 13px 2px;
461
  font-size: 12px;
462
  }
463
- .wp-fb-plugin .post-box .bar .bar-left span.like, span.share, span.comment {
464
  margin-right: 5px;
465
  }
466
 
467
  }
468
 
469
- .wp-fb-plugin .div-overlay h3 span
470
- {
471
- color: #fff;
472
- }
473
-
474
 
475
 
476
- .wp-fb-plugin .btn-block+.btn-block {
477
  margin-top: 5px;
478
  }
479
 
480
- .wp-fb-plugin .btn-facebook {
481
  color: #fff;
482
  background-color: #3b5998;
483
  border-color: rgba(0,0,0,0.2);
484
  }
485
 
486
- .wp-fb-plugin .btn-block {
487
  display: block;
488
  width: 100%;
489
  padding-right: 0;
490
  padding-left: 0;
491
  }
492
- .wp-fb-plugin .bg{
493
- /* background-image: url(../images/bg01.jpeg); */
494
  /*padding:20px 0px !important;*/
495
  }
496
- .wp-fb-plugin .bg .box{
497
  background-color: #fff;
498
  margin-bottom: 20px;
499
  padding: 1px 15px;
@@ -501,32 +494,32 @@ display: none !important;
501
  -webkit-transition:all .4s ;
502
  transition:all .4s ;
503
  }
504
- .wp-fb-plugin .bg .post-box:hover{
505
  -webkit-transition:all .4s ;
506
  transition:all .4s ;
507
  box-shadow: 0 0 10px #777;
508
  }
509
 
510
 
511
- .wp-fb-plugin .bg i.fa.fa-twitter {
512
  color: #00acee;
513
  }
514
- .wp-fb-plugin .bg i.fa.fa-google-plus{
515
  color: #de6463;
516
  }
517
- .wp-fb-plugin .bg i.fa.fa-facebook{
518
  color: #3a5898;
519
  }
520
- .wp-fb-plugin .bg i.fa.fa-twitter:hover {
521
  color: #000;
522
  }
523
- .wp-fb-plugin .bg i.fa.fa-google-plus:hover{
524
  color: #000;
525
  }
526
- .wp-fb-plugin .bg i.fa.fa-facebook:hover{
527
  color: #000;
528
  }
529
- .wp-fb-plugin .wp-fb-plugin .bg .post-img {
530
  padding: 5px;
531
  border: 1px solid #e4e4e4;
532
 
@@ -534,2407 +527,266 @@ display: none !important;
534
  }
535
 
536
  @media (max-width: 768px) {
537
- .wp-fb-plugin .thumblin .bg .logo-left {
538
  padding: 12px 0px;
539
  }
540
  }
541
  @media (max-width: 480px){
542
- .wp-fb-plugin .bg .bar .bar-left {
543
  padding: 17px 15px;
544
  }
545
  }
546
- .wp-fb-plugin .ffp_attach_div
547
  {
548
  padding-left:0px !important;
549
  margin-top: 10px !important;
550
  }
551
 
552
-
553
-
554
- /*custom box css start*/
555
-
556
- .width100per {
557
- width: 100%;
558
- }
559
- body {
560
- font-family: Verdana, 'Lucida Grande';
561
- font-size: 13px;
562
- }
563
- a {
564
- text-decoration: none;
565
- color:#333;
566
- }
567
- #productWrapper {
568
- width: 98%;
569
- margin: 0 auto;
570
  }
571
- /* =======================
572
- Product Dropdown Menu
573
- ===================== */
574
 
575
- #navigation {
576
- background-color: #111;
577
- }
578
- #product-header {
579
- position: fixed;
580
- top: 0;
581
- width: 100%;
582
- z-index:1;
583
- }
584
- #products {
585
- font-family: Verdana;
586
- /* position: fixed; */
587
- /* top: 53px;*/
588
- width: 100%;
589
- height: 33px;
590
- background: #fdfdfd;
591
- font-size: 0;
592
- border-bottom: 1px solid #dcdcdd;
593
- /* border-top: 1px solid #dcdcdd;*/
594
- text-shadow: #dcdcdd 1px 1px 0;
595
- z-index: 1;
596
- }
597
- #products > ul {
598
- position: relative;
599
- list-style: none;
600
- width: 1000px;
601
- height: 33px;
602
- margin: 0 auto;
603
- padding: 0;
604
- white-space: normal;
605
- font-size: 0;
606
- }
607
- #products > ul > li,
608
- #products > ul > li {
609
- display: inline-block;
610
- zoom: 1;
611
- vertical-align: top;
612
- white-space: nowrap;
613
- font-size: 12px;
614
- }
615
- #products > ul > li > a {
616
- display: block;
617
- z-index: 2;
618
- text-decoration: none;
619
- padding: 0 8px;
620
- border-right: 1px solid transparent;
621
- border-left: 1px solid transparent;
622
- font-size: 12px;
623
- color: #777;
624
- height: 33px;
625
- line-height: 35px;
626
- text-shadow: none;
627
- overflow: hidden;
628
- background: #fdfdfd;
629
- position: relative;
630
- }
631
- #products > ul > li:hover > a {
632
- background: url("../Images/product/resource/link-hover.png") repeat-x right 50% transparent;
633
- color: #494949;
634
- border-color: #dcdcdd;
635
- height: 34px;
636
- }
637
- .product-category {
638
- display: none;
639
  position: absolute;
640
- z-index: 1;
641
- top: 33px;
642
- background-color: #fff;
643
- min-height: 40px;
644
- border: 1px solid #dcdcdd;
 
645
  left: 0;
646
- width: 966px;
647
- padding: 12px 0;
648
- }
649
- #products > ul > li:hover .product-category {
650
- display: block;
651
- }
652
- .product-sub-category {
653
- position: relative;
654
- display: inline-block;
655
- zoom: 1;
656
- vertical-align: top;
657
- width: 146px;
658
- height: 120px;
659
- border-right: 1px solid #e8e8e8;
660
- padding: 0 0 30px 14px;
661
- }
662
- .product-sub-category h4 {
663
- line-height: 20px;
664
- color: #353535;
665
- font-weight: bold;
666
- }
667
- .product-sub-category a {
668
- text-shadow: none;
669
- font-size: 11px;
670
- color: #777;
671
- display: block;
672
- line-height: 25px;
673
- width: 140px;
674
- white-space: nowrap;
675
  overflow: hidden;
676
- text-overflow: ellipsis;
677
- }
678
- .product-sub-category a.viewall {
679
- position: absolute;
680
- bottom: 0;
681
- left: 14px;
682
- width: auto;
683
- padding: 0 16px 0 0;
684
- color: #70ac2a;
685
- background: url(../Images/product/resource/cat_all_icon.png) no-repeat right 7px;
686
  }
687
- .product-sub-category a:hover {
688
- color: #75890c;
 
 
 
689
  }
690
- .product-sub-category-image {
691
- overflow: hidden;
692
  }
693
- .categories-more {
694
- position: relative;
695
- z-index: 3;
696
- cursor: default;
697
- display: inline-block;
698
- zoom: 1;
699
- vertical-align: top;
700
- white-space: nowrap;
701
- font-size: 12px;
702
- width: 150px;
703
  }
704
- .categories-more-list {
705
- display: none;
706
  position: absolute;
707
- z-index: 1;
708
- top: 33px;
709
- right: 0;
710
- background-color: #fff;
711
- min-height: 40px;
712
- min-width: 100%;
713
- border: 1px solid #dcdcdd;
714
- font-size: 13px;
715
- line-height: 30px;
716
- white-space: nowrap;
717
  }
718
- .categories-more-list a {
719
- display: block;
720
- border-bottom: 1px solid #EFEFEF;
721
- color: #8D8D8D;
722
- text-shadow: none;
723
  text-decoration: none;
724
- padding: 0 11px;
725
- }
726
- .categories-more-list a:hover {
727
- background-color: #f9f9f9;
728
- color: #494949;
729
  }
730
- .categories-more:hover .categories-more-list {
731
- display: block;
 
732
  }
733
- /* =======================
734
- Product Page Sidebar
735
- ===================== */
736
 
737
- .sidebar h2 {
738
- border-left: 3px solid #75890c;
739
- padding: 0 15px;
740
- margin: 10px 0;
741
- font-family: 'Open Sans';
742
- font-size: 22px;
743
- line-height: normal;
744
  }
745
- .sidebar-block {
746
- border: 1px solid #d6d6d6;
 
 
 
 
747
  border-radius: 2px;
748
- padding: 0;
749
- margin-bottom: 10px;
750
- }
751
- .sidebar-block h3 {
752
- font-weight: bold;
753
- background-color: #f0f0f0;
754
- padding: 8px 15px;
755
- }
756
- .sidebar-links,
757
- .sidebar-links table {
758
- width: 100%;
759
- margin: 0;
760
- display: block;
761
- }
762
- .sidebar-links table tbody,
763
- .sidebar-links table tbody tr,
764
- .sidebar-links table tbody tr td {
765
  display: block;
 
 
766
  }
767
- .sidebar-links > li,
768
- .sidebar-links > table tr {
769
- margin: 0;
770
- padding: 0;
771
- text-overflow: ellipsis;
772
- overflow: hidden;
773
- }
774
- .sidebar-links li a,
775
- .sidebar-links tr a {} .sidebar-links li a.active:hover,
776
- .sidebar-links tr a.active:hover {} .sidebar-links li a:hover,
777
- .sidebar-links tr a:hover {
778
- background-color: #e4e4e4 !important;
779
- }
780
- .sidebar-links li a.active,
781
- .sidebar-links tr a.active {
782
- border-left: 4px solid green;
783
- background-color: #e4e4e4 !important;
784
  }
785
- /* produtc gallery */
786
 
787
- .product-gallery {
788
- text-align: center;
789
  }
790
- .product-gallery li,
791
- .product-gallery > div {
792
- display: inline-block;
793
- margin: 10px 5px 0 5px;
794
- vertical-align: top;
795
- height: 250px;
796
- width: 280px;
797
- overflow: hidden;
798
  }
799
- /* Product popup */
800
 
801
- .popup-overlay {
802
- background-color: rgba(68, 68, 68, 0.8);
803
- position: fixed;
804
- top: 0;28
805
- left: 0;
806
- width: 100%;
807
- height: 100%;
808
- }
809
- .wp-fb-plugin .product-gallery-popup {
810
- position: fixed;
811
- top: 0;
812
- left: 0;
813
  width: 100%;
814
- height: 100%;
815
- display: none;
816
- z-index: 9999;
817
- }
818
- .wp-fb-plugin .product-gallery-popup .product-popup-content {
819
- position: absolute;
820
- width: 980px;
821
- max-height: 580px;
822
- top: 20%;
823
- margin: 0 auto!important;
824
- left: 0;
825
- right: 0;
826
- /* margin-left: -490px; */
827
- /* margin-top: -290px; */
828
- background-color: #fff;
829
- overflow: hidden;
830
- padding: 15px;
831
  }
832
 
833
- .wp-fb-plugin .product-image {
834
- /* height: 580px; */
835
- overflow: hidden;
836
- position: relative;
837
- text-align: center;
 
838
  }
839
- .wp-fb-plugin .product-image img
 
 
 
 
 
 
840
  {
841
- width:100% !important;
842
- max-height: 100%;
 
 
843
  }
844
- .wp-fb-plugin .cross {
 
 
845
  position: absolute;
846
- top: 10px;
847
- right: 10px;
 
848
  }
849
 
850
 
851
 
852
-
853
-
854
- .nav-btn.prev {
855
- left: 5%;
856
- background-position:0px 0px;
857
-
858
  }
859
- .nav-btn.next{
860
- right:5%;
861
- background-position:-35px 0px;
862
  }
863
- /* =======================
864
- Product User Profile
865
- ===================== */
866
-
867
- #productMasterSidebar {
868
- position: relative;
869
  }
870
- .user-profile-master-button
871
- {
872
- float:left;
873
- display:inline-block;
874
- /*
875
- padding:0 8px 0;*/
876
- background:url('img/master-btn.jpg') repeat-x;
877
 
878
- color:#999;
879
- font-weight:bold;
880
- font-size:13px;
881
- position:relative;
882
- /*
883
- border:1px solid #DFDFDF;
884
- margin:0 5px 0 0 ;
885
- */
886
- -moz-border-radius:4px;
887
- -webkit-border-radius:4px;
888
- border: 1px solid #ddd;
889
- }
890
- .user-profile-master-button:hover
891
- {
892
- border-color:#cacaca;
893
- background:#F8F8F8;
894
- }
895
- .user-profile-master-button > span {
896
- display:block;
897
- position:absolute;
898
- top:6px;
899
- left:9px;
900
- width:32px;
901
- height:32px;
902
- background-repeat:no-repeat;
903
- background-position:center;
904
- }
905
- .user-profile-master-button:active {
906
- top:1px;
907
- background-image: linear-gradient(bottom, rgb(117,137,12) 0%, rgb(160,180,40) 100%);
908
- background-image: -o-linear-gradient(bottom, rgb(117,137,12) 0%, rgb(160,180,40) 100%);
909
- background-image: -moz-linear-gradient(bottom, rgb(117,137,12) 0%, rgb(160,180,40) 100%);
910
- background-image: -webkit-linear-gradient(bottom, rgb(117,137,12) 0%, rgb(160,180,40) 100%);
911
- background-image: -ms-linear-gradient(bottom, rgb(117,137,12) 0%, rgb(160,180,40) 100%);
912
- background-image: -webkit-gradient(
913
- linear,
914
- left bottom,
915
- left top,
916
- color-stop(0, rgb(117,137,12)),
917
- color-stop(1, rgb(160,180,40))
918
-
919
- );
920
- color:#fff;
921
- }
922
- .user-profile-panel {
923
- margin-bottom: 10px;
924
- border: 0px solid #75890c;
925
- border-radius: 0px;
926
  }
927
- .DP_panel {
928
- padding: 0;
929
- border-bottom: 0px solid #ddd;
930
- margin-bottom: 10px;
 
 
 
931
  }
932
- .DP_panel {
933
- padding: 0;
934
- border-bottom: 0px solid #ddd;
935
- margin-bottom: 10px;
 
 
 
936
  }
937
- .user-profile-panel ul.sidebar-links li a {
938
- color: #75890c;
939
- text-decoration: none;
940
- line-height: 25px;
 
 
941
  }
942
- .DP_panel .user-control {
943
- float: left;
 
 
 
 
944
  }
945
- .DP_panel .user-control {
946
- margin: 0 auto;
947
- width: 187px;
948
- float: none;
949
  }
950
- .DP_panel .button-panel .user-profile-master-button {
951
- float: none;
952
- margin: 5px 1px 0 0px;
953
- padding: 6px;
954
  }
955
- .DP_panel .button-panel .statistics-container,
956
- .DP_panel .button-panel .quick-view {
957
- position: relative;
958
- z-index: 11;
959
  }
960
- .statistics-container:hover .stat-box,
961
- .quick-view:hover .quick-view-box {
962
- display: block;
963
- width: auto;
964
- z-index: 1000000;
965
  }
966
- .DP_panel .button-panel .statistics-container,
967
- .DP_panel .button-panel .quick-view {
968
- float: left;
969
- margin-bottom: -1px;
970
- }
971
- .DP_panel .button-panel .statistics-container > a {
972
- margin-right: 4px;
973
- }
974
- .DP_panel .button-panel .change-dp {
975
- float: right;
976
- }
977
- .stat-n-view {
978
- margin-top: 0px;
979
- position: relative;
980
- z-index: 10;
981
- }
982
- .DP_panel .DP {
983
- width: auto;
984
- max-height: 350px;
985
- height: auto;
986
- margin: 0;
987
- padding: 10px;
988
-
989
- overflow: hidden;
990
- text-align: center;
991
- position: relative;
992
-
993
- border: 1px solid #dfdfdf;
994
- background-color: #fff;
995
- border-radius: 4px;
996
- }
997
- .DP_panel .DP > img {
998
- /* height:100%;*/
999
- width: 100%;
1000
- height: auto;
1001
- }
1002
- .DP_panel .DP .change_dp_btn {
1003
- position: absolute;
1004
- bottom: -30px;
1005
- right: 0;
1006
- background-color: #000;
1007
- opacity: 0.7;
1008
- padding: 5px;
1009
- transition: bottom 500ms;
1010
- }
1011
- .DP_panel .DP:hover .change_dp_btn {
1012
- bottom: 0px;
1013
- -webkit-transition: bottom 500ms;
1014
- -moz-transition: bottom 500ms;
1015
- -ms-transition: bottom 500ms;
1016
- -o-transition: bottom 500ms;
1017
- }
1018
-
1019
- .user-profile-panel {
1020
- margin-bottom: 10px;
1021
- border: 0px solid #75890c;
1022
- border-radius: 0px;
1023
- }
1024
- .stat-btn {
1025
- position: relative;
1026
- }
1027
- .stat-box,
1028
- .quick-view-box {
1029
- display: none;
1030
- position: absolute;
1031
- z-index: 999;
1032
- background-color: #fff;
1033
- position: relative;
1034
- border: 1px solid #ddd;
1035
- box-shadow: none;
1036
- top: 0;
1037
- left: 0;
1038
- width: 100%;
1039
- margin: 0;
1040
- padding: 0;
1041
- border-bottom-left-radius: 4px;
1042
- border-bottom-right-radius: 4px;
1043
- border-top-right-radius: 4px;
1044
- }
1045
- .UC-stat h3 {
1046
- width: 76%;
1047
- }
1048
-
1049
-
1050
- .statistics-container > a.user-profile-master-button.active,
1051
- .quick-view > a.user-profile-master-button.active {
1052
- margin: 5px 1px 0 0;
1053
- padding: 6px 6px 10px;
1054
- border-bottom-left-radius: 0px;
1055
- border-bottom-right-radius: 0px;
1056
- border-bottom: 1px solid #fff;
1057
- background: #fff;
1058
- }
1059
- .statistics-container > a.user-profile-master-button.active {
1060
- margin: 5px 4px 0 0;
1061
- }
1062
-
1063
-
1064
- .UC-tags,
1065
- .UC-tags .UC-stat + .UC-stat,
1066
- .UC-tags .UC-view + .UC-view {
1067
- width: auto;
1068
- }
1069
- .UC-tags
1070
- {
1071
- height:auto;
1072
- width:auto;
1073
- padding:5px !important;
1074
- }
1075
-
1076
- .UC-stat > span,
1077
- .UC-view > span
1078
- {
1079
- width:38px;
1080
- }
1081
- .UC-tags .UC-stat + .UC-stat,
1082
- .UC-tags .UC-view + .UC-view
1083
- {
1084
- width:100%;
1085
- margin-top:5px;
1086
- }
1087
- .UC-stat h3,
1088
- .UC-view b
1089
- {
1090
- width: 76%;
1091
- padding:0 0 0 5px;
1092
- position:relative;
1093
- margin:0;
1094
- font-family: Verdana, 'Lucida Grande';
1095
-
1096
- }
1097
-
1098
- .UC-view b,
1099
- .UC-stat b
1100
- {
1101
- width: 86%;
1102
- position: relative;
1103
- overflow: hidden;
1104
- }
1105
- .UC-stat b i
1106
- {
1107
- height: 25px;
1108
- position: absolute;
1109
- display: block;
1110
- top: 0;
1111
- z-index: 9;
1112
- left: 0;
1113
- }
1114
- .UC-stat b a
1115
- {
1116
- z-index: 10;
1117
- position: relative;
1118
- }
1119
- .UC-stat h3
1120
- {
1121
- height:24px;
1122
- }
1123
-
1124
- .UC-stat b > a
1125
- {
1126
- position: absolute;
1127
- height: 100%;
1128
- z-index: 10;
1129
- text-shadow: none;
1130
-
1131
- }
1132
- .UC-stat b > a:hover
1133
- {
1134
- text-shadow: 1px 1px 1px #fff;
1135
- text-shadow:#fff;
1136
-
1137
- }
1138
- .UC-stat b > i
1139
- {
1140
- position: absolute;
1141
- height: 100%;
1142
- opacity: 0.7;
1143
- display: block;
1144
- top: 0;
1145
- left: 0;
1146
- }
1147
- .arrow-left {
1148
- width: 0;
1149
- height: 0;
1150
- border-top: 10px solid transparent;
1151
- border-bottom: 10px solid transparent;
1152
- border-right: 10px solid #fff;
1153
- position: absolute;
1154
- left: -10px;
1155
- }
1156
- .arrow-left-Discussions {
1157
- width: 0;
1158
- height: 0;
1159
- border-top: 10px solid transparent;
1160
- border-bottom: 10px solid transparent;
1161
- border-right: 10px solid #fff;
1162
- position: absolute;
1163
- left: -10px;
1164
- top: 80px;
1165
- }
1166
- .stat {
1167
- position: relative;
1168
- margin-top: 0px;
1169
- margin-bottom: 1px;
1170
- background: #d9d9d9;
1171
- height: 23px;
1172
- width: 100%;
1173
- }
1174
- .stat > span {
1175
- display: block;
1176
- height: 100%;
1177
- overflow: hidden;
1178
- color: #000;
1179
- -webkit-transition: width 500ms;
1180
- -moz-transition: width 500ms;
1181
- -ms-transition: width 500ms;
1182
- -o-transition: width 500ms;
1183
- }
1184
- .stat > span > span {
1185
- display: block;
1186
- padding: 2px 0 2px 10px;
1187
- position: absolute;
1188
- height: 20px;
1189
- width: 20px;
1190
- top: 0;
1191
- }
1192
- .stat > span > span.stat-name {
1193
- left: 0px;
1194
- width: 100%;
1195
- color: #333;
1196
- }
1197
- .stat > span > span.stat-name a:hover {
1198
- color: #fff;
1199
- }
1200
- .stat > span > span.stat-amt {
1201
- right: 12px;
1202
- color: #888;
1203
- }
1204
- .tags button,
1205
- .tags b,
1206
- .tags a,
1207
- .tags span {
1208
- display: block;
1209
- -webkit-box-sizing: border-box;
1210
- -moz-box-sizing: border-box;
1211
- box-sizing: border-box;
1212
- }
1213
-
1214
- .tags button,
1215
- .tags b,
1216
- .UC-view b,
1217
- .UC-stat h3{
1218
- display: block;
1219
- float: left;
1220
- /* width: 100px; */
1221
- height: 26px;
1222
- line-height:23px;
1223
- text-align: left;
1224
- font-size: 12px;
1225
- color: #555;
1226
- text-decoration: none;
1227
- text-shadow: 0 1px white;
1228
- background: #fafafa;
1229
- border-width: 1px 0 1px 1px;
1230
- border-style: solid;
1231
- border-color: #dadada #d2d2d2 #c5c5c5;
1232
- border-radius: 3px 0 0 3px;
1233
- background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
1234
- background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
1235
- background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
1236
- background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
1237
- -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
1238
- box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
1239
- padding: 0 0px 0 5px;
1240
- }
1241
-
1242
- .tags span {
1243
- text-align:center;
1244
- z-index: 2;
1245
- overflow: hidden;
1246
- width: 30px;
1247
- height: auto;
1248
- float: left;
1249
- line-height: 20px;
1250
- padding: 3px 7px;
1251
- margin: 0;
1252
- color: white;
1253
- text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
1254
- border: 0px;
1255
- border-radius: 0 2px 2px 0;
1256
- opacity: .95;
1257
- background: #65bb34;
1258
- border-color: #549b2b #4f9329 #4b8b27;
1259
- background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e);
1260
- background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e);
1261
- background-image: -o-linear-gradient(top, #71ca3f, #5aa72e);
1262
- background-image: linear-gradient(to bottom, #71ca3f, #5aa72e);
1263
- -webkit-transition: 0.3s ease-out;
1264
- -moz-transition: 0.3s ease-out;
1265
- -o-transition: 0.3s ease-out;
1266
- transition: 0.3s ease-out;
1267
- -webkit-transition-property: padding, max-width;
1268
- -moz-transition-property: padding, max-width;
1269
- -o-transition-property: padding, max-width;
1270
- transition-property: padding, max-width;
1271
- width: 25px;
1272
- padding: 3px 0px;
1273
- }
1274
-
1275
- .tags .click-to-view-likes,
1276
- .tags span i {
1277
- font-family: 'FontAwesome';
1278
- font-size: 17px;
1279
- }
1280
-
1281
- /* =======================
1282
- Product Add Useer Product
1283
- ===================== */
1284
- .form
1285
- {
1286
- margin:10px 0;
1287
- }
1288
- .form-fields
1289
- {
1290
- float:left;
1291
- width:58%;
1292
- }
1293
- .form-fields input[type='text'],
1294
- .form-fields input[type='password'],
1295
- .form-fields textarea
1296
- {
1297
- width:95%;
1298
- }
1299
- .form-fields h3
1300
- {
1301
- font-weight: bold;
1302
- padding: 10px 0;
1303
- border-bottom: 1px solid #ccc;
1304
- }
1305
- .error-msg
1306
- {
1307
- color:#f00;
1308
- }
1309
- .form-row
1310
- {
1311
- display: table;
1312
- width:100%;
1313
- margin: 10px 0;
1314
- }
1315
- .form-row > span
1316
- {
1317
- width:45%;
1318
- display:table-cell;
1319
- vertical-align:top;
1320
- }
1321
- .form-row span.colon
1322
- {
1323
- float: right;
1324
- margin-right: 20px;
1325
- }
1326
- .dropdown-wrapper > div
1327
- {
1328
- position:relative;
1329
- }
1330
- .image-preview
1331
- {
1332
- float:right;
1333
- width:40%;
1334
- }
1335
- .image-preview img
1336
- {
1337
- width:100%;
1338
- }
1339
- .image-preview p
1340
- {
1341
- text-align:center;
1342
- }
1343
- .form-btns
1344
- {
1345
- margin:15px 0;
1346
- }
1347
-
1348
- /* =======================
1349
- Product Responsive
1350
- ===================== */
1351
-
1352
- #productContainer {
1353
- margin-left: 1%;
1354
- min-height: 500px;
1355
- font-size: 13px;
1356
- line-height: normal;
1357
- color: #333;
1358
- }
1359
- #productContainer,
1360
- #productContent,
1361
- .sidebar {
1362
- float: left;
1363
- }
1364
- #productContent {
1365
- width: 83%;
1366
- /* background-color: #ddd;*/
1367
- min-height: 500px;
1368
- }
1369
- .product-productpage-container
1370
- {
1371
- width: 81%;
1372
- }
1373
- .product-profilepage-container
1374
- {
1375
- width: 84%;
1376
- }
1377
-
1378
-
1379
- /* advertise */
1380
-
1381
- #ad-panel-right {
1382
- float: right;
1383
- width: 13%;
1384
- }
1385
- #ad-panel-right .ad {
1386
- margin-bottom: 30px;
1387
- }
1388
- #ad-panel-right .ad img {
1389
- width: 100%;
1390
- }
1391
- @media only screen and (min-width: 0px) and (max-width: 1023px) {}
1392
-
1393
- @media only screen and (min-width: 1024px) and (max-width: 1200px) {
1394
-
1395
- #productSidebar {
1396
- width: 17%;
1397
- width: -webkit-calc(13em);
1398
- width: -moz-calc(13em);
1399
- width: calc(13em);
1400
- }
1401
- #productMasterSidebar {
1402
- width: 15%;
1403
- width: -webkit-calc(13em);
1404
- width: -moz-calc(13em);
1405
- width: calc(13em);
1406
- }
1407
- .product-profilepage-container
1408
- {
1409
- width:81%;
1410
- }
1411
- #ad-panel-right {
1412
- width: 14%;
1413
- width: -webkit-calc(10em);
1414
- width: -moz-calc(10em);
1415
- width: calc(10em);
1416
- }
1417
- }
1418
- @media only screen and (min-width: 1201px) and (max-width: 1360px) {
1419
- #productSidebar {
1420
- width: 17%;
1421
- width: -webkit-calc(17em);
1422
- width: -moz-calc(17em);
1423
- width: calc(17em);
1424
- }
1425
- #productMasterSidebar {
1426
- width: 15%;
1427
- width: -webkit-calc(15em);
1428
- width: -moz-calc(15em);
1429
- width: calc(15em);
1430
- }
1431
- #ad-panel-right {
1432
- width: 14%;
1433
- width: -webkit-calc(13em);
1434
- width: -moz-calc(13em);
1435
- width: calc(13em);
1436
- }
1437
- }
1438
- @media(max-width:767px){
1439
- .product-gallery-popup .product-popup-content{
1440
- width:100%!important;
1441
- max-height: auto!important;
1442
- }
1443
- .product-gallery-popup .product-popup-content {
1444
- top: 20%;
1445
- }
1446
-
1447
-
1448
- .product-image iframe {
1449
- /* max-height: 402px; */
1450
- height: 100%!important;
1451
- width: 100%!important;
1452
- }
1453
- }
1454
- @media only screen and (min-width: 1361px) {
1455
- #productWrapper
1456
- {
1457
- width:1320px;
1458
- }
1459
-
1460
- }
1461
-
1462
- .ffp_weblizar_img img
1463
- {
1464
- max-height: 100%;
1465
- }
1466
- .ffp_weblizar_img {
1467
-
1468
- /* height: 550px; */
1469
- overflow: hidden;
1470
- position: relative;
1471
- text-align: center;
1472
- }
1473
-
1474
- .eapps-facebook-feed-popup-item-header
1475
- {
1476
- padding: 16px 16px 0;
1477
- }
1478
- .eapps-facebook-feed-item-author
1479
- {
1480
- position: relative;
1481
- min-height: 40px;
1482
- }
1483
- .eapps-facebook-feed-item-author-picture
1484
- {
1485
- float: left;
1486
- border: 1px solid #dbdbdb;
1487
- overflow: hidden;
1488
- margin-right: 8px;
1489
- box-sizing: content-box;
1490
- }
1491
-
1492
-
1493
- .eapps-facebook-feed a
1494
- {
1495
- color: #365899;
1496
- text-decoration: none;
1497
- }
1498
-
1499
- .eapps-facebook-feed-item-author-info {
1500
- margin-left: 42px;
1501
- }
1502
-
1503
- eapps-facebook-feed-item-author-name
1504
- {
1505
- padding-top: 1px;
1506
- text-overflow: ellipsis;
1507
- overflow: hidden;
1508
- white-space: nowrap;
1509
- }
1510
-
1511
- .eapps-facebook-feed-item-author-name a {
1512
- border: none;
1513
- color: #17191a;
1514
- font-size: 14px;
1515
- font-weight: 600;
1516
- text-decoration: none;
1517
- }
1518
-
1519
- .eapps-facebook-feed-item-date {
1520
- color: #7f8588;
1521
- font-size: 12px;
1522
- font-weight: 400;
1523
- margin-top: 2px;
1524
- text-overflow: ellipsis;
1525
- overflow: hidden;
1526
- white-space: nowrap;
1527
- }
1528
-
1529
- .eapps-facebook-feed-popup-item-content
1530
- {
1531
- padding: 0 16px;
1532
- margin-top: 30px;
1533
- }
1534
-
1535
- .eapps-facebook-feed-popup-item-content-text {
1536
- min-height: 54px;
1537
- }
1538
-
1539
-
1540
- .eui-item-text {
1541
- color: #17191a;
1542
- font-size: 14px;
1543
- font-weight: 400;
1544
- line-height: 18px;
1545
- overflow: hidden;
1546
- }
1547
-
1548
- .eui-item-text {
1549
- color: #17191a;
1550
- font-size: 14px;
1551
- font-weight: 400;
1552
- line-height: 18px;
1553
- overflow: hidden;
1554
- }
1555
-
1556
- eui-item-text {
1557
- color: #17191a;
1558
- font-size: 14px;
1559
- font-weight: 400;
1560
- line-height: 18px;
1561
- overflow: hidden;
1562
- }
1563
-
1564
- .eui-item-text-see-more {
1565
- color: #7f8588;
1566
- line-height: 18px;
1567
- cursor: pointer;
1568
- transition: all 0.2s ease;
1569
- white-space: nowrap;
1570
- }
1571
- .like_comment_div .media-heading
1572
- {
1573
- margin-top: 0;
1574
- font-weight: bold;
1575
- border-bottom: 1px solid #ccc;
1576
- display: inline-block;
1577
- padding-bottom: 2px;
1578
- margin-bottom: 8px;
1579
- }
1580
- .eapps-facebook-feed-item-author-name
1581
- {
1582
- /*margin-top: 15px;*/
1583
- }
1584
- .event_title
1585
- {
1586
- margin-top: 20px;
1587
- }
1588
- .complete
1589
- {
1590
- display: none;
1591
- }
1592
- .feed_more {
1593
- /* background: lightblue; */
1594
- color: red;
1595
- font-size: 13px;
1596
- padding: 3px;
1597
- cursor: pointer;
1598
- }
1599
- .custom_box_comment {
1600
- max-height: 250px;
1601
- overflow-y: scroll;
1602
- padding-bottom: 40px;
1603
- }
1604
-
1605
- .custom_box_comment::-webkit-scrollbar-track
1606
- {
1607
- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
1608
- background-color: #F5F5F5;
1609
- border-radius: 5px;
1610
- }
1611
- .moment-link{
1612
- position: relative;
1613
-
1614
- }
1615
- .custom_box_comment::-webkit-scrollbar
1616
- {
1617
- width: 5px;
1618
- background-color: #F5F5F5;
1619
- }
1620
-
1621
- .custom_box_comment::-webkit-scrollbar-thumb
1622
- {
1623
- border-radius: 5px;
1624
- background-image: -webkit-gradient(linear,
1625
- left bottom,
1626
- left top,
1627
- color-stop(0.44, rgb(122,153,217)),
1628
- color-stop(0.72, rgb(73,125,189)),
1629
- color-stop(0.86, rgb(28,58,148)));
1630
- }
1631
-
1632
- .product-popup-content .prev, .product-popup-content .next {
1633
- background-color: #00000000!important;
1634
- font-size: 34px!important;
1635
- box-shadow: none!important;
1636
- top:40%!important;
1637
- }
1638
- .product-image iframe#.embed-responsive-item {
1639
- width: 100%!important;
1640
- max-height: 376px!important;
1641
- }
1642
- .product-image iframe {
1643
- width: 100%!important;
1644
- max-width: 100%!important;
1645
- max-height: 376px!important;
1646
-
1647
- }
1648
- .comment-area .moment-link li a {
1649
- text-decoration: none;
1650
- padding: 3px 8px;
1651
- font-weight: normal!important;
1652
- font-size: 16px;
1653
- color: #4e4e4e;
1654
- /* border: 1px solid #ccc; */
1655
- /* line-height: 25px; */
1656
- border-radius: 41%;
1657
- }
1658
- /*custom box css end*/
1659
-
1660
-
1661
-
1662
-
1663
-
1664
- .feed_main_div .post_font_color {
1665
- font-weight: normal;
1666
- }
1667
- /*event css*/
1668
- @media only screen and (max-width: 767px) and (min-width: 320px){
1669
- .order_change {
1670
- display: flex;
1671
- flex-wrap: wrap;
1672
- justify-content: center;
1673
- }
1674
- .pic {
1675
- order: 1;
1676
- }
1677
-
1678
- .text {
1679
- order: 2;
1680
- }
1681
- }
1682
-
1683
- .item-inner{
1684
- position:relative;
1685
-
1686
- }
1687
- .overlay-vido-icon{
1688
- position:absolute;
1689
- top:0;
1690
- bottom:0;
1691
- left:0;
1692
- right:0;
1693
-
1694
- }
1695
-
1696
- .overlay-vido-icon i{
1697
- display: flex;
1698
- justify-content: center;
1699
- align-items: center;
1700
- height: 100%;
1701
- font-size:22px;
1702
- color:#fff;
1703
-
1704
- padding:8px;
1705
-
1706
-
1707
- }
1708
-
1709
-
1710
- #event .grid figure {
1711
- position: relative;
1712
- float: left;
1713
- overflow: hidden;
1714
- margin: 0px 0%;
1715
- }
1716
-
1717
-
1718
- #event .grid__item {
1719
- background-color: rgb(234, 234, 234);
1720
- margin-bottom: 20px;
1721
- padding: 15px!important;
1722
- }
1723
- #event .blog-grid {
1724
- margin: 0px 0px!important;
1725
- padding: 8px;
1726
- min-height:170px;
1727
- display: flow-root;
1728
- }
1729
-
1730
- #event .blog-grid a {
1731
- color: #5d5d5d;
1732
- border: none;
1733
- text-decoration: none;
1734
- }
1735
-
1736
- #event .blog-grid h4 a {
1737
- font-weight:bold;
1738
- border-bottom:1px solid #ccc;
1739
-
1740
- }
1741
- #event h4 {
1742
- padding: 0px;
1743
- line-height: 29px;
1744
- margin: 0px;
1745
-
1746
- }
1747
-
1748
- #event h5.datetime {
1749
- margin: 0px;
1750
- font-weight: 100;
1751
- font-size: 12px;
1752
- padding: 15px 0px;
1753
- }
1754
-
1755
- #event p {
1756
- margin: 0px;
1757
- font-size: 14px;
1758
- padding: 0px;
1759
- }
1760
- #event .moment-link ul li,#event .moment-link ul li a {
1761
- float: left;
1762
- list-style: none;
1763
- font-size: 13px;
1764
- }
1765
-
1766
- #event .social-link-2>ul>li>a{
1767
- float: left;
1768
- list-style: none;
1769
- font-size: 14px;
1770
- padding:7px;
1771
- }
1772
-
1773
- #event .social-link-2>ul>li>ul {
1774
- bottom: -3px;
1775
- padding:0px;
1776
- margin:0px;
1777
- }
1778
-
1779
- /*video css*/
1780
- .videos .grid__item
1781
- {
1782
- margin-bottom:30px !important;
1783
- }
1784
- .video-details {
1785
- background-color: #000;
1786
- text-align: center!important;
1787
- padding: 10px;
1788
- color:#fff;
1789
- /*margin-bottom:30px;*/
1790
- }
1791
- .video-details h3,.video-details p {
1792
- display: block;
1793
- width: 100%;
1794
- }
1795
- .video-details h3 a {
1796
- color: #fff;
1797
- text-align: center!important;
1798
- font-size: 26px;
1799
- text-decoration: none;
1800
- }
1801
-
1802
-
1803
- .modal-content iframe.embed-responsive-item {
1804
-
1805
- }
1806
-
1807
- .embed-responsive-item.video-height {
1808
-
1809
- width: 100%;
1810
- }
1811
- /*album css*/
1812
- .gallery-photos .grid__item-caption.album-details{
1813
-
1814
- text-align:center!important;
1815
- padding:10px;
1816
- background-color: #000;
1817
- color:#fff;
1818
-
1819
-
1820
- }
1821
-
1822
- .album-details h3 {
1823
- color:#fff; text-align:center!important;
1824
- font-size:18px;
1825
- text-decoration:none;
1826
-
1827
- }
1828
- .albums{
1829
- margin:60px 0;
1830
- }
1831
- /*timeline css*/
1832
-
1833
- .padding-0 {
1834
- padding: 0;
1835
- }
1836
-
1837
- .modal-content iframe.embed-responsive-item {
1838
- min-height: 460px;
1839
- }
1840
-
1841
- .embed-responsive-item.video-height {
1842
- min-height: 300px;
1843
- width: 100%;
1844
- }
1845
-
1846
- .div-overlay {
1847
- position: absolute;
1848
- top: 0px;
1849
- left: 0;
1850
- width:82%;
1851
- margin:0 auto;
1852
- background: #0000008c;
1853
- right: 0;
1854
- height: 100%;
1855
- color:#fff;
1856
- display: flex;
1857
- justify-content: center;
1858
- align-items: center;
1859
-
1860
- }
1861
- .thum-img img{
1862
- position:relative;
1863
- }
1864
-
1865
- .bstimeslider i.fa{
1866
- margin-top:100%;
1867
- font-size:22px;
1868
- color:#fff;
1869
- text-align:center;
1870
-
1871
- }
1872
- .timeline .blog-grid.lb-block-2{
1873
- width:100%;
1874
-
1875
- }
1876
- .timeline .comment-area>p{
1877
- border-top: 1px solid #e4e4e4;
1878
- padding: 3px;
1879
- font-size:12px;
1880
- border-bottom: 1px solid #e2e2e2;
1881
- margin-top: 10px;
1882
- }
1883
-
1884
- .timeline .media, .timeline .media .media {
1885
- margin-top: 0px;
1886
- }
1887
-
1888
- .timeline .media.comment-area-inner.col-md-12 .media-body>p {
1889
- line-height: 20px;
1890
- font-size: 13px;
1891
- }
1892
-
1893
- .grid__item--c1, .grid__item--c1:hover, .grid__item--c1:focus {
1894
- color: #52649e!important;
1895
- }
1896
-
1897
- .timeline .blog-grid h4 a ,.timeline .blog-grid h5{
1898
- color: #5d5c5c;
1899
- }
1900
-
1901
-
1902
- .timeline .tooltip-new {
1903
- position: relative;
1904
- display: inline-block;
1905
-
1906
- }
1907
-
1908
- .timeline .tooltip-new .tooltiptext {
1909
- visibility: hidden;
1910
- width: 120px;
1911
- background-color: black;
1912
- color: #fff;
1913
- text-align: center;
1914
- border-radius: 6px;
1915
- padding: 5px 0;
1916
- position: absolute;
1917
- z-index: 1;
1918
- bottom: 116%;
1919
- left: 50%;
1920
- font-size:12px;
1921
-
1922
- margin-left: -60px;
1923
- }
1924
-
1925
- .timeline .tooltip-new .tooltiptext::after {
1926
- content: "";
1927
- position: absolute;
1928
- top: 100%;
1929
- left: 50%;
1930
- margin-left: -5px;
1931
- border-width: 5px;
1932
- border-style: solid;
1933
- border-color: black transparent transparent transparent;
1934
- }
1935
-
1936
- .timeline .tooltip-new:hover .tooltiptext {
1937
- visibility: visible;
1938
- }
1939
- /*carousel css*/
1940
-
1941
-
1942
- .item-inner img.demo {
1943
-
1944
- width:auto!important;
1945
-
1946
- }
1947
-
1948
-
1949
-
1950
- .carousel-thum-modal .carousel-control{
1951
- line-height:80px;
1952
- font-size:30px;
1953
- background-color:#000;
1954
- line-height: 116px;
1955
- margin-left: 1px;
1956
- color:#fff;
1957
-
1958
- }
1959
- .carousel-thum-modal .carousel-control:hover,.carousel-thum-modal .carousel-control:focus{
1960
- color:#fff!important;
1961
-
1962
- }
1963
-
1964
- .carousel-thum-modal .item-inner{
1965
- padding:2px;
1966
-
1967
-
1968
- }
1969
- .carousel-thum-modal .carousel-control.left, .carousel-thum-modal .carousel-control.right {
1970
- margin-left: 1px;
1971
- background-image: none;
1972
- }
1973
-
1974
- .carousel-thum-modal .item-inner img {
1975
-
1976
- }
1977
- .carousel-thum-modal .carousel {
1978
- margin-bottom: 0px;
1979
- }
1980
-
1981
- .carousel-thum-modal .carousel-control { width: 4%; }
1982
-
1983
- @media (max-width: 767px) {
1984
- .carousel-thum-modal .carousel-inner .active.left { left: -100%; }
1985
- .carousel-thum-modal .carousel-inner .next { left: 100%; }
1986
- .carousel-thum-modal .carousel-inner .prev { left: -100%; }
1987
- .carousel-thum-modal .active > div { display:none; }
1988
- .carousel-thum-modal .active > div:first-child { display:block; }
1989
-
1990
- }
1991
- @media (min-width: 767px) and (max-width: 992px ) {
1992
- .carousel-thum-modal .carousel-inner .active.left { left: -50%; }
1993
- .carousel-thum-modal .carousel-inner .next { left: 50%; }
1994
- .carousel-thum-modal .carousel-inner .prev { left: -50%; }
1995
- .carousel-thum-modal .active > div { display:none; }
1996
- .carousel-thum-modal .active > div:first-child { display:block; }
1997
- .carousel-thum-modal .active > div:first-child + div { display:block; }
1998
- }
1999
- @media (min-width: 992px ) {
2000
- .carousel-thum-modal .carousel-inner .active.left { left: -16.7%; }
2001
- .carousel-thum-modal .carousel-inner .next { left: 16.7%; }
2002
- .carousel-thum-modal .carousel-inner .prev { left: -16.7%; }
2003
- }
2004
-
2005
- @media not all, (-webkit-transform-3d){
2006
- .carousel-inner>.item {
2007
- -webkit-transition: -webkit-transform .6s ease-in-out;
2008
- -o-transition: -o-transform .6s ease-in-out!important;
2009
- transition: transform .6s ease-in-out!important;
2010
- -webkit-backface-visibility: hidden;
2011
- backface-visibility: hidden!important;
2012
- -webkit-perspective: 1000px;
2013
- perspective: 1000px;
2014
- }
2015
- }
2016
-
2017
-
2018
- .timeline .grid__item .col-md-4.thum-img
2019
- {
2020
- padding: px;
2021
- padding: 0 1px;
2022
- height: 50px;
2023
- overflow: hidden;
2024
- }
2025
- .timeline .grid__item .thum-img .div-overlay a
2026
- {
2027
- color:#fff;
2028
- }
2029
-
2030
- .ffp_back_button
2031
- {
2032
- color: #FFFFFF;
2033
- background: #31A3DD;
2034
- -webkit-transition: all ease 0.5s;
2035
- -moz-transition: all ease 0.5s;
2036
- transition: all ease 0.5s;
2037
- border: 4px solid #31A3DD;
2038
- display: inline-block;
2039
- font-family: 'RalewaySemiBold';
2040
- font-size: 16px;
2041
- line-height: 20px;
2042
- border-radius: 4px;
2043
- padding: 9px 18px;
2044
- text-align: right;
2045
- text-transform: none;
2046
- transition: all 0.3s ease 0s;
2047
- vertical-align: middle;
2048
- text-decoration: none;
2049
- box-shadow: 0 0 6px rgba(0,0,0,.7);
2050
- }
2051
- .back_album
2052
- {
2053
- margin-bottom: 30px;
2054
- margin-right: 20px;
2055
- }
2056
-
2057
-
2058
- .holder {
2059
- margin: 15px 0;
2060
- }
2061
-
2062
- .holder a {
2063
- font-size: 12px;
2064
- cursor: pointer;
2065
- margin: 0 5px;
2066
- color: #333;
2067
- }
2068
-
2069
- .holder a:hover {
2070
- background-color: #222;
2071
- color: #fff;
2072
- }
2073
-
2074
- .holder a.jp-previous { margin-right: 15px; }
2075
- .holder a.jp-next { margin-left: 15px; }
2076
-
2077
- .holder a.jp-current, a.jp-current:hover {
2078
- color: #FF4242;
2079
- font-weight: bold;
2080
- }
2081
-
2082
- .holder a.jp-disabled, a.jp-disabled:hover {
2083
- color: #bbb;
2084
- }
2085
-
2086
- .holder a.jp-current, a.jp-current:hover,
2087
- .holder a.jp-disabled, a.jp-disabled:hover {
2088
- cursor: default;
2089
- background: none;
2090
- }
2091
-
2092
- .holder span { margin: 0 5px; }
2093
-
2094
- .load_album
2095
- {
2096
- margin-top: 50px;
2097
- margin-bottom: 50px;
2098
- }
2099
- .modal-content
2100
- {
2101
- text-align: center;
2102
- }
2103
- .gallary-thumbs.infigo-g .item{
2104
- padding:0px 4px;
2105
- }
2106
- .welizar_effect_p
2107
- {
2108
- font-size: 13px !important;
2109
- color: #fff !important;
2110
- }
2111
-
2112
- item .tilter__caption{
2113
-
2114
- z-index:9999999!important;
2115
-
2116
- }
2117
-
2118
- .gallery-photos .tilter__figure:hover .tilter__caption {
2119
- position: absolute;
2120
- bottom: 0;
2121
- width: 100%;
2122
- /* top: 0; */
2123
- z-index:999999!important ;
2124
-
2125
- background-color:00000050;
2126
- padding: 0em;
2127
- text-align: center;
2128
- }
2129
- .tilter__figure .tilter__deco {
2130
-
2131
- z-index:9!important;
2132
- }
2133
-
2134
- .tilter__figure:hover .tilter__deco{
2135
-
2136
- z-index:9!important;
2137
- }
2138
- .tilter__caption:hover tilter, .tilter:focus {
2139
- color: #fff;
2140
- t0
2141
- outline: none;
2142
- }
2143
- .ffp_weblizar_img p
2144
- {
2145
- color: #000 !important;
2146
- }
2147
-
2148
- .wp-fb-plugin .facebook-feed-top-area {
2149
- margin-bottom: 1px;
2150
- bottom: -30px;
2151
- padding-bottom: 8px;
2152
- position: absolute;
2153
- width: 94%;
2154
- margin: 0 auto;
2155
- border-radius: 4px;
2156
- /* background: rgba(255, 255, 255, 0.73); */
2157
- /* box-shadow: 0px 0px 18px #929292; */
2158
- right: 0;
2159
- left: 0;
2160
- padding-top: 15px;
2161
- /* background: #0098ff; */
2162
- /* border-bottom: 3px solid #0b79c3; */
2163
- overflow: hidden;
2164
- }
2165
-
2166
- .wp-fb-plugin .facebook-feed-top-info-inner h3 {
2167
- margin: 0;
2168
- font-weight: bold;
2169
- text-shadow: 1px 1px 3px #fff;
2170
- }
2171
- .wp-fb-plugin .facebook-feed-top-info-inner p span{
2172
- font-weight:bold;
2173
- }
2174
- .wp-fb-plugin .facebook-feed-top-info-inner p{
2175
- font-size: 16px;
2176
- color: #000;
2177
- padding-left: 6px;
2178
-
2179
- }
2180
-
2181
- .wp-fb-plugin .facebook-feed-top-info-inner {
2182
- position: absolute;
2183
- bottom: 0;
2184
- margin-left: 7px;
2185
- }
2186
-
2187
- .wp-fb-plugin .facebook-feed-top-info-inner h3 a {
2188
- text-decoration: none;
2189
- font-size: 20px;
2190
- font-weight: bold;
2191
- color: #fff;
2192
- text-shadow: 0 2px 3px rgba(169, 169, 169, 0.9);
2193
- }
2194
-
2195
- .wp-fb-plugin.feed_main_widget .facebook-feed-top-info-inner p {
2196
- font-size: 14px;
2197
- }
2198
- .wp-fb-plugin.feed_main_widget .facebook-feed-top-info-inner h3 a {
2199
- text-decoration: none;
2200
- font-size: 16px;
2201
-
2202
- }
2203
-
2204
- .wp-fb-plugin .btn-secondary.feed_header_link {
2205
- background-color: #4875ce;
2206
- border-color: #ced0d4;
2207
- font-size: 14px;
2208
- padding: 3px 14px;
2209
- border-radius: 2px;
2210
- box-shadow: 2px 2px 5px #AAA!important;
2211
- display: block;
2212
- line-height: 30px;
2213
- color: #fff;
2214
- }
2215
-
2216
- .wp-fb-plugin.feed_main_widget .btn-secondary.feed_header_link {
2217
- font-size: 11px!important;
2218
- padding: 1px 5px!important;
2219
- line-height: 25px;
2220
- margin-top:34px!important;
2221
- }
2222
- .wp-fb-plugin.feed_main_widget .main-banner a.fb-main-pic img{
2223
-
2224
-
2225
- }
2226
- .wp-fb-plugin i.fa.fa-facebook {
2227
- padding-right: 6px;
2228
- border-right: 1px solid;
2229
- margin-right: 4px;
2230
- }
2231
-
2232
- .wp-fb-plugin .btn-block {
2233
- display: block;
2234
- width: 100%;
2235
- padding-right: 0;
2236
- padding-left: 0;
2237
- }
2238
-
2239
-
2240
-
2241
- /*---aad-new---*/
2242
- .wp-fb-plugin .gallery-img p strong {
2243
- padding-right: 6px;
2244
- display: inline-block;
2245
- }
2246
-
2247
-
2248
- .wp-fb-plugin .event_desc {
2249
- margin-bottom: 50px;
2250
- }
2251
-
2252
- .wp-fb-plugin .event-blog-img
2253
- {
2254
- padding: 14px 0px;
2255
- }
2256
- .wp-fb-plugin .gallery-photos{
2257
- margin:60px 0px;
2258
- }
2259
- .wp-fb-plugin .card-footer {
2260
- position: relative;
2261
- padding: 5px;
2262
- position: absolute;
2263
- bottom: 3px;
2264
- width: 100%;
2265
- border: 1px solid #f2f2f2;
2266
- }
2267
- #blog_event .event-blog-plugin .social-link-2 ul li ul {
2268
- position: absolute;
2269
- display: none;
2270
- /* padding-bottom: 44px; */
2271
- background: transparent;
2272
- height: auto;
2273
- /* background: red; */
2274
- bottom: 36px;
2275
- padding: 1px 2px;
2276
- }
2277
- #blog_event .event-blog-plugin .social-link-2 ul li:hover ul
2278
- {
2279
- display:block;
2280
- }
2281
- .event-blog-plugin .social-link-2 a {
2282
- display:block;
2283
- cursor: pointer;
2284
- padding: 4px 14px;
2285
- background: #fff;
2286
- box-shadow: 0 3px 6px rgba(23,25,25,0.16);
2287
- border-radius: 3px;
2288
- text-decoration: none;
2289
- transition: all 0.2s ease;
2290
- user-select: none;
2291
- color:#333;
2292
- box-sizing: content-box;
2293
-
2294
- }
2295
- .event-blog-plugin .social-link-2 a:hover{
2296
- background-color:#f2f2f2;
2297
- }
2298
- .event-blog-plugin .social-link-2 ul {
2299
- display: inline;
2300
- margin: 0;
2301
- padding: 0;
2302
- }
2303
- .event-blog-plugin .social-link-2 ul li a:hover{color:#333;}
2304
- .event-blog-plugin .social-link-2 ul li {float:left; list-style: none;}
2305
- .event-blog-plugin .social-link-2 ul li:hover ul {display: block; }
2306
- .event-blog-plugin .social-link-2 ul li:focus ul {display: block; }
2307
- .event-blog-plugin .social-link-2 ul li ul li {
2308
- font-size: 20px;
2309
- display: block;
2310
- margin: 2px 0px;
2311
- width: 100%;
2312
- text-align: center;
2313
- }
2314
- .event-blog-plugin .social-link-2 ul>li>ul>li>a {
2315
- color:#000!important;
2316
- padding:2px;
2317
- }
2318
- .event-blog-plugin .social-link-2 ul>li>ul>li>a:hover{
2319
- color:#333!important;
2320
- }
2321
- .event-blog-plugin .social-link-2 ul li ul li:hover { }
2322
- .col-md-4.grid__item {
2323
- margin-bottom: 30px;
2324
- }
2325
- .event-blog-details
2326
- {
2327
- position: relative;
2328
- min-height: 240px;
2329
- text-align: left;
2330
- padding: 14px;
2331
- }
2332
- .event-blog-plugin{
2333
- border:1px solid #ccc;
2334
- padding:5px;
2335
- margin-bottom: 40px;
2336
- }
2337
-
2338
- .event-blog-plugin .card-footer {
2339
- padding: 5px;
2340
- position: absolute;
2341
- bottom: 3px;
2342
- width: 100%;
2343
- border: 1px solid #f2f2f2;
2344
- background: #efefef;
2345
- }
2346
-
2347
- .event-blog-plugin .social-link-2 ul li {
2348
- float: left;
2349
- height: auto;
2350
- line-height: 30px;
2351
- list-style: none;
2352
- }
2353
- #blog_event .media-heading
2354
- {
2355
- margin-top: 0;
2356
- font-weight: bold;
2357
- border-bottom: 1px solid #ccc;
2358
- display: inline-block;
2359
- padding-bottom: 2px;
2360
- margin-bottom: 8px;
2361
- color: #333 !important;
2362
- }
2363
- #blog_event .media-heading a
2364
- {
2365
- /*color: #333 !important; */
2366
- }
2367
- #blog_event .media-heading a:focus, a:hover
2368
- {
2369
- text-decoration: none !important;
2370
- }
2371
- .web_interes
2372
- {
2373
- margin-bottom: 10px !important;
2374
- }
2375
- .facebook_feed_more_page
2376
- {
2377
- color: #4875ce !important;
2378
- font-weight: bold!important;
2379
- }
2380
- .facebook_feed_more_widget
2381
- {
2382
- color: #4875ce !important;
2383
- font-weight: bold!important;
2384
- }
2385
- ffp_attach_div
2386
- {
2387
- padding-left: 0px important;
2388
- margin-top: 10px;
2389
- }
2390
- .zoom-icon .grid figure figcaption h3 a {
2391
- width: 60px;
2392
- height: 60px;
2393
- line-height: 60px;
2394
- display: block;
2395
- z-index: 99999;
2396
- background-color: rgba(0, 128, 0, 0.42);
2397
- color: #fff;
2398
- opacity:0;
2399
- text-align: center;
2400
- -webkit-transition-duration: .4s;
2401
- -moz-transition-duration: .4s;
2402
- -ms-transition-duration: .4s;
2403
- transition-duration: .4s;
2404
- }
2405
- .zoom-icon .grid figure figcaption:hover h3 a {
2406
- opacity:1;
2407
- -webkit-transition-duration: .4s;
2408
- -moz-transition-duration: .4s;
2409
- -ms-transition-duration: .4s;
2410
- transition-duration: .4s;
2411
- }
2412
- .zoom-icon .grid figure figcaption {
2413
- display: flex;
2414
- justify-content: center;
2415
- align-items: center;
2416
- height: 100%;
2417
- }
2418
- /*----social-link-timeline----*/
2419
- .card-footer{
2420
- position:relative;
2421
- }
2422
-
2423
- .social-link-2 a {
2424
- text-decoration: none;
2425
- color: #333;
2426
- padding: 16px 7px;
2427
-
2428
- }
2429
- .social-link-2 a:hover{
2430
- color:#000!important;
2431
-
2432
- }
2433
- .social-link-2 ul {
2434
- display: inline;
2435
- margin: 0;
2436
- padding: 0;
2437
- }
2438
- .social-link-2 ul li a:hover{color:#f2f2f2;}
2439
- .social-link-2 ul li {float:left; list-style: none;}
2440
- .social-link-2 ul li:hover ul {display: block; }
2441
- .social-link-2 ul li:focus ul {display: block; }
2442
-
2443
- .social-link-2 ul li ul{
2444
- position: absolute;
2445
- display: none;
2446
- bottom: 10px;
2447
- background-color:#fff;
2448
- padding:1px 2px;
2449
- }
2450
-
2451
- .social-link-2 ul li ul li {
2452
- font-size: 20px;
2453
- display: block;
2454
- margin: 2px 0px;
2455
- width: 100%;
2456
- text-align: center;
2457
- }
2458
- .social-link-2 ul>li>ul>li>a {
2459
- color:#333!important;
2460
- padding:2px;
2461
- }
2462
- .social-link-2 ul li ul li:hover { }
2463
- .col-md-4.grid__item {
2464
- margin-bottom: 30px;
2465
- }
2466
-
2467
- /*----socia-lines-timeline----*/
2468
-
2469
-
2470
-
2471
- /*---photos---*/
2472
-
2473
- /*----gallery-tabs-------------*/
2474
-
2475
- .gallery-tabs .nav-tabs li {
2476
- width:20%!important;
2477
- height:100%;
2478
-
2479
- border-radius:0px;
2480
- text-align:center;
2481
- }
2482
- .gallery-tabs .nav-tabs li a{
2483
- color:#fff;
2484
- border: none;
2485
- line-height:60px;
2486
- font-size:16;
2487
- -webkit-transition-duration: .4s;
2488
- -moz-transition-duration: .4s;
2489
- -ms-transition-duration: .4s;
2490
- transition-duration: .4s;
2491
- }
2492
- .gallery-tabs .nav-tabs>li>a:focus, .gallery-tabs .nav-tabs>li>a:hover {
2493
- text-decoration: none;
2494
- border: none;
2495
- background-color: rgba(0, 0, 0, 0.21);
2496
- -webkit-transition-duration: .4s;
2497
- -moz-transition-duration: .4s;
2498
- -ms-transition-duration: .4s;
2499
- transition-duration: .4s;
2500
- }
2501
-
2502
-
2503
- /*---multy-css----*/
2504
- .multiple .grid-item {
2505
- margin-bottom: 30px;
2506
- }
2507
-
2508
- .multiple .grid figure {
2509
- margin: 0px 0%;
2510
- }
2511
- /*---close-gallery-one-------------*/
2512
-
2513
- /*--all-efcts----*/
2514
- body {
2515
- background: black;
2516
- }
2517
-
2518
- @font-face {
2519
- font-weight: normal;
2520
- font-style: normal;
2521
- font-family: 'feathericons';
2522
- src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
2523
- src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
2524
- url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
2525
- url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
2526
- url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
2527
- }
2528
-
2529
- .grid {
2530
- /* position: relative;
2531
- margin: 0 auto;
2532
- padding: 1em 0 4em;
2533
-
2534
- list-style: none; */
2535
- text-align: center;
2536
- }
2537
-
2538
- /* Common style */
2539
- .grid figure {
2540
- position: relative;
2541
- float: left;
2542
- overflow: hidden;
2543
- margin: 10px 1%;
2544
- /* min-width: 320px;
2545
- max-width: 480px;
2546
- max-height: 360px; */
2547
- /* width: 48%;
2548
- background: #3085a3;*/
2549
- text-align: center;
2550
- cursor: pointer;
2551
- margin-right: 12px;
2552
- }
2553
- .grid figure {
2554
- position: relative;
2555
- float: left;
2556
- overflow: hidden;
2557
- margin: 10px 1%;
2558
- /* width: 48%;
2559
- background: #3085a3;*/
2560
- text-align: center;
2561
- cursor: pointer;
2562
-
2563
- padding: 0px!important;
2564
-
2565
- left: 0px!important;
2566
- }
2567
- .grid .effect-lily{
2568
- margin-right: 20px;
2569
-
2570
- }
2571
- .grid figure img {
2572
- position: relative;
2573
- display: block;
2574
- min-height: 100%;
2575
- max-width: 100%;
2576
- opacity: 0.8;
2577
- }
2578
-
2579
- .grid figure figcaption {
2580
- padding: 2em;
2581
- color: #fff;
2582
- text-transform: uppercase;
2583
- font-size: 1.25em;
2584
- -webkit-backface-visibility: hidden;
2585
- backface-visibility: hidden;
2586
- }
2587
-
2588
- .grid figure figcaption::before,
2589
- .grid figure figcaption::after {
2590
- pointer-events: none;
2591
- }
2592
-
2593
- .grid figure figcaption,
2594
- .grid figure figcaption > a {
2595
- position: absolute;
2596
- top: 0;
2597
- left: 0;
2598
- width: 100%;
2599
- height: 100%;
2600
- }
2601
-
2602
-
2603
- /* Anchor will cover the whole item by default */
2604
- /* For some effects it will show as a button */
2605
- .grid figure figcaption > a {
2606
- z-index: 1000;
2607
- text-indent: 200%;
2608
- white-space: nowrap;
2609
- font-size: 0;
2610
- opacity: 0;
2611
- }
2612
-
2613
- .grid figure h2 {
2614
- word-spacing: -0.15em;
2615
- font-weight: 300;
2616
- }
2617
-
2618
- .grid figure h2 span {
2619
- font-weight: 800;
2620
- }
2621
-
2622
- .grid figure h2,
2623
- .grid figure p {
2624
- margin: 0;
2625
- }
2626
-
2627
- .grid figure p {
2628
- letter-spacing: 1px;
2629
- font-size: 68.5%;
2630
- }
2631
-
2632
- /* Individual effects */
2633
-
2634
- /*---------------*/
2635
- /***** Lily *****/
2636
- /*---------------*/
2637
-
2638
- figure.effect-lily img {
2639
- max-width: none;
2640
- width: -webkit-calc(100% + 50px);
2641
- width: calc(100% + 50px);
2642
- opacity: 0.7;
2643
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
2644
- transition: opacity 0.35s, transform 0.35s;
2645
- -webkit-transform: translate3d(-40px,0, 0);
2646
- transform: translate3d(-40px,0,0);
2647
- }
2648
-
2649
- figure.effect-lily figcaption {
2650
- text-align: left;
2651
- }
2652
-
2653
- figure.effect-lily figcaption > div {
2654
- position: absolute;
2655
- bottom: 0;
2656
- left: 0;
2657
- padding: 2em;
2658
- width: 100%;
2659
- height: 50%;
2660
- }
2661
-
2662
- figure.effect-lily h2,
2663
- figure.effect-lily p {
2664
- -webkit-transform: translate3d(0,40px,0);
2665
- transform: translate3d(0,40px,0);
2666
- }
2667
-
2668
- figure.effect-lily h2 {
2669
- -webkit-transition: -webkit-transform 0.35s;
2670
- transition: transform 0.35s;
2671
- }
2672
-
2673
- figure.effect-lily p {
2674
- color: rgba(255,255,255,0.8);
2675
- opacity: 0;
2676
- -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
2677
- transition: opacity 0.2s, transform 0.35s;
2678
- }
2679
-
2680
- figure.effect-lily:hover img,
2681
- figure.effect-lily:hover p {
2682
- opacity: 1;
2683
- }
2684
-
2685
- figure.effect-lily:hover img,
2686
- figure.effect-lily:hover h2,
2687
- figure.effect-lily:hover p {
2688
- -webkit-transform: translate3d(0,0,0);
2689
- transform: translate3d(0,0,0);
2690
- }
2691
-
2692
- figure.effect-lily:hover p {
2693
- -webkit-transition-delay: 0.05s;
2694
- transition-delay: 0.05s;
2695
- -webkit-transition-duration: 0.35s;
2696
- transition-duration: 0.35s;
2697
- }
2698
- /*---edit--*/
2699
- .wp-fb-plugin .blog-grid {
2700
- color:#333;
2701
- text-align:left;
2702
- margin:0px 15px;
2703
- }
2704
- .wp-fb-plugin .blog-grid .blog-author-pic{
2705
- width:40px;
2706
- height:40px;
2707
- float: left;
2708
- margin-right:10px;
2709
-
2710
- }
2711
- .wp-fb-plugin .blog-grid h4 {
2712
- margin-bottom:4px;
2713
- }
2714
- .wp-fb-plugin .blog-grid h5{
2715
- font-size:12px;
2716
- padding:0px;
2717
- }
2718
- .wp-fb-plugin .post-footer-option {
2719
-
2720
-
2721
- }
2722
- .wp-fb-plugin .post-footer-option li a {
2723
- color: #fff;
2724
- font-weight: 500;
2725
- font-size: 20px;
2726
- }
2727
-
2728
- .wp-fb-plugin .post-footer-option li {
2729
- float: unset;
2730
- width: 14%;
2731
- background-color:red;
2732
- display: inline-block;
2733
- text-align: center;
2734
- padding:5px;
2735
- background-color: rgba(255, 255, 255, 0.17);
2736
-
2737
- /* padding-bottom: 0px; */
2738
- }
2739
- .wp-fb-plugin .social-link-2 ul li ul {
2740
- bottom: 34px!important;
2741
- }
2742
-
2743
- .wp-fb-plugin .post-box .bar .bar-right ul {
2744
- list-style: none;
2745
- padding: 0px;
2746
- padding: 0px!important;
2747
- background-color:#fff;
2748
- margin:0px;
2749
-
2750
- }
2751
-
2752
- .wp-fb-plugin .social-link-2 ul li ul {
2753
- position: absolute;
2754
- display: none!important;
2755
- bottom: 40px;
2756
- color:#333;
2757
- }
2758
- .wp-fb-plugin .social-link-2 ul li:hover ul {
2759
- display:block!important;
2760
- }
2761
- .wp-fb-plugin .social-link-2 ul>li>ul>li>a {
2762
- color:#333!important;
2763
- }
2764
-
2765
- /*---------------*/
2766
- /***** Milo *****/
2767
- /*---------------*/
2768
-
2769
- @media screen and (max-width: 50em) {
2770
- .content {
2771
- padding: 0 10px;
2772
- text-align: center;
2773
- }
2774
- .grid figure {
2775
- display: inline-block;
2776
- float: none;
2777
- margin: 10px auto;
2778
- width: 100%;
2779
- }
2780
- }
2781
-
2782
-
2783
- /*---blog---*/
2784
-
2785
-
2786
- @media (min-width: 992px) {
2787
-
2788
- }
2789
-
2790
- .btn.btn-primary{
2791
- background-color: #4267b2;
2792
- border-bottom: 1px solid #29487d;
2793
- color: #fff;
2794
- }
2795
- .social-link a {
2796
- width: 14px;
2797
- color: #bababa;
2798
- margin-right: 4px;
2799
- }
2800
- .social-link a:hover{
2801
- color: #fff;
2802
- }
2803
- .card {
2804
- color:#fff;
2805
- border-radius:0px;
2806
- background-color: rgba(239, 239, 239, 0.17);
2807
-
2808
- }
2809
- .card-footer {
2810
- background-color: rgba(0, 0, 0, 0.27);
2811
- }
2812
- .author-area{
2813
- margin:10px;
2814
- }
2815
- .author-area img{
2816
- width:50px;
2817
- height:50px;
2818
- border-radius:4px;
2819
- float:left;
2820
- margin-right:10px;
2821
-
2822
- }
2823
- .author-area h3 a{
2824
- color:#f2f2f2;
2825
- text-decoration:none;
2826
- }
2827
- .sqr-img{
2828
- width:35px;
2829
- height:35px;
2830
- border-radius:3px;
2831
- }
2832
- .comment-area-inner .sqr-img {
2833
- margin-right: 7px;
2834
- }
2835
- .comment-area>p{
2836
- border-top: 1px solid #3a3a3a;
2837
- padding:10px;
2838
- margin-top:10px;
2839
- }
2840
- .comment-area-inner .media-body{
2841
- margin-top:-8px;
2842
-
2843
- }
2844
- .comment-area-inner .media-body p {
2845
- font-size: 14px;
2846
- padding: 0px;
2847
- margin: 4px 5px;
2848
- }
2849
- .comment-area-inner .media-body p a{
2850
- font-weight:bold;
2851
- padding-right:5px;
2852
 
2853
- /* border-right: 1px solid #fff; */
2854
- }
2855
- .thum-img img:hover{
2856
- opacity:0.8;
2857
-
2858
- }
2859
- .comment-area-inner .media-body p.reply a {
2860
- color: #bc7e7e;
2861
- font-weight: 500;
2862
- }
2863
 
2864
- .card-footer {
2865
- position:relative;
2866
- }
2867
- .moment-link a {
2868
- text-decoration: none;
2869
- color: #333;
2870
- padding: 7px 7px;
2871
-
2872
- }
2873
- .moment-link a:hover{
2874
- color:#f2ff2;
2875
-
2876
- }
2877
- .moment-link ul {
2878
- display: inline;
2879
- margin: 0;
2880
- padding: 0;
2881
-
2882
- }
2883
- .moment-link ul li {float:left; list-style: none;}
2884
 
2885
- .moment-link ul li:hover ul {display: block; }
2886
- .moment-link ul li ul {
2887
- position: absolute;
2888
- display: none;
2889
- bottom: 0px;
2890
  }
2891
- .moment-link ul li ul {
2892
- position: absolute;
2893
- display: none;
2894
- bottom: 15px;
2895
- width: 266px;
2896
  }
2897
- .moment-link ul li ul li a {
2898
- position:relative;
2899
- padding:2px;
2900
- }
2901
- .moment-link ul li ul li:hover { }
2902
 
 
 
 
 
 
 
2903
 
2904
- .moment-link.pull-left.text-muted {
2905
- position: relative;
2906
  }
2907
 
2908
- .moment-link ul li ul li a i span{
2909
- display:none;
2910
- background-color:#000;
2911
- padding:4px;
2912
-
2913
- color:#fff;
2914
- text-align:center;
2915
- position: absolute;
2916
- right: 10px;
2917
- left: 10px;
2918
- top: -50px;
2919
-
2920
- border-radius:3px;
2921
  }
2922
-
2923
- .moment-link ul li ul li a:hover span{
2924
- display:block;
2925
-
2926
  }
2927
- .reaction-icon{
2928
- height: 48px;
2929
- width: 48px;
2930
  }
2931
 
2932
 
2933
- .s-1 {
 
2934
  background-image: url(../images/icons/1.png);
2935
 
2936
  }
2937
- .fb{
2938
  background-repeat: no-repeat;
2939
  background-size: 100%;
2940
  text-align: center;
@@ -2948,7 +800,7 @@ position:relative;
2948
  -ms-transition: all .4s ease;
2949
  transition: all .4s ease;
2950
  }
2951
- .fb:hover{
2952
  background-repeat: no-repeat;
2953
  background-size: 104%;
2954
  text-align: center;
@@ -2962,47 +814,44 @@ position:relative;
2962
  transition: all .4s ease;
2963
  }
2964
 
2965
- .s-2 {
2966
  background-image: url(../images/icons/2.png);
2967
  }
2968
 
2969
- .s-3 {
2970
  background-image: url(../images/icons/3.png);
2971
 
2972
  }
2973
- .s-4 {
2974
  background-image: url(../images/icons/4.png);
2975
  }
2976
- .s-5 {
2977
  background-image: url(../images/icons/5.png);
2978
  }
2979
 
2980
 
2981
  /*------model-css---*/
2982
 
2983
- body{
2984
 
2985
- background-color:#000;
2986
- }
2987
  @media only screen and (max-width: 1023px) {
2988
 
2989
- .facebook-feed-top-info-inner {
2990
  position: static!important;
2991
  bottom: 0;
2992
  margin-left: 7px;
2993
  }
2994
- .wp-fb-plugin .facebook-feed-top-info.pull-left {
2995
  float: none;
2996
  margin: 0;
2997
  clear: both;
2998
  }
2999
- .feed_main_widget.wp-fb-plugin .post-box {
3000
  /* margin: 12px 0px; */
3001
  clear: both;
3002
  display: -webkit-box!important;
3003
  }
3004
 
3005
- .feed_main_widget .facebook-feed-top-info-inner{
3006
  position:absolute!important;
3007
  }
3008
 
@@ -3013,432 +862,37 @@ background-color:#000;
3013
  flex-wrap: wrap;
3014
  justify-content: center;
3015
  }
3016
-
3017
-
3018
- .pic {
3019
- order: 1;
3020
- }
3021
-
3022
- .text {
3023
- order: 2;
3024
- }
3025
- .wp-fb-plugin .facebook-feed-top-info-inner.pull-left {
3026
  float: none;
3027
  }
3028
- .wp-fb-plugin .facebook-feed-top-info.pull-left {
3029
  float: none;
3030
  margin: 0;
3031
  clear: both;
3032
  }
3033
- .wp-fb-plugin .facebook-feed-top-info {
3034
  height: 66px;
3035
  }
3036
- .feed_main_widget.wp-fb-plugin .post-box {
3037
  /* margin: 12px 0px; */
3038
  clear: both;
3039
  display: -webkit-box!important;
3040
  }
3041
- .feed_main_widget .facebook-feed-top-info-inner {
3042
  position: absolute!important;
3043
  }
3044
 
3045
  }
3046
- #event .blog-grid {
3047
- margin: 0px 0px!important;
3048
- padding:15px;
3049
- }
3050
- #event .grid figure {
3051
- position: relative;
3052
- float: left;
3053
- overflow: hidden;
3054
- margin: 0px 0%;
3055
- }
3056
-
3057
-
3058
-
3059
-
3060
- .row > .column {
3061
- padding: 0 8px;
3062
- opacity:1;
3063
- }
3064
- .column {
3065
- opacity:1;
3066
- }
3067
- .row:after {
3068
- content: "";
3069
- display: table;
3070
- clear: both;
3071
- }
3072
-
3073
- .column {
3074
- float: left;
3075
- width: 25%;
3076
- background-color: currentColor;
3077
- transform-origin: 50% 100%;
3078
- transition: all 0.4s ease;
3079
- -webkit-transition: all .4s ease;
3080
- -moz-transition: all .4s ease;
3081
- -o-transition: all .4s ease;
3082
- -ms-transition: all .4s ease;
3083
- transition: all .4s ease;
3084
- }
3085
-
3086
- /* The Modal (background) */
3087
- .modal {
3088
- display: none;
3089
- position: fixed;
3090
- z-index: 1;
3091
- padding-top: 100px;
3092
- left: 0;
3093
- top: 0;
3094
- width: 100%;
3095
- height: 100%;
3096
- overflow: auto;
3097
- background-color: black;
3098
- background-color: currentColor;
3099
- transform-origin: 50% 100%;
3100
- transition: all 0.4s ease;
3101
- -webkit-transition: all .4s ease;
3102
- -moz-transition: all .4s ease;
3103
- -o-transition: all .4s ease;
3104
- -ms-transition: all .4s ease;
3105
- transition: all .4s ease;
3106
- }
3107
-
3108
- /* Modal Content */
3109
- .timeline .modal-content {
3110
- position: relative !important;
3111
- background-color: #fefefe !important;
3112
- margin: auto;
3113
- padding: 0;
3114
- border-radius: 0px!important;
3115
- width: 100%;
3116
- max-width: 1200px;
3117
- background-color: currentColor;
3118
- transform-origin: 50% 100%;
3119
- transition: all 0.4s ease;
3120
- -webkit-transition: all .4s ease;
3121
- -moz-transition: all .4s ease;
3122
- -o-transition: all .4s ease;
3123
- -ms-transition: all .4s ease;
3124
- transition: all .4s ease;
3125
- }
3126
- .timeline .modal {
3127
- background: #00000090;
3128
- }
3129
-
3130
- .timeline .modal-content .modal-body{
3131
- padding:0;
3132
- }
3133
-
3134
-
3135
-
3136
- .timeline .modal-content .modal-body .col-md-8 {
3137
- max-height: 500px;
3138
- overflow: hidden;
3139
- margin-bottom: 6px;
3140
- }
3141
- /* The Close Button */
3142
-
3143
-
3144
- .timeline .close {
3145
- float: right;
3146
- font-weight: 700;
3147
- font-size: 40px;
3148
- right: 1%;
3149
- top: 1%;
3150
- color: #000;
3151
- z-index: 999;
3152
- line-height: 1;
3153
- position: absolute;
3154
-
3155
- text-shadow: 0 1px 0 #fff;
3156
- filter: alpha(opacity=20);
3157
- opacity:1;
3158
- }
3159
-
3160
-
3161
- .close:hover,
3162
- .close:focus {
3163
- color: #999;
3164
- text-decoration: none;
3165
- cursor: pointer;
3166
- }
3167
-
3168
- .mySlides {
3169
- display: none;
3170
- background-color: currentColor;
3171
- transform-origin: 50% 100%;
3172
- transition: all 0.4s ease;
3173
- -webkit-transition: all .4s ease;
3174
- -moz-transition: all .4s ease;
3175
- -o-transition: all .4s ease;
3176
- -ms-transition: all .4s ease;
3177
- transition: all .4s ease;
3178
- }
3179
-
3180
- /* Next & previous buttons */
3181
- .prev,
3182
- .next {
3183
- cursor: pointer;
3184
- position: absolute;
3185
- top: 50%;
3186
- width: auto;
3187
- padding: 16px;
3188
- margin-top: -50px;
3189
- color: white;
3190
- font-weight: bold;
3191
- font-size: 20px;
3192
- transition: 0.6s ease;
3193
- border-radius: 0 3px 3px 0;
3194
- user-select: none;
3195
- -webkit-user-select: none;
3196
- }
3197
-
3198
- /* Position the "next button" to the right */
3199
- .prev {
3200
- left: 0;
3201
- border-radius: 3px 0 0 3px;
3202
- }
3203
-
3204
- .next {
3205
- right: 0;
3206
- border-radius: 3px 0 0 3px;
3207
- }
3208
-
3209
- /* On hover, add a black background color with a little bit see-through */
3210
- .prev:hover,
3211
- .next:hover {
3212
- background-color:#00000080;
3213
- }
3214
-
3215
- .prev,
3216
- .next {
3217
- background-color:#00000020!important;
3218
- box-shadow:none!important;
3219
- }
3220
- /* Number text (1/3 etc) */
3221
- .numbertext {
3222
- color: #f2f2f2;
3223
- font-size: 12px;
3224
- padding: 8px 12px;
3225
- position: absolute;
3226
- top: 0;
3227
- }
3228
-
3229
- .caption-container {
3230
- text-align: center;
3231
- background-color: black;
3232
- padding: 2px 16px;
3233
- color: white;
3234
- }
3235
-
3236
-
3237
-
3238
- .active,
3239
- .demo:hover {
3240
- opacity: 1;
3241
- }
3242
-
3243
- img.hover-shadow {
3244
- transition: 0.3s
3245
- }
3246
-
3247
- .hover-shadow:hover {
3248
- box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
3249
- }
3250
-
3251
-
3252
- /*----important-css-add---*/
3253
- #gallery.content:not(:first-child) {
3254
- padding: auto!important;
3255
- }
3256
- .grid .mgn-w
3257
- {
3258
- margin-bottom: 30px !important;
3259
- }
3260
- @media only screen and (min-width: 767px) {
3261
- .grid .mgn-w.col-md-4{
3262
- width:32%!important;
3263
-
3264
- }
3265
- .grid .mgn-w.col-md-3{
3266
- width:25%!important;
3267
-
3268
- }
3269
-
3270
- .grid .mgn-w.col-md-6{
3271
- width:49%!important;
3272
-
3273
-
3274
- }
3275
-
3276
- }
3277
- .padding-0.grid__item{
3278
- width:100%!important;
3279
-
3280
- }
3281
- .grid__item:hover{
3282
- /*z-index:9999;*/
3283
- }
3284
- /* .grid__item{
3285
- width:auto!important;
3286
- } */
3287
-
3288
- /*----important-css-add---*/
3289
- /*----lightbox-caption-css-add---*/
3290
- .modal-content {
3291
- position: relative;
3292
-
3293
- }
3294
- .lightbox-caption {
3295
- overflow: overlay;
3296
- max-height: 470px;
3297
- padding: 10px 0px;
3298
- overflow-x: hidden!important;
3299
- width: 100%;
3300
- }
3301
- .lightbox-caption a img {
3302
- width: 70px;
3303
- float: left;
3304
- margin-right: 15px;
3305
- height: 70px;
3306
- margin-bottom: 4px;
3307
- }
3308
-
3309
-
3310
- .lightbox-caption h4 a, .lightbox-caption h5 {
3311
- color:#333;
3312
-
3313
- }
3314
- .lightbox-caption .comment-area-inner a img{
3315
- width:36px;
3316
- height:36px;
3317
- }
3318
- .paddin-0, .column{
3319
- padding:0px!important;
3320
-
3321
- }
3322
- .comment-area-inner {
3323
- text-align:left;
3324
-
3325
- }
3326
- .media.comment-area-inner.col-md-12 .media-body a {
3327
- color: #333;
3328
- }
3329
- .thum-slider{
3330
-
3331
- height:200px;
3332
-
3333
-
3334
- }
3335
- .thum-slider-inner{
3336
- overflow: overlay;
3337
- margin: 0 auto;
3338
- width: 195px;
3339
- height: 800px;
3340
- display: block;
3341
- /* -webkit-transform: rotate(-90deg);
3342
- -moz-transform: rotate(-90deg);
3343
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */
3344
- }
3345
- .column{
3346
- height: 125px;
3347
- width: 125px;
3348
- /* -webkit-transform: rotate(90deg);
3349
- -moz-transform: rotate(90deg);
3350
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */
3351
- }
3352
-
3353
-
3354
- /*----timeline-page-css---*/
3355
-
3356
-
3357
-
3358
- .timeline .mgn-w.grid__item {
3359
- color: #333;
3360
- margin-bottom: 30px;
3361
- padding-top: 30px;
3362
- background-color: #efefef;
3363
- padding-bottom: 30px;
3364
- border: 1px solid #ccc;
3365
- }
3366
-
3367
- .bstimeslider {
3368
- text-align: center;
3369
- height: 100px;
3370
- width: 100%;
3371
- background: #ccc;
3372
- overflow: -webkit-paged-x!important;
3373
- position: relative;
3374
- }
3375
-
3376
- .timeline .bstimeslider .bktibx {
3377
- margin: 0px 5px;
3378
- float: inherit;
3379
- display: table-cell!important;
3380
- font-size: 18px;
3381
- max-width: 200px!important;
3382
- padding: 5px;
3383
- width: 145px;
3384
- display: block;
3385
- background: #000;
3386
- color: #fff;
3387
- }
3388
-
3389
- #tslshow {
3390
- position:absolute;
3391
- left:0;
3392
- width:1200px;
3393
-
3394
- }
3395
-
3396
- #leftArrow {
3397
-
3398
- width:40px;
3399
- height: 100%;
3400
- background: #00000096;
3401
- position:absolute;
3402
- left:0px;
3403
-
3404
- z-index: 99999;
3405
- }
3406
-
3407
- #rightArrow {
3408
-
3409
- z-index: 99999;
3410
- width:40px;
3411
- height: 100%;
3412
- background: #00000096;
3413
- position:absolute;
3414
- right:0px;
3415
- }
3416
-
3417
- #viewContainer {
3418
- width: 90%;
3419
- height: 100%;
3420
- background: #fff;
3421
- position: absolute;
3422
- right: 5%;
3423
- /* left: 1px; */
3424
- margin-left: -180px;
3425
- overflow: hidden;
3426
- }
3427
- /*----timeline-page-css---*/
3428
-
3429
  /*----feed_main_widget---*/
3430
- .feed_main_widget .facebook-feed-top-info-inner{
3431
 
3432
  left:0px;
3433
  }
3434
 
3435
-
3436
-
3437
-
3438
- .feed_main_widget .facebook-feed-top-area, .feed_main_widget .facebook-feed-top-info-inner{
3439
  text-align: left;
3440
  }
3441
- .wp-fb-plugin .bg .box {
3442
  /* clear: both; */
3443
  display: inline-table!important;
3444
  padding: 1px 1px;
@@ -3447,19 +901,19 @@ right:0px;
3447
 
3448
  }
3449
 
3450
- .feed_main_widget .feed_main_div h5.post_font_color {
3451
  margin-bottom: 0px;
3452
  }
3453
 
3454
- .feed_main_widget .facebook-feed-top-info{
3455
  height:auto;
3456
  }
3457
- .feed_main_widget .facebook-feed-top-img {
3458
  text-align:center;
3459
  max-width:50px;
3460
  max-height:50px;
3461
  }
3462
- .feed_main_widget .post-box .logo-left img {
3463
  width: 100%;
3464
  padding: 0px 0px;
3465
  border-radius: 2px;
@@ -3468,10 +922,10 @@ right:0px;
3468
  min-width: 50px;
3469
  min-height: 50px;
3470
  }
3471
- .feed_main_widget .post-box .bar .bar-left {
3472
  padding: 9px 15px;
3473
  }
3474
- .wp-fb-plugin .social-link-2 ul li ul li {
3475
  font-size: 20px;
3476
  display: block;
3477
  border-radius:0px;
@@ -3480,4 +934,63 @@ right:0px;
3480
  background: #ccc;
3481
  width:100%;
3482
  text-align: center;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3483
  }
1
+ .wp-weblizar_fb-plugin .weblizar_fb-main-banner{
2
+ position: relative;
3
+ margin-bottom:8%;
4
  }
5
 
6
+ .wp-weblizar_fb-plugin .weblizar_fb-weblizar_fb-main-banner img {
7
  width: 100%;
8
  }
9
 
10
+ .wp-weblizar_fb-plugin .weblizar_fb-weblizar_fb-main-banner a.weblizar_fb-main-pic img {
11
  height:100%;
12
  width:100%;
13
  margin-top: 24px;
17
  box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
18
 
19
  }
20
+ .weblizar_fb-main-banner img.img-responsive {
21
+ width: 100%!important;
22
+ max-width: 100%;
23
+ }
24
 
25
+ .wp-weblizar_fb-plugin .weblizar_fb-main-banner {
26
  height: auto!important;
27
  }
28
+ .wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-facebook-feed-top-info-inner.pull-left h3,
29
+ .wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-facebook-feed-top-info-inner.pull-left p {
30
  margin: 0;
31
  }
32
 
33
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner h3 {
34
  margin: 0;
35
  font-weight: bold;
36
  text-shadow: 1px 1px 3px #fff;
37
  }
38
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner p span{
39
  font-weight:bold;
40
  }
41
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner p{
42
  font-size: 16px;
43
  color: #000;
44
  padding-left: 6px;
45
 
46
  }
47
+ .wp-weblizar_fb-plugin .weblizar_fb-logo-left img {
48
+ min-width: 50px;
49
+ }
50
+ .wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-facebook-feed-inner-text .button-group {
51
  position: absolute;
52
  right: 11px;
53
  bottom: 10px;
54
  top: auto;
55
  }
56
 
57
+ .feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-facebook-feed-inner-text .button-group {
58
  bottom:33px;
59
  }
60
 
61
+ .wp-weblizar_fb-plugin .btn-block {
62
  display: block;
63
  width: 100%;
64
  padding-right: 0;
65
  padding-left: 0;
66
  }
67
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box.weblizar_fb-bg {
68
+ /* border: 1px solid #dcdbdb;
69
+ /background-image:none; */
70
+ padding:5px;
71
  }
72
 
73
+ .wp-weblizar_fb-plugin .weblizar_fb-main-banner a.weblizar_fb-main-pic img {
74
  margin-top: 18px;
75
  }
76
+ .feed_main_widget .weblizar_fb-main-banner a.weblizar_fb-main-pic img {
77
  min-width: 50px;
78
  min-height: 50px;
79
  border: 2px solid #fff;
81
  }
82
 
83
  /*---- full-width---*/
84
+ .wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb-facebook-feed-top-area {
85
  margin-bottom: 1px;
86
  /* bottom: 0; */
87
  top: 0;
97
  overflow:visible;
98
  }
99
 
100
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box{
101
  margin: 12px 0px;
102
  padding: 15px;
103
  background-color: #fff;
104
  }
105
+ .feed_main_widget .weblizar_fb-post-box .weblizar_fb-logo-left{
106
  padding:0px;
107
  }
108
+ .feed_main_widget .weblizar_fb-post-box .weblizar_fb-logo-left img{
109
  width:100%;
110
  padding: 5px 0px;
111
  min-width: 50px;
112
  min-height: 50px;
113
  }
114
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-right h5 a {
115
+ font-weight: bold;
116
+ /* padding-bottom: 7px; */
117
+ font-size: 18px;
118
+ /* font-weight: bold; */
119
+ color: #5d5d5d;
120
+ /* margin: 0px!important; */
121
+ }
122
+
123
+
124
+ .wp-weblizar_fb-plugin .box h5.weblizar_fb-post_font_color {
125
+ font-weight: normal;
126
+ padding-bottom: 7px;
127
+ font-size: 20px;
128
  font-weight: bold;
129
+ color: #333;
130
+ margin: 0px!important;
131
  }
132
+
133
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-right {
134
  padding:5px 15px;
135
  }
136
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-right h6 .fa {
137
  font-size: 14px;
138
  color: #424242;
139
+ line-height: 20px;
140
+ padding-right: 5px;
141
+ font-weight: normal;
142
  }
143
 
144
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-right h6 {
145
  font-size: 14px;
146
  margin:0px;
147
  }
148
+ .wp-weblizar_fb-plugin .box h5.weblizar_fb-post_font_color {
149
  font-weight: normal;
150
  padding-bottom: 7px;
151
  margin:0px!important;
152
  }
153
+ .wp-weblizar_fb-plugin .box h6.weblizar_fb-post_font_color {
154
  font-weight: normal;
155
  padding-bottom: 7px;
156
  margin:0px!important;
157
  color:#949494!important;
158
  }
159
+
160
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box h1
 
 
 
 
161
  {
162
  margin:0px;
163
  font-weight:bold;
164
  text-shadow: 1px 1px 2px #000000;
165
  font-size: 20px !important;
166
  }
167
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box p.text{
168
  color: #000000;
169
  font-size: 14px;
170
  letter-spacing:1px;
171
  }
172
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .post-img{
173
  border: 1px solid #e3e3e3;
174
  padding: 5px!important;
175
  cursor: pointer;
176
+ margin-bottom:25px;
177
+ }
178
+ .wp-weblizar_fb-plugin.weblizar_fb-post_font_color i.fa.fa-clock-o {
179
+ padding-right: 6px;
180
+ font-weight: bold;
181
+ font-size: 20px;
182
  }
183
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .post-img img{
184
  display: block;
185
  width:100%;
186
  }
187
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .post-img iframe{
188
  width:100%;
189
  }
190
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .post-img:hover{
191
  display: block;
192
  box-shadow: 0 0 8px #ccc;
193
  -webkit-transition: all .4s ease-in-out;
194
  transition: all .4s ease-in-out;
195
  }
196
+
197
+ .wp-weblizar_fb-plugin .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar{
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  background-color:#fff;
199
  margin-top: 25px;
200
  box-shadow:none;
201
  border:1px solid #e9e9e9;
202
  }
203
+ .wp-weblizar_fb-plugin .like_comment_div .feed_main_div
204
  {
205
  display: none !important;
206
  }
207
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left{
208
  text-align:left;
209
  padding:0px 15px!important;
210
  font-size: 14px;
211
  }
212
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left span.like,
213
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left span.share,
214
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left span.comment {
215
  margin-right: 10px;
216
  font-weight: bold;
217
  cursor: pointer;
222
  line-height: 40px;
223
 
224
  }
225
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left .fa{
226
  margin-right:5px;
227
  color:#777;
228
  }
229
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-right {
230
  padding: 3px 7px!important;
231
  position: absolute;
232
  right: 0;
233
  top: 0;
234
  }
235
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-right a {
236
  color: #777;
237
  display: block;
238
  padding: 0px 7px;
239
  font-size: 15px;
240
  line-height: 34px;
241
  }
242
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-right li a:hover{
243
  color:#000;
244
  }
245
+ .wp-weblizar_fb-plugin .bar .weblizar_fb-bar-left .panel {
246
  display: none;
247
  border-top: 1px solid #ccc;
248
  background-color: white;
249
  width:100%!important;
250
  -webkit-transition:all .4s ;
251
  }
252
+ .wp-weblizar_fb-plugin .bar .weblizar_fb-bar-left .panel p.weblizar_fb-post-comment-likes{
253
  width: 100%;
254
  min-width: 100%;
255
  float: left;
263
  box-sizing: border-box;
264
  margin: 6px 0px 6px 0px;
265
  }
266
+ .wp-weblizar_fb-plugin .bar .weblizar_fb-bar-left .panel p.weblizar_fb-post-comment-likes span.weblizar_fb-post-reactions{
267
  float: left;
268
  padding-top: 1px;
269
  font-size: 11px;
270
  line-height: 13px !important;
271
  }
272
+ .wp-weblizar_fb-plugin span.post-like, .wp-weblizar_fb-plugin span.post-love, .wp-weblizar_fb-plugin span.post-wow{
273
  font-size:15px;
274
  margin-right: 5px;
275
  }
276
 
277
+ .wp-weblizar_fb-plugin .bar .weblizar_fb-bar-left .panel p.weblizar_fb-post-comment-likes span.post-likes-text{
278
  font-size: 13px;
279
  margin-left: 10px;
280
  }
281
+ .wp-weblizar_fb-plugin .bar .weblizar_fb-bar-left .panel p.weblizar_fb-post-comment-likes span.post-likes-text a{
282
  color: #033f74;
283
  }
284
+ .wp-weblizar_fb-plugin p.weblizar_fb-post-comments{
285
  width: 100%;
286
  min-width: 100%;
287
  float: left;
294
  -moz-box-sizing: border-box;
295
  box-sizing: border-box;
296
  }
297
+ .wp-weblizar_fb-plugin p.weblizar_fb-post-comments a{
298
  font-size:15px;
299
  color: #033f74;
300
  }
301
 
302
+ .wp-weblizar_fb-plugin .weblizar_fb-bg .bar{
303
  padding: 0px;
304
  border: 1px solid #dfdfdf;
305
  box-shadow: 0 1px 10px #cecece;
306
  background-color:#fff!important;
307
  }
308
+ .wp-weblizar_fb-plugin .weblizar_fb-post-comment{
309
  width: 100%;
310
  min-width: 100%;
311
  float: left;
312
  clear: both;
313
  font-size: 12px;
314
  padding: 5px 20px 5px 10px;
315
+ margin-bottom:15px;
316
  background: #edeff4;
317
  -webkit-box-sizing: border-box;
318
  -moz-box-sizing: border-box;
319
  box-sizing: border-box;
320
  }
321
 
322
+ .wp-weblizar_fb-plugin .weblizar_fb-post-comment .weblizar_fb-post-comment-img{
323
  padding:0px;
324
  }
325
+ .wp-weblizar_fb-plugin .weblizar_fb-post-comment .weblizar_fb-post-comment-img img{
326
  /* width:100%; */
327
  }
328
+ .wp-weblizar_fb-plugin .weblizar_fb-post-comment .weblizar_fb-post-comment-text-wrapper .weblizar_fb-post-comment-text p{
329
  padding: 0 ;
330
  margin: 0 ;
331
  line-height: 1.4;
333
  font-size: 12px;
334
  font-weight: bold;
335
  }
336
+ .wp-weblizar_fb-plugin .weblizar_fb-post-comment .weblizar_fb-post-comment-text-wrapper .weblizar_fb-post-comment-text p a{
337
  color: #033f74;
338
  }
339
  /*---- half-width---*/
340
+ .wp-weblizar_fb-plugin .half-width .weblizar_fb-post-box .post-title {
341
  float: right;
342
  }
343
+ .wp-weblizar_fb-plugin .half-width .weblizar_fb-post-box .post-img{
344
  float:left;
345
  padding-top:0px;
346
  }
347
 
348
  /*---- thumblin---*/
349
+ .wp-weblizar_fb-plugin .thumblin .weblizar_fb-post-box .post-title{
350
  float:right;
351
  }
352
+ .wp-weblizar_fb-plugin .thumblin .weblizar_fb-post-box .post-img{
353
  float:left;
354
  }
355
 
356
+ .wp-weblizar_fb-plugin .thumblin .weblizar_fb-post-box .post-img iframe {
357
  width: 100%;
358
  height: 104px;
359
  }
360
 
361
  /*---- group-full-page---*/
362
+ .wp-weblizar_fb-plugin .group.full-width .weblizar_fb-post-box .post-img .post-full-img{
363
  padding:0px;
364
  }
365
+ .wp-weblizar_fb-plugin .group.full-width .weblizar_fb-post-box .post-img .post-thum-img{
366
  padding:0px;
367
  }
368
+ .wp-weblizar_fb-plugin .group.full-width .weblizar_fb-post-box .post-img .post-thum-img img{
369
  height:180px;
370
  }
371
+ .wp-weblizar_fb-plugin .group.full-width .weblizar_fb-post-box .post-img .post-thum-img span {
372
  position: absolute;
373
  width: 100%;
374
  text-align: center;
381
  font-size: 40px;
382
  }
383
  /*---- group-half-page---*/
384
+ .wp-weblizar_fb-plugin .group.half-width .weblizar_fb-post-box .post-img .post-full-img{
385
  padding:0px;
386
  }
387
+ .wp-weblizar_fb-plugin .group.half-width .weblizar_fb-post-box .post-img .post-thum-img{
388
  padding:0px;
389
  }
390
+ .wp-weblizar_fb-plugin .group.half-width .weblizar_fb-post-box .post-img .post-thum-img img{
391
  height:110px;
392
  }
393
+ .wp-weblizar_fb-plugin .group.half-width .weblizar_fb-post-box .post-img .post-thum-img span {
394
  position: absolute;
395
  width: 100%;
396
  text-align: center;
402
  color: #000;
403
  font-size: 40px;
404
  }
405
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box.weblizar_fb-bg p{
406
  font-size:14px;
407
  }
408
+ .wp-weblizar_fb-plugin .container-flut.gallaries .gallery-img p{
409
  font-size: 14px!important;
410
  float: left;
411
  padding-right: 8px;
416
 
417
  }*/
418
  /*---- group-thumblin-page---*/
419
+ .weblizar_fb-post-box{
420
+ border:1px solid #ccc;
421
+
422
+ }
423
+ .wp-weblizar_fb-plugin .group.thumblin .weblizar_fb-post-box .post-img .post-full-img{
424
  padding:0px;
425
  }
426
+ .wp-weblizar_fb-plugin .group.thumblin .weblizar_fb-post-box .post-img .post-thum-img{
427
  padding:0px;
428
  }
429
+ .wp-weblizar_fb-plugin .group.thumblin .weblizar_fb-post-box .post-img .post-thum-img img{
430
  height:50px;
431
  }
432
+ .wp-weblizar_fb-plugin .group.thumblin .weblizar_fb-post-box .post-img .post-thum-img span {
433
  position: absolute;
434
  width: 100%;
435
  text-align: center;
445
  @media (max-width: 768px) {
446
 
447
 
448
+ .wp-weblizar_fb-plugin .half-width .weblizar_fb-post-box .weblizar_fb-logo-left {
449
  padding: 13px 0px;
450
  }
451
  }
452
  @media (max-width: 480px){
453
 
454
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-left {
455
  padding: 0px 0px;
456
  }
457
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left {
458
  padding: 13px 2px;
459
  font-size: 12px;
460
  }
461
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left span.like, span.share, span.comment {
462
  margin-right: 5px;
463
  }
464
 
465
  }
466
 
 
 
 
 
 
467
 
468
 
469
+ .wp-weblizar_fb-plugin .btn-block+.btn-block {
470
  margin-top: 5px;
471
  }
472
 
473
+ .wp-weblizar_fb-plugin .btn-facebook {
474
  color: #fff;
475
  background-color: #3b5998;
476
  border-color: rgba(0,0,0,0.2);
477
  }
478
 
479
+ .wp-weblizar_fb-plugin .btn-block {
480
  display: block;
481
  width: 100%;
482
  padding-right: 0;
483
  padding-left: 0;
484
  }
485
+ .wp-weblizar_fb-plugin .weblizar_fb-bg{
486
+ /* background-image: url(../images/weblizar_fb-bg01.jpeg); */
487
  /*padding:20px 0px !important;*/
488
  }
489
+ .wp-weblizar_fb-plugin .weblizar_fb-bg .box{
490
  background-color: #fff;
491
  margin-bottom: 20px;
492
  padding: 1px 15px;
494
  -webkit-transition:all .4s ;
495
  transition:all .4s ;
496
  }
497
+ .wp-weblizar_fb-plugin .weblizar_fb-bg .weblizar_fb-post-box:hover{
498
  -webkit-transition:all .4s ;
499
  transition:all .4s ;
500
  box-shadow: 0 0 10px #777;
501
  }
502
 
503
 
504
+ .wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-twitter {
505
  color: #00acee;
506
  }
507
+ .wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-google-plus{
508
  color: #de6463;
509
  }
510
+ .wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-facebook{
511
  color: #3a5898;
512
  }
513
+ .wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-twitter:hover {
514
  color: #000;
515
  }
516
+ .wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-google-plus:hover{
517
  color: #000;
518
  }
519
+ .wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-facebook:hover{
520
  color: #000;
521
  }
522
+ .wp-weblizar_fb-plugin .wp-weblizar_fb-plugin .weblizar_fb-bg .post-img {
523
  padding: 5px;
524
  border: 1px solid #e4e4e4;
525
 
527
  }
528
 
529
  @media (max-width: 768px) {
530
+ .wp-weblizar_fb-plugin .thumblin .weblizar_fb-bg .weblizar_fb-logo-left {
531
  padding: 12px 0px;
532
  }
533
  }
534
  @media (max-width: 480px){
535
+ .wp-weblizar_fb-plugin .weblizar_fb-bg .bar .weblizar_fb-bar-left {
536
  padding: 17px 15px;
537
  }
538
  }
539
+ .wp-weblizar_fb-plugin .ffp_attach_div
540
  {
541
  padding-left:0px !important;
542
  margin-top: 10px !important;
543
  }
544
 
545
+ .feed_main_div .weblizar_fb-post_font_color {
546
+ font-weight: normal;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
547
  }
 
 
 
548
 
549
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-area {
550
+ margin-bottom: 1px;
551
+ bottom: -30px;
552
+ padding-bottom: 8px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
553
  position: absolute;
554
+ width: 94%;
555
+ margin: 0 auto;
556
+ border-radius: 4px;
557
+ /* background: rgba(255, 255, 255, 0.73); */
558
+ /* box-shadow: 0px 0px 18px #929292; */
559
+ right: 0;
560
  left: 0;
561
+ padding-top: 15px;
562
+ /* background: #0098ff; */
563
+ /* border-bottom: 3px solid #0b79c3; */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564
  overflow: hidden;
 
 
 
 
 
 
 
 
 
 
565
  }
566
+
567
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner h3 {
568
+ margin: 0;
569
+ font-weight: bold;
570
+ text-shadow: 1px 1px 3px #fff;
571
  }
572
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner p span{
573
+ font-weight:bold;
574
  }
575
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner p{
576
+ font-size: 16px;
577
+ color: #000;
578
+ padding-left: 6px;
579
+
 
 
 
 
 
580
  }
581
+
582
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner {
583
  position: absolute;
584
+ bottom: 0;
585
+ margin-left: 7px;
 
 
 
 
 
 
 
 
586
  }
587
+
588
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner h3 a {
 
 
 
589
  text-decoration: none;
590
+ font-size: 20px;
591
+ font-weight: bold;
592
+ color: #fff;
593
+ text-shadow: 0 2px 4px rgba(0, 0, 0, .9);
 
594
  }
595
+
596
+ .wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb-facebook-feed-top-info-inner p {
597
+ font-size: 14px;
598
  }
599
+ .wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb-facebook-feed-top-info-inner h3 a {
600
+ text-decoration: none;
601
+ font-size: 16px;
602
 
 
 
 
 
 
 
 
603
  }
604
+
605
+ .wp-weblizar_fb-plugin .btn-secondary.feed_header_link {
606
+ background-color: #4875ce!important;
607
+ border-color: #ced0d4;
608
+ font-size: 14px;
609
+ padding: 3px 14px;
610
  border-radius: 2px;
611
+ box-shadow: 2px 2px 5px #AAA!important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
612
  display: block;
613
+ line-height: 30px;
614
+ color: #fff;
615
  }
616
+
617
+ .wp-weblizar_fb-plugin.feed_main_widget .btn-secondary.feed_header_link {
618
+ font-size: 11px!important;
619
+ padding: 1px 5px!important;
620
+ line-height: 25px;
621
+ /* margin-top:34px!important; */
 
 
 
 
 
 
 
 
 
 
 
622
  }
623
+ .wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb-main-banner a.weblizar_fb-main-pic img{
624
 
625
+
 
626
  }
627
+ .wp-weblizar_fb-plugin i.fa.fa-facebook {
628
+ padding-right: 6px;
629
+ border-right: 1px solid;
630
+ margin-right: 4px;
 
 
 
 
631
  }
 
632
 
633
+ .wp-weblizar_fb-plugin .btn-block {
634
+ display: block;
 
 
 
 
 
 
 
 
 
 
635
  width: 100%;
636
+ padding-right: 0;
637
+ padding-left: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
638
  }
639
 
640
+
641
+
642
+ /*---aad-new---*/
643
+ .wp-weblizar_fb-plugin .gallery-img p strong {
644
+ padding-right: 6px;
645
+ display: inline-block;
646
  }
647
+
648
+
649
+ .wp-weblizar_fb-plugin .event_desc {
650
+ margin-bottom: 50px;
651
+ }
652
+
653
+ .wp-weblizar_fb-plugin .event-blog-img
654
  {
655
+ padding: 14px 0px;
656
+ }
657
+ .wp-weblizar_fb-plugin .gallery-photos{
658
+ margin:60px 0px;
659
  }
660
+ .wp-weblizar_fb-plugin .card-footer {
661
+ position: relative;
662
+ padding: 5px;
663
  position: absolute;
664
+ bottom: 3px;
665
+ width: 100%;
666
+ border: 1px solid #f2f2f2;
667
  }
668
 
669
 
670
 
671
+ .weblizar_fb-social-link-2 a {
672
+ text-decoration: none;
673
+ color: #333;
674
+ padding: 16px 7px;
675
+
 
676
  }
677
+ .weblizar_fb-social-link-2 a:hover{
678
+ color:#000!important;
679
+
680
  }
681
+ .weblizar_fb-social-link-2 ul {
682
+ display: inline;
683
+ margin: 0;
684
+ padding: 0;
 
 
685
  }
686
+ .weblizar_fb-social-link-2 ul li a:hover{color:#f2f2f2;}
687
+ .weblizar_fb-social-link-2 ul li {float:left; list-style: none;}
688
+ .weblizar_fb-social-link-2 ul li:hover ul {display: block; }
689
+ .weblizar_fb-social-link-2 ul li:focus ul {display: block; }
 
 
 
690
 
691
+ .weblizar_fb-social-link-2 ul li ul{
692
+ position: absolute;
693
+ display: none;
694
+ bottom: 10px;
695
+ background-color:#fff;
696
+ padding:1px 2px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
697
  }
698
+
699
+ .weblizar_fb-social-link-2 ul li ul li {
700
+ font-size: 20px;
701
+ display: block;
702
+ margin: 2px 0px;
703
+ width: 100%;
704
+ text-align: center;
705
  }
706
+ .weblizar_fb-social-link-2 ul>li>ul>li>a {
707
+ color:#333!important;
708
+ padding:2px;
709
+ }
710
+ .weblizar_fb-social-link-2 ul li ul li:hover { }
711
+ .col-md-4.grid__item {
712
+ margin-bottom: 30px;
713
  }
714
+
715
+ /*----socia-lines-timeline----*/
716
+ .wp-weblizar_fb-plugin .blog-grid {
717
+ color:#333;
718
+ text-align:left;
719
+ margin:0px 15px;
720
  }
721
+ .wp-weblizar_fb-plugin .blog-grid .blog-author-pic{
722
+ width:40px;
723
+ height:40px;
724
+ float: left;
725
+ margin-right:10px;
726
+
727
  }
728
+ .wp-weblizar_fb-plugin .blog-grid h4 {
729
+ margin-bottom:4px;
 
 
730
  }
731
+ .wp-weblizar_fb-plugin .blog-grid h5{
732
+ font-size:12px;
733
+ padding:0px;
 
734
  }
735
+ .wp-weblizar_fb-plugin .post-footer-option {
736
+
737
+
 
738
  }
739
+ .wp-weblizar_fb-plugin .post-footer-option li a {
740
+ color: #fff;
741
+ font-weight: 500;
742
+ font-size: 20px;
 
743
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
744
 
 
 
 
 
 
 
 
 
 
 
745
 
746
+ .wp-weblizar_fb-plugin .post-footer-option li {
747
+ float: unset;
748
+ width: 14%;
749
+ background-color:red;
750
+ display: inline-block;
751
+ text-align: center;
752
+ padding:5px;
753
+ background-color: rgba(255, 255, 255, 0.17);
 
 
 
 
 
 
 
 
 
 
 
 
754
 
755
+ /* padding-bottom: 0px; */
 
 
 
 
756
  }
757
+ .wp-weblizar_fb-plugin .weblizar_fb-social-link-2 ul li ul {
758
+ bottom: 34px!important;
 
 
 
759
  }
 
 
 
 
 
760
 
761
+ .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-right ul {
762
+ list-style: none;
763
+ padding: 0px;
764
+ padding: 0px!important;
765
+ background-color:#fff;
766
+ margin:0px;
767
 
 
 
768
  }
769
 
770
+ .wp-weblizar_fb-plugin .weblizar_fb-social-link-2 ul li ul {
771
+ position: absolute;
772
+ display: none!important;
773
+ bottom: 40px;
774
+ color:#333;
 
 
 
 
 
 
 
 
775
  }
776
+ .wp-weblizar_fb-plugin .weblizar_fb-social-link-2 ul li:hover ul {
777
+ display:block!important;
 
 
778
  }
779
+ .wp-weblizar_fb-plugin .weblizar_fb-social-link-2 ul>li>ul>li>a {
780
+ color:#333!important;
 
781
  }
782
 
783
 
784
+
785
+ .weblizar_fb-s-1 {
786
  background-image: url(../images/icons/1.png);
787
 
788
  }
789
+ .weblizar_fb{
790
  background-repeat: no-repeat;
791
  background-size: 100%;
792
  text-align: center;
800
  -ms-transition: all .4s ease;
801
  transition: all .4s ease;
802
  }
803
+ .weblizar_fb:hover{
804
  background-repeat: no-repeat;
805
  background-size: 104%;
806
  text-align: center;
814
  transition: all .4s ease;
815
  }
816
 
817
+ .weblizar_fb-s-2 {
818
  background-image: url(../images/icons/2.png);
819
  }
820
 
821
+ .weblizar_fb-s-3 {
822
  background-image: url(../images/icons/3.png);
823
 
824
  }
825
+ .weblizar_fb-s-4 {
826
  background-image: url(../images/icons/4.png);
827
  }
828
+ .weblizar_fb-s-5 {
829
  background-image: url(../images/icons/5.png);
830
  }
831
 
832
 
833
  /*------model-css---*/
834
 
 
835
 
 
 
836
  @media only screen and (max-width: 1023px) {
837
 
838
+ .weblizar_fb-facebook-feed-top-info-inner {
839
  position: static!important;
840
  bottom: 0;
841
  margin-left: 7px;
842
  }
843
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info.pull-left {
844
  float: none;
845
  margin: 0;
846
  clear: both;
847
  }
848
+ .feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-post-box {
849
  /* margin: 12px 0px; */
850
  clear: both;
851
  display: -webkit-box!important;
852
  }
853
 
854
+ .feed_main_widget .weblizar_fb-facebook-feed-top-info-inner{
855
  position:absolute!important;
856
  }
857
 
862
  flex-wrap: wrap;
863
  justify-content: center;
864
  }
865
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner.pull-left {
 
 
 
 
 
 
 
 
 
866
  float: none;
867
  }
868
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info.pull-left {
869
  float: none;
870
  margin: 0;
871
  clear: both;
872
  }
873
+ .wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info {
874
  height: 66px;
875
  }
876
+ .feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-post-box {
877
  /* margin: 12px 0px; */
878
  clear: both;
879
  display: -webkit-box!important;
880
  }
881
+ .feed_main_widget .weblizar_fb-facebook-feed-top-info-inner {
882
  position: absolute!important;
883
  }
884
 
885
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
886
  /*----feed_main_widget---*/
887
+ .feed_main_widget .weblizar_fb-facebook-feed-top-info-inner{
888
 
889
  left:0px;
890
  }
891
 
892
+ .feed_main_widget .weblizar_fb-facebook-feed-top-area, .feed_main_widget .weblizar_fb-facebook-feed-top-info-inner{
 
 
 
893
  text-align: left;
894
  }
895
+ .wp-weblizar_fb-plugin .weblizar_fb-bg .box {
896
  /* clear: both; */
897
  display: inline-table!important;
898
  padding: 1px 1px;
901
 
902
  }
903
 
904
+ .feed_main_widget .feed_main_div h5.weblizar_fb-post_font_color {
905
  margin-bottom: 0px;
906
  }
907
 
908
+ .feed_main_widget .weblizar_fb-facebook-feed-top-info{
909
  height:auto;
910
  }
911
+ .feed_main_widget .weblizar_fb-facebook-feed-top-img {
912
  text-align:center;
913
  max-width:50px;
914
  max-height:50px;
915
  }
916
+ .feed_main_widget .weblizar_fb-post-box .weblizar_fb-logo-left img {
917
  width: 100%;
918
  padding: 0px 0px;
919
  border-radius: 2px;
922
  min-width: 50px;
923
  min-height: 50px;
924
  }
925
+ .feed_main_widget .weblizar_fb-post-box .bar .weblizar_fb-bar-left {
926
  padding: 9px 15px;
927
  }
928
+ .wp-weblizar_fb-plugin .weblizar_fb-social-link-2 ul li ul li {
929
  font-size: 20px;
930
  display: block;
931
  border-radius:0px;
934
  background: #ccc;
935
  width:100%;
936
  text-align: center;
937
+ }
938
+ /*
939
+ .wp-weblizar_fb-plugin a {
940
+ text-decoration: none !important;
941
+ box-shadow: none !important;
942
+ text-shadow: none !important;
943
+ border-bottom:none!important;
944
+ }*/
945
+
946
+ .feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-social-link-2 li i {
947
+ width: auto!important;
948
+ color: #333!important;
949
+ padding: 0!important;
950
+ border-radius: 0px!important;
951
+ box-shadow: none!important;
952
+ border: 0px!important;
953
+ height: 0px!important;
954
+ line-height: 0px!important;
955
+ margin: 0px!important;
956
+ /* height: auto; */
957
+ background: #fff!important;
958
+ }
959
+
960
+ .feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-social-link-2 li {
961
+ color: #444!important;
962
+ padding:0px!important;
963
+ border: 0px!important;
964
+ }
965
+
966
+
967
+ span.facebook_feed_more_page.weblizar_fb-post_font_color {
968
+ font-weight: bold;
969
+ font-size: 15px;
970
+ color: #ca0505!important;
971
+ }
972
+
973
+ span.facebook_feed_more_widget.weblizar_fb-post_font_color{
974
+ font-weight: bold;
975
+ font-size: 15px;
976
+ color: #ca0505!important;
977
+ }
978
+
979
+ .weblizar-fb-product-information {
980
+ max-height: 400px!important;
981
+ min-height: 220px!important;
982
+ overflow-y: scroll;
983
+ /* background: #efefef; */
984
+ border: 1px solid #e2e1e1;
985
+ }
986
+ .weblizar-fb-product-information::-webkit-scrollbar{
987
+ width: 5px;
988
+ background-color: #F5F5F5;
989
+ }
990
+
991
+ .weblizar-fb-product-information::-webkit-scrollbar-track
992
+ {
993
+ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
994
+ background-color: #F5F5F5;
995
+ border-radius: 5px;
996
  }
css/pricing-table-responsive.css DELETED
@@ -1,40 +0,0 @@
1
- /*
2
- * Copyright 2013 Soundarapandian
3
- * Pricing table built on Twitter Bootstrap.
4
-
5
- Responsive styles for pricing table tested in the
6
- below device simulations.
7
- Apple iPhone
8
- 320x480 Portrait
9
- 480x320 Landscape
10
- Apple iPhone 5
11
- 320x568 Portrait
12
- 568x320 Landscape
13
- Small Tablet
14
- 600x800 Portrait
15
- 800x600 Landscape
16
- Tablet
17
- 768x1024 Portrait
18
- 1024x768 Landscape
19
- Widescreen
20
- 1280x800 Landscape
21
- 800x1280 Portrait
22
- */
23
-
24
- @media (max-width: 320px) {
25
- .pricing-three-column {
26
- width: 100%;
27
- }
28
- }
29
-
30
- @media (max-width: 767px) {
31
- .pricing-table .plan {
32
- margin-bottom: 20px;
33
- }
34
- .pricing-variable-height .plan {
35
- margin-left: 0;
36
- }
37
- .pricing-three-column {
38
- width: 100%;
39
- }
40
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/pricing-table.css DELETED
@@ -1,374 +0,0 @@
1
- /*
2
- * =================== Start pricing table =====================*/
3
- .plan-name span {background-color:#4D2626;color:#fff;padding: 8px;}
4
- .button{ /*line-height: 35px !important;*/ }
5
- .plan-name {
6
- margin-top:40px;
7
- text-align: center;
8
- }
9
- .panel-primary {
10
- /* border-color: #337ab7; */
11
- }
12
- .plan-name h2{
13
- font-weight: bold;
14
- font-size: 36px;
15
- padding-top: 30px;
16
- padding-bottom: 10px;
17
- }
18
- .plan-name h6{
19
- font-size: 22px;
20
- padding-top: 10px;
21
- padding-bottom: 10px;
22
- }
23
- .demoftr h2 {
24
- font-weight: bold;
25
- font-size: 26px;
26
- padding-top: 20px;
27
- padding-bottom: 20px;
28
- text-align:center;
29
- }
30
- .ftr_img{
31
- border: 1px solid #e3e3e3;
32
- background: #f7f7f7;padding:10px;
33
- }
34
- .plan-name .centre{
35
- padding-top:40px;
36
- text-align: center;
37
- float:left;
38
- width:100%;
39
- }
40
- .plan-name .centre h2{
41
- font-weight: bold;
42
- font-size: 36px;
43
- padding-top: 10px;
44
- padding-bottom: 25px;
45
- }
46
- .purchase_btn_div {
47
- margin-top:20px;
48
- text-align: center;
49
- }
50
- .dmobtn{ margin-right:10px; }
51
- .pricing-table .plan {
52
- border-radius: 5px;
53
- text-align: center;
54
- background-color: #f3f3f3;
55
- -moz-box-shadow: 0 0 6px 2px #b0b2ab;
56
- -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
57
- box-shadow: 0 0 6px 2px #b0b2ab;
58
- }
59
-
60
- .pricing-table .plan:hover {
61
- background-color: #fff;
62
- -moz-box-shadow: 0 0 12px 3px #b0b2ab;
63
- -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
64
- box-shadow: 0 0 12px 3px #b0b2ab;
65
- }
66
-
67
- .pricing-table .plan .plan-name {
68
- padding: 20px;
69
- color: #fff;
70
- background-color: #1E8CBE;
71
- -moz-border-radius: 5px 5px 0 0;
72
- -webkit-border-radius: 5px 5px 0 0;
73
- border-radius: 5px 5px 0 0;
74
- }
75
-
76
- .pricing-table .plan .plan-name span {
77
- font-size: 20px;
78
- }
79
-
80
- .pricing-table .plan ul {
81
- list-style: none;
82
- margin: 0;
83
- -moz-border-radius: 0 0 5px 5px;
84
- -webkit-border-radius: 0 0 5px 5px;
85
- border-radius: 0 0 5px 5px;
86
- }
87
-
88
- .pricing-table .plan ul li.plan-feature {
89
- padding: 15px 10px;
90
- border-top: 1px solid #c5c8c0;
91
- }
92
-
93
- .pricing-three-column {
94
- margin: 0 auto;
95
- width: 100%;
96
- margin-top: 10px;
97
- }
98
-
99
- .pricing-variable-height .plan {
100
- float: none;
101
- margin-left: 2%;
102
- vertical-align: bottom;
103
- display: inline-block;
104
- /* Support for inline-block in IE7 */
105
- zoom:1;
106
- *display:inline;
107
- }
108
-
109
- .plan-mouseover .plan-name {
110
- background-color: #4e9a06 !important;
111
- }
112
-
113
- .btn-plan-select {
114
- padding: 8px 25px;
115
- font-size: 18px;
116
- }
117
- .plan ul{
118
- padding:0px;
119
- }
120
-
121
- /*
122
- * =================== End pricing table =====================*/
123
-
124
-
125
-
126
- /*-----------------------
127
- ---iPad Slider Styles----
128
- -------------------------*/
129
-
130
- .ipad-frame {
131
- display:block;
132
- position:relative;
133
- width:100%;
134
- margin:0 auto;
135
- overflow:hidden;
136
- }
137
-
138
- .ipad-screen{
139
- display: block;
140
- position: absolute;
141
- top: 3.7%;
142
- left: 14.755%;
143
- width: 71.25%;
144
- height: 86.3%;
145
- overflow: hidden;
146
- }
147
-
148
- .flexslider {
149
- margin:0;
150
- padding:0;
151
- background:transparent;
152
- border:none;
153
- box-shadow:none;
154
- -webkit-touch-callout: none;
155
- -webkit-user-select: none;
156
- -khtml-user-select: none;
157
- -moz-user-select: none;
158
- -ms-user-select: none;
159
- user-select: none;
160
- z-index:1;
161
- }
162
-
163
- .ipad-slider .flex-direction-nav .flex-prev,
164
- .ipad-slider .flex-direction-nav .flex-next{
165
- background:#31A3DD;
166
- background-image:none;
167
- display:inline;
168
- text-indent:0;
169
- position:absolute;
170
- top:50%;
171
- width:44px;
172
- height:44px;
173
- padding:0;
174
- padding-left:12px;
175
- margin:0;
176
- margin-top:-22px;
177
- font-size:42px;
178
- line-height:38px;
179
- color:#fff;
180
- border-radius:5px;
181
- -webkit-transition:all .2s ease-out;
182
- transition:all .2s ease-out;
183
- }
184
-
185
- .ipad-slider .flex-direction-nav .flex-next{
186
- text-align:right;
187
- padding-right:12px;
188
- }
189
-
190
- .ipad-slider .flex-direction-nav a:hover,
191
- .ipad-slider .flex-direction-nav a:active,
192
- .ipad-slider .flex-direction-nav a:focus{
193
- text-decoration:none;
194
- }
195
-
196
- .ipad-slider .flex-direction-nav a:hover {
197
- background:#363B46;
198
- }
199
-
200
- .ipad-slider:hover .flex-next {opacity: 1; right: 5px;}
201
- .ipad-slider:hover .flex-prev {opacity: 1; left: 5px;}
202
-
203
- /** product thumb style **/
204
- .theme-frame {
205
- display:block;
206
- position:relative;
207
- width:100%;
208
- margin:0 auto;
209
- overflow:hidden;
210
- }
211
-
212
- .theme-screen{
213
- display: block;
214
- position: absolute;
215
- top: 4.0%;
216
- left: 11.7%;
217
- width: 77.00%;
218
- height: 87.0%;
219
- overflow: hidden;
220
- }
221
-
222
-
223
-
224
-
225
-
226
- /*-----------------------
227
- -----Scrollimations------
228
- ------------------------*/
229
- .scrollimation.fade-in{
230
- opacity:0;
231
- -webkit-transition:opacity 0.6s ease-out;
232
- transition:opacity 0.6s ease-out;
233
- }
234
-
235
- .scrollimation.fade-in.in{
236
- opacity:1;
237
- }
238
-
239
- .scrollimation.scale-in{
240
- opacity:0;
241
- -webkit-transform: scale(0.5);
242
- -moz-transform: scale(0.5);
243
- -ms-transform: scale(0.5);
244
- transform:scale(0.5);
245
- -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
246
- transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
247
- }
248
-
249
- .scrollimation.scale-in.in{
250
- opacity:1;
251
- -webkit-transform: scale(1);
252
- -moz-transform: scale(1);
253
- -ms-transform: scale(1);
254
- transform:scale(1);
255
- }
256
-
257
- .scrollimation.fade-right{
258
- opacity:0;
259
- -webkit-transform: translateX(-100px);
260
- -moz-transform: translateX(-100px);
261
- -ms-transform: translateX(-100px);
262
- transform:translateX(-100px);
263
- -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
264
- transition: transform .4s ease-out,opacity .4s ease-out;
265
- }
266
-
267
- .scrollimation.fade-right.in{
268
- opacity:1;
269
- -webkit-transform: translateX(0px);
270
- -moz-transform: translateX(0px);
271
- -ms-transform: translateX(0px);
272
- transform:translateX(0px);
273
- }
274
-
275
- .scrollimation.fade-left{
276
- opacity:0;
277
- -webkit-transform: translateX(100px);
278
- -moz-transform: translateX(100px);
279
- -ms-transform: translateX(100px);
280
- transform:translateX(100px);
281
- -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
282
- transition: transform .4s ease-out,opacity .4s ease-out;
283
- }
284
-
285
- .scrollimation.fade-left.in{
286
- opacity:1;
287
- -webkit-transform: translateX(0px);
288
- -moz-transform: translateX(0px);
289
- -ms-transform: translateX(0px);
290
- transform:translateX(0px);
291
- }
292
-
293
- .scrollimation.fade-up{
294
- opacity:0;
295
- -webkit-transform: translateY(100px);
296
- -moz-transform: translateY(100px);
297
- -ms-transform: translateY(100px);
298
- transform:translateY(100px);
299
- -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
300
- transition: transform .4s ease-out,opacity .4s ease-in-out;
301
- }
302
-
303
- .scrollimation.fade-up.in{
304
- opacity:1;
305
- -webkit-transform: translateY(0px);
306
- -moz-transform: translateY(0px);
307
- -ms-transform: translateY(0px);
308
- transform:translateY(0px);
309
- }
310
-
311
- .scrollimation.d1{
312
- transition-delay:.2s;
313
- }
314
-
315
- .scrollimation.d2{
316
- transition-delay:.4s;
317
- }
318
-
319
- .scrollimation.d3{
320
- transition-delay:.6s;
321
- }
322
-
323
- .scrollimation.d4{
324
- transition-delay:.8s;
325
- }
326
-
327
- .touch .scrollimation.fade-in{
328
- opacity:1;
329
- }
330
-
331
- .touch .scrollimation.scale-in{
332
- opacity:1;
333
- -webkit-transform: scale(1);
334
- -moz-transform: scale(1);
335
- -ms-transform: scale(1);
336
- transform:scale(1);
337
- }
338
-
339
- .touch .scrollimation.fade-right{
340
- opacity:1;
341
- -webkit-transform: translateX(0px);
342
- -moz-transform: translateX(0px);
343
- -ms-transform: translateX(0px);
344
- transform:translateX(0px);
345
- }
346
-
347
- .touch .scrollimation.fade-left{
348
- opacity:1;
349
- -webkit-transform: translateX(0px);
350
- -moz-transform: translateX(0px);
351
- -ms-transform: translateX(0px);
352
- transform:translateX(0px);
353
- }
354
-
355
- .touch .scrollimation.fade-up{
356
- opacity:1;
357
- -webkit-transform: translateY(0px);
358
- -moz-transform: translateY(0px);
359
- -ms-transform: translateY(0px);
360
- transform:translateY(0px);
361
- }
362
- @media (max-width:1400px) {
363
-
364
- .ipad-screen{
365
- display: block;
366
- position: absolute;
367
- top: 3.7%;
368
- left: 14.655%;
369
- width: 71.25%;
370
- height: 86.3%;
371
- overflow: hidden;
372
- }
373
-
374
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/recom.css DELETED
@@ -1,2768 +0,0 @@
1
- .custom_gallery_layout_label
2
- {
3
- width: 74px !important;
4
- }
5
- .custom_gallery_layout_control
6
- {
7
- margin-left: 80px !important;
8
- }
9
- .gallery_plugin_message
10
- {
11
- font-weight: 400;
12
- background: #d54d21;
13
- padding: 1em;
14
- margin: 10px 0;
15
- }
16
- .gallery_plugin_message > p
17
- {
18
- color: #fff;
19
- margin: 0px !important;
20
- }
21
- .widget_premium_feature
22
- {
23
- color: #FF0000;
24
- font-size: 13px !important;
25
- }
26
-
27
- .gallery-shortcode-label
28
- {
29
- color:#5A5A5A!important;
30
- font-family:Georgia,Times New Roman,Times,serif!important;
31
- font-size:1.8em!important;
32
- font-weight:normal!important;
33
- }
34
-
35
- .gallery_icon {
36
- background: url(../images/icon.png) no-repeat top left;
37
- display: inline-block;
38
- height: 16px;
39
- margin: 0 2px 0 0;
40
- vertical-align: sub;
41
- width: 16px;
42
- }
43
- .separator-doubled {
44
- padding: 0;
45
- height: 0;
46
- border: none;
47
- border-top: medium double #d5d5d5;
48
- color: #333;
49
- text-align: center;
50
- margin-top: 10px;
51
- }
52
- .separator-single {
53
- padding: 0;
54
- height: 0;
55
- border: none;
56
- border-bottom: 1px solid #d5d5d5;
57
- color: #333;
58
- text-align: center;
59
- margin-top: 10px;
60
- margin-bottom: 10px;
61
- }
62
-
63
- .dataTable td {
64
- text-align: left !important;
65
- }
66
-
67
- .breadcrumb {
68
- padding: 8px 15px;
69
- margin: 0 0 20px;
70
- list-style: none;
71
- background-color: #f5f5f5;
72
- -webkit-border-radius: 4px;
73
- -moz-border-radius: 4px;
74
- border-radius: 4px;
75
- }
76
-
77
- .breadcrumb > li {
78
- display: inline-block;
79
- *display: inline;
80
- text-shadow: 0 1px 0 #ffffff;
81
- *zoom: 1;
82
- }
83
-
84
- .breadcrumb > li > .divider {
85
- padding: 0 5px;
86
- color: #ccc;
87
- }
88
-
89
- .breadcrumb > .active {
90
- color: #999999;
91
- }
92
-
93
- .btn-small {
94
- padding: 7px 12px 6px 12px;
95
- line-height: 13px;
96
- }
97
-
98
- button.btn.btn-small, input[type="submit"].btn.btn-small {
99
- *padding-top: 3px;
100
- *padding-bottom: 3px;
101
- }
102
-
103
- .btn {
104
- display: inline-block;
105
- *display: inline;
106
- padding: 4px 12px;
107
- margin-bottom: 0;
108
- *margin-left: .3em;
109
- font-size: 12px;
110
- line-height: 20px;
111
- color: #333333;
112
- text-align: center;
113
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
114
- vertical-align: middle;
115
- cursor: pointer;
116
- background-color: #f5f5f5;
117
- *background-color: #e6e6e6;
118
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
119
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
120
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
121
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
122
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
123
- background-repeat: repeat-x;
124
- border: 1px solid #bbbbbb;
125
- *border: 0;
126
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
127
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
128
- border-bottom-color: #a2a2a2;
129
- -webkit-border-radius: 4px;
130
- -moz-border-radius: 4px;
131
- border-radius: 4px;
132
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
133
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
134
- *zoom: 1;
135
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
136
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
137
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
138
- }
139
-
140
- .btn:hover,
141
- .btn:active,
142
- .btn.active,
143
- .btn.disabled,
144
- .btn[disabled] {
145
- color: #333333;
146
- background-color: #e6e6e6;
147
- *background-color: #d9d9d9;
148
- }
149
-
150
- .btn:active,
151
- .btn.active {
152
- background-color: #cccccc \9;
153
- }
154
-
155
- .btn:first-child {
156
- *margin-left: 0;
157
- }
158
-
159
- .btn:hover {
160
- color: #333333;
161
- text-decoration: none;
162
- background-position: 0 -15px;
163
- -webkit-transition: background-position 0.1s linear;
164
- -moz-transition: background-position 0.1s linear;
165
- -o-transition: background-position 0.1s linear;
166
- transition: background-position 0.1s linear;
167
- }
168
-
169
- .btn:focus {
170
- outline: thin dotted #333;
171
- outline: 5px auto -webkit-focus-ring-color;
172
- outline-offset: -2px;
173
- }
174
-
175
- .btn.active,
176
- .btn:active {
177
- background-image: none;
178
- outline: 0;
179
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
180
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
181
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
182
- }
183
-
184
- .btn-primary.active,
185
- .btn-warning.active,
186
- .btn-danger.active,
187
- .btn-success.active,
188
- .btn-info.active,
189
- .btn-inverse.active {
190
- color: rgba(255, 255, 255, 0.75);
191
- }
192
-
193
- .btn {
194
- border-color: #c5c5c5;
195
- border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
196
- }
197
-
198
- .btn-primary {
199
- color: #ffffff;
200
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
201
- background-color: #006dcc;
202
- *background-color: #0044cc;
203
- background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
204
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
205
- background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
206
- background-image: -o-linear-gradient(top, #0088cc, #0044cc);
207
- background-image: linear-gradient(to bottom, #0088cc, #0044cc);
208
- background-repeat: repeat-x;
209
- border-color: #0044cc #0044cc #002a80;
210
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
211
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
212
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
213
- margin-top: 0px;
214
- }
215
-
216
- .btn-primary:hover,
217
- .btn-primary:active,
218
- .btn-primary.active,
219
- .btn-primary.disabled,
220
- .btn-primary[disabled] {
221
- color: #ffffff;
222
- background-color: #0044cc;
223
- *background-color: #003bb3;
224
- }
225
-
226
- .btn-primary:active,
227
- .btn-primary.active {
228
- background-color: #003399 \9;
229
- }
230
-
231
- .btn-warning {
232
- color: #ffffff;
233
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
234
- background-color: #faa732;
235
- *background-color: #f89406;
236
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
237
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
238
- background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
239
- background-image: -o-linear-gradient(top, #fbb450, #f89406);
240
- background-image: linear-gradient(to bottom, #fbb450, #f89406);
241
- background-repeat: repeat-x;
242
- border-color: #f89406 #f89406 #ad6704;
243
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
244
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
245
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
246
- }
247
-
248
- .btn-warning:hover,
249
- .btn-warning:active,
250
- .btn-warning.active,
251
- .btn-warning.disabled,
252
- .btn-warning[disabled] {
253
- color: #ffffff;
254
- background-color: #f89406;
255
- *background-color: #df8505;
256
- }
257
-
258
- .btn-warning:active,
259
- .btn-warning.active {
260
- background-color: #c67605 \9;
261
- }
262
-
263
- .btn-danger {
264
- color: #ffffff;
265
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
266
- background-color: #da4f49;
267
- *background-color: #bd362f;
268
- background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
269
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
270
- background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
271
- background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
272
- background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
273
- background-repeat: repeat-x;
274
- border-color: #bd362f #bd362f #802420;
275
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
276
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
277
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
278
- }
279
-
280
- .btn-danger:hover,
281
- .btn-danger:active,
282
- .btn-danger.active,
283
- .btn-danger.disabled,
284
- .btn-danger[disabled] {
285
- color: #ffffff;
286
- background-color: #bd362f;
287
- *background-color: #a9302a;
288
- }
289
-
290
- .btn-danger:active,
291
- .btn-danger.active {
292
- background-color: #942a25 \9;
293
- }
294
-
295
- .btn-success {
296
- color: #ffffff;
297
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
298
- background-color: #5bb75b;
299
- *background-color: #51a351;
300
- background-image: -moz-linear-gradient(top, #62c462, #51a351);
301
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
302
- background-image: -webkit-linear-gradient(top, #62c462, #51a351);
303
- background-image: -o-linear-gradient(top, #62c462, #51a351);
304
- background-image: linear-gradient(to bottom, #62c462, #51a351);
305
- background-repeat: repeat-x;
306
- border-color: #51a351 #51a351 #387038;
307
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
308
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
309
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
310
- }
311
-
312
- .btn-success:hover,
313
- .btn-success:active,
314
- .btn-success.active,
315
- .btn-success.disabled,
316
- .btn-success[disabled] {
317
- color: #ffffff;
318
- background-color: #51a351;
319
- *background-color: #499249;
320
- }
321
-
322
- .btn-success:active,
323
- .btn-success.active {
324
- background-color: #408140 \9;
325
- }
326
-
327
- .btn-info {
328
- color: #ffffff;
329
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
330
- background-color: #49afcd;
331
- *background-color: #2f96b4;
332
- background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
333
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
334
- background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
335
- background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
336
- background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
337
- background-repeat: repeat-x;
338
- border-color: #2f96b4 #2f96b4 #1f6377;
339
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
340
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
341
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
342
- margin-top: 0px;
343
- }
344
-
345
- .btn-info:hover,
346
- .btn-info:active,
347
- .btn-info.active,
348
- .btn-info.disabled,
349
- .btn-info[disabled] {
350
- color: #ffffff;
351
- background-color: #2f96b4;
352
- *background-color: #2a85a0;
353
- }
354
-
355
- .btn-info:active,
356
- .btn-info.active {
357
- background-color: #24748c \9;
358
- }
359
-
360
- .btn-inverse {
361
- color: #ffffff;
362
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
363
- background-color: #363636;
364
- *background-color: #222222;
365
- background-image: -moz-linear-gradient(top, #444444, #222222);
366
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
367
- background-image: -webkit-linear-gradient(top, #444444, #222222);
368
- background-image: -o-linear-gradient(top, #444444, #222222);
369
- background-image: linear-gradient(to bottom, #444444, #222222);
370
- background-repeat: repeat-x;
371
- border-color: #222222 #222222 #000000;
372
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
373
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
374
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
375
- }
376
-
377
- .btn-inverse:hover,
378
- .btn-inverse:active,
379
- .btn-inverse.active,
380
- .btn-inverse.disabled,
381
- .btn-inverse[disabled] {
382
- color: #ffffff;
383
- background-color: #222222;
384
- *background-color: #151515;
385
- }
386
-
387
- .btn-inverse:active,
388
- .btn-inverse.active {
389
- background-color: #080808 \9;
390
- }
391
-
392
- .stat {
393
- margin: 0px;
394
- padding: 0px;
395
- }
396
-
397
- .item-list.table .percent {
398
- width: 30px;
399
- float: right;
400
- margin-right: 10px;
401
- margin-top: 3px;
402
- }
403
-
404
- .item-list.table .title {
405
- padding-top: -5px;
406
- }
407
-
408
- .stat .title {
409
- margin-left: 10px;
410
- margin-right: 10px;
411
- font-size: 13px;
412
- }
413
-
414
- .stat.good .percent {
415
- color: #52e136;
416
- font-size: 16px;
417
- font-weight: bold;
418
- }
419
-
420
- .stat.bad .percent {
421
- color: #d12610;
422
- font-size: 16px;
423
- font-weight: bold;
424
- }
425
-
426
- .stat.ok .percent {
427
- color: #37b7f3;
428
- font-size: 16px;
429
- font-weight: bold;
430
- }
431
-
432
- .line-chart {
433
- display: none
434
- }
435
-
436
- .layout-block {
437
- background-color: #F6F6F6;
438
- background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#F9F9F9), to(#EDEDED));
439
- background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
440
- background-image: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
441
- background-image: -ms-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
442
- background-image: -o-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
443
- background-image: linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
444
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffF9F9F9', endColorstr='#ffEDEDED', GradientType=0);
445
-
446
- border: 1px solid #D5D5D5;
447
- box-shadow: 0 1px 0 0 white inset, 0 1px 0 rgba(255, 255, 255, 0.4);
448
-
449
- -webkit-border-radius: 2px;
450
- -moz-border-radius: 2px;
451
- border-radius: 2px;
452
-
453
- line-height: 18px;
454
- margin: 0 0 20px 0;
455
- padding: 10px;
456
- }
457
-
458
- .layout-span12 {
459
- width: 940px;
460
- }
461
-
462
- .layout-span11 {
463
- width: 860px;
464
- }
465
-
466
- .layout-span10 {
467
- width: 780px;
468
- }
469
-
470
- .layout-span9 {
471
- width: 700px;
472
- }
473
-
474
- .layout-span8 {
475
- width: 620px;
476
- }
477
-
478
- .layout-span7 {
479
- width: 540px;
480
- }
481
-
482
- .layout-span6 {
483
- width: 460px;
484
- }
485
-
486
- .layout-span5 {
487
- width: 380px;
488
- }
489
-
490
- .layout-span4 {
491
- width: 300px;
492
- }
493
-
494
- .layout-span3 {
495
- width: 220px;
496
- }
497
-
498
- .layout-span2 {
499
- width: 140px;
500
- }
501
-
502
- .layout-span1 {
503
- width: 60px;
504
- }
505
-
506
- .offset12 {
507
- margin-left: 980px;
508
- }
509
-
510
- .offset11 {
511
- margin-left: 900px;
512
- }
513
-
514
- .offset10 {
515
- margin-left: 820px;
516
- }
517
-
518
- .offset9 {
519
- margin-left: 740px;
520
- }
521
-
522
- .offset8 {
523
- margin-left: 660px;
524
- }
525
-
526
- .offset7 {
527
- margin-left: 580px;
528
- }
529
-
530
- .offset6 {
531
- margin-left: 500px;
532
- }
533
-
534
- .offset5 {
535
- margin-left: 420px;
536
- }
537
-
538
- .offset4 {
539
- margin-left: 340px;
540
- }
541
-
542
- .offset3 {
543
- margin-left: 260px;
544
- }
545
-
546
- .offset2 {
547
- margin-left: 180px;
548
- }
549
-
550
- .offset1 {
551
- margin-left: 100px;
552
- }
553
-
554
- .fluid-layout {
555
- width: 99%;
556
- margin-top: 1%;
557
- *zoom: 1;
558
- }
559
-
560
- .fluid-layout:before,
561
- .fluid-layout:after {
562
- display: table;
563
- line-height: 0;
564
- content: "";
565
- }
566
-
567
- .fluid-layout:after {
568
- clear: both;
569
- }
570
-
571
- .fluid-layout [class*="layout-span"] {
572
- display: block;
573
- float: left;
574
- width: 100%;
575
- min-height: 30px;
576
- margin-left: 2.127659574468085%;
577
- *margin-left: 2.074468085106383%;
578
- -webkit-box-sizing: border-box;
579
- -moz-box-sizing: border-box;
580
- box-sizing: border-box;
581
- }
582
-
583
- .fluid-layout [class*="layout-span"]:first-child {
584
- margin-left: 0;
585
- }
586
-
587
- .fluid-layout .controls-row [class*="layout-span"] + [class*="layout-span"] {
588
- margin-left: 2.127659574468085%;
589
- }
590
-
591
- .fluid-layout .layout-span12 {
592
- width: 100%;
593
- *width: 99.94680851063829%;
594
- }
595
-
596
- .fluid-layout .layout-span11 {
597
- width: 91.48936170212765%;
598
- *width: 91.43617021276594%;
599
- }
600
-
601
- .fluid-layout .layout-span10 {
602
- width: 82.97872340425532%;
603
- *width: 82.92553191489361%;
604
- }
605
-
606
- .fluid-layout .layout-span9 {
607
- width: 74.46808510638297%;
608
- *width: 74.41489361702126%;
609
- }
610
-
611
- .fluid-layout .layout-span8 {
612
- width: 65.95744680851064%;
613
- *width: 65.90425531914893%;
614
- }
615
-
616
- .fluid-layout .layout-span7 {
617
- width: 57.44680851063829%;
618
- *width: 57.39361702127659%;
619
- }
620
-
621
- .fluid-layout .layout-span6 {
622
- width: 48.93617021276595%;
623
- *width: 48.88297872340425%;
624
- }
625
-
626
- .fluid-layout .layout-span5 {
627
- width: 40.42553191489362%;
628
- *width: 40.37234042553192%;
629
- }
630
-
631
- .fluid-layout .layout-span4 {
632
- width: 31.914893617021278%;
633
- *width: 31.861702127659576%;
634
- }
635
-
636
- .fluid-layout .layout-span3 {
637
- width: 23.404255319148934%;
638
- *width: 23.351063829787233%;
639
- }
640
-
641
- .fluid-layout .layout-span2 {
642
- width: 14.893617021276595%;
643
- *width: 14.840425531914894%;
644
- }
645
-
646
- .fluid-layout .layout-span1 {
647
- width: 6.382978723404255%;
648
- *width: 6.329787234042553%;
649
- }
650
-
651
- .fluid-layout .offset12 {
652
- margin-left: 104.25531914893617%;
653
- *margin-left: 104.14893617021275%;
654
- }
655
-
656
- .fluid-layout .offset12:first-child {
657
- margin-left: 102.12765957446808%;
658
- *margin-left: 102.02127659574467%;
659
- }
660
-
661
- .fluid-layout .offset11 {
662
- margin-left: 95.74468085106382%;
663
- *margin-left: 95.6382978723404%;
664
- }
665
-
666
- .fluid-layout .offset11:first-child {
667
- margin-left: 93.61702127659574%;
668
- *margin-left: 93.51063829787232%;
669
- }
670
-
671
- .fluid-layout .offset10 {
672
- margin-left: 87.23404255319149%;
673
- *margin-left: 87.12765957446807%;
674
- }
675
-
676
- .fluid-layout .offset10:first-child {
677
- margin-left: 85.1063829787234%;
678
- *margin-left: 84.99999999999999%;
679
- }
680
-
681
- .fluid-layout .offset9 {
682
- margin-left: 78.72340425531914%;
683
- *margin-left: 78.61702127659572%;
684
- }
685
-
686
- .fluid-layout .offset9:first-child {
687
- margin-left: 76.59574468085106%;
688
- *margin-left: 76.48936170212764%;
689
- }
690
-
691
- .fluid-layout .offset8 {
692
- margin-left: 70.2127659574468%;
693
- *margin-left: 70.10638297872339%;
694
- }
695
-
696
- .fluid-layout .offset8:first-child {
697
- margin-left: 68.08510638297872%;
698
- *margin-left: 67.9787234042553%;
699
- }
700
-
701
- .fluid-layout .offset7 {
702
- margin-left: 61.70212765957446%;
703
- *margin-left: 61.59574468085106%;
704
- }
705
-
706
- .fluid-layout .offset7:first-child {
707
- margin-left: 59.574468085106375%;
708
- *margin-left: 59.46808510638297%;
709
- }
710
-
711
- .fluid-layout .offset6 {
712
- margin-left: 53.191489361702125%;
713
- *margin-left: 53.085106382978715%;
714
- }
715
-
716
- .fluid-layout .offset6:first-child {
717
- margin-left: 51.063829787234035%;
718
- *margin-left: 50.95744680851063%;
719
- }
720
-
721
- .fluid-layout .offset5 {
722
- margin-left: 44.68085106382979%;
723
- *margin-left: 44.57446808510638%;
724
- }
725
-
726
- .fluid-layout .offset5:first-child {
727
- margin-left: 42.5531914893617%;
728
- *margin-left: 42.4468085106383%;
729
- }
730
-
731
- .fluid-layout .offset4 {
732
- margin-left: 36.170212765957444%;
733
- *margin-left: 36.06382978723405%;
734
- }
735
-
736
- .fluid-layout .offset4:first-child {
737
- margin-left: 34.04255319148936%;
738
- *margin-left: 33.93617021276596%;
739
- }
740
-
741
- .fluid-layout .offset3 {
742
- margin-left: 27.659574468085104%;
743
- *margin-left: 27.5531914893617%;
744
- }
745
-
746
- .fluid-layout .offset3:first-child {
747
- margin-left: 25.53191489361702%;
748
- *margin-left: 25.425531914893618%;
749
- }
750
-
751
- .fluid-layout .offset2 {
752
- margin-left: 19.148936170212764%;
753
- *margin-left: 19.04255319148936%;
754
- }
755
-
756
- .fluid-layout .offset2:first-child {
757
- margin-left: 17.02127659574468%;
758
- *margin-left: 16.914893617021278%;
759
- }
760
-
761
- .fluid-layout .offset1 {
762
- margin-left: 10.638297872340425%;
763
- *margin-left: 10.53191489361702%;
764
- }
765
-
766
- .fluid-layout .offset1:first-child {
767
- margin-left: 8.51063829787234%;
768
- *margin-left: 8.404255319148938%;
769
- }
770
-
771
- [class*="layout-span"].hide,
772
- .fluid-layout [class*="layout-span"].hide {
773
- display: none;
774
- }
775
-
776
- [class*="layout-span"].pull-right,
777
- .fluid-layout [class*="layout-span"].pull-right {
778
- float: right;
779
- }
780
-
781
- .fluid-layout input[class*="layout-span"],
782
- .fluid-layout select[class*="layout-span"],
783
- .fluid-layout textarea[class*="layout-span"],
784
- .fluid-layout .uneditable-input[class*="layout-span"] {
785
- float: none;
786
- margin-left: 0;
787
- }
788
-
789
- .fluid-layout input[class*="layout-span"],
790
- .fluid-layout select[class*="layout-span"],
791
- .fluid-layout textarea[class*="layout-span"],
792
- .fluid-layout .uneditable-input[class*="layout-span"],
793
- .fluid-layout .input-prepend [class*="layout-span"],
794
- .fluid-layout .input-append [class*="layout-span"] {
795
- display: inline-block;
796
- }
797
-
798
- .controls-row [class*="layout-span"],
799
- .fluid-layout .controls-row [class*="layout-span"] {
800
- float: left;
801
- }
802
-
803
- /*********************************TABLE CONTENT********************************/
804
- table td[class*="layout-span"],
805
- table th[class*="layout-span"],
806
- .fluid-layout table td[class*="layout-span"],
807
- .fluid-layout table th[class*="layout-span"] {
808
- display: table-cell;
809
- float: none;
810
- margin-left: 0;
811
- }
812
-
813
- table td.layout-span1,
814
- table th.layout-span1 {
815
- float: none;
816
- width: 44px;
817
- margin-left: 0;
818
- }
819
-
820
- table td.layout-span2,
821
- table th.layout-span2 {
822
- float: none;
823
- width: 124px;
824
- margin-left: 0;
825
- }
826
-
827
- table td.layout-span3,
828
- table th.layout-span3 {
829
- float: none;
830
- width: 204px;
831
- margin-left: 0;
832
- }
833
-
834
- table td.layout-span4,
835
- table th.layout-span4 {
836
- float: none;
837
- width: 284px;
838
- margin-left: 0;
839
- }
840
-
841
- table td.layout-span5,
842
- table th.layout-span5 {
843
- float: none;
844
- width: 364px;
845
- margin-left: 0;
846
- }
847
-
848
- table td.layout-span6,
849
- table th.layout-span6 {
850
- float: none;
851
- width: 444px;
852
- margin-left: 0;
853
- }
854
-
855
- table td.layout-span7,
856
- table th.layout-span7 {
857
- float: none;
858
- width: 524px;
859
- margin-left: 0;
860
- }
861
-
862
- table td.layout-span8,
863
- table th.layout-span8 {
864
- float: none;
865
- width: 604px;
866
- margin-left: 0;
867
- }
868
-
869
- table td.layout-span9,
870
- table th.layout-span9 {
871
- float: none;
872
- width: 684px;
873
- margin-left: 0;
874
- }
875
-
876
- table td.layout-span10,
877
- table th.layout-span10 {
878
- float: none;
879
- width: 764px;
880
- margin-left: 0;
881
- }
882
-
883
- table td.layout-span11,
884
- table th.layout-span11 {
885
- float: none;
886
- width: 844px;
887
- margin-left: 0;
888
- }
889
-
890
- table td.layout-span12,
891
- table th.layout-span12 {
892
- float: none;
893
- width: 924px;
894
- margin-left: 0;
895
- }
896
-
897
- .layout-table-controls {
898
- margin: 0 -1px;
899
- }
900
-
901
- .layout-table-controls > li {
902
- display: inline-block;
903
- margin: 0 1px;
904
- }
905
-
906
- /*.layout-table-controls > li > .btn { padding: 0px; }*/
907
- *
908
-
909
- /
910
- .layout-table-controls > li > .btn > i {
911
- margin-left: 0;
912
- margin-right: 0;
913
- }
914
-
915
- .layout-table-controls > li > a > i {
916
- margin-right: 0;
917
- font-size: 14px;
918
- color: #555;
919
- }
920
-
921
- .layout-table-controls > li > a.btn > b, .layout-table-controls > li > a > b {
922
- margin: 1px 0 -1px 0;
923
- font-size: 14px;
924
- color: #555;
925
- width: 1.1em;
926
- float: none;
927
- }
928
-
929
- .stats-overview-cont {
930
- padding-top: 0px;
931
- margin-bottom: 15px;
932
- }
933
-
934
- .stats-overview {
935
- clear: both;
936
- padding: 10px 10px 0px 10px;
937
- margin: 0px;
938
- margin-bottom: 5px;
939
- }
940
-
941
- .stats-overview .display {
942
- margin-right: 5px;
943
- float: left;
944
- }
945
-
946
- .stats-overview .details {
947
- color: #888;
948
- }
949
-
950
- .stats-overview .details .title {
951
- color: #777;
952
- font-size: 12px;
953
- font-weight: normal;
954
- margin-bottom: 3px;
955
- padding: 0px !important;
956
- }
957
-
958
- .stats-overview .details .title i {
959
- color: #999;
960
- margin-right: 2px;
961
- }
962
-
963
- .stats-overview .details .numbers {
964
- color: #777;
965
- font-size: 20px;
966
- font-weight: bold;
967
- margin-bottom: 6px;
968
- !important
969
- }
970
-
971
- .stats-overview .progress-layout {
972
- height: 10px;
973
- margin-bottom: 10px !important;
974
- }
975
-
976
- .stats-overview:hover {
977
- text-decoration: none !important;
978
- border-color: #999 !important;
979
- color: #444 !important;
980
- text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
981
- -webkit-transition: all 0.3s ease !important;
982
- -moz-transition: all 0.3s ease !important;
983
- -ms-transition: all 0.3s ease !important;
984
- -o-transition: all 0.3s ease !important;
985
- transition: all 0.3s ease !important;
986
- -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
987
- -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
988
- box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
989
- }
990
-
991
- @-webkit-keyframes progress-bar-stripes {
992
- from {
993
- background-position: 40px 0;
994
- }
995
- to {
996
- background-position: 0 0;
997
- }
998
- }
999
-
1000
- @-moz-keyframes progress-bar-stripes {
1001
- from {
1002
- background-position: 40px 0;
1003
- }
1004
- to {
1005
- background-position: 0 0;
1006
- }
1007
- }
1008
-
1009
- @-ms-keyframes progress-bar-stripes {
1010
- from {
1011
- background-position: 40px 0;
1012
- }
1013
- to {
1014
- background-position: 0 0;
1015
- }
1016
- }
1017
-
1018
- @-o-keyframes progress-bar-stripes {
1019
- from {
1020
- background-position: 0 0;
1021
- }
1022
- to {
1023
- background-position: 40px 0;
1024
- }
1025
- }
1026
-
1027
- @keyframes progress-bar-stripes {
1028
- from {
1029
- background-position: 40px 0;
1030
- }
1031
- to {
1032
- background-position: 0 0;
1033
- }
1034
- }
1035
-
1036
- .progress-layout {
1037
- height: 20px;
1038
- margin-bottom: 20px;
1039
- overflow: hidden;
1040
- background-color: #f7f7f7;
1041
- background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
1042
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
1043
- background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
1044
- background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
1045
- background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
1046
- background-repeat: repeat-x;
1047
- -webkit-border-radius: 4px;
1048
- -moz-border-radius: 4px;
1049
- border-radius: 4px;
1050
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
1051
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1052
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1053
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1054
- }
1055
-
1056
- .progress-layout .bar {
1057
- float: left;
1058
- width: 0;
1059
- height: 100%;
1060
- font-size: 12px;
1061
- color: #ffffff;
1062
- text-align: center;
1063
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1064
- background-color: #0e90d2;
1065
- background-image: -moz-linear-gradient(top, #149bdf, #0480be);
1066
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
1067
- background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
1068
- background-image: -o-linear-gradient(top, #149bdf, #0480be);
1069
- background-image: linear-gradient(to bottom, #149bdf, #0480be);
1070
- background-repeat: repeat-x;
1071
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
1072
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1073
- -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1074
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1075
- -webkit-box-sizing: border-box;
1076
- -moz-box-sizing: border-box;
1077
- box-sizing: border-box;
1078
- -webkit-transition: width 0.6s ease;
1079
- -moz-transition: width 0.6s ease;
1080
- -o-transition: width 0.6s ease;
1081
- transition: width 0.6s ease;
1082
- }
1083
-
1084
- .progress-layout .bar + .bar {
1085
- -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1086
- -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1087
- box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1088
- }
1089
-
1090
- .progress-layout-striped .bar {
1091
- background-color: #149bdf;
1092
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1093
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1094
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1095
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1096
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1097
- -webkit-background-size: 40px 40px;
1098
- -moz-background-size: 40px 40px;
1099
- -o-background-size: 40px 40px;
1100
- background-size: 40px 40px;
1101
- }
1102
-
1103
- .progress-layout.active .bar {
1104
- -webkit-animation: progress-bar-stripes 2s linear infinite;
1105
- -moz-animation: progress-bar-stripes 2s linear infinite;
1106
- -ms-animation: progress-bar-stripes 2s linear infinite;
1107
- -o-animation: progress-bar-stripes 2s linear infinite;
1108
- animation: progress-bar-stripes 2s linear infinite;
1109
- }
1110
-
1111
- .progress-layout-danger .bar,
1112
- .progress-layout .bar-danger {
1113
- background-color: #dd514c;
1114
- background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
1115
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
1116
- background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
1117
- background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
1118
- background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
1119
- background-repeat: repeat-x;
1120
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
1121
- }
1122
-
1123
- .progress-layout-danger.progress-layout-striped .bar,
1124
- .progress-layout-striped .bar-danger {
1125
- background-color: #ee5f5b;
1126
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1127
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1128
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1129
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1130
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1131
- }
1132
-
1133
- .progress-layout-success .bar,
1134
- .progress-layout .bar-success {
1135
- background-color: #5eb95e;
1136
- background-image: -moz-linear-gradient(top, #62c462, #57a957);
1137
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
1138
- background-image: -webkit-linear-gradient(top, #62c462, #57a957);
1139
- background-image: -o-linear-gradient(top, #62c462, #57a957);
1140
- background-image: linear-gradient(to bottom, #62c462, #57a957);
1141
- background-repeat: repeat-x;
1142
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
1143
- }
1144
-
1145
- .progress-layout-success.progress-layout-striped .bar,
1146
- .progress-layout-striped .bar-success {
1147
- background-color: #62c462;
1148
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1149
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1150
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1151
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1152
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1153
- }
1154
-
1155
- .progress-layout-info .bar,
1156
- .progress-layout .bar-info {
1157
- background-color: #4bb1cf;
1158
- background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
1159
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
1160
- background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
1161
- background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
1162
- background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
1163
- background-repeat: repeat-x;
1164
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
1165
- }
1166
-
1167
- .progress-layout-info.progress-layout-striped .bar,
1168
- .progress-layout-striped .bar-info {
1169
- background-color: #5bc0de;
1170
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1171
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1172
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1173
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1174
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1175
- }
1176
-
1177
- .progress-layout-warning .bar,
1178
- .progress-layout .bar-warning {
1179
- background-color: #faa732;
1180
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
1181
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
1182
- background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
1183
- background-image: -o-linear-gradient(top, #fbb450, #f89406);
1184
- background-image: linear-gradient(to bottom, #fbb450, #f89406);
1185
- background-repeat: repeat-x;
1186
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
1187
- }
1188
-
1189
- .progress-layout-warning.progress-layout-striped .bar,
1190
- .progress-layout-striped .bar-warning {
1191
- background-color: #fbb450;
1192
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1193
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1194
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1195
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1196
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1197
- }
1198
-
1199
- .widget-layout {
1200
- background: none repeat scroll 0 0 #F9F9F9;
1201
- border-top: 1px solid #e0dede;
1202
- border-left: 1px solid #e0dede;
1203
- border-right: 1px solid #e0dede;
1204
- clear: both;
1205
- margin-top: 0px;
1206
- margin-bottom: 20px;
1207
- -webkit-border-radius: 3px;
1208
- -moz-border-radius: 3px;
1209
- border-radius: 3px;
1210
- }
1211
-
1212
- .widget-layout-title {
1213
- background-color: #EFEFEF;
1214
- background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#EAEAEA));
1215
- background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
1216
- background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
1217
- background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
1218
- background-image: -o-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
1219
- background-image: -linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
1220
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0);
1221
- border-bottom: 1px solid #e0dede;
1222
- height: 36px;
1223
-
1224
- -webkit-border-radius: 3px 3px 0px 0px;
1225
- -moz-border-radius: 3px 3px 0px 0px;
1226
- border-radius: 3px 3px 0px 0px;
1227
- }
1228
-
1229
- /****************************** Widget Section *********************************/
1230
- .widget-layout-title > h4 {
1231
- color: #444;
1232
- float: left;
1233
- font-size: 13px;
1234
- font-weight: bold;
1235
- padding: 12px 11px 10px 15px;
1236
- line-height: 12px;
1237
- margin: 0px !important;
1238
- }
1239
-
1240
- .widget-layout-title > h4 i {
1241
- font-size: 14px;
1242
- margin-right: 6px;
1243
- !important
1244
- }
1245
-
1246
- .widget-layout-title span.tools {
1247
- padding: 3px 5px 2px;
1248
- float: right;
1249
- margin: 6px 0px 0 0 !important;
1250
- cursor: pointer;
1251
- }
1252
-
1253
- .widget-layout-title span.tools > a {
1254
- display: inline-block;
1255
- margin-right: 5px !important;
1256
- color: #555;
1257
- font-size: 14px;
1258
- }
1259
-
1260
- .widget-layout-title span.tools > a:hover {
1261
- text-decoration: none;
1262
- -webkit-transition: all 0.1s ease-in-out;
1263
- -moz-transition: all 0.1s ease-in-out;
1264
- -o-transition: all 0.1s ease-in-out;
1265
- -ms-transition: all 0.1s ease-in-out;
1266
- transition: all 0.1s ease-in-out;
1267
- opacity: .6;
1268
- }
1269
-
1270
- .widget-layout-title .btn-group {
1271
- margin-right: 5px !important;
1272
- margin-top: -2px !important;
1273
- }
1274
-
1275
- .widget-layout-title .btn-group .caret {
1276
- margin-top: 8px !important;
1277
- margin-left: 3px !important;
1278
- }
1279
-
1280
- .widget-layout-body {
1281
- padding: 10px 15px;
1282
- border-bottom: 1px solid #CDCDCD;
1283
- -webkit-border-radius: 0px 0px 3px 3px;
1284
- -moz-border-radius: 0px 0px 3px 3px;
1285
- border-radius: 0px 0px 3px 3px;
1286
- }
1287
-
1288
- /********************** Widget Section *********************************/
1289
- .fluid-layout table {
1290
- max-width: 100%;
1291
- background-color: transparent;
1292
- border-collapse: collapse;
1293
- border-spacing: 0;
1294
- }
1295
-
1296
- .fluid-layout .table {
1297
- width: 100%;
1298
- margin-bottom: 20px;
1299
- margin-top: 10px !important
1300
- }
1301
-
1302
- .fluid-layout .table th,
1303
- .fluid-layout .table td {
1304
- padding: 8px;
1305
- line-height: 20px;
1306
- text-align: left;
1307
- vertical-align: top;
1308
- border-top: 1px solid #dddddd;
1309
- }
1310
-
1311
- .fluid-layout .table th {
1312
- font-weight: bold;
1313
- }
1314
-
1315
- .fluid-layout .table caption + thead tr:first-child th,
1316
- .fluid-layout .table caption + thead tr:first-child td,
1317
- .fluid-layout .table colgroup + thead tr:first-child th,
1318
- .fluid-layout .table colgroup + thead tr:first-child td,
1319
- .fluid-layout.table thead:first-child tr:first-child th,
1320
- .fluid-layout.table thead :first-child tr:first-child td {
1321
- border-top: 0;
1322
- }
1323
-
1324
- .fluid-layout .table tbody + tbody {
1325
- border-top: 2px solid #dddddd;
1326
- }
1327
-
1328
- .fluid-layout .table .table {
1329
- background-color: #ffffff;
1330
- }
1331
-
1332
- .fluid-layout .table-condensed th,
1333
- .fluid-layout .table-condensed td {
1334
- padding: 4px 5px;
1335
- }
1336
-
1337
- .fluid-layout .table-bordered {
1338
- border: 1px solid #dddddd;
1339
- border-collapse: separate;
1340
- *border-collapse: collapse;
1341
- border-left: 0;
1342
- -webkit-border-radius: 4px;
1343
- -moz-border-radius: 4px;
1344
- border-radius: 4px;
1345
- }
1346
-
1347
- .fluid-layout .table-bordered th,
1348
- .fluid-layout .table-bordered td {
1349
- border-left: 1px solid #dddddd;
1350
- }
1351
-
1352
- .fluid-layout .table-striped tbody > tr:nth-child(odd) > td,
1353
- .fluid-layout .table-striped tbody > tr:nth-child(odd) > th {
1354
- background-color: #f9f9f9;
1355
- }
1356
-
1357
- .fluid-layout .table-hover tbody tr:hover td,
1358
- .fluid-layout .table-hover tbody tr:hover th {
1359
- background-color: #f5f5f5;
1360
- }
1361
-
1362
- .fluid-layout .table tbody tr.success td {
1363
- background-color: #dff0d8;
1364
- }
1365
-
1366
- .fluid-layout .table tbody tr.error td {
1367
- background-color: #f2dede;
1368
- }
1369
-
1370
- .fluid-layout .table tbody tr.warning td {
1371
- background-color: #fcf8e3;
1372
- }
1373
-
1374
- .fluid-layout .table tbody tr.info td {
1375
- background-color: #d9edf7;
1376
- }
1377
-
1378
- .fluid-layout .table-hover tbody tr.success:hover td {
1379
- background-color: #d0e9c6;
1380
- }
1381
-
1382
- .fluid-layout .table-hover tbody tr.error:hover td {
1383
- background-color: #ebcccc;
1384
- }
1385
-
1386
- .fluid-layout .table-hover tbody tr.warning:hover td {
1387
- background-color: #faf2cc;
1388
- }
1389
-
1390
- .fluid-layout .table-hover tbody tr.info:hover td {
1391
- background-color: #c4e3f3;
1392
- }
1393
-
1394
- .label-layout,
1395
- .badge {
1396
- display: inline-block;
1397
- padding: 2px 4px;
1398
- font-size: 11.844px;
1399
- font-weight: bold;
1400
- line-height: 14px;
1401
- color: #ffffff;
1402
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1403
- white-space: nowrap;
1404
- vertical-align: baseline;
1405
- background-color: #999999;
1406
- }
1407
-
1408
- .label-layout {
1409
- -webkit-border-radius: 3px;
1410
- -moz-border-radius: 3px;
1411
- border-radius: 3px;
1412
- }
1413
-
1414
- .badge {
1415
- padding-right: 9px;
1416
- padding-left: 9px;
1417
- -webkit-border-radius: 9px;
1418
- -moz-border-radius: 9px;
1419
- border-radius: 9px;
1420
- }
1421
-
1422
- .label-layout:empty,
1423
- .badge:empty {
1424
- display: none;
1425
- }
1426
-
1427
- .label-layout-important,
1428
- .badge-important {
1429
- background-color: #b94a48;
1430
- }
1431
-
1432
- .label-layout-important[href],
1433
- .badge-important[href] {
1434
- background-color: #953b39;
1435
- }
1436
-
1437
- .label-layout-warning,
1438
- .badge-warning {
1439
- background-color: #f89406;
1440
- }
1441
-
1442
- .label-layout-warning[href],
1443
- .badge-warning[href] {
1444
- background-color: #c67605;
1445
- }
1446
-
1447
- .label-layout-success,
1448
- .badge-success {
1449
- background-color: #468847;
1450
- }
1451
-
1452
- .label-layout-success[href],
1453
- .badge-success[href] {
1454
- background-color: #356635;
1455
- }
1456
-
1457
- .label-layout-info,
1458
- .badge-info {
1459
- background-color: #3a87ad;
1460
- }
1461
-
1462
- .label-layout-info[href],
1463
- .badge-info[href] {
1464
- background-color: #2d6987;
1465
- }
1466
-
1467
- .label-layout-inverse,
1468
- .badge-inverse {
1469
- background-color: #333333;
1470
- }
1471
-
1472
- .label-layout-inverse[href],
1473
- .badge-inverse[href] {
1474
- background-color: #1a1a1a;
1475
- }
1476
-
1477
- .btn .label-layout,
1478
- .btn .badge {
1479
- position: relative;
1480
- top: -1px;
1481
- }
1482
-
1483
- .btn-mini .label-layout,
1484
- .btn-mini .badge {
1485
- top: 0;
1486
- }
1487
-
1488
- .fluid-layout a {
1489
-
1490
- text-decoration: none !important
1491
- }
1492
-
1493
- .fluid-layout a:hover {
1494
-
1495
- text-decoration: none !important
1496
- }
1497
-
1498
- /***********************************************FORM CONTENT***********************************************/
1499
- .widget-layout-body .form form {
1500
- margin: 0px !important;
1501
- padding: 0px !important;
1502
- }
1503
-
1504
- .widget-layout-body .layout-control-group:last-child {
1505
- padding-bottom: 0px !important;
1506
- margin-bottom: 0px !important;
1507
- }
1508
-
1509
- .widget-layout-body .form-actions {
1510
- margin-left: -15px !important;
1511
- margin-right: -15px !important;
1512
- margin-top: 20px !important;
1513
- margin-bottom: -15px !important;
1514
- margin-top: 20px;
1515
- padding-left: 195px;
1516
- -webkit-border-radius: 0px 0px 4px 4px;
1517
- -moz-border-radius: 0px 0px 4px 4px;
1518
- border-radius: 0px 0px 4px 4px;
1519
- }
1520
-
1521
- .widget-layout-body .dataTables_info, .widget-layout-body .dataTables_paginate {
1522
- /*margin-top: 5px !important;*/
1523
- padding-bottom: 0px !important;
1524
- margin-bottom: -4px !important;
1525
- }
1526
-
1527
- .dataTables_info {
1528
- padding: 0px;
1529
- display: block;
1530
- float: left;
1531
- }
1532
-
1533
- .dataTables_paginate {
1534
- float: right;
1535
- margin: 0px;
1536
- }
1537
-
1538
- .dataTables_paginate .last {
1539
- margin-right: 0 !important;
1540
- }
1541
-
1542
- paging_full_numbers {
1543
- height: 22px;
1544
- line-height: 22px;
1545
- }
1546
-
1547
- .paging_full_numbers .next:active, .paging_full_numbers .first:active, .paging_full_numbers .previous:active, .paging_full_numbers .last:active {
1548
- font-weight: normal !important;
1549
- }
1550
-
1551
- .paging_full_numbers a:active {
1552
- outline: none
1553
- }
1554
-
1555
- .paging_full_numbers a:hover {
1556
- text-decoration: none;
1557
- }
1558
-
1559
- .paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
1560
- border: 1px solid #d3d3d3;
1561
- -webkit-border-radius: 2px;
1562
- -moz-border-radius: 2px;
1563
- border-radius: 2px;
1564
- padding: 5px 8px;
1565
- margin: 0 3px;
1566
- cursor: pointer;
1567
- *cursor: hand;
1568
- color: #919191;
1569
- font-size: 11px;
1570
- box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
1571
- -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
1572
- -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
1573
- }
1574
-
1575
- .paging_full_numbers a.paginate_button {
1576
- background: #ffffff;
1577
- background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
1578
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
1579
- background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
1580
- background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
1581
- background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
1582
- background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
1583
- }
1584
-
1585
- .paging_full_numbers a.paginate_button:hover {
1586
- background: #fcfcfc;
1587
- color: #327394;
1588
- }
1589
-
1590
- .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active {
1591
- background: #6f6f6f;
1592
- color: #fff;
1593
- border-color: #646464;
1594
- box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
1595
- -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
1596
- -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
1597
- font-weight: bold;
1598
- }
1599
-
1600
- .paginate_button_disabled, .paginate_button_disabled:active {
1601
- background: #F9F9F9 !important;
1602
- color: #CCC !important;
1603
- box-shadow: none !important;
1604
- font-weight: normal !important;
1605
- border: 1px solid #E5E5E5 !important;
1606
- }
1607
-
1608
- .paginate_button_disabled:active {
1609
- border-color: #d3d3d3 !important;
1610
- }
1611
-
1612
- .dataTables_processing {
1613
- position: absolute;
1614
- top: 50%;
1615
- left: 50%;
1616
- width: 250px;
1617
- height: 30px;
1618
- margin-left: -125px;
1619
- margin-top: -15px;
1620
- padding: 14px 0 2px 0;
1621
- border: 1px solid #ddd;
1622
- text-align: center;
1623
- color: #999;
1624
- font-size: 14px;
1625
- background-color: white;
1626
- }
1627
-
1628
- .sorting {
1629
- background: url('../images/tables/sort_both.png') no-repeat 100% 8px;
1630
- }
1631
-
1632
- .sorting_asc {
1633
- background: url('../images/tables/sort_asc.png') no-repeat 100% 8px;
1634
- }
1635
-
1636
- .sorting_desc {
1637
- background: url('../images/tables/sort_desc.png') no-repeat 100% 8px;
1638
- }
1639
-
1640
- .sorting_asc_disabled {
1641
- background: url('../images/tables/sort_asc_disabled.png') no-repeat 100% 8px;
1642
- }
1643
-
1644
- .sorting_desc_disabled {
1645
- background: url('../images/tables/sort_desc_disabled.png') no-repeat 100% 8px;
1646
- }
1647
-
1648
- .table.dataTable th:active {
1649
- outline: none;
1650
- }
1651
-
1652
- .datatable-footer {
1653
- border-top: 1px solid #ddd;
1654
- padding: 15px 0;
1655
- }
1656
-
1657
- .datatable-footer {
1658
- background: #fcfcfc;
1659
- background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1660
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f5f5f5));
1661
- background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1662
- background: -o-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1663
- background: -ms-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1664
- background: linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1665
- }
1666
-
1667
- .dataTables_scroll {
1668
- clear: both;
1669
- }
1670
-
1671
- .dataTables_scrollBody {
1672
- *margin-top: -1px;
1673
- -webkit-overflow-scrolling: touch;
1674
- }
1675
-
1676
- .table.dataTable th:active {
1677
- outline: none;
1678
- }
1679
-
1680
- .datatable-footer {
1681
- border-top: 1px solid #ddd;
1682
- padding: 15px 0;
1683
- margin-bottom: 10px;
1684
- }
1685
-
1686
- .datatable-footer {
1687
- background: #fcfcfc;
1688
- background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1689
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f5f5f5));
1690
- background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1691
- background: -o-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1692
- background: -ms-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1693
- background: linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1694
- }
1695
-
1696
- .dataTables_scroll {
1697
- clear: both;
1698
- }
1699
-
1700
- .dataTables_scrollBody {
1701
- *margin-top: -1px;
1702
- -webkit-overflow-scrolling: touch;
1703
- }
1704
-
1705
- .widget-layout-body .table {
1706
- padding-bottom: 0px !important;
1707
- margin-bottom: 0px !important;
1708
- }
1709
-
1710
- .form-search input,
1711
- .form-inline input,
1712
- .layout-form input,
1713
- .form-search textarea,
1714
- .form-inline textarea,
1715
- .layout-form textarea,
1716
- .form-search select,
1717
- .form-inline select,
1718
- .layout-form select,
1719
- .form-search .help-inline,
1720
- .form-inline .help-inline,
1721
- .layout-form .help-inline,
1722
- .form-search .uneditable-input,
1723
- .form-inline .uneditable-input,
1724
- .layout-form .uneditable-input,
1725
- .form-search .input-prepend,
1726
- .form-inline .input-prepend,
1727
- .layout-form .input-prepend,
1728
- .form-search .input-append,
1729
- .form-inline .input-append,
1730
- .layout-form .input-append {
1731
- display: inline-block;
1732
- *display: inline;
1733
- margin-bottom: 0;
1734
- vertical-align: middle;
1735
- *zoom: 1;
1736
- }
1737
-
1738
- .layout-control-group {
1739
- margin-bottom: 10px;
1740
- }
1741
-
1742
- legend + .layout-control-group {
1743
- margin-top: 20px;
1744
- -webkit-margin-top-collapse: separate;
1745
- }
1746
-
1747
- .layout-form .layout-control-group {
1748
- *zoom: 1;
1749
- }
1750
-
1751
- .layout-form .layout-control-group:before,
1752
- .layout-form .layout-control-group:after {
1753
- display: table;
1754
- line-height: 0;
1755
- content: "";
1756
- }
1757
-
1758
- .layout-form .layout-control-group:after {
1759
- clear: both;
1760
- }
1761
-
1762
- .layout-form .layout-control-label {
1763
- float: left;
1764
- width: 160px;
1765
- padding-top: 8px;
1766
- text-align: left;
1767
- }
1768
-
1769
- .layout-form .layout-controls {
1770
- *display: inline-block;
1771
- *padding-left: 20px;
1772
- margin-left: 180px;
1773
- *margin-left: 0;
1774
- }
1775
-
1776
- .layout-form .layout-controls-radio {
1777
- margin-top: 7px;
1778
- float: left;
1779
- margin-left: 20px;
1780
- }
1781
-
1782
- .layout-form .layout-controls:first-child {
1783
- *padding-left: 180px;
1784
- }
1785
-
1786
- .layout-form .help-block {
1787
- margin-bottom: 0;
1788
- }
1789
-
1790
- .layout-form input + .help-block,
1791
- .layout-form select + .help-block,
1792
- .layout-form textarea + .help-block,
1793
- .layout-form .uneditable-input + .help-block,
1794
- .layout-form .input-prepend + .help-block,
1795
- .layout-form .input-append + .help-block {
1796
- margin-top: 10px;
1797
- }
1798
-
1799
- .layout-form .form-actions {
1800
- padding-left: 180px;
1801
- }
1802
-
1803
- .layout-control-group.warning > label,
1804
- .layout-control-group.warning .help-block,
1805
- .layout-control-group.warning .help-inline {
1806
- color: #c09853;
1807
- }
1808
-
1809
- .layout-control-group.warning .checkbox,
1810
- .layout-control-group.warning .radio,
1811
- .layout-control-group.warning input,
1812
- .layout-control-group.warning select,
1813
- .layout-control-group.warning textarea {
1814
- color: #c09853;
1815
- }
1816
-
1817
- .layout-control-group.warning input,
1818
- .layout-control-group.warning select,
1819
- .layout-control-group.warning textarea {
1820
- border-color: #c09853;
1821
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1822
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1823
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1824
- }
1825
-
1826
- .layout-control-group.warning input:focus,
1827
- .layout-control-group.warning select:focus,
1828
- .layout-control-group.warning textarea:focus {
1829
- border-color: #a47e3c;
1830
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1831
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1832
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1833
- }
1834
-
1835
- .layout-control-group.warning .input-prepend .add-on,
1836
- .layout-control-group.warning .input-append .add-on {
1837
- color: #c09853;
1838
- background-color: #fcf8e3;
1839
- border-color: #c09853;
1840
- }
1841
-
1842
- .layout-control-group.error > label,
1843
- .layout-control-group.error .help-block,
1844
- .layout-control-group.error .help-inline {
1845
- color: #b94a48;
1846
- }
1847
-
1848
- .error {
1849
- color: #b94a48;
1850
- }
1851
-
1852
- .layout-control-group.error .checkbox,
1853
- .layout-control-group.error .radio,
1854
- .layout-control-group.error input,
1855
- .layout-control-group.error select,
1856
- .layout-control-group.error textarea {
1857
- color: #b94a48;
1858
- }
1859
-
1860
- .layout-control-group.error input,
1861
- .layout-control-group.error select,
1862
- .layout-control-group.error textarea {
1863
- border-color: #b94a48;
1864
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1865
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1866
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1867
- }
1868
-
1869
- .layout-control-group.error input:focus,
1870
- .layout-control-group.error select:focus,
1871
- .layout-control-group.error textarea:focus {
1872
- border-color: #953b39;
1873
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1874
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1875
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1876
- }
1877
-
1878
- .layout-control-group.error .input-prepend .add-on,
1879
- .layout-control-group.error .input-append .add-on {
1880
- color: #b94a48;
1881
- background-color: #f2dede;
1882
- border-color: #b94a48;
1883
- }
1884
-
1885
- .layout-control-group.success > label,
1886
- .layout-control-group.success .help-block,
1887
- .layout-control-group.success .help-inline {
1888
- color: #468847;
1889
- }
1890
-
1891
- .layout-control-group.success .checkbox,
1892
- .layout-control-group.success .radio,
1893
- .layout-control-group.success input,
1894
- .layout-control-group.success select,
1895
- .layout-control-group.success textarea {
1896
- color: #468847;
1897
- }
1898
-
1899
- .layout-control-group.success input,
1900
- .layout-control-group.success select,
1901
- .layout-control-group.success textarea {
1902
- border-color: #468847;
1903
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1904
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1905
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1906
- }
1907
-
1908
- .layout-control-group.success input:focus,
1909
- .layout-control-group.success select:focus,
1910
- .layout-control-group.success textarea:focus {
1911
- border-color: #356635;
1912
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1913
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1914
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1915
- }
1916
-
1917
- .layout-control-group.success .input-prepend .add-on,
1918
- .layout-control-group.success .input-append .add-on {
1919
- color: #468847;
1920
- background-color: #dff0d8;
1921
- border-color: #468847;
1922
- }
1923
-
1924
- .layout-control-group.info > label,
1925
- .layout-control-group.info .help-block,
1926
- .layout-control-group.info .help-inline {
1927
- color: #3a87ad;
1928
- }
1929
-
1930
- .layout-control-group.info .checkbox,
1931
- .layout-control-group.info .radio,
1932
- .layout-control-group.info input,
1933
- .layout-control-group.info select,
1934
- .layout-control-group.info textarea {
1935
- color: #3a87ad;
1936
- }
1937
-
1938
- .layout-control-group.info input,
1939
- .layout-control-group.info select,
1940
- .layout-control-group.info textarea {
1941
- border-color: #3a87ad;
1942
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1943
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1944
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1945
- }
1946
-
1947
- .layout-control-group.info input:focus,
1948
- .layout-control-group.info select:focus,
1949
- .layout-control-group.info textarea:focus {
1950
- border-color: #2d6987;
1951
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1952
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1953
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1954
- }
1955
-
1956
- .layout-control-group.info .input-prepend .add-on,
1957
- .layout-control-group.info .input-append .add-on {
1958
- color: #3a87ad;
1959
- background-color: #d9edf7;
1960
- border-color: #3a87ad;
1961
- }
1962
-
1963
- .layout-controls > .radio,
1964
- .layout-controls > .checkbox {
1965
- display: inline-block;
1966
- /*padding: 0 !important;*/
1967
- margin: 0 !important;
1968
- margin-top: 0px !important;
1969
- margin-right: 15px !important;
1970
- }
1971
-
1972
- .layout-controls > .radio.line,
1973
- .layout-controls > .checkbox.line {
1974
- display: block;
1975
- padding: 0 !important;
1976
- margin: 0 !important;
1977
- margin-top: 5px !important;
1978
- }
1979
-
1980
- .layout-controls .text {
1981
- display: block;
1982
- margin-top: 5px;
1983
- }
1984
-
1985
- .layout-controls > .radio:first-child,
1986
- .layout-controls > .checkbox:first-child {
1987
- padding-top: 7px;
1988
- }
1989
-
1990
-
1991
-
1992
- .dropup, .dropdown {
1993
- position: relative;
1994
- }
1995
-
1996
- .dropdown-toggle {
1997
- *margin-bottom: -3px;
1998
- }
1999
-
2000
- .dropdown-toggle:active, .open .dropdown-toggle {
2001
- outline: 0;
2002
- }
2003
-
2004
- /* # Other classes
2005
- ================================================== */
2006
-
2007
- .close {
2008
- float: right;
2009
- font-size: 16px;
2010
- line-height: 16px;
2011
- color: #000000;
2012
- opacity: 0.2;
2013
- filter: alpha(opacity=20);
2014
- }
2015
-
2016
- .close:hover {
2017
- color: #000000;
2018
- text-decoration: none;
2019
- cursor: pointer;
2020
- opacity: 0.4;
2021
- filter: alpha(opacity=40);
2022
- }
2023
-
2024
- button.close {
2025
- padding: 0;
2026
- cursor: pointer;
2027
- background: transparent;
2028
- border: 0;
2029
- }
2030
-
2031
- .pull-right {
2032
- float: right;
2033
- }
2034
-
2035
- .pull-left {
2036
- float: left;
2037
- }
2038
-
2039
- .hide {
2040
- display: none;
2041
- }
2042
-
2043
- .show {
2044
- display: block;
2045
- }
2046
-
2047
- .invisible {
2048
- visibility: hidden;
2049
- }
2050
-
2051
- .typeahead {
2052
- margin-top: -1px;
2053
- }
2054
-
2055
- .fade {
2056
- opacity: 0;
2057
- -webkit-transition: opacity 0.15s linear;
2058
- -moz-transition: opacity 0.15s linear;
2059
- -o-transition: opacity 0.15s linear;
2060
- transition: opacity 0.15s linear;
2061
- }
2062
-
2063
- .fade.in {
2064
- opacity: 1;
2065
- }
2066
-
2067
- .collapse {
2068
- position: relative;
2069
- height: 0;
2070
- overflow: hidden;
2071
- -webkit-transition: height 0.35s ease;
2072
- -moz-transition: height 0.35s ease;
2073
- -o-transition: height 0.35s ease;
2074
- transition: height 0.35s ease;
2075
- }
2076
-
2077
- .collapse.in {
2078
- height: auto;
2079
- }
2080
-
2081
- .hidden {
2082
- display: none;
2083
- }
2084
-
2085
- *=
2086
- =
2087
- =
2088
- =
2089
- =
2090
- Popover
2091
-
2092
- =
2093
- =
2094
- =
2095
- =
2096
- =
2097
- *
2098
-
2099
- /
2100
-
2101
- .popover {
2102
- position: absolute;
2103
- top: 0;
2104
- left: 0;
2105
- z-index: 1010;
2106
- display: none;
2107
- background-color: #ffffff;
2108
- border: 1px solid #d5d5d5;
2109
- -webkit-background-clip: padding-box;
2110
- -moz-background-clip: padding;
2111
- background-clip: padding-box;
2112
- -webkit-border-radius: 3px;
2113
- -moz-border-radius: 3px;
2114
- border-radius: 3px;
2115
- -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
2116
- -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
2117
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
2118
- }
2119
-
2120
- .popover.top {
2121
- margin-bottom: 10px;
2122
- }
2123
-
2124
- .popover.right {
2125
- margin-left: 10px;
2126
- }
2127
-
2128
- .popover.bottom {
2129
- margin-top: 10px;
2130
- }
2131
-
2132
- .popover.left {
2133
- margin-left: -10px;
2134
- }
2135
-
2136
- .popover-title {
2137
- border-bottom: 1px solid #d5d5d5;
2138
- margin: 0;
2139
- padding: 9px 14px 8px 14px;
2140
- font-size: 12px;
2141
- font-weight: bold;
2142
- line-height: 18px;
2143
- -webkit-border-radius: 3px 3px 0 0;
2144
- -moz-border-radius: 3px 3px 0 0;
2145
- border-radius: 3px 3px 0 0;
2146
- background: #f7f7f7;
2147
- background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
2148
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
2149
- background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
2150
- background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
2151
- background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
2152
- background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
2153
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
2154
-
2155
- box-shadow: 0 1px 0 #fff;
2156
- -webkit-box-shadow: 0 1px 0 #fff;
2157
- -moz-box-shadow: 0 1px 0 #fff;
2158
- }
2159
-
2160
- .popover-content {
2161
- padding: 9px 14px;
2162
- }
2163
-
2164
- .popover-content p, .popover-content ul, .popover-content ol {
2165
- margin-bottom: 0;
2166
- }
2167
-
2168
- .popover .arrow, .popover .arrow:after {
2169
- position: absolute;
2170
- display: inline-block;
2171
- width: 0;
2172
- height: 0;
2173
- border-color: transparent;
2174
- border-style: solid;
2175
- }
2176
-
2177
- .popover .arrow:after {
2178
- content: "";
2179
- z-index: -1;
2180
- }
2181
-
2182
- .popover.top .arrow {
2183
- bottom: -7px;
2184
- left: 50%;
2185
- margin-left: -7px;
2186
- border-width: 7px 7px 0;
2187
- border-top-color: #ffffff;
2188
- }
2189
-
2190
- .popover.top .arrow:after {
2191
- border-width: 8px 8px 0;
2192
- border-top-color: rgba(0, 0, 0, 0.25);
2193
- bottom: -1px;
2194
- left: -8px;
2195
- }
2196
-
2197
- .popover.right .arrow {
2198
- top: 50%;
2199
- left: -7px;
2200
- margin-top: -7px;
2201
- border-width: 7px 7px 7px 0;
2202
- border-right-color: #ffffff;
2203
- }
2204
-
2205
- .popover.right .arrow:after {
2206
- border-width: 8px 8px 8px 0;
2207
- border-right-color: rgba(0, 0, 0, 0.25);
2208
- bottom: -8px;
2209
- left: -1px;
2210
- }
2211
-
2212
- .popover.bottom .arrow {
2213
- top: -7px;
2214
- left: 50%;
2215
- margin-left: -7px;
2216
- border-width: 0 7px 7px;
2217
- border-bottom-color: #ffffff;
2218
- }
2219
-
2220
- .popover.bottom .arrow:after {
2221
- border-width: 0 8px 8px;
2222
- border-bottom-color: rgba(0, 0, 0, 0.25);
2223
- top: -1px;
2224
- left: -8px;
2225
- }
2226
-
2227
- .popover.left .arrow {
2228
- top: 50%;
2229
- right: -7px;
2230
- margin-top: -7px;
2231
- border-width: 7px 0 7px 7px;
2232
- border-left-color: #ffffff;
2233
- }
2234
-
2235
- .popover.left .arrow:after {
2236
- border-width: 8px 0 8px 8px;
2237
- border-left-color: rgba(0, 0, 0, 0.25);
2238
- bottom: -8px;
2239
- right: -1px;
2240
- }
2241
-
2242
- .custom-layout-label {
2243
- width: 120px;
2244
- display: inline-block;
2245
- }
2246
-
2247
- .layout-form .layout-label-control-group {
2248
- float: left;
2249
- width: 160px;
2250
- text-align: left;
2251
- }
2252
-
2253
- .layout-system-report {
2254
- display: none;
2255
- margin: 10px 0;
2256
- padding: 0;
2257
- position: relative;
2258
- }
2259
- .close-report
2260
- {
2261
- display: none;
2262
- }
2263
- .layout-system-report textarea {
2264
- font-family: monospace;
2265
- width: 100%;
2266
- margin: 0;
2267
- height: 300px;
2268
- padding: 20px;
2269
- -moz-border-radius: 0;
2270
- -webkit-border-radius: 0;
2271
- border-radius: 0;
2272
- resize: none;
2273
- font-size: 12px;
2274
- line-height: 20px;
2275
- outline: 0;
2276
- }
2277
- /*************************** Gallery Bank Information Popup********************************/
2278
- .gallery_bank_popup_box .ui-dialog-titlebar {
2279
- background : #E33A0C;
2280
- color : #fff;
2281
- font-size : 1.5em;
2282
- font-weight : normal;
2283
- height : auto;
2284
- line-height : 2.5;
2285
- padding : 0 1em;
2286
- }
2287
-
2288
- .gallery_bank_popup_box .ui-dialog-titlebar span {
2289
- text-align : left;
2290
- }
2291
-
2292
- .gallery_bank_popup_box .ui-dialog-titlebar button {
2293
- width : 30px;
2294
- height : 30px;
2295
- color : #ffffff;
2296
- top : 15px;
2297
- right : 15px;
2298
- margin : 0;
2299
- padding : 0;
2300
- }
2301
-
2302
- .gallery_bank_popup_box .ui-dialog-titlebar button:before {
2303
- color : #ffffff;
2304
- }
2305
-
2306
- .gallery_bank_popup_box .ui-dialog-titlebar button:hover:before {
2307
- color : #fff;
2308
- }
2309
-
2310
- .gallery_bank_popup_box .ui-icon,
2311
- .gallery_bank_popup_box .ui-icon:hover {
2312
- background : none !important;
2313
- }
2314
-
2315
- #gallery_bank_popup {
2316
- padding : 0;
2317
- margin : 0;
2318
- }
2319
-
2320
- #gallery_bank_popup li {
2321
- border-bottom : 1px solid #e5e5e5;
2322
- padding : 1em 2em;
2323
- overflow : hidden;
2324
- list-style : decimal;
2325
- list-style-position : inside;
2326
- }
2327
-
2328
- #gallery_bank_popup li p {
2329
- margin-top : 0;
2330
- margin-left: 13px;
2331
- }
2332
-
2333
- #gallery_bank_popup li h4 {
2334
- margin : 0;
2335
- }
2336
-
2337
- #gallery_bank_popup .gb_close_popup {
2338
- position : relative;
2339
- display : block;
2340
- width : 98%;
2341
- line-height : 3;
2342
- text-align : right;
2343
- color : #AE3A3A;
2344
- }
2345
- .wp-core-ui .gb_buttons
2346
- {
2347
- border: 1px solid #FF6D1E;
2348
- font-size: 13px;
2349
- padding: 4px 0;
2350
- color: #FFF;
2351
- text-shadow: 0 1px 3px #FF6D1E;
2352
- font-weight: bold;
2353
- background: #FF6D1E;
2354
- -moz-border-radius: 3px;
2355
- border-radius: 3px;
2356
- -webkit-border-radius: 3px;
2357
- text-decoration: none;
2358
- height: 35px;
2359
- text-align: center;
2360
- width: 100px;
2361
- -moz-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2362
- -webkit-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2363
- box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2364
- margin-left: 13px;
2365
- }
2366
- .wp-core-ui .gb_buttons:hover, .wp-core-ui .gb_buttons:focus
2367
- {
2368
- background: #FF6D1E;
2369
- color: #FFF;
2370
- border: 1px solid #FF6D1E;
2371
- -moz-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2372
- -webkit-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2373
- box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2374
- }
2375
- /****************************** Gallery Bank Getting Started **********************************/
2376
- #gallery_bank_get_started .inside {
2377
- padding : 0;
2378
- margin : 0;
2379
- }
2380
-
2381
- #gallery_bank_get_started .gallery-bank-video {
2382
- position : relative;
2383
- padding-bottom : 48.5%;
2384
- padding-top : 25px;
2385
- height : 0;
2386
- width : 85%;
2387
- margin : 1em auto 0 auto;
2388
- }
2389
-
2390
- #gallery_bank_get_started .gallery-bank-video iframe {
2391
- position : absolute;
2392
- top : 0;
2393
- left : 0;
2394
- width : 100%;
2395
- height : 100%;
2396
- }
2397
-
2398
- .gallery_bank_getting_started {
2399
- padding : 0 2em;
2400
- overflow : hidden;
2401
- }
2402
- .gallery_bank_layout
2403
- {
2404
- padding: 0px 10px 0 16px;
2405
- }
2406
- .gallery_bank_layout > a
2407
- {
2408
- margin-top:15px;
2409
- margin-bottom:10px;
2410
- text-decoration:none !important;
2411
- }
2412
- .gallery_bank_layout > .btn
2413
- {
2414
- margin-top:15px;
2415
- margin-bottom:10px;
2416
- text-decoration:none !important;
2417
- }
2418
- .gallery_bank_getting_started .column {
2419
- width : 100%;
2420
- max-width : 45%;
2421
- float : left;
2422
- padding-right : 2.5%;
2423
-
2424
- padding-bottom : 2em;
2425
- }
2426
-
2427
- .gallery_bank_getting_started .column.two {
2428
- margin-right : 0;
2429
- padding-right : 0;
2430
- padding-left : 2.5%;
2431
- border : 0;
2432
- max-width : 49%;
2433
- border-left : 1px solid #ebebeb;
2434
- }
2435
-
2436
- .gallery_bank_getting_started .gallery-bank-video-link {
2437
- width : 100%;
2438
- max-width : 200px;
2439
- float : left;
2440
- margin : 0 1.5em 1.5em 0;
2441
- }
2442
-
2443
- .gallery_bank_getting_started .gallery-bank-video-link img {
2444
- max-width : 100%;
2445
- height : auto;
2446
- }
2447
-
2448
- .gallery_bank_getting_started .gallery_bank_video {
2449
- display : none;
2450
- }
2451
-
2452
-
2453
- .gallery-bank-video-popup .gallery_bank_video {
2454
- padding : 0;
2455
- margin : 0 0 -5px 0;
2456
- }
2457
-
2458
- .gallery-bank-video-popup .ui-dialog-titlebar {
2459
- line-height : 1;
2460
- font-size : 1em;
2461
- height : 35px;
2462
- background : #222;
2463
- border-bottom : none;
2464
- }
2465
-
2466
- .gallery-bank-video-popup .ui-dialog-titlebar button {
2467
- width : 30px;
2468
- height : 30px;
2469
- color : #ffffff;
2470
- top : 0px;
2471
- right : 0px;
2472
- margin : 0;
2473
- padding : 0;
2474
- }
2475
-
2476
-
2477
- .breadcrumb > li > a
2478
- {
2479
- text-decoration:none !important;
2480
- }
2481
-
2482
-
2483
-
2484
- .framework_tabs
2485
- {
2486
- width:100%;
2487
- display:inline-block;
2488
- }
2489
- .framework_tab-links:after
2490
- {
2491
- display:inline-block;
2492
- clear:both;
2493
- content:'';
2494
- }
2495
-
2496
- .framework_tab-links li
2497
- {
2498
- margin:0px 5px;
2499
- float:left;
2500
- list-style:none;
2501
- border :1px solid #e5e5e5;
2502
- border-bottom:none;
2503
- }
2504
-
2505
- .framework_tab-links a
2506
- {
2507
- padding:9px 15px;
2508
- display:inline-block;
2509
- border-radius:3px 3px 0px 0px;
2510
- background:#EFEFEF;
2511
- color:#4c4c4c;
2512
- transition:all linear 0.15s;
2513
- }
2514
-
2515
- .framework_tab-links a:hover
2516
- {
2517
- background:#ffffff;
2518
- text-decoration:none;
2519
- }
2520
-
2521
- li.active a, li.active a:hover
2522
- {
2523
- background:#fff;
2524
- color:#4c4c4c;
2525
- }
2526
-
2527
- .framework_tab-content
2528
- {
2529
- border-radius:3px;
2530
- border:1px solid #e5e5e5;
2531
- /*box-shadow:-1px 1px 1px rgba(0,0,0,0.15);*/
2532
- background:#fff;
2533
- margin-top: 2%;
2534
- padding: 10px 10px 10px 10px;
2535
- margin-left: 4px;
2536
- }
2537
-
2538
- .framework_tab
2539
- {
2540
- display:none;
2541
- }
2542
-
2543
- .framework_tab.active
2544
- {
2545
- display:block;
2546
- }
2547
- .framework_background
2548
- {
2549
- background-color: #ffffff;
2550
- padding-bottom:20px;
2551
- }
2552
- .framework_txt-align
2553
- {
2554
- vertical-align: middle !important;
2555
- }
2556
- .plugin-div
2557
- {
2558
- float: left;
2559
- margin: 0 8px 16px;
2560
- width: 48.5%;
2561
- width: -webkit-calc(50% - 8px);
2562
- width: calc(50% - 8px);
2563
- background-color: #fff;
2564
- border: 1px solid #dedede;
2565
- -webkit-box-sizing: border-box;
2566
- -moz-box-sizing: border-box;
2567
- box-sizing: border-box
2568
- }
2569
-
2570
- .plugin-div:nth-child(odd)
2571
- {
2572
- clear: both;
2573
- margin-left: 0
2574
- }
2575
-
2576
- .plugin-div:nth-child(even)
2577
- {
2578
- margin-right: 0
2579
- }
2580
-
2581
- @media screen and (max-width:782px)
2582
- {
2583
- .plugin-card {
2584
- margin-left: 0;
2585
- margin-right: 0;
2586
- width: 100%
2587
- }
2588
- }
2589
-
2590
- .plugin-div-top
2591
- {
2592
- position: relative;
2593
- padding: 20px 20px 10px;
2594
- min-height:200px;
2595
- }
2596
- .plugin-div-inner-content
2597
- {
2598
- min-height:150px;
2599
- }
2600
- .plugin-action-buttons, div.action-links
2601
- {
2602
- margin: 0
2603
- }
2604
- .plugin-div h4 {
2605
- margin: 0 0 12px;
2606
- font-size: 16px;
2607
- line-height: 1.3
2608
- }
2609
-
2610
- .plugin-div .desc, .plugin-div .name
2611
- {
2612
- margin-left: 148px;
2613
-
2614
- }
2615
-
2616
- .plugin-div .action-links
2617
- {
2618
-
2619
- }
2620
- .plugin-div-button
2621
- {
2622
- margin-left: 5px !important;
2623
- }
2624
- .plugin-div-settings
2625
- {
2626
- display:inline-block;
2627
- margin: 0 0px 16px;
2628
- width: 48.5%;
2629
- width: -webkit-calc(50% - 8px);
2630
- width: calc(50% - 8px);
2631
- background-color: #FAFAFA;
2632
- border: 1px solid #dedede;
2633
- -webkit-box-sizing: border-box;
2634
- -moz-box-sizing: border-box;
2635
- box-sizing: border-box;
2636
- vertical-align: top;
2637
- min-height: 330px;
2638
- }
2639
-
2640
- .plugin-div-settings:nth-child(odd)
2641
- {
2642
- clear: both;
2643
- margin-left: 0
2644
- }
2645
-
2646
- .plugin-div-settings:nth-child(even)
2647
- {
2648
- margin-right: 0;
2649
- margin-left: 8px;
2650
-
2651
- }
2652
-
2653
-
2654
- .plugin-div-settings-top
2655
- {
2656
- position: relative;
2657
- padding: 20px 20px 10px;
2658
- background-color: #fff;
2659
- }
2660
-
2661
- .plugin-action-buttons, div.action-links
2662
- {
2663
- margin: 0
2664
- }
2665
- .plugin-div-settings h4
2666
- {
2667
- margin: 0 0 12px;
2668
- font-size: 16px;
2669
- line-height: 1.3
2670
- }
2671
-
2672
- .plugin-div-settings .desc, .plugin-div-settings .name
2673
- {
2674
- margin-left: 148px;
2675
-
2676
- }
2677
-
2678
- .plugin-div-settings-button
2679
- {
2680
- margin-left: 5px !important;
2681
-
2682
- }
2683
- .plugin-card-bottom_settings
2684
- {
2685
- clear: both;
2686
- padding: 8px 20px;
2687
- background-color: #fafafa;
2688
- overflow: hidden;
2689
- text-align:right;
2690
- border-top: 1px solid #dedede
2691
- }
2692
- .plugin-icon-custom
2693
- {
2694
- position: absolute;
2695
- top: 20px;
2696
- left: 20px;
2697
- max-width: 128px;
2698
- margin: 0px 20px 20px 0px;
2699
- text-decoration: none;
2700
- text-align:center;
2701
- }
2702
- .plugin-action-buttons-custom
2703
- {
2704
- clear: right;
2705
- margin-left: 2em;
2706
- margin-bottom: 1em;
2707
- text-align: right;
2708
- }
2709
- .coustom-nav-tab
2710
- {
2711
- padding: 6px 10px !important;
2712
- font-weight: 700 !important;
2713
- font-size: 15px !important;
2714
- line-height: 24px !important;
2715
- }
2716
- .custom_icon
2717
- {
2718
- width:128px;
2719
- height:128px;
2720
- }
2721
-
2722
-
2723
- .service-div-settings
2724
- {
2725
- display:inline-block;
2726
- margin: 0 0px 16px;
2727
- width: 48.5%;
2728
- width: -webkit-calc(50% - 8px);
2729
- width: calc(50% - 8px);
2730
- background-color: #FAFAFA;
2731
- border: 1px solid #dedede;
2732
- -webkit-box-sizing: border-box;
2733
- -moz-box-sizing: border-box;
2734
- box-sizing: border-box;
2735
- vertical-align: top;
2736
- min-height: 300px;
2737
- }
2738
-
2739
- .service-div-settings:nth-child(odd)
2740
- {
2741
- clear: both;
2742
- margin-left: 0
2743
- }
2744
-
2745
- .service-div-settings:nth-child(even)
2746
- {
2747
- margin-right: 0;
2748
- margin-left: 8px;
2749
-
2750
- }
2751
- .service-div-settings .desc, .service-div-settings .name
2752
- {
2753
-
2754
- }
2755
- .service-div-settings-top
2756
- {
2757
- position: relative;
2758
- padding: 5px 20px;
2759
- background-color: #fff;
2760
- }
2761
- .service-div-inner-content
2762
- {
2763
- min-height:150px;
2764
- }
2765
- .service-div-settings .desc p
2766
- {
2767
- line-height: 2em !important;
2768
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/weblizar-option-style.css CHANGED
@@ -968,16 +968,19 @@ h3.feedheading {
968
  display:block!important;
969
  }
970
 
971
- .feed-head-logo img{ height:100px; }
972
 
973
  .feed-head {
974
- background-color: #f2f2f2;
975
  padding: 15px 5px;
976
  box-shadow: 0px 4px 10px #c3c3c3;
977
- border: 1px solid #ccc;
978
- background: linear-gradient(-47deg, #ececec 32%, #f2f2f2 30%);
979
- clear:both;
 
 
 
980
  }
 
 
981
  .feed-head:before{
982
  content:'';
983
  border-radius: 50px;
@@ -991,13 +994,17 @@ h3.feedheading {
991
  text-decoration: none;
992
  }
993
  .home-content-top .search1 a{
994
- color:#000;
995
  text-align:right;
996
  }
997
  .feed-head-cont-text {
998
  position: sticky;
999
  top: 100%;
 
1000
  }
 
 
 
1001
  .home-content-top .search1 a.btn{
1002
  color:#fff;
1003
 
@@ -1012,7 +1019,7 @@ h3.feedheading {
1012
  .feed-head-cont h3 {
1013
  font-weight: bold;
1014
  font-size: 28px;
1015
- text-shadow: 2px 2px 10px #b7b7b7;
1016
  }
1017
  .home-content-top .nav-tabs {
1018
  background-color: #23282d;
@@ -1296,6 +1303,7 @@ ol#weblizar_product a {
1296
  }
1297
  .wporg-ratings.rating-stars {
1298
  margin-top: 6px;
 
1299
  }
1300
  .ms-btn h3 {
1301
  margin: 5px;
@@ -1329,4 +1337,44 @@ ol#weblizar_product a {
1329
  .button-face:hover{
1330
  border-bottom: 5px solid #edb72f;
1331
  color:#f2f2f2;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1332
  }
968
  display:block!important;
969
  }
970
 
 
971
 
972
  .feed-head {
 
973
  padding: 15px 5px;
974
  box-shadow: 0px 4px 10px #c3c3c3;
975
+ /* border: 1px solid #ccc; */
976
+ background: linear-gradient(-47deg, rgba(116, 116, 116, 0.49019607843137253) 32%, rgba(54, 54, 54, 0.3803921568627451) 30%);
977
+ clear: both;
978
+ }
979
+ .bg-feed-head{
980
+ background-image: url(../images/background.png)!important;
981
  }
982
+
983
+
984
  .feed-head:before{
985
  content:'';
986
  border-radius: 50px;
994
  text-decoration: none;
995
  }
996
  .home-content-top .search1 a{
997
+ color:#fff;
998
  text-align:right;
999
  }
1000
  .feed-head-cont-text {
1001
  position: sticky;
1002
  top: 100%;
1003
+ color:#fff;
1004
  }
1005
+
1006
+
1007
+
1008
  .home-content-top .search1 a.btn{
1009
  color:#fff;
1010
 
1019
  .feed-head-cont h3 {
1020
  font-weight: bold;
1021
  font-size: 28px;
1022
+ text-shadow: 2px 2px 10px #333;
1023
  }
1024
  .home-content-top .nav-tabs {
1025
  background-color: #23282d;
1303
  }
1304
  .wporg-ratings.rating-stars {
1305
  margin-top: 6px;
1306
+ color:#fff;
1307
  }
1308
  .ms-btn h3 {
1309
  margin: 5px;
1337
  .button-face:hover{
1338
  border-bottom: 5px solid #edb72f;
1339
  color:#f2f2f2;
1340
+ }
1341
+
1342
+ .bg-feed-head ul.cs-desc li {
1343
+ float: left;
1344
+ margin-right: 10px;
1345
+ /* width: 31%; */
1346
+ color: #f2f2f2;
1347
+ padding: 2px 4px!important;
1348
+ background: rgba(220, 220, 220, 0.29);
1349
+ }
1350
+
1351
+
1352
+ .bg-feed-head .cs-desc li::before {
1353
+ content: "\f064";
1354
+ font-family: FontAwesome;
1355
+ padding-right: 5px;
1356
+ color: #fff;
1357
+ background: rgba(255, 255, 255, 0);
1358
+ /* border-radius: 50%; */
1359
+ padding: 5px!important;
1360
+ margin-right: 0px;
1361
+ display: inline-block;
1362
+
1363
+ }
1364
+ .plugin_desc
1365
+ {
1366
+ margin-top: 40px !important;
1367
+ padding: 20px;
1368
+ }
1369
+ .plugin_desc p
1370
+ {
1371
+ font-weight: normal;
1372
+ }
1373
+ #description
1374
+ {
1375
+ -moz-user-select: none;
1376
+ -webkit-user-select: none;
1377
+ -ms-user-select: none;
1378
+ -o-user-select: none;
1379
+ user-select: none;
1380
  }
facebook-by-weblizar-help.php CHANGED
@@ -6,8 +6,8 @@
6
  <div class="clearfix"></div>
7
  <div class="bg-feed-head">
8
  <div class="feed-head clearfix">
9
- <div class="col-md-8">
10
- <div class="col-md-2 feed-head-logo">
11
  <img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'/images/logo.png'; ?>" class="img-responsive" alt="Weblizar">
12
  </div>
13
  <div class="feed-head-cont-text ">
@@ -15,9 +15,9 @@
15
  <p><?php _e('Display a completely responsive & customizable facebook feed on your website which match with the look and feel of your website', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?>. </p>
16
  </div>
17
  </div>
18
- <div class="col-md-4 feed-head-cont ">
19
  <div class="feed-head-cont-inner">
20
- <div class="text-right pull-right">
21
  <a href="http://wordpress.org/plugins/facebook-by-weblizar/" class="btn button button-primary" target="_blank" title="Support Forum"> <span class="fa fa-comment-o"></span> <?php _e('Support Forum', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
22
  <a href="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'readme.txt'; ?>" class="btn button button-primary" target="_blank" title="Theme Changelog"> <span class="fa fa-pencil-square-o"></span> <?php _e('Plugin Change Log', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a></li>
23
  <a href="https://weblizar.com/plugins/facebook-feed-pro/" class="text-right btn button rating"><?php _e('Upgrade To Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> </a>
@@ -49,7 +49,8 @@
49
  <li><a id="needhelp">
50
  <div class="dashicons dashicons-editor-help"></div><?php _e('Need Help', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
51
  </a>
52
- </li>
 
53
  <li><a id="upgradetopro" ><?php _e('Upgrade to Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
54
  </ul>
55
  <?php require_once('help-body.php'); ?>
6
  <div class="clearfix"></div>
7
  <div class="bg-feed-head">
8
  <div class="feed-head clearfix">
9
+ <div class="col-md-6 ">
10
+ <div class="col-md-3 feed-head-logo">
11
  <img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'/images/logo.png'; ?>" class="img-responsive" alt="Weblizar">
12
  </div>
13
  <div class="feed-head-cont-text ">
15
  <p><?php _e('Display a completely responsive & customizable facebook feed on your website which match with the look and feel of your website', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?>. </p>
16
  </div>
17
  </div>
18
+ <div class="col-md-6 feed-head-cont ">
19
  <div class="feed-head-cont-inner">
20
+ <div class="col-md-12 col-sm-12 search1 text-right pull-right">
21
  <a href="http://wordpress.org/plugins/facebook-by-weblizar/" class="btn button button-primary" target="_blank" title="Support Forum"> <span class="fa fa-comment-o"></span> <?php _e('Support Forum', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
22
  <a href="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'readme.txt'; ?>" class="btn button button-primary" target="_blank" title="Theme Changelog"> <span class="fa fa-pencil-square-o"></span> <?php _e('Plugin Change Log', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a></li>
23
  <a href="https://weblizar.com/plugins/facebook-feed-pro/" class="text-right btn button rating"><?php _e('Upgrade To Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> </a>
49
  <li><a id="needhelp">
50
  <div class="dashicons dashicons-editor-help"></div><?php _e('Need Help', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
51
  </a>
52
+ </li>
53
+
54
  <li><a id="upgradetopro" ><?php _e('Upgrade to Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
55
  </ul>
56
  <?php require_once('help-body.php'); ?>
facebook-by-weblizar-widgets.php CHANGED
@@ -215,6 +215,5 @@ class WeblizarFacebook extends WP_Widget {
215
  $instance['FbAppId'] = ( ! empty( $new_instance['FbAppId'] ) ) ? strip_tags( $new_instance['FbAppId'] ) : '529331510739033';
216
  return $instance;
217
  }
218
-
219
  } // class WeblizarFacebook
220
  ?>
215
  $instance['FbAppId'] = ( ! empty( $new_instance['FbAppId'] ) ) ? strip_tags( $new_instance['FbAppId'] ) : '529331510739033';
216
  return $instance;
217
  }
 
218
  } // class WeblizarFacebook
219
  ?>
facebook-by-weblizar.php CHANGED
@@ -1,30 +1,24 @@
1
  <?php
2
  /**
3
  * Plugin Name: Facebook Feed & LikeBox
4
- * Version: 2.5.7
5
  * Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds contents.
6
  * Author: Weblizar
7
  * Author URI: http://www.weblizar.com
8
  * Plugin URI: http://www.weblizar.com/plugins/
9
  */
10
 
11
- /**
12
- * Constant Values & Variables
13
- */
14
  define("WEBLIZAR_FACEBOOK_PLUGIN_URL", plugin_dir_url(__FILE__));
15
  define("WEBLIZAR_FACEBOOK_TEXT_DOMAIN", "wl_facebook");
16
 
17
- /**
18
- * Get Ready Plugin Translation
19
- */
20
  add_action('plugins_loaded', 'FacebookTranslation');
21
  function FacebookTranslation() {
22
  load_plugin_textdomain( WEBLIZAR_FACEBOOK_TEXT_DOMAIN, FALSE, dirname( plugin_basename(__FILE__)).'/lang/' );
23
  }
24
 
25
- /**
26
- * Facebook By Weblizar Menu
27
- */
28
  add_action('admin_menu','WeblizarFacebookMenu');
29
  function WeblizarFacebookMenu() {
30
  $AdminMenu = add_menu_page( 'Facebook Feed & LikeBox', 'Facebook Feed & LikeBox', 'administrator', 'facebooky-by-weblizar', 'facebooky_by_weblizar_page_function', 'dashicons-facebook-alt');
@@ -37,28 +31,27 @@ function facebooky_by_weblizar_page_function() {
37
  wp_enqueue_style('weblizar-option-style-css', WEBLIZAR_FACEBOOK_PLUGIN_URL .'css/weblizar-option-style.css');
38
  wp_enqueue_style('op-bootstrap-css', WEBLIZAR_FACEBOOK_PLUGIN_URL. 'css/bootstrap.min.css');
39
  wp_enqueue_style('weblizar-bootstrap-responsive-google', WEBLIZAR_FACEBOOK_PLUGIN_URL .'css/bootstrap-responsive.css');
40
- wp_enqueue_style('weblizar-recom', WEBLIZAR_FACEBOOK_PLUGIN_URL .'css/recom.css');
41
  wp_enqueue_style('font-awesome-min-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/font-awesome-latest/css/font-awesome.min.css');
42
- wp_enqueue_style('Respo-pricing-table-css', WEBLIZAR_FACEBOOK_PLUGIN_URL .'css/pricing-table-responsive.css');
43
- wp_enqueue_style('pricing-table-css', WEBLIZAR_FACEBOOK_PLUGIN_URL .'css/pricing-table.css');
44
  wp_enqueue_style( 'wp-color-picker' );
45
  wp_enqueue_script( 'wp-color-picker' );
46
  require_once("facebook-by-weblizar-help.php");
47
  }
48
 
49
- function feed_code_script()
50
- {
51
- wp_enqueue_style('feed-bootstrap-css', WEBLIZAR_FACEBOOK_PLUGIN_URL. 'css/bootstrap.min.css');
52
- wp_enqueue_style('feed-font-awesome-min-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/font-awesome-latest/css/font-awesome.min.css');
53
- wp_enqueue_style('feed-facebook-feed-shortcode-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/facebook-feed-shortcode.css');
54
  }
55
  add_action('wp_enqueue_scripts', 'feed_code_script');
56
 
57
- /*** Load Facebook Like Box widgets */
58
  require_once("facebook-by-weblizar-widgets.php");
59
- //require_once("facebook-feed-widget.php");
 
60
  /*** Load Facebook Like Box Shortcode ***/
61
  require_once("facebook-by-weblizar-short-code.php");
 
62
  /*** Load Facebook Page Feed Shortcode ***/
63
  require_once("facebook-feed-shortcode.php");
64
  ?>
1
  <?php
2
  /**
3
  * Plugin Name: Facebook Feed & LikeBox
4
+ * Version: 2.5.8
5
  * Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds contents.
6
  * Author: Weblizar
7
  * Author URI: http://www.weblizar.com
8
  * Plugin URI: http://www.weblizar.com/plugins/
9
  */
10
 
11
+ /*** Constant Values & Variables ***/
 
 
12
  define("WEBLIZAR_FACEBOOK_PLUGIN_URL", plugin_dir_url(__FILE__));
13
  define("WEBLIZAR_FACEBOOK_TEXT_DOMAIN", "wl_facebook");
14
 
15
+ /*** Get Ready Plugin Translation ***/
 
 
16
  add_action('plugins_loaded', 'FacebookTranslation');
17
  function FacebookTranslation() {
18
  load_plugin_textdomain( WEBLIZAR_FACEBOOK_TEXT_DOMAIN, FALSE, dirname( plugin_basename(__FILE__)).'/lang/' );
19
  }
20
 
21
+ /*** Facebook By Weblizar Menu ***/
 
 
22
  add_action('admin_menu','WeblizarFacebookMenu');
23
  function WeblizarFacebookMenu() {
24
  $AdminMenu = add_menu_page( 'Facebook Feed & LikeBox', 'Facebook Feed & LikeBox', 'administrator', 'facebooky-by-weblizar', 'facebooky_by_weblizar_page_function', 'dashicons-facebook-alt');
31
  wp_enqueue_style('weblizar-option-style-css', WEBLIZAR_FACEBOOK_PLUGIN_URL .'css/weblizar-option-style.css');
32
  wp_enqueue_style('op-bootstrap-css', WEBLIZAR_FACEBOOK_PLUGIN_URL. 'css/bootstrap.min.css');
33
  wp_enqueue_style('weblizar-bootstrap-responsive-google', WEBLIZAR_FACEBOOK_PLUGIN_URL .'css/bootstrap-responsive.css');
 
34
  wp_enqueue_style('font-awesome-min-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/font-awesome-latest/css/font-awesome.min.css');
 
 
35
  wp_enqueue_style( 'wp-color-picker' );
36
  wp_enqueue_script( 'wp-color-picker' );
37
  require_once("facebook-by-weblizar-help.php");
38
  }
39
 
40
+ function feed_code_script(){
41
+ wp_enqueue_style('feed-bootstrap-css', WEBLIZAR_FACEBOOK_PLUGIN_URL. 'css/bootstrap.min.css');
42
+ wp_enqueue_style('feed-font-awesome-min-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/font-awesome-latest/css/font-awesome.min.css');
43
+ wp_enqueue_style('feed-facebook-feed-shortcode-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/facebook-feed-shortcode.css');
44
+ wp_enqueue_style('feed-facebook-custom-box-slider-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/custom-box-slider.css');
45
  }
46
  add_action('wp_enqueue_scripts', 'feed_code_script');
47
 
48
+ /*** Load Facebook Like Box widgets ***/
49
  require_once("facebook-by-weblizar-widgets.php");
50
+ require_once("facebook-feed-widget.php");
51
+
52
  /*** Load Facebook Like Box Shortcode ***/
53
  require_once("facebook-by-weblizar-short-code.php");
54
+
55
  /*** Load Facebook Page Feed Shortcode ***/
56
  require_once("facebook-feed-shortcode.php");
57
  ?>
facebook-feed-data.php CHANGED
@@ -1,154 +1,17 @@
1
  <?php
2
-
3
- if(isset($_REQUEST['ffp_page_url'])) {
4
-
5
- //echo $_REQUEST['feed_type'];
6
- if(isset($_REQUEST['ffp_timeline_statuses'])) { $ffp_timeline_statuses ="statuses";} else { $ffp_timeline_statuses ="none"; }
7
- if(isset($_REQUEST['ffp_timeline_photos'])) { $ffp_timeline_photos="photos" ;} else { $ffp_timeline_photos="none"; }
8
- if(isset($_REQUEST['ffp_timeline_videos'])) { $ffp_timeline_videos="videos" ;} else { $ffp_timeline_videos="none"; }
9
- if(isset($_REQUEST['ffp_timeline_links'])) { $ffp_timeline_links="links" ;} else { $ffp_timeline_links="none"; }
10
- if(isset($_REQUEST['ffp_timeline_events'])) { $ffp_timeline_events="events" ;} else { $ffp_timeline_events="none"; }
11
- if(isset($_REQUEST['ffp_header_check'])) { $ffp_header_check="yes" ;} else { $ffp_header_check="none"; }
12
-
13
- if(isset($_REQUEST['post_author_name'])) { $post_author_name="yes" ;} else { $post_author_name="none"; }
14
- if(isset($_REQUEST['post_author_img'])) { $post_author_img="yes" ;} else { $post_author_img="none"; }
15
- if(isset($_REQUEST['ffp_post_date'])) { $ffp_post_date="yes" ;} else { $ffp_post_date="none"; }
16
- if(isset($_REQUEST['comments_author_name'])) { $comments_author_name="yes" ;} else { $comments_author_name="none"; }
17
- if(isset($_REQUEST['comments_author_img'])) { $comments_author_img="yes" ;} else { $comments_author_img="none"; }
18
- if(isset($_REQUEST['comments_post_date'])) { $comments_post_date="yes" ;} else { $comments_post_date="none"; }
19
- if(isset($_REQUEST['comments_message_desc'])) { $comments_message_desc="yes" ;} else { $comments_message_desc="none"; }
20
- if(isset($_REQUEST['comments_reply_count'])) { $comments_reply_count="yes" ;} else { $comments_reply_count="none"; }
21
- if(isset($_REQUEST['Show_post_likes'])) { $Show_post_likes="yes" ;} else { $Show_post_likes="none"; }
22
- if(isset($_REQUEST['post_share_buttons'])) { $post_share_buttons="yes" ;} else { $post_share_buttons="none"; }
23
- if(isset($_REQUEST['facebook_share_facebook'])) { $facebook_share_facebook="yes" ;} else { $facebook_share_facebook="none"; }
24
- if(isset($_REQUEST['facebook_share_twitter'])) { $facebook_share_twitter="yes" ;} else { $facebook_share_twitter="none"; }
25
- if(isset($_REQUEST['facebook_share_google'])) { $facebook_share_google="yes" ;} else { $facebook_share_google="none"; }
26
- if(isset($_REQUEST['view_on_facebook'])) { $view_on_facebook="yes" ;} else { $view_on_facebook="none"; }
27
- if(isset($_REQUEST['event_image'])) { $event_image="yes" ;} else { $event_image="none"; }
28
- if(isset($_REQUEST['event_title'])) { $event_title="yes" ;} else { $event_title="none"; }
29
- if(isset($_REQUEST['event_date'])) { $event_date="yes" ;} else { $event_date="none"; }
30
- if(isset($_REQUEST['event_place'])) { $event_place="yes" ;} else { $event_place="none"; }
31
- if(isset($_REQUEST['event_interested'])) { $event_interested="yes" ;} else { $event_interested="none"; }
32
- if(isset($_REQUEST['event_going'])) { $event_going="yes" ;} else { $event_going="none"; }
33
- if(isset($_REQUEST['event_buy_ticket'])) { $event_buy_ticket="yes" ;} else { $event_buy_ticket="none"; }
34
- if(isset($_REQUEST['event_description'])) { $event_description="yes" ;} else { $event_description="none"; }
35
- //if(isset($_REQUEST['ffp_image_onclick_action'])) { $ffp_image_onclick_action="yes" ;} else { $ffp_image_onclick_action="none"; }
36
- if(isset($_REQUEST['facebook_share_linkedin'])) { $facebook_share_linkedin="yes" ;} else { $facebook_share_linkedin="none"; }
37
- $facebook_feed = serialize(
38
- array(
39
- //'feed_type' => sanitize_text_field($_REQUEST['feed_type']),
40
- 'ffp_page_url' => sanitize_text_field($_REQUEST['ffp_page_url']),
41
- 'ffp_content_type' => sanitize_text_field($_REQUEST['ffp_content_type']),
42
- 'ffp_timeline_type' => sanitize_text_field($_REQUEST['ffp_timeline_type']),
43
- 'ffp_timeline_statuses' =>sanitize_text_field($ffp_timeline_statuses),
44
- 'ffp_timeline_photos' =>sanitize_text_field($ffp_timeline_photos),
45
- 'ffp_timeline_videos' => sanitize_text_field($ffp_timeline_videos),
46
- 'ffp_timeline_links' => sanitize_text_field($ffp_timeline_links),
47
- 'ffp_timeline_events' => sanitize_text_field($ffp_timeline_events),
48
- 'ffp_specific' => sanitize_text_field($_REQUEST['ffp_specific']),
49
  'ffp_limit' => sanitize_text_field($_REQUEST['ffp_limit']),
50
- 'ffp_group_url' => sanitize_text_field($_REQUEST['ffp_group_url']),
51
- 'ffp_light_Box' => sanitize_text_field($_REQUEST['ffp_light_Box']),
52
- 'ffp_gallery_Layout' => sanitize_text_field($_REQUEST['ffp_gallery_Layout']),
53
- 'ffp_group_token' => sanitize_text_field($_REQUEST['ffp_group_token']),
54
- 'ffp_timeline_layout' => sanitize_text_field($_REQUEST['ffp_timeline_layout']),
55
- 'ffp_video_light_Box' => sanitize_text_field($_REQUEST['ffp_video_light_Box']),
56
- 'ffp_gallery_effect' => sanitize_text_field($_REQUEST['ffp_gallery_effect']),
57
- 'ffp_hover_color' => sanitize_text_field($_REQUEST['ffp_hover_color']),
58
- 'ffp_loading_effect' => sanitize_text_field($_REQUEST['ffp_loading_effect']),
59
- 'ffp_p_a_t' => sanitize_text_field($_REQUEST['ffp_p_a_t']),
60
- 'ffp_header_check' => sanitize_text_field($ffp_header_check),
61
-
62
- 'post_author_name' => sanitize_text_field($post_author_name),
63
- 'post_author_img' => sanitize_text_field($post_author_img),
64
- 'ffp_post_date' => sanitize_text_field($ffp_post_date),
65
- 'comments_author_name' => sanitize_text_field($comments_author_name),
66
- 'comments_author_img' => sanitize_text_field($comments_author_img),
67
- 'comments_post_date' => sanitize_text_field($comments_post_date),
68
- 'comments_message_desc' => sanitize_text_field($comments_message_desc),
69
- 'comments_reply_count' => sanitize_text_field($comments_reply_count),
70
- 'Show_post_likes' => sanitize_text_field($Show_post_likes),
71
- 'post_share_buttons' => sanitize_text_field($post_share_buttons),
72
- 'facebook_share_facebook' => sanitize_text_field($facebook_share_facebook),
73
- 'facebook_share_twitter' => sanitize_text_field($facebook_share_twitter),
74
- 'facebook_share_google' => sanitize_text_field($facebook_share_google),
75
- 'view_on_facebook' => sanitize_text_field($view_on_facebook),
76
- 'event_image' => sanitize_text_field($event_image),
77
- 'event_title' => sanitize_text_field($event_title),
78
- 'event_date' => sanitize_text_field($event_date),
79
- 'event_place' => sanitize_text_field($event_place),
80
- 'event_interested' => sanitize_text_field($event_interested),
81
- 'event_going' => sanitize_text_field($event_going),
82
- 'event_buy_ticket' => sanitize_text_field($event_buy_ticket),
83
- 'event_description' => sanitize_text_field($event_description),
84
- 'ffp_image_onclick_action' =>sanitize_text_field($_REQUEST['ffp_image_onclick_action']),
85
- 'facebook_share_linkedin' =>sanitize_text_field($facebook_share_linkedin),
86
- 'post_background_color' => sanitize_text_field($_REQUEST['post_background_color']),
87
- 'post_font_color' => sanitize_text_field($_REQUEST['post_font_color']),
88
- 'post_font_size' => sanitize_text_field($_REQUEST['post_font_size']),
89
- 'event_background_color' => sanitize_text_field($_REQUEST['event_background_color']),
90
- 'event_font_color' => sanitize_text_field($_REQUEST['event_font_color']),
91
- 'event_font_size' => sanitize_text_field($_REQUEST['event_font_size']),
92
- 'feed_font_style' => sanitize_text_field($_REQUEST['feed_font_style']),
93
- ));
94
-
95
- update_option("weblizar_facebook_feed_option_settings", $facebook_feed);
96
- //$ffp_Settings = "ffp_Settings_".$PostID;
97
- //update_post_meta($PostID, $ffp_Settings, serialize($FFParray));
98
  }
99
  $facebook_feed_fetch = unserialize(get_option("weblizar_facebook_feed_option_settings"));
100
-
101
- //if(isset($facebook_feed_fetch["feed_type"])) { $feed_type=$facebook_feed_fetch["feed_type"]; } else {$feed_type="page";}
102
- if(isset($facebook_feed_fetch["post_author_name"])) { $post_author_name=$facebook_feed_fetch["post_author_name"]; } else {$post_author_name="yes";}
103
- if(isset($facebook_feed_fetch["ffp_post_date"])) { $ffp_post_date=$facebook_feed_fetch["ffp_post_date"]; } else {$facebook_feed_fetch="yes";}
104
- if(isset($facebook_feed_fetch["comments_author_name"])) { $comments_author_name=$facebook_feed_fetch["comments_author_name"]; } else {$comments_author_name="yes";}
105
- if(isset($facebook_feed_fetch["comments_author_img"])) { $comments_author_img=$facebook_feed_fetch["comments_author_img"]; } else {$comments_author_img="yes";}
106
- if(isset($facebook_feed_fetch["comments_post_date"])) { $comments_post_date=$facebook_feed_fetch["comments_post_date"]; } else {$comments_post_date="yes";}
107
- if(isset($facebook_feed_fetch["comments_message_desc"])) { $comments_message_desc=$facebook_feed_fetch["comments_message_desc"]; } else {$comments_message_desc="yes";}
108
- if(isset($facebook_feed_fetch["comments_reply_count"])) { $comments_reply_count=$facebook_feed_fetch["comments_reply_count"]; } else {$comments_reply_count="yes";}
109
- if(isset($facebook_feed_fetch["Show_post_likes"])) { $Show_post_likes=$facebook_feed_fetch["Show_post_likes"]; } else {$Show_post_likes="yes";}
110
- if(isset($facebook_feed_fetch["post_share_buttons"])) { $post_share_buttons=$facebook_feed_fetch["post_share_buttons"]; } else {$post_share_buttons="yes";}
111
- if(isset($facebook_feed_fetch["facebook_share_facebook"])) { $facebook_share_facebook=$facebook_feed_fetch["facebook_share_facebook"]; } else {$facebook_share_facebook="yes";}
112
- if(isset($facebook_feed_fetch["facebook_share_twitter"])) { $facebook_share_twitter=$facebook_feed_fetch["facebook_share_twitter"]; } else {$facebook_share_twitter="yes";}
113
- if(isset($facebook_feed_fetch["facebook_share_google"])) { $facebook_share_google=$facebook_feed_fetch["facebook_share_google"]; } else {$facebook_share_google="yes";}
114
- if(isset($facebook_feed_fetch["event_image"])) { $event_image=$facebook_feed_fetch["event_image"]; } else {$event_image="yes";}
115
- if(isset($facebook_feed_fetch["event_title"])) { $event_title=$facebook_feed_fetch["event_title"]; } else {$event_title="yes";}
116
- if(isset($facebook_feed_fetch["event_date"])) { $event_date=$facebook_feed_fetch["event_date"]; } else {$event_date="yes";}
117
- if(isset($facebook_feed_fetch["event_place"])) { $event_place=$facebook_feed_fetch["event_place"]; } else {$event_place="yes";}
118
- if(isset($facebook_feed_fetch["event_interested"])) { $event_interested=$facebook_feed_fetch["event_interested"]; } else {$event_interested="yes";}
119
- if(isset($facebook_feed_fetch["event_going"])) { $event_going=$facebook_feed_fetch["event_going"]; } else {$event_going="yes";}
120
- if(isset($facebook_feed_fetch["event_buy_ticket"])) { $event_buy_ticket=$facebook_feed_fetch["event_buy_ticket"]; } else {$event_buy_ticket="yes";}
121
- if(isset($facebook_feed_fetch["event_description"])) { $event_description=$facebook_feed_fetch["event_description"]; } else {$event_description="yes";}
122
- if(isset($facebook_feed_fetch["ffp_image_onclick_action"])) { $ffp_image_onclick_action=$facebook_feed_fetch["ffp_image_onclick_action"]; } else {$ffp_image_onclick_action="lightbox";}
123
- if(isset($facebook_feed_fetch["facebook_share_linkedin"])) { $facebook_share_linkedin=$facebook_feed_fetch["facebook_share_linkedin"]; } else {$facebook_share_linkedin="yes";}
124
- if(isset($facebook_feed_fetch["post_background_color"])) { $post_background_color=$facebook_feed_fetch["post_background_color"]; } else {$post_background_color="#fff";}
125
- if(isset($facebook_feed_fetch["post_font_color"])) { $post_font_color=$facebook_feed_fetch["post_font_color"]; } else {$post_font_color="#000";}
126
- if(isset($facebook_feed_fetch["post_font_size"])) { $post_font_size=$facebook_feed_fetch["post_font_size"]; } else {$post_font_size="15";}
127
- if(isset($facebook_feed_fetch["event_background_color"])) { $event_background_color=$facebook_feed_fetch["event_background_color"]; } else {$event_background_color="#fff";}
128
- if(isset($facebook_feed_fetch["event_font_color"])) { $event_font_color=$facebook_feed_fetch["event_font_color"]; } else {$event_font_color="#000";}
129
- if(isset($facebook_feed_fetch["event_font_size"])) { $event_font_size=$facebook_feed_fetch["event_font_size"]; } else {$event_font_size="12";}
130
- if(isset($facebook_feed_fetch["feed_font_style"])) { $feed_font_style=$facebook_feed_fetch["feed_font_style"]; } else {$feed_font_style="Arial";}
131
- if(isset($facebook_feed_fetch["ffp_page_url"])) { $ffp_page_url=$facebook_feed_fetch["ffp_page_url"]; } else {$ffp_page_url="https://www.facebook.com/weblizarstyle/";}
132
- if(isset($facebook_feed_fetch["ffp_content_type"])) { $ffp_content_type=$facebook_feed_fetch["ffp_content_type"]; } else {$ffp_content_type="timeline";}
133
- if(isset($facebook_feed_fetch["ffp_timeline_type"])) { $ffp_timeline_type=$facebook_feed_fetch["ffp_timeline_type"]; } else {$ffp_timeline_type="posts";}
134
- if(isset($facebook_feed_fetch["ffp_timeline_statuses"])) { $ffp_timeline_statuses=$facebook_feed_fetch["ffp_timeline_statuses"]; } else {$ffp_timeline_statuses="statuses";}
135
- if(isset($facebook_feed_fetch["ffp_timeline_photos"])) { $ffp_timeline_photos=$facebook_feed_fetch["ffp_timeline_photos"]; } else {$ffp_timeline_photos="photos";}
136
- if(isset($facebook_feed_fetch["ffp_timeline_videos"])) { $ffp_timeline_videos=$facebook_feed_fetch["ffp_timeline_videos"]; } else {$ffp_timeline_videos="videos";}
137
- if(isset($facebook_feed_fetch["ffp_timeline_links"])) { $ffp_timeline_links=$facebook_feed_fetch["ffp_timeline_links"]; } else {$ffp_timeline_links="links";}
138
- if(isset($facebook_feed_fetch["ffp_timeline_events"])) { $ffp_timeline_events=$facebook_feed_fetch["ffp_timeline_events"]; } else {$ffp_timeline_events="events";}
139
- if(isset($facebook_feed_fetch["ffp_specific"])) { $ffp_specific=$facebook_feed_fetch["ffp_specific"]; } else {$ffp_specific="photos";}
140
  if(isset($facebook_feed_fetch["ffp_limit"])) { $ffp_limit=$facebook_feed_fetch["ffp_limit"]; } else {$ffp_limit="5";}
141
- if(isset($facebook_feed_fetch["ffp_group_url"])) { $ffp_group_url=$facebook_feed_fetch["ffp_group_url"]; } else {$ffp_group_url="https://www.facebook.com/groups/1787106231348225/";}
142
- if(isset($facebook_feed_fetch["ffp_light_Box"])) { $ffp_light_Box=$facebook_feed_fetch["ffp_light_Box"]; } else {$ffp_light_Box="lightbox_photo_box";}
143
- if(isset($facebook_feed_fetch["ffp_gallery_Layout"])) { $ffp_gallery_Layout=$facebook_feed_fetch["ffp_gallery_Layout"]; } else {$ffp_gallery_Layout="col-md-4";}
144
- if(isset($facebook_feed_fetch["ffp_group_token"])) { $ffp_group_token=$facebook_feed_fetch["ffp_group_token"]; } else {$ffp_group_token="EAAUULuafX0MBAE8TDaA5MmKCOf4ZBbAX5OktESyvKNZB12zZCX1k2dTbGdp7NQKSmFagb9N2pceeUBi3qCvZAjcAMw0uku8hHJ1oPZAvPZCqvrpwLmqUi1Frr0aB9vKAPd8MFZCCH4c2zECDbasNW9w9eTWPBwVPVPP7hZB511y1ZBQZDZD";}
145
- if(isset($facebook_feed_fetch["ffp_timeline_layout"])) { $ffp_timeline_layout=$facebook_feed_fetch["ffp_timeline_layout"]; } else {$ffp_timeline_layout="full_width";}
146
- if(isset($facebook_feed_fetch["ffp_video_light_Box"])) { $ffp_video_light_Box=$facebook_feed_fetch["ffp_video_light_Box"]; } else {$ffp_video_light_Box="lightbox_photo_box";}
147
- if(isset($facebook_feed_fetch["ffp_gallery_effect"])) { $ffp_gallery_effect=$facebook_feed_fetch["ffp_gallery_effect"]; } else {$ffp_gallery_effect="imghvr-push-up";}
148
- if(isset($facebook_feed_fetch["ffp_hover_color"])) { $ffp_hover_color=$facebook_feed_fetch["ffp_hover_color"]; } else {$ffp_hover_color="#2266a5";}
149
- if(isset($facebook_feed_fetch["ffp_loading_effect"])) { $ffp_loading_effect=$facebook_feed_fetch["ffp_loading_effect"]; } else {$ffp_loading_effect="bounceInDown";}
150
- if(isset($facebook_feed_fetch["ffp_p_a_t"])) { $ffp_p_a_t=$facebook_feed_fetch["ffp_p_a_t"]; } else {$ffp_p_a_t="EAAUhkZBaQICMBAE0fugkpqVHZCtgEgLVW4SASG02moiwcEzMfL5wOAOq9eZBQ1eWIkhq1UAdUSilC86GhwqdTi5MaVee3W21O9um5dTtx3D9Pk0wbuP69K2iNHzzEJZAhWVXkaKw3quaHGMejG0vRx7cmgkeUr4ZD";}
151
- if(isset($facebook_feed_fetch["ffp_header_check"])) { $ffp_header_check=$facebook_feed_fetch["ffp_header_check"]; } else {$ffp_header_check="yes";}
152
- if(isset($facebook_feed_fetch["view_on_facebook"])) { $view_on_facebook=$facebook_feed_fetch["view_on_facebook"]; } else {$view_on_facebook="yes";}
153
- //print_r($facebook_feed_fetch);
154
  ?>
1
  <?php
2
+ if(isset($_POST['security'])) {
3
+ if (wp_verify_nonce( $_POST['security'], 'feed_security_action' ) ) {
4
+ if(isset($_REQUEST['ffp_page_url'])) {
5
+ $facebook_feed = serialize( array(
6
+ 'ffp_page_url' =>$_REQUEST['ffp_page_url'],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  'ffp_limit' => sanitize_text_field($_REQUEST['ffp_limit']),
8
+ 'ffp_timeline_layout' => sanitize_text_field($_REQUEST['ffp_timeline_layout']), ));
9
+ update_option("weblizar_facebook_feed_option_settings", $facebook_feed);
10
+ }
11
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  }
13
  $facebook_feed_fetch = unserialize(get_option("weblizar_facebook_feed_option_settings"));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  if(isset($facebook_feed_fetch["ffp_limit"])) { $ffp_limit=$facebook_feed_fetch["ffp_limit"]; } else {$ffp_limit="5";}
15
+ if(isset($facebook_feed_fetch["ffp_timeline_layout"])) { $ffp_timeline_layout=$facebook_feed_fetch["ffp_timeline_layout"]; } else {$ffp_timeline_layout="full_width"; }
16
+ if(isset($facebook_feed_fetch["ffp_page_url"])) { $ffp_page_url=$facebook_feed_fetch["ffp_page_url"]; } else {$ffp_page_url="https://www.facebook.com/weblizarstyle/"; }
 
 
 
 
 
 
 
 
 
 
 
17
  ?>
facebook-feed-shortcode-data.php CHANGED
@@ -1,6 +1,5 @@
1
  <?php $facebook_feed_fetch = unserialize(get_option("weblizar_facebook_feed_option_settings"));
2
  if(isset($facebook_feed_fetch["ffp_page_url"])) { $ffp_page_url=$facebook_feed_fetch["ffp_page_url"]; } else {$ffp_page_url="https://www.facebook.com/weblizarstyle/";}
3
- //if(isset($facebook_feed_fetch["ffp_p_a_t"])) { $token=$facebook_feed_fetch["ffp_p_a_t"]; } else {$token="EAAUhkZBaQICMBAE0fugkpqVHZCtgEgLVW4SASG02moiwcEzMfL5wOAOq9eZBQ1eWIkhq1UAdUSilC86GhwqdTi5MaVee3W21O9um5dTtx3D9Pk0wbuP69K2iNHzzEJZAhWVXkaKw3quaHGMejG0vRx7cmgkeUr4ZD";}
4
  if(isset($facebook_feed_fetch["ffp_limit"])) { $ffp_limit=$facebook_feed_fetch["ffp_limit"]; } else {$ffp_limit="10";}
5
  if(isset($_REQUEST['ffp_timeline_statuses'])) { $ffp_timeline_statuses ="statuses";} else { $ffp_timeline_statuses ="none"; }
6
  if(isset($_REQUEST['ffp_timeline_photos'])) { $ffp_timeline_photos="photos" ;} else { $ffp_timeline_photos="none"; }
@@ -23,225 +22,160 @@ if (strpos($ffp_page_url, '?') !== true)
23
  $header_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access_token=".$token."&fields=fan_count,cover,picture.width(300),name,link";
24
  $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access_token=".$token."&fields=posts.limit(1000){type,source,link,attachments,comments.limit(3){message,from,comment_count,created_time,id},full_picture,object_id,message,message_tags,created_time,from,shares,reactions.type(LOVE).limit(0).summary(total_count).as(reactions_love),reactions.type(WOW).limit(0).summary(total_count).as(reactions_wow),reactions.type(HAHA).limit(0).summary(total_count).as(reactions_haha),reactions.type(PRIDE).limit(0).summary(total_count).as(reactions_pride),reactions.type(THANKFUL).limit(0).summary(total_count).as(reactions_thankful),reactions.type(SAD).limit(0).summary(total_count).as(reactions_sad),reactions.type(LIKE).limit(0).summary(total_count).as(reactions_like),reactions.type(ANGRY).limit(0).summary(total_count).as(reactions_angry)}";
25
  //echo $ffp_limit;
26
- if(isset($_POST['action'])=="get_feed_like_comment")
27
- {
28
- //echo $_POST['feed_id'];
29
- $post_token="EAAUhkZBaQICMBAE0fugkpqVHZCtgEgLVW4SASG02moiwcEzMfL5wOAOq9eZBQ1eWIkhq1UAdUSilC86GhwqdTi5MaVee3W21O9um5dTtx3D9Pk0wbuP69K2iNHzzEJZAhWVXkaKw3quaHGMejG0vRx7cmgkeUr4ZD";
30
- // if(isset($_REQUEST['post_token'])) { $post_token=$_REQUEST['post_token']; }
31
-
32
- $data_string=""?>
33
- <div class="like_comment_div">
34
  <?php set_error_handler(create_function('$severity, $weblizar_datassage, $file, $line','throw new ErrorException($weblizar_datassage, $severity, $severity, $file, $line);'));
35
- if(isset($_REQUEST['id']))
36
- {
37
- if(isset($_REQUEST['type']))
38
- {
39
- $feed_type=$_REQUEST['type'];
40
- $data_var=$_REQUEST['id'];
41
- $data_var = preg_replace('/\s+/', '', $data_var);
42
- set_error_handler(create_function('$severity, $weblizar_datassage, $file, $line','throw new ErrorException($weblizar_datassage, $severity, $severity, $file, $line);'));
43
- try {
44
- if($feed_type =='post')
45
- {
46
- $post_type="";
47
- if(isset($_REQUEST['post_types']))
48
- {
49
- $post_type=$_REQUEST['post_types'];
50
-
51
- if($post_type=='photo')
52
- {
53
- // $data_var=explode("_",$data_var);
54
- $data_string="https://graph.facebook.com/v2.10/".$data_var."?access_token=".$post_token."&fields=created_time,from,id,comments.limit(5){message,from,comment_count,created_time},name,message,reactions.type(LOVE).limit(0).summary(total_count).as(reactions_love),reactions.type(WOW).limit(0).summary(total_count).as(reactions_wow),reactions.type(HAHA).limit(0).summary(total_count).as(reactions_haha),reactions.type(PRIDE).limit(0).summary(total_count).as(reactions_pride),reactions.type(THANKFUL).limit(0).summary(total_count).as(reactions_thankful),reactions.type(SAD).limit(0).summary(total_count).as(reactions_sad),reactions.type(LIKE).limit(0).summary(total_count).as(reactions_like),reactions.type(ANGRY).limit(0).summary(total_count).as(reactions_angry)";
55
- }
56
-
57
-
58
- }
59
- }
60
- $jsondata = file_get_contents($data_string);
61
- $data_content = json_decode($jsondata,true);
62
- //var_dump($data_content);
63
-
64
-
65
- if(isset($data_content['created_time']))
66
- {
67
- $create_time=$data_content['created_time'];
68
- $s = strtotime($create_time);
69
- }?>
70
- <!-- <div class="product-information lightbox-caption text"> -->
71
-
72
-
73
- <?php
74
- if(isset($data_content['from']['id']))
75
- { ?>
76
- <div class="eapps-facebook-feed-popup-item-header eapps-facebook-feed-item-author">
77
- <div class="eapps-facebook-feed-item-author-picture">
78
- <a href="https://facebook.com/<?php echo $data_content['from']['id'];?>" target="_blank" rel="nofollow">
79
- <img src="https://graph.facebook.com/<?php echo $data_content['from']['id'];?>/picture?type=square">
80
- </a>
81
- </div>
82
-
83
- <div class="eapps-facebook-feed-item-author-info">
84
- <div class="eapps-facebook-feed-item-author-name">
85
- <a href="https://facebook.com/<?php echo $data_content['from']['id'];?>" target="_blank" rel="nofollow"><?php echo $data_content['from']['name'];?></a>
86
- </div>
87
- <div class="eapps-facebook-feed-item-date"><?php echo $sdates = date('d', $s).' '.date("F", $s).' '.$day = date('D', $s);?></div>
88
- </div>
89
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
-
92
- <?php } ?>
93
-
94
- <?php if($feed_type =='post')
95
- {
96
- // if($post_type !='event')
97
- // {
98
- if(isset($data_content['link']))
99
- { ?>
100
- <a href="<?php echo $data_content['link']; ?>" target="_blank"> <?php echo $data_content['link']; ?></a>
101
- <?php } ?>
102
- <!-- <h6 class="media-heading web_interes"><?php //if(isset($data_content['title'])) { echo $data_content['title'];} ?></h6>-->
103
- <?php if(isset($data_content['name']))
104
- { ?>
105
- <div class="">
106
- <?php if (strlen($data_content['name']) >=50)
107
- { ?>
108
- <span class="teaser link"> <?php echo substr($data_content['name'],0,50);?></span>
109
- <span class="complete"><?php echo $data_content['name'];?></span>
110
- <span class="feed_more" data-text="...show less">...see more</span>
111
- <?php } else {?> <span class=""><?php echo $data_content['name'];?></span> <?php } ?>
112
- </div>
113
- <?php } ?>
114
-
115
-
116
- <div class="web_interes">
117
- <?php if(isset($data_content['description']))
118
- {
119
- if(strlen($data_content['description']) >=50)
120
- { ?>
121
- <span class="teaser"> <?php echo substr($data_content['description'],0,50); ?></span>
122
- <span class="complete"> <?php echo $data_content['description'];?></span>
123
- <span data-text="...show less" class="feed_more">...see more</span>
124
- <?php } else { ?> <span class=""> <?php echo $data_content['description'];?></span> <?php }
125
- } ?>
126
-
127
- <p>
128
- <?php //if(isset($data_content['attachments']['data'][0]['title'])) { echo $data_content['attachments']['data'][0]['title']; }?>
129
- </p>
130
- <?php if(isset($data_content['message']))
131
- {
132
- if(strlen($data_content['message']) >=50)
133
- { ?>
134
- <span class="teaser message"> <?php echo substr($data_content['message'],0,50);?></span>
135
- <span class="complete"><?php echo $data_content['message'];?></span>
136
- <span class="feed_more" data-text="...show less">...see more</span>
137
- <?php } else { ?> <span class=""><?php echo $data_content['message'];?></span> <?php } ?>
138
  </div>
139
- <?php }
140
- //}
141
-
142
-
143
- } ?>
144
-
145
- <div class=" clearfix"> </div>
146
- <?php //if($feed_type !='event')
147
- //{?>
148
- <div class="">
149
- <div class="moment-link pull-left">
150
- <ul>
151
- <li>
152
- <a href="#"><i class="fa fa-thumbs-up"></i> Like </a>
153
- <ul>
154
- <li class="tooltip-new"><a href="#"><i class="fa fb s-3"><span class="tooltiptext like"><?php echo $data_content['reactions_like']['summary']['total_count'];?></span> </i> </a> </li>
155
- <li> <a href="#"> <i class="fa fb s-2"><span class="tooltiptext love"><?php echo $data_content['reactions_love']['summary']['total_count'];?></span> </i> </a></li>
156
- <li><a href="#"> <i class="fa fb s-1"> <span class="tooltiptext haha"><?php echo $data_content['reactions_haha']['summary']['total_count'];?></span></i> </a></li>
157
- <li><a href="#"> <i class="fa fb s-4"><span class="tooltiptext angry"><?php echo $data_content['reactions_angry']['summary']['total_count'];?> </i> </a></li>
158
- <li><a href="#"> <i class="fa fb s-5"> <span class="tooltiptext"><?php echo $data_content['reactions_sad']['summary']['total_count'];?></span></i> </a></li>
159
- </ul>
160
- </li>
161
- <!--<li> <a data-toggle="collapse" href="#multiCollapseExample12" aria-expanded="false" aria-controls="multiCollapseExample12"> <i class="fa fa-comment"> 0 </i></a></li>-->
162
- </ul>
163
  </div>
164
- </div>
165
- <?php //} ?>
166
-
167
-
168
- <div class=" clearfix"> </div>
169
-
170
- <?php
171
- if(isset($data_content['comments']['data']))
172
- {?>
173
- <div class="col-md-12 custom_box_comment">
174
- <div class="comment-area col-md-12 padding-0" id="multiCollapseExample1"><p> Comment on Facebook </p> <div class="weblizar-comment"></div></div>
175
- <?php $comments=sizeof($data_content['comments']['data']);
176
- for($c=0;$c < $comments; $c++)
177
- { ?>
178
-
179
- <div class="eapps-facebook-feed-popup-item-header eapps-facebook-feed-item-author">
180
- <div class="eapps-facebook-feed-item-author-picture">
181
- <?php if(isset($data_content['comments']['data'][$c]['from']['id'])) { ?>
182
- <a href="https://facebook.com/<?php echo $data_content['comments']['data'][$c]['from']['id'];?>" target="_blank" rel="nofollow">
183
- <img src="https://graph.facebook.com/<?php echo $data_content['comments']['data'][$c]['from']['id'];?>/picture?type=square">
184
- </a>
185
- <?php } ?>
186
- </div>
187
- <div class="eapps-facebook-feed-item-author-info">
188
- <?php if(isset($data_content['comments']['data'][$c]['from']['id'])) { ?>
189
- <div class="eapps-facebook-feed-item-author-name">
190
- <a href="https://facebook.com/<?php echo $data_content['comments']['data'][$c]['from']['id'];?>" target="_blank" rel="nofollow"><?php echo $data_content['comments']['data'][$c]['from']['name'];?></a>
191
- </div>
192
- <?php } ?>
193
- <div class="eapps-facebook-feed-item-date"><span><?php if(isset($data_content['comments']['data'][$c]['created_time'])) { $s = strtotime($data_content['comments']['data'][$c]['created_time']); echo $sdates = date('d', $s)."&nbsp".date("F", $s)."&nbsp".$day = date('D', $s)."&nbsp".$stime = date('H:i', $s); } ?></span></div>
194
- </div>
195
- </div>
196
- <div class="eapps-facebook-feed-popup-item-content">
197
- <div class="eapps-facebook-feed-popup-item-content-text">
198
- <div class="eui-item-text">
199
- <div class="eui-item-text-excerpt">
200
- <span> <?php if(isset($data_content['comments']['data'][$c]['message'])) { echo $data_content['comments']['data'][$c]['message']; } ?> </span>
201
- <br>
202
- <br>
203
- <span> <?php if(isset($data_content['comments'][$c]['comment_count'])) {echo $data_content['comments'][$c]['comment_count'];} else { echo "0";}?> reply </span>
204
- </div>
205
- </div>
206
- </div>
207
- </div>
208
- <?php }
209
- }?>
210
- </div>
211
- <?php }
212
- catch (Exception $e)
213
- {
214
- echo $e->getMessage();
215
- //echo "<h3>invalid token</h3>";
216
- }
217
- restore_error_handler();?>
218
- <!--</div>-->
219
- <?php }
220
- } ?>
221
-
222
- </div>
223
-
224
- <?php } ?>
225
  <script>
226
  (function ($) {
227
-
228
- jQuery.fn.Am2_SimpleSlider = function () {
229
  //popup div
230
- $div = $('<div class="product-gallery-popup"> <div class="popup-overlay"></div> <div class="product-popup-content "> <div class="product-image col-md-8"> <div class="ffp_weblizar_img"></div> <div class="gallery-nav-btns"> <a id="nav-btn-next" data-id="0" feed-type="0" feed-post="0" feed-token="0" feed-id="0" class="nav-btn next" > <i class="fa fa-arrow-circle-o-right"> </i></a> <a id="nav-btn-prev" data-id="0" feed-type="0" feed-post="0" feed-token="0" feed-id="0" class="nav-btn prev" > <i class="fa fa-arrow-circle-o-left"> </i> </a></div> </div><div class="product-information text col-md-4"><div class="custom_box_load_div" style="text-align:-webkit-center;"> <img class="custom_box_banner" class="img-responsive" /></div><div class="pull-right"> <h4><a href=""></a></h4> <h5></h5></div><div class="card-footer text-muted" style="display:none"> <div class="moment-link pull-left text-muted"> <ul> <li> <a href="#"> <i class="fa fa-thumbs-up"> 0 </i> </a> <ul> <li class="tooltip-new"> <a href="#"> <i class="fa fb s-3"><span class="tooltiptext like"> </span> </i> </a> </li> <li> <a href="#"> <i class="fa fb s-2"><span class="tooltiptext love"> </span> </i> </a></li> <li><a href="#"> <i class="fa fb s-1"> <span class="tooltiptext haha"> </span></i> </a></li><li><a href="#"> <i class="fa fb s-4"><span class="tooltiptext angry"> </span> </i> </a></li> <li><a href="#"> <i class="fa fb s-5"> <span class="tooltiptext "> </span></i> </a></li> </ul></li> <li> <a data-toggle="collapse" href="#multiCollapseExample12" aria-expanded="false" aria-controls="multiCollapseExample12"> <i class="fa fa-comment"> 0 </i></a></li></ul></div></div><div class="comment-area col-md-12 padding-0" id="multiCollapseExample1"><p style="display:none"> Comment on Facebook </p> <div class="weblizar-comment"></div></div> </div> <div class="clear"></div><a href="#" class="cross">X</a></div></div>').appendTo('body');
231
 
232
  //on image click
233
  $(this).click(function () {
234
- $('.product-gallery-popup').fadeIn(500);
235
  $('body').css({ 'overflow': 'hidden' });
236
- $('.product-popup-content a#nav-btn-next').attr('data-id', $(this).find('dialog').attr('data-id'));
237
- $('.product-popup-content a#nav-btn-next').attr('feed-type', $(this).find('dialog').attr('feed-type'));
238
- $('.product-popup-content a#nav-btn-next').attr('feed-post', $(this).find('dialog').attr('feed-post'));
239
- $('.product-popup-content a#nav-btn-next').attr('feed-token', $(this).find('dialog').attr('feed-token'));
240
 
241
- $('.product-popup-content a#nav-btn-prev').attr('data-id', $(this).find('dialog').attr('data-id'));
242
- $('.product-popup-content a#nav-btn-prev').attr('feed-type', $(this).find('dialog').attr('feed-type'));
243
- $('.product-popup-content a#nav-btn-prev').attr('feed-post', $(this).find('dialog').attr('feed-post'));
244
- $('.product-popup-content a#nav-btn-prev').attr('feed-token', $(this).find('dialog').attr('feed-token'));
245
  var val=jQuery(this).find('dialog').attr('data-id');
246
  var typ=jQuery(this).find('dialog').attr('feed-type');
247
  var post_type=jQuery(this).find('dialog').attr('feed-post');
@@ -264,14 +198,14 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
264
  success : function(data){
265
 
266
  like_comment = jQuery(data).find('div.like_comment_div');
267
- jQuery('div.product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
268
  jQuery(document).unbind("ajaxComplete");
269
  jQuery(".feed_more").click(function() { jQuery(".teaser").toggle(); jQuery(".complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
270
  //Query(".custom_box_load_div").hide();
271
  }
272
  });
273
- $('.product-popup-content .product-image div.ffp_weblizar_img').html($(this).find('span.weblizar_span_img').html());
274
- $('.product-popup-content .product-information .weblizar-comment').html($(this).find('dialog').html());
275
  $Current = $(this);
276
  $PreviousElm = $(this).closest('.custom_box_gallary').prev().find('.gallery-img')
277
  $nextElm = $(this).closest('.custom_box_gallary').next().find('.gallery-img')
@@ -285,17 +219,17 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
285
  $NewCurrent = $nextElm;
286
  $PreviousElm = $NewCurrent.closest('.custom_box_gallary').prev().find('.gallery-img')
287
  $nextElm = $NewCurrent.closest('.custom_box_gallary').next().find('.gallery-img')
288
- $('.product-popup-content .product-image img').clearQueue().animate({ opacity: '0' }, 0).attr('src', $NewCurrent.find('img').attr('src')).animate({ opacity: '1' }, 500);
289
 
290
- $('.product-popup-content a#nav-btn-next').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
291
- $('.product-popup-content a#nav-btn-next').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
292
- $('.product-popup-content a#nav-btn-next').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
293
- $('.product-popup-content a#nav-btn-next').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
294
 
295
- $('.product-popup-content a#nav-btn-prev').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
296
- $('.product-popup-content a#nav-btn-prev').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
297
- $('.product-popup-content a#nav-btn-prev').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
298
- $('.product-popup-content a#nav-btn-prev').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
299
  var val=jQuery(this).attr('data-id');
300
  // console.log(val);
301
  var typ=jQuery(this).attr('feed-type');
@@ -320,15 +254,15 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
320
  success : function(data){
321
 
322
  like_comment = jQuery(data).find('div.like_comment_div');
323
- jQuery('div.product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
324
  jQuery(document).unbind("ajaxComplete");
325
  jQuery(".feed_more").click(function() { jQuery(".teaser").toggle(); jQuery(".complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
326
  //jQuery(".custom_box_load_div").hide();
327
  }
328
  });
329
 
330
- $('.product-popup-content .product-image div.ffp_weblizar_img').html($NewCurrent.find('span.weblizar_span_img').html());
331
- $('.product-popup-content .product-information .weblizar-comment').html($NewCurrent.find('dialog').html());
332
  if ($PreviousElm.length === 0) { $('.nav-btn.prev').css({ 'display': 'none' }); }
333
  else { $('.nav-btn.prev').css({ 'display': 'block' }); }
334
  if ($nextElm.length === 0) { $('.nav-btn.next').css({ 'display': 'none' }); }
@@ -339,17 +273,17 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
339
  $NewCurrent = $PreviousElm;
340
  $PreviousElm = $NewCurrent.closest('.custom_box_gallary').prev().find('.gallery-img')
341
  $nextElm = $NewCurrent.closest('.custom_box_gallary').next().find('.gallery-img')
342
- $('.product-popup-content .product-image img').clearQueue().animate({ opacity: '0' }, 0).attr('src', $NewCurrent.find('img').attr('src')).animate({ opacity: '1' }, 500);
343
 
344
- $('.product-popup-content a#nav-btn-next').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
345
- $('.product-popup-content a#nav-btn-next').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
346
- $('.product-popup-content a#nav-btn-next').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
347
- $('.product-popup-content a#nav-btn-next').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
348
 
349
- $('.product-popup-content a#nav-btn-prev').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
350
- $('.product-popup-content a#nav-btn-prev').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
351
- $('.product-popup-content a#nav-btn-prev').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
352
- $('.product-popup-content a#nav-btn-prev').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
353
  var val=jQuery(this).attr('data-id');
354
  var typ=jQuery(this).attr('feed-type');
355
  var post_type=jQuery(this).attr('feed-post');
@@ -372,14 +306,14 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
372
  },
373
  success : function(data){
374
  like_comment = jQuery(data).find('div.like_comment_div');
375
- jQuery('div.product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
376
  jQuery(document).unbind("ajaxComplete");
377
  jQuery(".feed_more").click(function() { jQuery(".teaser").toggle(); jQuery(".complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
378
  // jQuery(".custom_box_load_div").hide();
379
  }
380
  });
381
- $('.product-popup-content .product-image div.ffp_weblizar_img').html($NewCurrent.find('span.weblizar_span_img').html());
382
- $('.product-popup-content .product-information .weblizar-comment').html($NewCurrent.find('dialog').html());
383
  if ($PreviousElm.length === 0) { $('.nav-btn.prev').css({ 'display': 'none' }); }
384
  else { $('.nav-btn.prev').css({ 'display': 'block' }); }
385
  if ($nextElm.length === 0) { $('.nav-btn.next').css({ 'display': 'none' }); }
@@ -387,7 +321,7 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
387
  });
388
  //Close Popup
389
  $('.cross,.popup-overlay').click(function () {
390
- $('.product-gallery-popup').fadeOut(500);
391
  $('body').css({ 'overflow': 'initial' });
392
  });
393
 
@@ -395,7 +329,7 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
395
  /* $(document).on('keyup', function (e) {
396
  e.preventDefault();
397
  //Close popup on esc
398
- if (e.keyCode === 27) { $('.product-gallery-popup').fadeOut(500); $('body').css({ 'overflow': 'initial' }); }
399
  //Next Img On Right Arrow Click
400
  if (e.keyCode === 39) { NextProduct(); }
401
  //Prev Img on Left Arrow Click
@@ -407,17 +341,17 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
407
  $NewCurrent = $nextElm;
408
  $PreviousElm = $NewCurrent.prev();
409
  $nextElm = $NewCurrent.next();
410
- $('.product-popup-content .product-image img').clearQueue().animate({ opacity: '0' }, 0).attr('src', $NewCurrent.find('img').attr('src')).animate({ opacity: '1' }, 500);
411
 
412
- $('.product-popup-content a#nav-btn-next').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
413
- $('.product-popup-content a#nav-btn-next').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
414
- $('.product-popup-content a#nav-btn-next').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
415
- $('.product-popup-content a#nav-btn-next').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
416
 
417
- $('.product-popup-content a#nav-btn-prev').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
418
- $('.product-popup-content a#nav-btn-prev').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
419
- $('.product-popup-content a#nav-btn-prev').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
420
- $('.product-popup-content a#nav-btn-prev').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
421
  var val=jQuery(this).attr('data-id');
422
  var typ=jQuery(this).attr('feed-type');
423
  var post_type=jQuery(this).attr('feed-post');
@@ -441,14 +375,14 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
441
  success : function(data){
442
  //jQuery("#custom_box_load_div").hide();
443
  like_comment = jQuery(data).find('div.like_comment_div');
444
- jQuery('div.product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
445
  jQuery(document).unbind("ajaxComplete");
446
  jQuery(".feed_more").click(function() { jQuery(".teaser").toggle(); jQuery(".complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
447
  //jQuery(".custom_box_load_div").hide();
448
  }
449
  });
450
- $('.product-popup-content .product-image div.ffp_weblizar_img').html($NewCurrent.find('span.weblizar_span_img').html());
451
- $('.product-popup-content .product-information .weblizar-comment').html($NewCurrent.find('dialog').html());
452
  if ($PreviousElm.length === 0) { $('.nav-btn.prev').css({ 'display': 'none' }); }
453
  else { $('.nav-btn.prev').css({ 'display': 'none' }); }
454
  if ($nextElm.length === 0) { $('.nav-btn.next').css({ 'display': 'none' }); }
@@ -462,17 +396,17 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
462
  $NewCurrent = $PreviousElm;
463
  $PreviousElm = $NewCurrent.prev();
464
  $nextElm = $NewCurrent.next();
465
- $('.product-popup-content .product-image img').clearQueue().animate({ opacity: '0' }, 0).attr('src', $NewCurrent.find('img').attr('src')).animate({ opacity: '1' }, 500);
466
 
467
- $('.product-popup-content a#nav-btn-next').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
468
- $('.product-popup-content a#nav-btn-next').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
469
- $('.product-popup-content a#nav-btn-next').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
470
- $('.product-popup-content a#nav-btn-next').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
471
 
472
- $('.product-popup-content a#nav-btn-prev').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
473
- $('.product-popup-content a#nav-btn-prev').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
474
- $('.product-popup-content a#nav-btn-prev').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
475
- $('.product-popup-content a#nav-btn-prev').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
476
  var val=jQuery(this).attr('data-id');
477
  var typ=jQuery(this).attr('feed-type');
478
  var post_type=jQuery(this).attr('feed-post');
@@ -496,7 +430,7 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
496
  success : function(data){
497
  //jQuery("#custom_box_load_div").hide();
498
  like_comment = jQuery(data).find('div.like_comment_div');
499
- jQuery('div.product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
500
 
501
  jQuery(document).unbind("ajaxComplete");
502
  jQuery(".feed_more").click(function() { jQuery(".teaser").toggle(); jQuery(".complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
@@ -504,8 +438,8 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
504
  }
505
  });
506
 
507
- $('.product-popup-content .product-image div.ffp_weblizar_img').html($NewCurrent.find('span.weblizar_span_img').html());
508
- $('.product-popup-content .product-information .weblizar-comment').html($NewCurrent.find('dialog').html());
509
  if ($PreviousElm.length === 0) { $('.nav-btn.prev').css({ 'display': 'none' }); }
510
  else { $('.nav-btn.prev').css({ 'display': 'none' }); }
511
  if ($nextElm.length === 0) { $('.nav-btn.next').css({ 'display': 'none' }); }
@@ -518,7 +452,5 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
518
  } (jQuery));
519
 
520
  jQuery(document).ready(function()
521
- {
522
- jQuery('.gallery-img').Am2_SimpleSlider();
523
- });
524
- </script>
1
  <?php $facebook_feed_fetch = unserialize(get_option("weblizar_facebook_feed_option_settings"));
2
  if(isset($facebook_feed_fetch["ffp_page_url"])) { $ffp_page_url=$facebook_feed_fetch["ffp_page_url"]; } else {$ffp_page_url="https://www.facebook.com/weblizarstyle/";}
 
3
  if(isset($facebook_feed_fetch["ffp_limit"])) { $ffp_limit=$facebook_feed_fetch["ffp_limit"]; } else {$ffp_limit="10";}
4
  if(isset($_REQUEST['ffp_timeline_statuses'])) { $ffp_timeline_statuses ="statuses";} else { $ffp_timeline_statuses ="none"; }
5
  if(isset($_REQUEST['ffp_timeline_photos'])) { $ffp_timeline_photos="photos" ;} else { $ffp_timeline_photos="none"; }
22
  $header_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access_token=".$token."&fields=fan_count,cover,picture.width(300),name,link";
23
  $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access_token=".$token."&fields=posts.limit(1000){type,source,link,attachments,comments.limit(3){message,from,comment_count,created_time,id},full_picture,object_id,message,message_tags,created_time,from,shares,reactions.type(LOVE).limit(0).summary(total_count).as(reactions_love),reactions.type(WOW).limit(0).summary(total_count).as(reactions_wow),reactions.type(HAHA).limit(0).summary(total_count).as(reactions_haha),reactions.type(PRIDE).limit(0).summary(total_count).as(reactions_pride),reactions.type(THANKFUL).limit(0).summary(total_count).as(reactions_thankful),reactions.type(SAD).limit(0).summary(total_count).as(reactions_sad),reactions.type(LIKE).limit(0).summary(total_count).as(reactions_like),reactions.type(ANGRY).limit(0).summary(total_count).as(reactions_angry)}";
24
  //echo $ffp_limit;
25
+ if(isset($_POST['action'])=="get_feed_like_comment"){
26
+ //echo $_POST['feed_id'];
27
+ $post_token="EAAUhkZBaQICMBAE0fugkpqVHZCtgEgLVW4SASG02moiwcEzMfL5wOAOq9eZBQ1eWIkhq1UAdUSilC86GhwqdTi5MaVee3W21O9um5dTtx3D9Pk0wbuP69K2iNHzzEJZAhWVXkaKw3quaHGMejG0vRx7cmgkeUr4ZD";
28
+ $data_string=""; ?>
29
+ <div class="like_comment_div ">
 
 
 
30
  <?php set_error_handler(create_function('$severity, $weblizar_datassage, $file, $line','throw new ErrorException($weblizar_datassage, $severity, $severity, $file, $line);'));
31
+ if(isset($_REQUEST['id'])) {
32
+ if(isset($_REQUEST['type'])) {
33
+ $feed_type=$_REQUEST['type'];
34
+ $data_var=$_REQUEST['id'];
35
+ $data_var = preg_replace('/\s+/', '', $data_var);
36
+ set_error_handler(create_function('$severity, $weblizar_datassage, $file, $line','throw new ErrorException($weblizar_datassage, $severity, $severity, $file, $line);'));
37
+ try {
38
+ if($feed_type =='post') {
39
+ $post_type="";
40
+ if(isset($_REQUEST['post_types'])) {
41
+ $post_type=$_REQUEST['post_types'];
42
+ if($post_type=='photo') {
43
+ $data_string="https://graph.facebook.com/v2.10/".$data_var."?access_token=".$post_token."&fields=created_time,from,id,comments.limit(5){message,from,comment_count,created_time},name,message,reactions.type(LOVE).limit(0).summary(total_count).as(reactions_love),reactions.type(WOW).limit(0).summary(total_count).as(reactions_wow),reactions.type(HAHA).limit(0).summary(total_count).as(reactions_haha),reactions.type(PRIDE).limit(0).summary(total_count).as(reactions_pride),reactions.type(THANKFUL).limit(0).summary(total_count).as(reactions_thankful),reactions.type(SAD).limit(0).summary(total_count).as(reactions_sad),reactions.type(LIKE).limit(0).summary(total_count).as(reactions_like),reactions.type(ANGRY).limit(0).summary(total_count).as(reactions_angry)";
44
+ }
45
+ }
46
+ }
47
+ $jsondata = file_get_contents($data_string);
48
+ $data_content = json_decode($jsondata,true);
49
+ //var_dump($data_content);
50
+ if(isset($data_content['created_time'])) {
51
+ $create_time=$data_content['created_time'];
52
+ $s = strtotime($create_time);
53
+ }
54
+ if(isset($data_content['from']['id'])){ ?>
55
+ <div class="eapps-facebook-feed-popup-item-header eapps-facebook-feed-item-author">
56
+ <div class="eapps-facebook-feed-item-author-picture">
57
+ <a href="https://facebook.com/<?php echo $data_content['from']['id'];?>" target="_blank" rel="nofollow">
58
+ <img src="https://graph.facebook.com/<?php echo $data_content['from']['id'];?>/picture?type=square">
59
+ </a>
60
+ </div>
61
+ <div class="eapps-facebook-feed-item-author-info">
62
+ <div class="eapps-facebook-feed-item-author-name">
63
+ <a href="https://facebook.com/<?php echo $data_content['from']['id'];?>" target="_blank" rel="nofollow"><?php echo $data_content['from']['name'];?></a>
64
+ </div>
65
+ <div class="eapps-facebook-feed-item-date"><?php echo $sdates = date('d', $s).' '.date("F", $s).' '.$day = date('D', $s);?></div>
66
+ </div>
67
+ </div>
68
+ <?php } ?>
69
+ <?php if($feed_type =='post') {
70
+ if(isset($data_content['link'])) { ?><a href="<?php echo $data_content['link']; ?>" target="_blank"> <?php echo $data_content['link']; ?></a><?php } ?>
71
+ <?php if(isset($data_content['name'])) { ?>
72
+ <div class="">
73
+ <?php if (strlen($data_content['name']) >=50) { ?>
74
+ <span class="teaser link"> <?php echo substr($data_content['name'],0,50);?></span>
75
+ <span class="complete"><?php echo $data_content['name'];?></span>
76
+ <span class="feed_more" data-text="...show less">...see more</span>
77
+ <?php } else { ?> <span class=""><?php echo $data_content['name'];?></span> <?php } ?>
78
+ </div>
79
+ <?php } ?>
80
+ <div class="web_interes">
81
+ <?php if(isset($data_content['description'])) {
82
+ if(strlen($data_content['description']) >=50) { ?>
83
+ <span class="teaser"> <?php echo substr($data_content['description'],0,50); ?></span>
84
+ <span class="complete"> <?php echo $data_content['description'];?></span>
85
+ <span data-text="...show less" class="feed_more">...see more</span>
86
+ <?php } else { ?> <span class=""> <?php echo $data_content['description'];?></span> <?php }
87
+ } ?>
88
+ <?php if(isset($data_content['message'])) {
89
+ if(strlen($data_content['message']) >=50) { ?>
90
+ <span class="teaser message"> <?php echo substr($data_content['message'],0,50);?></span>
91
+ <span class="complete"><?php echo $data_content['message'];?></span>
92
+ <span class="feed_more" data-text="...show less">...see more</span>
93
+ <?php } else { ?> <span class=""><?php echo $data_content['message'];?></span> <?php } ?>
94
+ </div>
95
+ <?php }
96
+ } ?>
97
+ <div class=" clearfix"> </div>
98
+ <div class="">
99
+ <div class="wp-weblizar_moment-link pull-left">
100
+ <ul><li><a href="#"><i class="fa fa-thumbs-up"></i> Like </a>
101
+ <ul>
102
+ <li class="tooltip-new"><a href="#"><i class="fa wp-weblizar_fb wp-weblizar_s-3"><span class="tooltiptext like"><?php echo $data_content['reactions_like']['summary']['total_count'];?></span> </i> </a> </li>
103
+ <li> <a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-2"><span class="tooltiptext love"><?php echo $data_content['reactions_love']['summary']['total_count'];?></span> </i> </a></li>
104
+ <li><a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-1"> <span class="tooltiptext haha"><?php echo $data_content['reactions_haha']['summary']['total_count'];?></span></i> </a></li>
105
+ <li><a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-4"><span class="tooltiptext angry"><?php echo $data_content['reactions_angry']['summary']['total_count'];?> </i> </a></li>
106
+ <li><a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-5"> <span class="tooltiptext"><?php echo $data_content['reactions_sad']['summary']['total_count'];?></span></i> </a></li>
107
+ </ul>
108
+ </li>
109
+ </ul>
110
+ </div>
111
+ </div>
112
+ <div class=" clearfix"> </div>
113
+ <?php if(isset($data_content['comments']['data'])) { ?>
114
+ <div class="col-md-12 wp-weblizar_custom_box_comment">
115
+ <div class="wp-weblizar_comment-area col-md-12 padding-0" id="multiCollapseExample1"><p> Comment on Facebook </p> <div class="weblizar-comment"></div></div>
116
+ <?php $comments=sizeof($data_content['comments']['data']);
117
+ for($c=0;$c < $comments; $c++) { ?>
118
 
119
+ <div class="eapps-facebook-feed-popup-item-header eapps-facebook-feed-item-author">
120
+ <div class="eapps-facebook-feed-item-author-picture">
121
+ <?php if(isset($data_content['comments']['data'][$c]['from']['id'])) { ?>
122
+ <a href="https://facebook.com/<?php echo $data_content['comments']['data'][$c]['from']['id'];?>" target="_blank" rel="nofollow">
123
+ <img src="https://graph.facebook.com/<?php echo $data_content['comments']['data'][$c]['from']['id'];?>/picture?type=square">
124
+ </a>
125
+ <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  </div>
127
+ <div class="eapps-facebook-feed-item-author-info">
128
+ <?php if(isset($data_content['comments']['data'][$c]['from']['id'])) { ?>
129
+ <div class="eapps-facebook-feed-item-author-name">
130
+ <a href="https://facebook.com/<?php echo $data_content['comments']['data'][$c]['from']['id'];?>" target="_blank" rel="nofollow"><?php echo $data_content['comments']['data'][$c]['from']['name'];?></a>
131
+ </div>
132
+ <?php } ?>
133
+ <div class="eapps-facebook-feed-item-date"><span><?php if(isset($data_content['comments']['data'][$c]['created_time'])) { $s = strtotime($data_content['comments']['data'][$c]['created_time']); echo $sdates = date('d', $s)."&nbsp".date("F", $s)."&nbsp".$day = date('D', $s)."&nbsp".$stime = date('H:i', $s); } ?></span></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  </div>
135
+ </div>
136
+ <div class="eapps-facebook-feed-popup-item-content">
137
+ <div class="eapps-facebook-feed-popup-item-content-text">
138
+ <div class="eui-item-text">
139
+ <div class="eui-item-text-excerpt">
140
+ <span> <?php if(isset($data_content['comments']['data'][$c]['message'])) { echo $data_content['comments']['data'][$c]['message']; } ?> </span>
141
+ <br>
142
+ <br>
143
+ <span> <?php if(isset($data_content['comments'][$c]['comment_count'])) {echo $data_content['comments'][$c]['comment_count'];} else { echo "0";}?> reply </span>
144
+ </div>
145
+ </div>
146
+ </div>
147
+ </div>
148
+ </div><?php
149
+ }
150
+ }
151
+ }
152
+ catch (Exception $e) {
153
+ echo $e->getMessage();
154
+ }
155
+ restore_error_handler();
156
+ }
157
+ } ?>
158
+ </div><?php
159
+ } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  <script>
161
  (function ($) {
162
+ jQuery.fn.Am2_SimpleSlider = function () {
 
163
  //popup div
164
+ $div = $('<div class="weblizar-fb-product-gallery-popup weblizar-fb-model"> <div class="popup-overlay"></div> <div class="weblizar-fb-product-popup-content "> <div class="product-image col-md-8"> <div class="ffp_weblizar_img"></div> <div class="gallery-nav-btns"> <a id="nav-btn-next" data-id="0" feed-type="0" feed-post="0" feed-token="0" feed-id="0" class="nav-btn next" > <i class="fa fa-arrow-circle-o-right"> </i></a> <a id="nav-btn-prev" data-id="0" feed-type="0" feed-post="0" feed-token="0" feed-id="0" class="nav-btn prev" > <i class="fa fa-arrow-circle-o-left"> </i> </a></div> </div><div class="weblizar-fb-product-information text col-md-4"><div class="custom_box_load_div" style="text-align:-webkit-center;"> <img class="custom_box_banner" class="img-responsive" /></div><div class="pull-right"> <h4><a href=""></a></h4> <h5></h5></div><div class="card-footer text-muted" style="display:none"> <div class="wp-weblizar_moment-link pull-left text-muted"> <ul> <li> <a href="#"> <i class="fa fa-thumbs-up"> 0 </i> </a> <ul> <li class="tooltip-new"> <a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-3"><span class="tooltiptext like"> </span> </i> </a> </li> <li> <a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-2"><span class="tooltiptext love"> </span> </i> </a></li> <li><a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-1"> <span class="tooltiptext haha"> </span></i> </a></li><li><a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-4"><span class="tooltiptext angry"> </span> </i> </a></li> <li><a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-5"> <span class="tooltiptext "> </span></i> </a></li> </ul></li> <li> <a data-toggle="collapse" href="#multiCollapseExample12" aria-expanded="false" aria-controls="multiCollapseExample12"> <i class="fa fa-comment"> 0 </i></a></li></ul></div></div><div class="wp-weblizar_comment-area col-md-12 padding-0" id="multiCollapseExample1"><p style="display:none"> Comment on Facebook </p> <div class="weblizar-comment"></div></div> </div> <div class="clear"></div><a href="#" class="cross">X</a></div></div>').appendTo('body');
165
 
166
  //on image click
167
  $(this).click(function () {
168
+ $('.weblizar-fb-product-gallery-popup').fadeIn(500);
169
  $('body').css({ 'overflow': 'hidden' });
170
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('data-id', $(this).find('dialog').attr('data-id'));
171
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-type', $(this).find('dialog').attr('feed-type'));
172
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-post', $(this).find('dialog').attr('feed-post'));
173
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-token', $(this).find('dialog').attr('feed-token'));
174
 
175
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('data-id', $(this).find('dialog').attr('data-id'));
176
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-type', $(this).find('dialog').attr('feed-type'));
177
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-post', $(this).find('dialog').attr('feed-post'));
178
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-token', $(this).find('dialog').attr('feed-token'));
179
  var val=jQuery(this).find('dialog').attr('data-id');
180
  var typ=jQuery(this).find('dialog').attr('feed-type');
181
  var post_type=jQuery(this).find('dialog').attr('feed-post');
198
  success : function(data){
199
 
200
  like_comment = jQuery(data).find('div.like_comment_div');
201
+ jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
202
  jQuery(document).unbind("ajaxComplete");
203
  jQuery(".feed_more").click(function() { jQuery(".teaser").toggle(); jQuery(".complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
204
  //Query(".custom_box_load_div").hide();
205
  }
206
  });
207
+ $('.weblizar-fb-product-popup-content .product-image div.ffp_weblizar_img').html($(this).find('span.weblizar_span_img').html());
208
+ $('.weblizar-fb-product-popup-content .weblizar-fb-product-information .weblizar-comment').html($(this).find('dialog').html());
209
  $Current = $(this);
210
  $PreviousElm = $(this).closest('.custom_box_gallary').prev().find('.gallery-img')
211
  $nextElm = $(this).closest('.custom_box_gallary').next().find('.gallery-img')
219
  $NewCurrent = $nextElm;
220
  $PreviousElm = $NewCurrent.closest('.custom_box_gallary').prev().find('.gallery-img')
221
  $nextElm = $NewCurrent.closest('.custom_box_gallary').next().find('.gallery-img')
222
+ $('.weblizar-fb-product-popup-content .product-image img').clearQueue().animate({ opacity: '0' }, 0).attr('src', $NewCurrent.find('img').attr('src')).animate({ opacity: '1' }, 500);
223
 
224
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
225
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
226
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
227
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
228
 
229
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
230
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
231
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
232
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
233
  var val=jQuery(this).attr('data-id');
234
  // console.log(val);
235
  var typ=jQuery(this).attr('feed-type');
254
  success : function(data){
255
 
256
  like_comment = jQuery(data).find('div.like_comment_div');
257
+ jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
258
  jQuery(document).unbind("ajaxComplete");
259
  jQuery(".feed_more").click(function() { jQuery(".teaser").toggle(); jQuery(".complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
260
  //jQuery(".custom_box_load_div").hide();
261
  }
262
  });
263
 
264
+ $('.weblizar-fb-product-popup-content .product-image div.ffp_weblizar_img').html($NewCurrent.find('span.weblizar_span_img').html());
265
+ $('.weblizar-fb-product-popup-content .weblizar-fb-product-information .weblizar-comment').html($NewCurrent.find('dialog').html());
266
  if ($PreviousElm.length === 0) { $('.nav-btn.prev').css({ 'display': 'none' }); }
267
  else { $('.nav-btn.prev').css({ 'display': 'block' }); }
268
  if ($nextElm.length === 0) { $('.nav-btn.next').css({ 'display': 'none' }); }
273
  $NewCurrent = $PreviousElm;
274
  $PreviousElm = $NewCurrent.closest('.custom_box_gallary').prev().find('.gallery-img')
275
  $nextElm = $NewCurrent.closest('.custom_box_gallary').next().find('.gallery-img')
276
+ $('.weblizar-fb-product-popup-content .product-image img').clearQueue().animate({ opacity: '0' }, 0).attr('src', $NewCurrent.find('img').attr('src')).animate({ opacity: '1' }, 500);
277
 
278
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
279
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
280
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
281
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
282
 
283
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
284
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
285
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
286
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
287
  var val=jQuery(this).attr('data-id');
288
  var typ=jQuery(this).attr('feed-type');
289
  var post_type=jQuery(this).attr('feed-post');
306
  },
307
  success : function(data){
308
  like_comment = jQuery(data).find('div.like_comment_div');
309
+ jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
310
  jQuery(document).unbind("ajaxComplete");
311
  jQuery(".feed_more").click(function() { jQuery(".teaser").toggle(); jQuery(".complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
312
  // jQuery(".custom_box_load_div").hide();
313
  }
314
  });
315
+ $('.weblizar-fb-product-popup-content .product-image div.ffp_weblizar_img').html($NewCurrent.find('span.weblizar_span_img').html());
316
+ $('.weblizar-fb-product-popup-content .weblizar-fb-product-information .weblizar-comment').html($NewCurrent.find('dialog').html());
317
  if ($PreviousElm.length === 0) { $('.nav-btn.prev').css({ 'display': 'none' }); }
318
  else { $('.nav-btn.prev').css({ 'display': 'block' }); }
319
  if ($nextElm.length === 0) { $('.nav-btn.next').css({ 'display': 'none' }); }
321
  });
322
  //Close Popup
323
  $('.cross,.popup-overlay').click(function () {
324
+ $('.weblizar-fb-product-gallery-popup').fadeOut(500);
325
  $('body').css({ 'overflow': 'initial' });
326
  });
327
 
329
  /* $(document).on('keyup', function (e) {
330
  e.preventDefault();
331
  //Close popup on esc
332
+ if (e.keyCode === 27) { $('.weblizar-fb-product-gallery-popup').fadeOut(500); $('body').css({ 'overflow': 'initial' }); }
333
  //Next Img On Right Arrow Click
334
  if (e.keyCode === 39) { NextProduct(); }
335
  //Prev Img on Left Arrow Click
341
  $NewCurrent = $nextElm;
342
  $PreviousElm = $NewCurrent.prev();
343
  $nextElm = $NewCurrent.next();
344
+ $('.weblizar-fb-product-popup-content .product-image img').clearQueue().animate({ opacity: '0' }, 0).attr('src', $NewCurrent.find('img').attr('src')).animate({ opacity: '1' }, 500);
345
 
346
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
347
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
348
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
349
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
350
 
351
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
352
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
353
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
354
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
355
  var val=jQuery(this).attr('data-id');
356
  var typ=jQuery(this).attr('feed-type');
357
  var post_type=jQuery(this).attr('feed-post');
375
  success : function(data){
376
  //jQuery("#custom_box_load_div").hide();
377
  like_comment = jQuery(data).find('div.like_comment_div');
378
+ jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
379
  jQuery(document).unbind("ajaxComplete");
380
  jQuery(".feed_more").click(function() { jQuery(".teaser").toggle(); jQuery(".complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
381
  //jQuery(".custom_box_load_div").hide();
382
  }
383
  });
384
+ $('.weblizar-fb-product-popup-content .product-image div.ffp_weblizar_img').html($NewCurrent.find('span.weblizar_span_img').html());
385
+ $('.weblizar-fb-product-popup-content .weblizar-fb-product-information .weblizar-comment').html($NewCurrent.find('dialog').html());
386
  if ($PreviousElm.length === 0) { $('.nav-btn.prev').css({ 'display': 'none' }); }
387
  else { $('.nav-btn.prev').css({ 'display': 'none' }); }
388
  if ($nextElm.length === 0) { $('.nav-btn.next').css({ 'display': 'none' }); }
396
  $NewCurrent = $PreviousElm;
397
  $PreviousElm = $NewCurrent.prev();
398
  $nextElm = $NewCurrent.next();
399
+ $('.weblizar-fb-product-popup-content .product-image img').clearQueue().animate({ opacity: '0' }, 0).attr('src', $NewCurrent.find('img').attr('src')).animate({ opacity: '1' }, 500);
400
 
401
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
402
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
403
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
404
+ $('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
405
 
406
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
407
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
408
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
409
+ $('.weblizar-fb-product-popup-content a#nav-btn-prev').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
410
  var val=jQuery(this).attr('data-id');
411
  var typ=jQuery(this).attr('feed-type');
412
  var post_type=jQuery(this).attr('feed-post');
430
  success : function(data){
431
  //jQuery("#custom_box_load_div").hide();
432
  like_comment = jQuery(data).find('div.like_comment_div');
433
+ jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
434
 
435
  jQuery(document).unbind("ajaxComplete");
436
  jQuery(".feed_more").click(function() { jQuery(".teaser").toggle(); jQuery(".complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
438
  }
439
  });
440
 
441
+ $('.weblizar-fb-product-popup-content .product-image div.ffp_weblizar_img').html($NewCurrent.find('span.weblizar_span_img').html());
442
+ $('.weblizar-fb-product-popup-content .weblizar-fb-product-information .weblizar-comment').html($NewCurrent.find('dialog').html());
443
  if ($PreviousElm.length === 0) { $('.nav-btn.prev').css({ 'display': 'none' }); }
444
  else { $('.nav-btn.prev').css({ 'display': 'none' }); }
445
  if ($nextElm.length === 0) { $('.nav-btn.next').css({ 'display': 'none' }); }
452
  } (jQuery));
453
 
454
  jQuery(document).ready(function()
455
+ { jQuery('.gallery-img').Am2_SimpleSlider(); });
456
+ </script>
 
 
facebook-feed-shortcode.php CHANGED
@@ -18,16 +18,16 @@ set_error_handler(
18
  $weblizar_data_post = json_decode($jsondata_post,true);
19
  ?>
20
  <div class="clearfix"> </div>
21
- <div class="col-md-12 wp-fb-plugin">
22
- <div class="main-banner">
23
  <img src="<?php if(isset($weblizar_header_data['cover']['source'])) { echo $weblizar_header_data['cover']['source']; }?>" class="img-responsive" >
24
- <div class="facebook-feed-top-area">
25
- <div class="facebook-feed-top-img ">
26
- <a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>" class="fb-main-pic col-md-2 col-sm-2 col-xs-4">
27
  <img src="<?php if(isset($weblizar_header_data['picture']['data']['url'])) { echo $weblizar_header_data['picture']['data']['url']; } ?>" class="img-responsive" alt="Weblizar">
28
  </a>
29
- <div class="facebook-feed-top-info pull-left">
30
- <div class="facebook-feed-top-info-inner pull-left">
31
  <h3><a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
32
  <?php if(isset($weblizar_header_data['name'])) { echo $weblizar_header_data['name']; } ?>
33
  </a>
@@ -40,7 +40,7 @@ set_error_handler(
40
  </div>
41
  </div>
42
 
43
- <div class="facebook-feed-inner-text">
44
  <div class="button-group">
45
  <a type="button" target="_blank" class="btn btn-secondary feed_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>"> <i class="fa fa-share"> </i> Share </a>
46
  </div>
@@ -49,23 +49,23 @@ set_error_handler(
49
  </div>
50
  <div class="clearfix"> </div>
51
 
52
- <div class="row container-flut gallaries">
53
  <?php for($y = 0; $y <$ffp_limit; $y++)
54
  {
55
  if(isset($weblizar_data_post["posts"]['data'][$y]['object_id'])){ $id_obj=$weblizar_data_post["posts"]['data'][$y]['object_id']; } ?>
56
  <?php if($weblizar_data_post["posts"]['data'][$y]['type']=='photo')
57
  {
58
  ?>
59
- <div class="col-md-12 col-sm-12 col-xs-12 post-box bg custom_box_gallary post_background_color">
60
- <div class="col-md-12 col-sm-12 col-xs-12 box post_background_color">
61
  <?php $data_var=explode("_",$weblizar_data_post["posts"]['data'][$y]['id']);
62
  $auther_url="https://graph.facebook.com/". $data_var[0]."?access_token=".$token."&fields=link,name,id";
63
  $auther_uri = file_get_contents($auther_url);
64
  $auher1 = json_decode($auther_uri,true);?>
65
- <div class="col-md-1 col-sm-2 col-xs-3 logo-left"><img src="https://graph.facebook.com/<?php echo $auher1['id'];?>/picture" class="img-responsive"></div>
66
- <div class="col-md-11 col-sm-10 col-xs-9 logo-right">
67
- <h5 class="post_font_color"><a href="<?php echo $auher1["link"];?>"><?php echo $auher1['name']; ?></a></h5>
68
- <h6 class="post_font_color"><?php $s = strtotime($weblizar_data_post["posts"]['data'][$y]['created_time']); ?><i class="fa fa-clock-o"></i><span><?php echo $sdates = date('d', $s);?><span> <span> <?php echo date("F", $s);?></span> <span> <?php echo $day = date('D', $s);?></span> <span><?php echo $stime = date('H:i', $s); ?></span> </h6>
69
  </div>
70
  </div>
71
 
@@ -94,13 +94,13 @@ set_error_handler(
94
  }
95
  ?>
96
  <div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
97
- <p class="text post_font_color">
98
  <?php if (strlen(strip_tags($text)) >=50)
99
  { ?>
100
- <span class="teaser post_font_color"><?php echo substr(strip_tags($text),0,50);?></span>
101
- <span class="complete post_font_color"><?php echo $text;?></span>
102
- <span data-text="...show less" class="facebook_feed_more_page post_font_color"><?php _e('...see more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
103
- <?php } else { ?> <span class="post_font_color"> <?php echo $text;?></span> <?php } ?>
104
  </p>
105
  </div>
106
  <?php }
@@ -146,48 +146,48 @@ set_error_handler(
146
  }
147
  ?>
148
  <div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
149
- <p class="text post_font_color">
150
  <?php if (strlen(strip_tags($text)) >=50)
151
  { ?>
152
- <span class="teaser post_font_color"><?php echo substr(strip_tags($text),0,50);?></span>
153
- <span class="complete post_font_color"><?php echo $text;?></span>
154
- <span data-text="...show less" class="facebook_feed_more_page post_font_color"><?php _e('...see more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
155
- <?php } else { ?> <span class="post_font_color"> <?php echo $text;?></span> <?php } ?>
156
  </p>
157
  </div>
158
  <?php }
159
  } ?>
160
 
161
- <div class="col-md-12 col-sm-12 col-xs-12 bar post_background_color">
162
  <?php
163
  if(isset($weblizar_data_post["posts"]['data'][$y]['reactions']['data'])){ $like=$weblizar_data_post["posts"]['data'][$y]['reactions']['data']; } else {$like="";}
164
  if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['data'])) { $comment=$weblizar_data_post["posts"]['data'][$y]['comments']['data']; } else {$comment="";}
165
  if(isset($weblizar_data_post["posts"]['data'][$y]['shares'])) { $share=$weblizar_data_post["posts"]['data'][$y]['shares']; } else {$share="";}
166
  if(isset($weblizar_data_post["posts"]['data'][$y]['id'])) { $id=$weblizar_data_post["posts"]['data'][$y]['id']; } else {$id="";}?>
167
- <div class=" bar-left">
168
 
169
- <span class="like post_font_color"><i class="fa fa-thumbs-o-up"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'];?></span>
170
 
171
- <span class="share post_font_color"><i class="fa fa-share"></i><?php if($share !="") { echo $share['count']; } else { echo "0";} ?></span>
172
 
173
- <span class="comment accordion post_font_color"><i class="fa fa-comments-o"></i><?php if($comment !=""){ echo $comments=sizeof($comment); }?></span>
174
 
175
  <!--panel -->
176
  <div class="panel clearfix">
177
  <!--like-comments-reaction -->
178
- <p class="post-comment-likes post_font_color">
179
- <span class="post-reactions post_font_color">
180
- <span class="post-like post_font_color"><i class="fa fa-thumbs-o-up"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'];?></span>
181
- <span class="post-love post_font_color"><i class="fa fa-heart"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_love']['summary']['total_count'];?></span>
182
- <span class="post-wow post_font_color"><i class="fa fa-smile-o"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_haha']['summary']['total_count'];?></span>
183
  </span>
184
- <span class="post-likes-text post_font_color">
185
  <?php if($like !="") { echo $reactions=sizeof($like); } else { echo "";}?> <?php _e('people reacted to this', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
186
  </span>
187
  </p>
188
  <!--end-like-comments-reaction -->
189
 
190
- <p class="post-comments post_font_color" style="color:#;">
191
  <i class="fa fa-comments-o"></i> <?php _e('Comment on Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
192
  </p>
193
 
@@ -197,31 +197,31 @@ set_error_handler(
197
  $comments=sizeof($comment);
198
  for($c=0;$c < $comments; $c++)
199
  {?>
200
- <div class="col-md-12 col-sm-12 col-xs-12 post-comment">
201
  <?php $c_auther_url="https://graph.facebook.com/".$comment[$c]['id']."?access_token=".$token."";
202
  $c_auther_uri = file_get_contents($c_auther_url);
203
  $c_auher1 = json_decode($c_auther_uri,true);?>
204
  <?php if(isset($c_auher1['from']['id'])) { ?>
205
- <div class="col-md-1 col-sm-2 col-xs-2 post-comment-img">
206
  <a href="<?php echo "https://graph.facebook.com/".$c_auher1['from']['id'];?>"><img src="https://graph.facebook.com/<?php echo $c_auher1['from']['id'];?>/picture" /></a>
207
  </div>
208
  <?php } ?>
209
- <div class="col-md-11 col-sm-10 col-xs-10 post-comment-text-wrapper">
210
- <div class="post-comment-text">
211
 
212
- <p class="post_font_color">
213
  <?php if(isset($c_auher1['from']['id'])) { ?>
214
- <a class="post_font_color" href="<?php echo $c_auher1['from']['id'];?>"><?php echo $c_auher1['from']['name'];?></a>
215
  <?php } ?>
216
 
217
  &nbsp <?php echo $comment[$c]['message'];?>
218
  </p>
219
- <span class="post_font_color"><?php _e('Posted on:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> <?php $s = strtotime($comment[$c]['created_time']); echo $sdates = date('d', $s)."&nbsp".date("F", $s)."&nbsp".$day = date('D', $s)."&nbsp".$stime = date('H:i', $s);?></span>
220
- <p class="post_font_color">
221
- <a href="" class="post_font_color"><i class="fa fa-reply"></i> <?php if(isset($comment[$c]['comment_count'])) {echo $comment[$c]['comment_count'];} else { echo "0";}?><?php _e('Replies', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a>
222
  </p>
223
 
224
- <div class="post-comment-replies-box"></div>
225
  </div>
226
  </div>
227
  </div>
@@ -235,17 +235,17 @@ set_error_handler(
235
 
236
  </div>
237
 
238
- <div class="pull-right bar-right">
239
  <div class="text-muted feed_event_desc">
240
- <div class="social-link-2 pull-right ">
241
  <ul>
242
 
243
  <li>
244
- <a href="https://www.facebook.com/<?php echo $id;?>" target="_blank" class="post_font_color"> <i class="fa fa-eye"> </i></a>
245
  </li>
246
 
247
  <li>
248
- <a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo $weblizar_data_post["posts"]['data'][$y]['link'];?>" class="post_font_color"> <i class="fa fa-share" target="_blank" ><?php _e('Share', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </i> </a>
249
  </li>
250
  </ul>
251
  </div>
18
  $weblizar_data_post = json_decode($jsondata_post,true);
19
  ?>
20
  <div class="clearfix"> </div>
21
+ <div class="col-md-12 wp-weblizar_fb-plugin">
22
+ <div class="weblizar_fb-main-banner">
23
  <img src="<?php if(isset($weblizar_header_data['cover']['source'])) { echo $weblizar_header_data['cover']['source']; }?>" class="img-responsive" >
24
+ <div class="weblizar_fb-facebook-feed-top-area">
25
+ <div class="weblizar_fb-facebook-feed-top-img ">
26
+ <a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>" class="weblizar_fb-main-pic col-md-2 col-sm-2 col-xs-4">
27
  <img src="<?php if(isset($weblizar_header_data['picture']['data']['url'])) { echo $weblizar_header_data['picture']['data']['url']; } ?>" class="img-responsive" alt="Weblizar">
28
  </a>
29
+ <div class="weblizar_fb-facebook-feed-top-info pull-left">
30
+ <div class="weblizar_fb-facebook-feed-top-info-inner pull-left">
31
  <h3><a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
32
  <?php if(isset($weblizar_header_data['name'])) { echo $weblizar_header_data['name']; } ?>
33
  </a>
40
  </div>
41
  </div>
42
 
43
+ <div class="weblizar_fb-facebook-feed-inner-text">
44
  <div class="button-group">
45
  <a type="button" target="_blank" class="btn btn-secondary feed_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>"> <i class="fa fa-share"> </i> Share </a>
46
  </div>
49
  </div>
50
  <div class="clearfix"> </div>
51
 
52
+ <div class="container-flud gallaries">
53
  <?php for($y = 0; $y <$ffp_limit; $y++)
54
  {
55
  if(isset($weblizar_data_post["posts"]['data'][$y]['object_id'])){ $id_obj=$weblizar_data_post["posts"]['data'][$y]['object_id']; } ?>
56
  <?php if($weblizar_data_post["posts"]['data'][$y]['type']=='photo')
57
  {
58
  ?>
59
+ <div class="col-md-12 col-sm-12 col-xs-12 weblizar_fb-post-box weblizar_fb-bg custom_box_gallary weblizar_fb-post_background_color">
60
+ <div class="col-md-12 col-sm-12 col-xs-12 box weblizar_fb-post_background_color">
61
  <?php $data_var=explode("_",$weblizar_data_post["posts"]['data'][$y]['id']);
62
  $auther_url="https://graph.facebook.com/". $data_var[0]."?access_token=".$token."&fields=link,name,id";
63
  $auther_uri = file_get_contents($auther_url);
64
  $auher1 = json_decode($auther_uri,true);?>
65
+ <div class="col-md-1 col-sm-2 col-xs-3 weblizar_fb-logo-left"><img src="https://graph.facebook.com/<?php echo $auher1['id'];?>/picture" class="img-responsive"></div>
66
+ <div class="col-md-11 col-sm-10 col-xs-9 weblizar_fb-logo-right">
67
+ <h5 class="weblizar_fb-post_font_color"><a href="<?php echo $auher1["link"];?>"><?php echo $auher1['name']; ?></a></h5>
68
+ <h6 class="weblizar_fb-post_font_color"><?php $s = strtotime($weblizar_data_post["posts"]['data'][$y]['created_time']); ?><i class="fa fa-clock-o"></i><span><?php echo $sdates = date('d', $s);?><span> <span> <?php echo date("F", $s);?></span> <span> <?php echo $day = date('D', $s);?></span> <span><?php echo $stime = date('H:i', $s); ?></span> </h6>
69
  </div>
70
  </div>
71
 
94
  }
95
  ?>
96
  <div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
97
+ <p class="text weblizar_fb-post_font_color">
98
  <?php if (strlen(strip_tags($text)) >=50)
99
  { ?>
100
+ <span class="teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,50);?></span>
101
+ <span class="complete weblizar_fb-post_font_color"><?php echo $text;?></span>
102
+ <span data-text="...show less" class="facebook_feed_more_page weblizar_fb-post_font_color"><?php _e('...see more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
103
+ <?php } else { ?> <span class="weblizar_fb-post_font_color"> <?php echo $text;?></span> <?php } ?>
104
  </p>
105
  </div>
106
  <?php }
146
  }
147
  ?>
148
  <div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
149
+ <p class="text weblizar_fb-post_font_color">
150
  <?php if (strlen(strip_tags($text)) >=50)
151
  { ?>
152
+ <span class="teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,50);?></span>
153
+ <span class="complete weblizar_fb-post_font_color"><?php echo $text;?></span>
154
+ <span data-text="...show less" class="facebook_feed_more_page weblizar_fb-post_font_color"><?php _e('...see more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
155
+ <?php } else { ?> <span class="weblizar_fb-post_font_color"> <?php echo $text;?></span> <?php } ?>
156
  </p>
157
  </div>
158
  <?php }
159
  } ?>
160
 
161
+ <div class="col-md-12 col-sm-12 col-xs-12 bar weblizar_fb-post_background_color">
162
  <?php
163
  if(isset($weblizar_data_post["posts"]['data'][$y]['reactions']['data'])){ $like=$weblizar_data_post["posts"]['data'][$y]['reactions']['data']; } else {$like="";}
164
  if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['data'])) { $comment=$weblizar_data_post["posts"]['data'][$y]['comments']['data']; } else {$comment="";}
165
  if(isset($weblizar_data_post["posts"]['data'][$y]['shares'])) { $share=$weblizar_data_post["posts"]['data'][$y]['shares']; } else {$share="";}
166
  if(isset($weblizar_data_post["posts"]['data'][$y]['id'])) { $id=$weblizar_data_post["posts"]['data'][$y]['id']; } else {$id="";}?>
167
+ <div class="weblizar_fb-bar-left">
168
 
169
+ <span class="like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'];?></span>
170
 
171
+ <span class="share weblizar_fb-post_font_color"><i class="fa fa-share"></i><?php if($share !="") { echo $share['count']; } else { echo "0";} ?></span>
172
 
173
+ <span class="comment accordion weblizar_fb-post_font_color"><i class="fa fa-comments-o"></i><?php if($comment !=""){ echo $comments=sizeof($comment); }?></span>
174
 
175
  <!--panel -->
176
  <div class="panel clearfix">
177
  <!--like-comments-reaction -->
178
+ <p class="weblizar_fb-post-comment-likes weblizar_fb-post_font_color">
179
+ <span class="weblizar_fb-post-reactions weblizar_fb-post_font_color">
180
+ <span class="post-like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'];?></span>
181
+ <span class="post-love weblizar_fb-post_font_color"><i class="fa fa-heart"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_love']['summary']['total_count'];?></span>
182
+ <span class="post-wow weblizar_fb-post_font_color"><i class="fa fa-smile-o"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_haha']['summary']['total_count'];?></span>
183
  </span>
184
+ <span class="post-likes-text weblizar_fb-post_font_color">
185
  <?php if($like !="") { echo $reactions=sizeof($like); } else { echo "";}?> <?php _e('people reacted to this', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
186
  </span>
187
  </p>
188
  <!--end-like-comments-reaction -->
189
 
190
+ <p class="weblizar_fb-post-comments weblizar_fb-post_font_color" style="color:#;">
191
  <i class="fa fa-comments-o"></i> <?php _e('Comment on Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
192
  </p>
193
 
197
  $comments=sizeof($comment);
198
  for($c=0;$c < $comments; $c++)
199
  {?>
200
+ <div class="col-md-12 col-sm-12 col-xs-12 weblizar_fb-post-comment">
201
  <?php $c_auther_url="https://graph.facebook.com/".$comment[$c]['id']."?access_token=".$token."";
202
  $c_auther_uri = file_get_contents($c_auther_url);
203
  $c_auher1 = json_decode($c_auther_uri,true);?>
204
  <?php if(isset($c_auher1['from']['id'])) { ?>
205
+ <div class="col-md-1 col-sm-2 col-xs-2 weblizar_fb-post-comment-img">
206
  <a href="<?php echo "https://graph.facebook.com/".$c_auher1['from']['id'];?>"><img src="https://graph.facebook.com/<?php echo $c_auher1['from']['id'];?>/picture" /></a>
207
  </div>
208
  <?php } ?>
209
+ <div class="col-md-11 col-sm-10 col-xs-10 weblizar_fb-post-comment-text-wrapper">
210
+ <div class="weblizar_fb-post-comment-text">
211
 
212
+ <p class="weblizar_fb-post_font_color">
213
  <?php if(isset($c_auher1['from']['id'])) { ?>
214
+ <a class="weblizar_fb-post_font_color" href="<?php echo $c_auher1['from']['id'];?>"><?php echo $c_auher1['from']['name'];?></a>
215
  <?php } ?>
216
 
217
  &nbsp <?php echo $comment[$c]['message'];?>
218
  </p>
219
+ <span class="weblizar_fb-post_font_color"><?php _e('Posted on:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> <?php $s = strtotime($comment[$c]['created_time']); echo $sdates = date('d', $s)."&nbsp".date("F", $s)."&nbsp".$day = date('D', $s)."&nbsp".$stime = date('H:i', $s);?></span>
220
+ <p class="weblizar_fb-post_font_color">
221
+ <a href="" class="weblizar_fb-post_font_color"><i class="fa fa-reply"></i> <?php if(isset($comment[$c]['comment_count'])) {echo $comment[$c]['comment_count'];} else { echo "0";}?><?php _e('Replies', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a>
222
  </p>
223
 
224
+ <div class="weblizar_fb-post-comment-replies-box"></div>
225
  </div>
226
  </div>
227
  </div>
235
 
236
  </div>
237
 
238
+ <div class="pull-right weblizar_fb-bar-right">
239
  <div class="text-muted feed_event_desc">
240
+ <div class="weblizar_fb-social-link-2 pull-right ">
241
  <ul>
242
 
243
  <li>
244
+ <a href="https://www.facebook.com/<?php echo $id;?>" target="_blank" class="weblizar_fb-post_font_color"> <i class="fa fa-eye"> </i></a>
245
  </li>
246
 
247
  <li>
248
+ <a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo $weblizar_data_post["posts"]['data'][$y]['link'];?>" class="weblizar_fb-post_font_color"> <i class="fa fa-share" target="_blank" > </i> <?php _e('Share', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </a>
249
  </li>
250
  </ul>
251
  </div>
facebook-feed-widget.php CHANGED
@@ -47,19 +47,19 @@ class Weblizar_facebook_feed_widget extends WP_Widget
47
  $jsondata_post = file_get_contents($page_timeline_string);
48
  $weblizar_data_post = json_decode($jsondata_post,true); ?>
49
  <div class="clearfix"> </div>
50
- <div class=" feed_main_widget wp-fb-plugin">
51
- <div class="main-banner">
52
  <img src="<?php if(isset($weblizar_header_data['cover']['source'])) { echo $weblizar_header_data['cover']['source']; }?>" class="img-responsive" >
53
- <div class="facebook-feed-top-area">
54
- <div class="facebook-feed-top-img ">
55
- <a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>" class="fb-main-pic ">
56
  <img src="<?php if(isset($weblizar_header_data['picture']['data']['url'])) { echo $weblizar_header_data['picture']['data']['url']; } ?>" class="img-responsive" alt="Weblizar">
57
  </a>
58
  </div>
59
 
60
- <div class="facebook-feed-inner-text">
61
 
62
- <div class="facebook-feed-top-info-inner pull-left">
63
  <h3><a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
64
  <?php if(isset($weblizar_header_data['name'])) { echo $weblizar_header_data['name']; } ?>
65
  </a>
@@ -71,28 +71,29 @@ class Weblizar_facebook_feed_widget extends WP_Widget
71
  </div>
72
 
73
  <div class="pull-right">
74
- <a type="button" target="_blank" class="btn btn-secondary feed_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>"> <i class="fa fa-share"> </i> Share </a>
 
75
  </div>
76
  </div>
77
  </div>
78
  </div>
79
  <div class="clearfix"> </div>
80
- <div class="row container-flut gallaries">
81
  <?php for($y = 0; $y <$ffp_limit; $y++)
82
  {
83
  if(isset($weblizar_data_post["posts"]['data'][$y]['object_id'])){ $id_obj=$weblizar_data_post["posts"]['data'][$y]['object_id']; } ?>
84
  <?php if($weblizar_data_post["posts"]['data'][$y]['type']=='photo')
85
  { ?>
86
- <div class="col-md-12 post-box bg custom_box_gallary post_background_color ">
87
- <div class=" box post_background_color">
88
  <?php $data_var=explode("_",$weblizar_data_post["posts"]['data'][$y]['id']);
89
  $auther_url="https://graph.facebook.com/". $data_var[0]."?access_token=".$token."&fields=link,name,id";
90
  $auther_uri = file_get_contents($auther_url);
91
  $auher1 = json_decode($auther_uri,true);?>
92
- <div class="col-md-3 col-sm-2 col-xs-3 logo-left"><img src="https://graph.facebook.com/<?php echo $auher1['id'];?>/picture" class="img-responsive" alt="img"></div>
93
- <div class="col-md-9 col-sm-10 col-xs-9 logo-right">
94
- <h5 class="post_font_color"><a href="<?php echo $auher1["link"];?>"><?php echo $auher1['name']; ?></a></h5>
95
- <h6 class="post_font_color"><?php $s = strtotime($weblizar_data_post["posts"]['data'][$y]['created_time']); ?><i class="fa fa-clock-o"></i><span><?php echo $sdates = date('d', $s);?><span> <span> <?php echo date("F", $s);?></span> <span> <?php echo $day = date('D', $s);?></span> <span><?php echo $stime = date('H:i', $s); ?></span> </h6>
96
  </div>
97
  </div>
98
 
@@ -118,13 +119,13 @@ class Weblizar_facebook_feed_widget extends WP_Widget
118
  }
119
  ?>
120
  <div class="col-md-12 col-sm-12 col-xs-12">
121
- <p class="text post_font_color">
122
  <?php if (strlen(strip_tags($text)) >=50)
123
  { ?>
124
- <span class="teaser post_font_color"><?php echo substr(strip_tags($text),0,50);?></span>
125
- <span class="complete post_font_color"><?php echo $text;?></span>
126
- <span data-text="...show less" class="facebook_feed_more_widget post_font_color"><?php _e('...see more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
127
- <?php } else { ?> <span class="post_font_color"> <?php echo $text;?></span> <?php } ?>
128
  </p>
129
  </div>
130
  <?php } ?>
@@ -145,36 +146,36 @@ class Weblizar_facebook_feed_widget extends WP_Widget
145
  </dialog>
146
  </div>
147
  <?php } ?>
148
- <div class="col-md-12 col-sm-12 col-xs-12 bar post_background_color">
149
  <?php
150
  if(isset($weblizar_data_post["posts"]['data'][$y]['reactions']['data'])){ $like=$weblizar_data_post["posts"]['data'][$y]['reactions']['data']; } else {$like="";}
151
  if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['data'])) { $comment=$weblizar_data_post["posts"]['data'][$y]['comments']['data']; } else {$comment="";}
152
  if(isset($weblizar_data_post["posts"]['data'][$y]['shares'])) { $share=$weblizar_data_post["posts"]['data'][$y]['shares']; } else {$share="";}
153
  if(isset($weblizar_data_post["posts"]['data'][$y]['id'])) { $id=$weblizar_data_post["posts"]['data'][$y]['id']; } else {$id="";} ?>
154
- <div class=" bar-left">
155
 
156
- <span class="like post_font_color"><i class="fa fa-thumbs-o-up"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'];?></span>
157
 
158
- <span class="share post_font_color"><i class="fa fa-share"></i><?php if($share !="") { echo $share['count']; } else { echo "0";} ?></span>
159
 
160
- <span class="comment accordion post_font_color"><i class="fa fa-comments-o"></i><?php if($comment !=""){ echo $comments=sizeof($comment); }?></span>
161
 
162
  <!--panel -->
163
  <div class="panel clearfix">
164
  <!--like-comments-reaction -->
165
- <p class="post-comment-likes post_font_color">
166
- <span class="post-reactions post_font_color">
167
- <span class="post-like post_font_color"><i class="fa fa-thumbs-o-up"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'];?></span>
168
- <span class="post-love post_font_color"><i class="fa fa-heart"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_love']['summary']['total_count'];?></span>
169
- <span class="post-wow post_font_color"><i class="fa fa-smile-o"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_haha']['summary']['total_count'];?></span>
170
- <span class="post-likes-text post_font_color">
171
  <?php if($like !="") { echo $reactions=sizeof($like); } else { echo "";}?> <?php _e('people reacted to this', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
172
  </span>
173
  </span>
174
  </p>
175
  <!--end-like-comments-reaction -->
176
 
177
- <p class="post-comments post_font_color" style="color:#;">
178
  <i class="fa fa-comments-o"></i> <?php _e('Comment on Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
179
  </p>
180
 
@@ -184,32 +185,32 @@ class Weblizar_facebook_feed_widget extends WP_Widget
184
  $comments=sizeof($comment);
185
  for($c=0;$c < $comments; $c++)
186
  {?>
187
- <div class="col-md-12 col-sm-12 col-xs-12 post-comment">
188
  <?php $c_auther_url="https://graph.facebook.com/".$comment[$c]['id']."?access_token=".$token."";
189
  $c_auther_uri = file_get_contents($c_auther_url);
190
  $c_auher1 = json_decode($c_auther_uri,true);?>
191
  <?php if(isset($c_auher1['from']['id'])) { ?>
192
- <div class="col-md-1 col-sm-2 col-xs-2 post-comment-img">
193
  <a href="<?php echo "https://graph.facebook.com/".$c_auher1['from']['id'];?>"><img src="https://graph.facebook.com/<?php echo $c_auher1['from']['id'];?>/picture" /></a>
194
  </div>
195
  <?php } ?>
196
 
197
- <div class="col-md-11 col-sm-10 col-xs-10 post-comment-text-wrapper">
198
- <div class="post-comment-text">
199
 
200
- <p class="post_font_color">
201
  <?php if(isset($c_auher1['from']['id'])) { ?>
202
- <a class="post_font_color" href="<?php echo $c_auher1['from']['id'];?>"><?php echo $c_auher1['from']['name'];?></a>
203
  <?php } ?>
204
 
205
  &nbsp <?php echo $comment[$c]['message'];?>
206
  </p>
207
- <span class="post_font_color"><?php _e('Posted on:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> <?php $s = strtotime($comment[$c]['created_time']); echo $sdates = date('d', $s)."&nbsp".date("F", $s)."&nbsp".$day = date('D', $s)."&nbsp".$stime = date('H:i', $s);?></span>
208
- <p class="post_font_color">
209
- <a href="" class="post_font_color"><i class="fa fa-reply"></i> <?php if(isset($comment[$c]['comment_count'])) {echo $comment[$c]['comment_count'];} else { echo "0";}?><?php _e('Replies', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a>
210
  </p>
211
 
212
- <div class="post-comment-replies-box"></div>
213
  </div>
214
  </div>
215
  </div>
@@ -220,16 +221,16 @@ class Weblizar_facebook_feed_widget extends WP_Widget
220
  <!--end-panel -->
221
  </div>
222
 
223
- <div class="text-muted feed_event_desc bar-right">
224
- <div class="social-link-2 pull-right ">
225
  <ul>
226
 
227
  <li>
228
- <a href="https://www.facebook.com/<?php echo $id;?>" target="_blank" class="post_font_color"> <i class="fa fa-eye"> </i></a>
229
  </li>
230
 
231
  <li>
232
- <a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo $weblizar_data_post["posts"]['data'][$y]['link'];?>" class="post_font_color"> <i class="fa fa-share" target="_blank" ><?php _e('Share', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </i> </a>
233
  </li>
234
  </ul>
235
  </div>
47
  $jsondata_post = file_get_contents($page_timeline_string);
48
  $weblizar_data_post = json_decode($jsondata_post,true); ?>
49
  <div class="clearfix"> </div>
50
+ <div class=" feed_main_widget wp-weblizar_fb-plugin">
51
+ <div class="weblizar_fb-main-banner">
52
  <img src="<?php if(isset($weblizar_header_data['cover']['source'])) { echo $weblizar_header_data['cover']['source']; }?>" class="img-responsive" >
53
+ <div class="weblizar_fb-facebook-feed-top-area">
54
+ <div class="weblizar_fb-facebook-feed-top-img ">
55
+ <a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>" class="weblizar_fb-main-pic ">
56
  <img src="<?php if(isset($weblizar_header_data['picture']['data']['url'])) { echo $weblizar_header_data['picture']['data']['url']; } ?>" class="img-responsive" alt="Weblizar">
57
  </a>
58
  </div>
59
 
60
+ <div class="weblizar_fb-facebook-feed-inner-text">
61
 
62
+ <div class="weblizar_fb-facebook-feed-top-info-inner pull-left">
63
  <h3><a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
64
  <?php if(isset($weblizar_header_data['name'])) { echo $weblizar_header_data['name']; } ?>
65
  </a>
71
  </div>
72
 
73
  <div class="pull-right">
74
+ <a type="button" target="_blank" class="btn btn-secondary feed_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>"> <i class="fa fa-share"> </i>
75
+ </a>
76
  </div>
77
  </div>
78
  </div>
79
  </div>
80
  <div class="clearfix"> </div>
81
+ <div class="container-flut gallaries">
82
  <?php for($y = 0; $y <$ffp_limit; $y++)
83
  {
84
  if(isset($weblizar_data_post["posts"]['data'][$y]['object_id'])){ $id_obj=$weblizar_data_post["posts"]['data'][$y]['object_id']; } ?>
85
  <?php if($weblizar_data_post["posts"]['data'][$y]['type']=='photo')
86
  { ?>
87
+ <div class="col-md-12 weblizar_fb-post-box weblizar_fb-bg custom_box_gallary weblizar_fb-post_background_color ">
88
+ <div class=" box weblizar_fb-post_background_color">
89
  <?php $data_var=explode("_",$weblizar_data_post["posts"]['data'][$y]['id']);
90
  $auther_url="https://graph.facebook.com/". $data_var[0]."?access_token=".$token."&fields=link,name,id";
91
  $auther_uri = file_get_contents($auther_url);
92
  $auher1 = json_decode($auther_uri,true);?>
93
+ <div class="col-md-3 col-sm-2 col-xs-3 weblizar_fb-logo-left"><img src="https://graph.facebook.com/<?php echo $auher1['id'];?>/picture" class="img-responsive" alt="img"></div>
94
+ <div class="col-md-9 col-sm-10 col-xs-9 weblizar_fb-logo-right">
95
+ <h5 class="weblizar_fb-post_font_color"><a href="<?php echo $auher1["link"];?>"><?php echo $auher1['name']; ?></a></h5>
96
+ <h6 class="weblizar_fb-post_font_color"><?php $s = strtotime($weblizar_data_post["posts"]['data'][$y]['created_time']); ?><i class="fa fa-clock-o"></i><span><?php echo $sdates = date('d', $s);?><span> <span> <?php echo date("F", $s);?></span> <span> <?php echo $day = date('D', $s);?></span> <span><?php echo $stime = date('H:i', $s); ?></span> </h6>
97
  </div>
98
  </div>
99
 
119
  }
120
  ?>
121
  <div class="col-md-12 col-sm-12 col-xs-12">
122
+ <p class="text weblizar_fb-post_font_color">
123
  <?php if (strlen(strip_tags($text)) >=50)
124
  { ?>
125
+ <span class="teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,50);?></span>
126
+ <span class="complete weblizar_fb-post_font_color"><?php echo $text;?></span>
127
+ <span data-text="...show less" class="facebook_feed_more_widget weblizar_fb-post_font_color"><?php _e('...see more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
128
+ <?php } else { ?> <span class="weblizar_fb-post_font_color"> <?php echo $text;?></span> <?php } ?>
129
  </p>
130
  </div>
131
  <?php } ?>
146
  </dialog>
147
  </div>
148
  <?php } ?>
149
+ <div class="col-md-12 col-sm-12 col-xs-12 bar weblizar_fb-post_background_color">
150
  <?php
151
  if(isset($weblizar_data_post["posts"]['data'][$y]['reactions']['data'])){ $like=$weblizar_data_post["posts"]['data'][$y]['reactions']['data']; } else {$like="";}
152
  if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['data'])) { $comment=$weblizar_data_post["posts"]['data'][$y]['comments']['data']; } else {$comment="";}
153
  if(isset($weblizar_data_post["posts"]['data'][$y]['shares'])) { $share=$weblizar_data_post["posts"]['data'][$y]['shares']; } else {$share="";}
154
  if(isset($weblizar_data_post["posts"]['data'][$y]['id'])) { $id=$weblizar_data_post["posts"]['data'][$y]['id']; } else {$id="";} ?>
155
+ <div class=" weblizar_fb-bar-left">
156
 
157
+ <span class="like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'];?></span>
158
 
159
+ <span class="share weblizar_fb-post_font_color"><i class="fa fa-share"></i><?php if($share !="") { echo $share['count']; } else { echo "0";} ?></span>
160
 
161
+ <span class="comment accordion weblizar_fb-post_font_color"><i class="fa fa-comments-o"></i><?php if($comment !=""){ echo $comments=sizeof($comment); }?></span>
162
 
163
  <!--panel -->
164
  <div class="panel clearfix">
165
  <!--like-comments-reaction -->
166
+ <p class="weblizar_fb-post-comment-likes weblizar_fb-post_font_color">
167
+ <span class="weblizar_fb-post-reactions weblizar_fb-post_font_color">
168
+ <span class="post-like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'];?></span>
169
+ <span class="post-love weblizar_fb-post_font_color"><i class="fa fa-heart"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_love']['summary']['total_count'];?></span>
170
+ <span class="post-wow weblizar_fb-post_font_color"><i class="fa fa-smile-o"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_haha']['summary']['total_count'];?></span>
171
+ <span class="post-likes-text weblizar_fb-post_font_color">
172
  <?php if($like !="") { echo $reactions=sizeof($like); } else { echo "";}?> <?php _e('people reacted to this', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
173
  </span>
174
  </span>
175
  </p>
176
  <!--end-like-comments-reaction -->
177
 
178
+ <p class="weblizar_fb-post-comments weblizar_fb-post_font_color" style="color:#;">
179
  <i class="fa fa-comments-o"></i> <?php _e('Comment on Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
180
  </p>
181
 
185
  $comments=sizeof($comment);
186
  for($c=0;$c < $comments; $c++)
187
  {?>
188
+ <div class="col-md-12 col-sm-12 col-xs-12 weblizar_fb-post-comment">
189
  <?php $c_auther_url="https://graph.facebook.com/".$comment[$c]['id']."?access_token=".$token."";
190
  $c_auther_uri = file_get_contents($c_auther_url);
191
  $c_auher1 = json_decode($c_auther_uri,true);?>
192
  <?php if(isset($c_auher1['from']['id'])) { ?>
193
+ <div class="col-md-1 col-sm-2 col-xs-2 weblizar_fb-post-comment-img">
194
  <a href="<?php echo "https://graph.facebook.com/".$c_auher1['from']['id'];?>"><img src="https://graph.facebook.com/<?php echo $c_auher1['from']['id'];?>/picture" /></a>
195
  </div>
196
  <?php } ?>
197
 
198
+ <div class="col-md-11 col-sm-10 col-xs-10 weblizar_fb-post-comment-text-wrapper">
199
+ <div class="weblizar_fb-post-comment-text">
200
 
201
+ <p class="weblizar_fb-post_font_color">
202
  <?php if(isset($c_auher1['from']['id'])) { ?>
203
+ <a class="weblizar_fb-post_font_color" href="<?php echo $c_auher1['from']['id'];?>"><?php echo $c_auher1['from']['name'];?></a>
204
  <?php } ?>
205
 
206
  &nbsp <?php echo $comment[$c]['message'];?>
207
  </p>
208
+ <span class="weblizar_fb-post_font_color"><?php _e('Posted on:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> <?php $s = strtotime($comment[$c]['created_time']); echo $sdates = date('d', $s)."&nbsp".date("F", $s)."&nbsp".$day = date('D', $s)."&nbsp".$stime = date('H:i', $s);?></span>
209
+ <p class="weblizar_fb-post_font_color">
210
+ <a href="" class="weblizar_fb-post_font_color"><i class="fa fa-reply"></i> <?php if(isset($comment[$c]['comment_count'])) {echo $comment[$c]['comment_count'];} else { echo "0";}?><?php _e('Replies', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a>
211
  </p>
212
 
213
+ <div class="weblizar_fb-post-comment-replies-box"></div>
214
  </div>
215
  </div>
216
  </div>
221
  <!--end-panel -->
222
  </div>
223
 
224
+ <div class="text-muted feed_event_desc weblizar_fb-bar-right">
225
+ <div class="weblizar_fb-social-link-2 pull-right ">
226
  <ul>
227
 
228
  <li>
229
+ <a href="https://www.facebook.com/<?php echo $id;?>" target="_blank" class="weblizar_fb-post_font_color"> <i class="fa fa-eye"> </i></a>
230
  </li>
231
 
232
  <li>
233
+ <a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo $weblizar_data_post["posts"]['data'][$y]['link'];?>" class="weblizar_fb-post_font_color"> <i class="fa fa-share" target="_blank" > </i> <?php _e('Share', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </a>
234
  </li>
235
  </ul>
236
  </div>
facebook-feed.php CHANGED
@@ -1,1263 +1,206 @@
1
  <?php require("facebook-feed-data.php");?>
2
  <!---------------- facebook feed tab------------------------>
 
3
  <div class="block ui-tabs-panel deactive" id="option-fbfeed">
4
- <div class="section">
5
- <form method="post" id="weblizar_feed_setting_option">
6
- <div class="feed_setting_page">
7
- <div class="feedheading_cls">
8
- <h3 class="feedheading"><?php _e('Feed Settings', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></h3>
9
- </div>
10
- <div class="col-md-6 fpp_border_left">
11
- <div class="col-md-12 no-pad form-group">
12
- <h3></h3>
13
- <div class="col-md-12 no-pad">
14
- <div class="ffp_set_l col-md-6"> <label> <?php _e('Choose page, Group or Profile:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
15
- <?php if((!isset($feed_type))) {$feed_type='Group';}?>
16
- <div class="col-md-6">
17
- <select name="feed_type" id="feed_type" style="width:100px;" onchange="feed_type_change_function()">
18
- <option value="page" <?php selected($feed_type, 'page' ); ?>> <?php _e('Page', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
19
- <option value="group" <?php selected($feed_type, 'group' ); ?>> <?php _e('Group', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
20
- <option value="profile" <?php selected($feed_type, 'profile' ); ?>> <?php _e('Profile', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></option>
21
- </select>
22
- </div>
23
- </div>
24
- <!-- fb type page -->
25
- <div id="ffp_type_page" class="col-md-12 no-pad">
26
- <div>
27
- <div class="ffp_set_l col-md-6"><label> <?php _e('Page url:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
28
- <div class="ffp_set_l col-md-6"><input type="text" id="ffp_page_url" name="ffp_page_url" value="<?php if(isset($ffp_page_url)) { echo $ffp_page_url;} else { echo "https:www.facebook.com/weblizarstyle/";} ?>" style="width:100%"></div>
29
- </div>
30
- </div>
31
-
32
-
33
- <!-- fb type group -->
34
- <div id="ffp_type_group" class="col-md-12 no-pad" style="display:none; color:red;">
35
- <div class="col-md-6"><label for="ffp_group_url"> <?php _e('Group id:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label></div>
36
- <div class="col-md-6"><?php _e('This Options Available in pro version', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></div>
37
- </div>
38
- <div id="ffp_type_group_token" class="col-md-12 no-pad" style="display:none; color:red;">
39
- <div class="col-md-6"><label for="ffp_group_token"> <?php _e('Acess Token:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label></div>
40
- <div class="col-md-6"><?php _e('This Option Available in pro version', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></div>
41
- </div>
42
- <!-- fb type profile -->
43
- <!-- fb content type -->
44
-
45
- <?php if((!isset($ffp_content_type))) {$ffp_content_type='timeline';} ?>
46
- <div class="col-md-12 no-pad">
47
- <div class="col-md-6"><label> <?php _e('Content type:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label></div>
48
- <div class="col-md-6">
49
- <input type="radio" class="inputbox" id="ffp_content_timeline" name="ffp_content_type" value="timeline" <?php checked( 'timeline', $ffp_content_type );?> onclick="feed_timelineChanged();">
50
- <label> <?php _e('Timeline', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>&nbsp;
51
- <input type="radio" class="inputbox" id="ffp_content_specific" name="ffp_content_type" value="specific" <?php checked( 'specific', $ffp_content_type );?> onclick="feed_specificChanged();" >
52
- <label> <?php _e('Specific', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
53
- </div>
54
- </div>
55
- <div class="col-md-12 no-pad timeline_content" style="display:none">
56
- <?php if((!isset($ffp_timeline_type))) {$ffp_timeline_type='posts';} ?>
57
- <div class="col-md-6"><label> <?php _e('Show posts by:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </label></div>
58
- <div class="col-md-6">
59
- <select name="ffp_timeline_type" disabled id="ffp_timeline_type">
60
- <option value="posts" <?php selected($ffp_timeline_type, 'posts' ); ?>> <?php _e('Owner', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
61
- <option value="feed" <?php selected($ffp_timeline_type, 'feed' ); ?>> <?php _e('Owner and other', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
62
- </select>
63
- <p class="description"><?php _e('Available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
64
- </div>
65
- </div>
66
-
67
- <div class="col-md-12 no-pad timeline_content" style="display:none">
68
- <div class="col-md-6"><label> <?php _e('Post type:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
69
-
70
- <div class="col-md-6">
71
- <?php if((!isset($ffp_timeline_statuses))) {$ffp_timeline_statuses='statuses';}?>
72
- <input type="checkbox" checked="checked" class="video_light_box" id="ffp_timeline_statuses" name="ffp_timeline_statuses" <?php checked( 'statuses', $ffp_timeline_statuses );?> value="statuses" disabled >
73
- <label> <?php _e('Statuses', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>&nbsp;
74
- <br>
75
- <?php if((!isset($ffp_timeline_photos))) {$ffp_timeline_photos='photos';}?>
76
- <input type="checkbox" class="video_light_box" id="ffp_timeline_photos" name="ffp_timeline_photos" <?php checked( 'photos', $ffp_timeline_photos );?> value="photos" >
77
- <label> <?php _e('Photos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
78
- <br>
79
- <?php if((!isset($ffp_timeline_videos))) {$ffp_timeline_videos='videos';}?>
80
- <input type="checkbox" checked="checked" class="video_light_box" id="ffp_timeline_videos" name="ffp_timeline_videos" <?php checked( 'videos', $ffp_timeline_videos );?> value="videos" disabled >
81
- <label> <?php _e('Videos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
82
- <br>
83
- <?php if((!isset($ffp_timeline_links))) {$ffp_timeline_links='links';}?>
84
- <input type="checkbox" checked="checked" class="video_light_box" id="ffp_timeline_links" name="ffp_timeline_links" <?php checked( 'links', $ffp_timeline_links );?> value="links" disabled >
85
- <label> <?php _e('Links', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
86
- <br>
87
- <?php if((!isset($ffp_timeline_events))) {$ffp_timeline_events='events';}?>
88
- <input type="checkbox" checked="checked" class="video_light_box" id="ffp_timeline_events" name="ffp_timeline_events" <?php checked( 'events', $ffp_timeline_events );?> value="events" disabled >
89
- <label style="display:inline-block;"> <?php _e('Events', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
90
- </div>
91
- </div>
92
-
93
-
94
-
95
-
96
- <div style="display:none;" class="col-md-12 no-pad specific_content">
97
- <div class="col-md-6"><label> <?php _e('Use page s:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
98
- <?php if((!isset($ffp_specific))) {$ffp_specific='photos';}?>
99
- <div class="col-md-6">
100
- <input type="radio" checked="checked" disabled class="inputbox" id="ffp_specific_photos" name="ffp_specific" value="photos" <?php checked( 'photos', $ffp_specific );?> onclick="ffp_video_light_box_func();">
101
- <label> <?php _e('Photos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
102
- <br>
103
- <input type="radio" disabled class="inputbox" id="ffp_specific_videos" name="ffp_specific" value="videos" <?php checked( 'videos', $ffp_specific );?> onclick="ffp_video_light_box_func();">
104
- <label> <?php _e('Videos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
105
- <br>
106
- <input type="radio" disabled class="inputbox" id="ffp_specific_albums" name="ffp_specific" value="albums" <?php checked( 'albums', $ffp_specific );?> onclick="ffp_video_light_box_func();">
107
- <label> <?php _e('Albums', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
108
- <br>
109
- <input type="radio" disabled class="inputbox" id="ffp_specific_events" name="ffp_specific" value="events" <?php checked( 'events', $ffp_specific );?> onclick="ffp_video_light_box_func();">
110
- <label> <?php _e('Events', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
111
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
112
- </div>
113
-
114
- </div>
115
-
116
-
117
- <script>
118
-
119
- </script>
120
-
121
-
122
- <div class="col-md-12 no-pad specific_content" style="display:none;">
123
- <?php if((!isset($ffp_gallery_Layout))) {$ffp_gallery_Layout='col-md-4';} ?>
124
- <div class="col-md-6" ><label><?php _e('Layout', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label></div>
125
- <div class="col-md-6" >
126
- <select name="ffp_gallery_Layout" disabled id="ffp_gallery_Layout">
127
- <optgroup label="Select Gallery Layout">
128
- <option value="col-md-12" <?php selected($ffp_gallery_Layout, 'col-md-12' ); ?>> <?php _e('One Column', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
129
- <option value="col-md-6" <?php selected($ffp_gallery_Layout, 'col-md-6' ); ?>> <?php _e('Two Column', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
130
- <option value="col-md-4" <?php selected($ffp_gallery_Layout, 'col-md-4' ); ?>> <?php _e('Three Column', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
131
- <option value="col-md-3" <?php selected($ffp_gallery_Layout, 'col-md-3' ); ?>> <?php _e('Four Column', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
132
- <option value="col-md-2" <?php selected($ffp_gallery_Layout, 'col-md-2' ); ?>> <?php _e('Six Column', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
133
- </optgroup>
134
- </select>
135
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
136
- </div>
137
- </div>
138
-
139
- </div>
140
- </div>
141
- <div class="col-md-6">
142
- <div class="col-md-12 no-pad form-group">
143
-
144
- <div class="col-md-12 no-pad specific_contents">
145
- <?php if((!isset($ffp_gallery_effect))) {$ffp_gallery_effect='imghvr-push-up';} ?>
146
- <h3></h3>
147
- <div class="col-md-6" ><label> <?php _e('hover Effect', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
148
- <div class="col-md-6" >
149
- <select name="ffp_gallery_effect" id="ffp_gallery_effect" class="form-control">
150
- <optgroup label="Image Move Effect">
151
- <option value="imghvr-push-up" <?php selected($ffp_gallery_effect, 'imghvr-push-up' ); ?>> <?php _e('Image top Move', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
152
- <option value="imghvr-push-down" <?php selected($ffp_gallery_effect, 'imghvr-push-down'); ?>> <?php _e('Image bottom Move', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
153
- <option value="imghvr-push-left" <?php selected($ffp_gallery_effect, 'imghvr-push-left' ); ?>> <?php _e('Image left Move', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
154
- <option value="imghvr-push-right" <?php selected($ffp_gallery_effect, 'imghvr-push-right' ); ?>> <?php _e('Image right Move', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
155
- </optgroup>
156
- <optgroup label="Image Hange Effect">
157
- <option value="imghvr-hinge-up" <?php selected($ffp_gallery_effect, 'imghvr-hinge-up' ); ?>> <?php _e('Image hange up', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
158
- <option value="imghvr-hinge-down" <?php selected($ffp_gallery_effect, 'imghvr-hinge-down'); ?>> <?php _e('Image hange down', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </option>
159
- <option value="imghvr-hinge-right" <?php selected($ffp_gallery_effect, 'imghvr-hinge-right' ); ?>> <?php _e('Image hange right', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
160
- <option value="imghvr-hinge-left" <?php selected($ffp_gallery_effect, 'imghvr-hinge-left' ); ?>> <?php _e('Image hange left', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
161
- </optgroup>
162
- <optgroup label="Image Flip Effect">
163
- <option value="imghvr-flip-horiz" <?php selected($ffp_gallery_effect, 'imghvr-flip-horiz' ); ?>> <?php _e('Image flip horizontal', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
164
- <option value="imghvr-flip-vert" <?php selected($ffp_gallery_effect, 'imghvr-flip-vert'); ?>> <?php _e('Image flip vertical', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
165
- <option value="imghvr-flip-diag-1" <?php selected($ffp_gallery_effect, 'imghvr-flip-diag-1' ); ?>> <?php _e('Image flip diag-1', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
166
- <option value="imghvr-flip-diag-2" <?php selected($ffp_gallery_effect, 'imghvr-flip-diag-2' ); ?>> <?php _e('Image flip diag-2', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
167
- </optgroup>
168
-
169
- <optgroup label="Image Fold Effect">
170
- <option value="imghvr-fold-up" <?php selected($ffp_gallery_effect, 'imghvr-fold-up' ); ?>> <?php _e('Image fold up', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
171
- <option value="imghvr-fold-down" <?php selected($ffp_gallery_effect, 'imghvr-fold-down'); ?>> <?php _e('Image fold down', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
172
- <option value="imghvr-fold-right" <?php selected($ffp_gallery_effect, 'imghvr-fold-right' ); ?>> <?php _e('Image fold right', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
173
- <option value="imghvr-fold-left" <?php selected($ffp_gallery_effect, 'imghvr-fold-left' ); ?>> <?php _e('Image fold left', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
174
- </optgroup>
175
- <optgroup label="Image Zoom Effect">
176
- <option value="imghvr-zoom-out" <?php selected($ffp_gallery_effect, 'imghvr-zoom-out' ); ?>> <?php _e('Image zoom-out', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
177
- <option value="imghvr-zoom-out-up" <?php selected($ffp_gallery_effect, 'imghvr-zoom-out-up'); ?>> <?php _e('Image zoom-out-up', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
178
- <option value="imghvr-zoom-out-down" <?php selected($ffp_gallery_effect, 'imghvr-zoom-out-down' ); ?>> <?php _e('Image zoom-down', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
179
- <option value="imghvr-zoom-out-left" <?php selected($ffp_gallery_effect, 'imghvr-zoom-out-left' ); ?>><?php _e('Image zoom-out-left', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
180
- <option value="imghvr-zoom-out-right" <?php selected($ffp_gallery_effect, 'imghvr-zoom-out-right' ); ?>><?php _e('Image zoom-out-right', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
181
- <option value="imghvr-zoom-out-flip-horiz" <?php selected($ffp_gallery_effect, 'imghvr-zoom-out-flip-horiz' ); ?>><?php _e('Image zoom-out-flip-horizontal', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
182
- <option value="imghvr-zoom-out-flip-vert" <?php selected($ffp_gallery_effect, 'imghvr-zoom-out-flip-vert' ); ?>><?php _e('Image zoom-out-flip-vertical', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
183
- </optgroup>
184
-
185
- <optgroup label="Overlay slide Effect">
186
- <option value="slide_effect_left" <?php selected($ffp_gallery_effect,'slide_effect_left' ); ?>> <?php _e('Slide effect left', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
187
- <option value="slide_effect_right" <?php selected($ffp_gallery_effect,'slide_effect_right' ); ?>> <?php _e('Slide effect right', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
188
- <option value="slide_effect_bottom_left" <?php selected($ffp_gallery_effect,'slide_effect_bottom_left' ); ?>> <?php _e('Slide effect bottom left', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
189
- <option value="slide_effect_bottom_right" <?php selected($ffp_gallery_effect,'slide_effect_bottom_right' ); ?>> <?php _e('Slide effect bottom right', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
190
- <option value="slide_effect_circle_right" <?php selected($ffp_gallery_effect,'slide_effect_circle_right' ); ?>> <?php _e('Slide effect circle right', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
191
- <option value="slide_effect_circle_left" <?php selected($ffp_gallery_effect,'slide_effect_circle_left' ); ?>> <?php _e('Slide effect circle left', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
192
- </optgroup>
193
- <optgroup label="Border Effect">
194
- <option value="outline-border" <?php selected($ffp_gallery_effect,'outline-border' ); ?>> <?php _e('Outline-border', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
195
- <option value="dotted-border" <?php selected($ffp_gallery_effect,'dotted-border' ); ?>> <?php _e('dotted-border', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
196
- </optgroup>
197
- </select>
198
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
199
- </div>
200
-
201
- </div>
202
- <div class="col-md-12 no-pad">
203
- <div class="col-md-6" ><label> <?php _e('hover color', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
204
- <div class="col-md-6" >
205
- <input type="text" disabled class="" name="ffp_hover_color" id="ffp_hover_color" value="<?php if(isset($ffp_hover_color)) { echo $ffp_hover_color;} else { echo "#2266a5";} ?>"/>
206
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
207
- </div>
208
- </div>
209
-
210
- <div class="col-md-12 no-pad">
211
- <div class="col-md-6 "><label> <?php _e('Number of posts:',WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
212
- <div class="col-md-6"><input type="number" min="1" max="50" id="ffp_limit" name="ffp_limit" value="<?php if(isset($ffp_limit)){ echo $ffp_limit;} else { echo "5";}?>"></div>
213
- </div>
214
-
215
- <div class="col-md-12 no-pad">
216
- <div class="col-md-6 "><label> <?php _e('Loading effect:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
217
- <?php if((!isset($ffp_loading_effect))) {$ffp_loading_effect='bounceInDown';} ?>
218
- <div class="col-md-6">
219
- <select id="ffp_loading_effect" disabled name="ffp_loading_effect">
220
- <option value="none" <?php selected($ffp_loading_effect, 'none' ); ?>> <?php _e('None', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
221
- <optgroup label="Attention Seekers">
222
- <option value="bounce" <?php selected($ffp_loading_effect, 'bounce' ); ?>> <?php _e('bounce', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
223
- <option value="flash" <?php selected($ffp_loading_effect, 'flash' ); ?>> <?php _e('flash', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
224
- <option value="pulse" <?php selected($ffp_loading_effect, 'pulse' ); ?>> <?php _e('pulse', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
225
- <option value="rubberBand" <?php selected($ffp_loading_effect, 'rubberBand' ); ?>> <?php _e('rubberBand', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
226
- <option value="shake" <?php selected($ffp_loading_effect, 'shake' ); ?>> <?php _e('shake', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
227
- <option value="swing" <?php selected($ffp_loading_effect, 'swing' ); ?>> <?php _e('swing', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
228
- <option value="tada" <?php selected($ffp_loading_effect, 'tada' ); ?>> <?php _e('tada', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
229
- <option value="wobble" <?php selected($ffp_loading_effect, 'wobble' ); ?>> <?php _e('wobble', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
230
- <option value="jello" <?php selected($ffp_loading_effect, 'jello' ); ?>> <?php _e('jello', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
231
- </optgroup>
232
-
233
- <optgroup label="Bouncing Entrances">
234
- <option value="bounceIn" <?php selected($ffp_loading_effect, 'bounceIn' ); ?>> <?php _e('bounceIn', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
235
- <option value="bounceInDown" <?php selected($ffp_loading_effect, 'bounceInDown' ); ?>> <?php _e('bounceInDown', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
236
- <option value="bounceInLeft" <?php selected($ffp_loading_effect, 'bounceInLeft' ); ?>> <?php _e('bounceInLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
237
- <option value="bounceInRight" <?php selected($ffp_loading_effect, 'bounceInRight' ); ?>> <?php _e('bounceInRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
238
- <option value="bounceInUp" <?php selected($ffp_loading_effect, 'bounceInUp' ); ?>> <?php _e('bounceInUp', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
239
- </optgroup>
240
-
241
- <optgroup label="Bouncing Exits">
242
- <option value="bounceOut" <?php selected($ffp_loading_effect, 'bounceOut' ); ?>> <?php _e('bounceOut', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
243
- <option value="bounceOutDown" <?php selected($ffp_loading_effect, 'bounceOutDown' ); ?>> <?php _e('bounceOutDown', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
244
- <option value="bounceOutLeft" <?php selected($ffp_loading_effect, 'bounceOutLeft' ); ?>> <?php _e('bounceOutLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
245
- <option value="bounceOutRight" <?php selected($ffp_loading_effect, 'bounceOutRight' ); ?>> <?php _e('bounceOutRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
246
- <option value="bounceOutUp" <?php selected($ffp_loading_effect, 'bounceOutUp' ); ?>> <?php _e('bounceOutUp', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
247
- </optgroup>
248
-
249
- <optgroup label="Fading Entrances">
250
- <option value="fadeIn" <?php selected($ffp_loading_effect, 'fadeIn' ); ?>> <?php _e('fadeIn', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
251
- <option value="fadeInDown" <?php selected($ffp_loading_effect, 'fadeInDown' ); ?>> <?php _e('fadeInDown', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
252
- <option value="fadeInDownBig" <?php selected($ffp_loading_effect, 'fadeInDownBig' ); ?>><?php _e('fadeInDownBig', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
253
- <option value="fadeInLeft" <?php selected($ffp_loading_effect, 'fadeInLeft' ); ?>><?php _e('fadeInLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
254
- <option value="fadeInLeftBig" <?php selected($ffp_loading_effect, 'fadeInLeftBig' ); ?>><?php _e('fadeInLeftBig', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
255
- <option value="fadeInRight" <?php selected($ffp_loading_effect, 'fadeInRight' ); ?>><?php _e('fadeInRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
256
- <option value="fadeInRightBig" <?php selected($ffp_loading_effect, 'fadeInRightBig' ); ?>><?php _e('fadeInRightBig', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
257
- <option value="fadeInUp" <?php selected($ffp_loading_effect, 'fadeInUp' ); ?>><?php _e('fadeInUp', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
258
- <option value="fadeInUpBig" <?php selected($ffp_loading_effect, 'fadeInUpBig' ); ?>><?php _e('fadeInUpBig', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
259
- </optgroup>
260
-
261
- <optgroup label="Fading Exits">
262
- <option value="fadeOut" <?php selected($ffp_loading_effect, 'fadeOut' ); ?>><?php _e('fadeOut', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
263
- <option value="fadeOutDown" <?php selected($ffp_loading_effect, 'fadeOutDown' ); ?>><?php _e('fadeOutDown', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
264
- <option value="fadeOutDownBig" <?php selected($ffp_loading_effect, 'fadeOutDownBig' ); ?>><?php _e('fadeOutDownBig', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
265
- <option value="fadeOutLeft" <?php selected($ffp_loading_effect, 'fadeOutLeft' ); ?>><?php _e('fadeOutLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
266
- <option value="fadeOutLeftBig" <?php selected($ffp_loading_effect, 'fadeOutLeftBig' ); ?>><?php _e('fadeOutLeftBig', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
267
- <option value="fadeOutRight" <?php selected($ffp_loading_effect, 'fadeOutRight' ); ?>><?php _e('fadeOutRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
268
- <option value="fadeOutRightBig" <?php selected($ffp_loading_effect, 'fadeOutRightBig' ); ?>><?php _e('fadeOutRightBig', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
269
- <option value="fadeOutUp" <?php selected($ffp_loading_effect, 'fadeOutUp' ); ?>><?php _e('fadeOutUp', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
270
- <option value="fadeOutUpBig" <?php selected($ffp_loading_effect, 'fadeOutUpBig' ); ?>><?php _e('fadeOutUpBig', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
271
- </optgroup>
272
-
273
- <optgroup label="Flippers">
274
- <option value="flip" <?php selected($ffp_loading_effect, 'flip' ); ?>> <?php _e('flip', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
275
- <option value="flipInX" <?php selected($ffp_loading_effect, 'flipInX' ); ?>> <?php _e('flipInX', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
276
- <option value="flipInY" <?php selected($ffp_loading_effect, 'flipInY' ); ?>> <?php _e('flipInY', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
277
- <option value="flipOutX" <?php selected($ffp_loading_effect, 'flipOutX' ); ?>> <?php _e('flipOutX', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
278
- <option value="flipOutY" <?php selected($ffp_loading_effect, 'flipOutY' ); ?>> <?php _e('flipOutY', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
279
- </optgroup>
280
-
281
- <optgroup label="Lightspeed">
282
- <option value="lightSpeedIn" <?php selected($ffp_loading_effect, 'lightSpeedIn' ); ?>><?php _e('lightSpeedIn', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
283
- <option value="lightSpeedOut" <?php selected($ffp_loading_effect, 'lightSpeedOut' ); ?>> <?php _e('lightSpeedOut', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
284
- </optgroup>
285
-
286
- <optgroup label="Rotating Entrances">
287
- <option value="rotateIn" <?php selected($ffp_loading_effect, 'rotateIn' ); ?>> <?php _e('rotateIn', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
288
- <option value="rotateInDownLeft" <?php selected($ffp_loading_effect, 'rotateInDownLeft' ); ?>> <?php _e('rotateInDownLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
289
- <option value="rotateInDownRight" <?php selected($ffp_loading_effect, 'rotateInDownRight' ); ?>> <?php _e('rotateInDownRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
290
- <option value="rotateInUpLeft" <?php selected($ffp_loading_effect, 'rotateInUpLeft' ); ?>> <?php _e('rotateInUpLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
291
- <option value="rotateInUpRight" <?php selected($ffp_loading_effect, 'rotateInUpRight' ); ?>> <?php _e('rotateInUpRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
292
- </optgroup>
293
-
294
- <optgroup label="Rotating Exits">
295
- <option value="rotateOut" <?php selected($ffp_loading_effect, 'rotateOut' ); ?>> <?php _e('rotateOut', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
296
- <option value="rotateOutDownLeft" <?php selected($ffp_loading_effect, 'rotateOutDownLeft' ); ?>> <?php _e('rotateOutDownLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
297
- <option value="rotateOutDownRight" <?php selected($ffp_loading_effect, 'rotateOutDownRight' ); ?>> <?php _e('rotateOutDownRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
298
- <option value="rotateOutUpLeft" <?php selected($ffp_loading_effect, 'rotateOutUpLeft' ); ?>> <?php _e('rotateOutUpLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
299
- <option value="rotateOutUpRight" <?php selected($ffp_loading_effect, 'rotateOutUpRight' ); ?>> <?php _e('rotateOutUpRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
300
- </optgroup>
301
-
302
- <optgroup label="Sliding Entrances">
303
- <option value="slideInUp" <?php selected($ffp_loading_effect, 'slideInUp' ); ?>> <?php _e('slideInUp', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
304
- <option value="slideInDown" <?php selected($ffp_loading_effect, 'slideInDown' ); ?>> <?php _e('slideInDown', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
305
- <option value="slideInLeft" <?php selected($ffp_loading_effect, 'slideInLeft' ); ?>> <?php _e('slideInLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
306
- <option value="slideInRight" <?php selected($ffp_loading_effect, 'slideInRight' ); ?>> <?php _e('slideInRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
307
-
308
- </optgroup>
309
- <optgroup label="Sliding Exits">
310
- <option value="slideOutUp" <?php selected($ffp_loading_effect, 'slideOutUp' ); ?>> <?php _e('slideOutUp', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
311
- <option value="slideOutDown" <?php selected($ffp_loading_effect, 'slideOutDown' ); ?>> <?php _e('slideOutDown', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
312
- <option value="slideOutLeft" <?php selected($ffp_loading_effect, 'slideOutLeft' ); ?>> <?php _e('slideOutLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
313
- <option value="slideOutRight" <?php selected($ffp_loading_effect, 'slideOutRight' ); ?>> <?php _e('slideOutRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
314
-
315
- </optgroup>
316
-
317
- <optgroup label="Zoom Entrances">
318
- <option value="zoomIn" <?php selected($ffp_loading_effect, 'zoomIn' ); ?>> <?php _e('zoomIn', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
319
- <option value="zoomInDown" <?php selected($ffp_loading_effect, 'zoomInDown' ); ?>> <?php _e('zoomInDown', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
320
- <option value="zoomInLeft" <?php selected($ffp_loading_effect, 'zoomInLeft' ); ?>> <?php _e('zoomInLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
321
- <option value="zoomInRight" <?php selected($ffp_loading_effect, 'zoomInRight' ); ?>> <?php _e('zoomInRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
322
- <option value="zoomInUp" <?php selected($ffp_loading_effect, 'zoomInUp' ); ?>> <?php _e('zoomInUp', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
323
- </optgroup>
324
-
325
- <optgroup label="Zoom Exits">
326
- <option value="zoomOut" <?php selected($ffp_loading_effect, 'zoomOut' ); ?>> <?php _e('zoomOut', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
327
- <option value="zoomOutDown" <?php selected($ffp_loading_effect, 'zoomOutDown' ); ?>> <?php _e('zoomOutDown', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
328
- <option value="zoomOutLeft" <?php selected($ffp_loading_effect, 'zoomOutLeft' ); ?>> <?php _e('zoomOutLeft', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
329
- <option value="zoomOutRight" <?php selected($ffp_loading_effect, 'zoomOutRight' ); ?>> <?php _e('zoomOutRight', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
330
- <option value="zoomOutUp" <?php selected($ffp_loading_effect, 'zoomOutUp' ); ?>> <?php _e('zoomOutUp', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
331
- </optgroup>
332
-
333
- <optgroup label="Specials">
334
- <option value="hinge" <?php selected($ffp_loading_effect, 'hinge' ); ?>> <?php _e('hinge', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
335
- <option value="rollIn" <?php selected($ffp_loading_effect, 'rollIn' ); ?>> <?php _e('rollIn', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
336
- <option value="rollOut" <?php selected($ffp_loading_effect, 'rollOut' ); ?>><?php _e('rollOut', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
337
- </optgroup>
338
- </select>
339
  <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
340
- </div>
341
-
342
- </div>
343
- <div class="col-md-12 no-pad">
344
- <div class="col-md-6 "><label><?php _e('Show Header:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
345
- <div class="col-md-6">
346
- <?php if((!isset($ffp_header_check))) {$ffp_header_check='yes';}?>
347
- <input type="checkbox" disabled checked="checked" class="" id="ffp_header_check" name="ffp_header_check" <?php checked( 'yes', $ffp_header_check );?> value="yes" >
348
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
349
- </div>
350
- </div>
351
- <div class="col-md-12 no-pad timeline_content" style="display:none">
352
- <div class="col-md-6"><label> <?php _e('Select layout:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label></div>
353
- <?php if((!isset($ffp_timeline_layout))) {$ffp_timeline_layout='full_width';}?>
354
- <div class="col-md-6">
355
- <select id="ffp_timeline_layout" name="ffp_timeline_layout">
356
- <optgroup label="Select layout">
357
- <option value="full_width" <?php selected($ffp_timeline_layout,'full_width' ); ?>> <?php _e('Full-width', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
358
- <option value="half_width" <?php selected($ffp_timeline_layout,'half_width' ); ?>> <?php _e('Half-width', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
359
- <option value="thumbnail" <?php selected($ffp_timeline_layout,'thumbnail' ); ?>> <?php _e('Thumbnail', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
360
- </optgroup>
361
- </select>
362
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
363
- </div>
364
- </div>
365
-
366
- <div class="col-md-12 no-pad video_light_boxcontents" style="display:none;">
367
- <div class="col-md-6"><label><?php _e('Light Box Styles', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
368
- <?php if((!isset($ffp_video_light_Box))) {$ffp_video_light_Box='lightbox_photo_box';}?>
369
- <div class="col-md-6">
370
- <select name="ffp_video_light_Box" id="ffp_light_Box">
371
- <optgroup label="Select Light Box">
372
- <option value="lightbox_photo_box" <?php selected($ffp_video_light_Box, 'lightbox_photo_box' ); ?>><?php _e('Photo Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
373
- <option value="lightbox_pretty_photo"<?php selected($ffp_video_light_Box, 'lightbox_pretty_photo' ); ?>> <?php _e('Pretty Photo', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
374
- <option value="lightbox_fancy" <?php selected($ffp_video_light_Box, 'lightbox_fancy' ); ?>> <?php _e('Fancy Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
375
- <<option value="lightbox_magnific" <?php selected($ffp_video_light_Box, 'lightbox_magnific' ); ?>><?php _e('Magnific Box ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
376
- <option value="lightbox_nivo" <?php selected($ffp_video_light_Box, 'lightbox_nivo' ); ?>><?php _e('Nivo', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
377
- <option value="lightbox_custom_2" <?php selected($ffp_video_light_Box, 'lightbox_custom_2' ); ?>> <?php _e('Custom Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
378
- </optgroup>
379
- </select>
380
- <p class="description"><?php _e('Choose a image preview light box style.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></p>
381
- </div>
382
- </div>
383
- <div class="col-md-12 no-pad photo_light_boxcontents" style="display:none;">
384
- <?php if((!isset($ffp_timeline_type))) {$ffp_timeline_type='Nivo';} ?>
385
- <div class="col-md-6"><label><?php _e('Light Box Styles', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
386
- <?php if((!isset($ffp_light_Box))) {$ffp_light_Box='lightbox_photo_box';}?>
387
- <div class="col-md-6">
388
- <select name="ffp_light_Box" id="ffp_light_Box">
389
- <optgroup label="Select Light Box">
390
- <optgroup value="lightbox_photo_box" <?php selected($ffp_light_Box, 'lightbox_photo_box' ); ?>><?php _e('Photo Box ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
391
- <option value="lightbox_pretty_photo" <?php selected($ffp_light_Box, 'lightbox_pretty_photo' ); ?>> <?php _e('Pretty Photo', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
392
- <option value="lightbox_window" <?php selected($ffp_light_Box, 'lightbox_window' ); ?>> <?php _e('Window Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
393
- <option value="lightbox_smoodiv" <?php selected($ffp_light_Box, 'lightbox_smoodiv' ); ?>> <?php _e('Smoodiv Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
394
- <option value="lightbox_swipe" <?php selected($ffp_light_Box, 'lightbox_swipe' ); ?>> <?php _e('Swipe Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
395
- <option value="lightbox_ion" <?php selected($ffp_light_Box, 'lightbox_ion' ); ?>> <?php _e('Ion Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
396
- <option value="lightbox_fancy" <?php selected($ffp_light_Box, 'lightbox_fancy' ); ?>> <?php _e('Fancy Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
397
- <option value="lightbox_magnific" <?php selected($ffp_light_Box, 'lightbox_magnific' ); ?>> <?php _e('Magnific Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
398
- <!--<option value="lightbox_nivo" <?php selected($ffp_light_Box, 'lightbox_nivo' ); ?>>Nivo</option>-->
399
- <option value="lightbox_custom_2" <?php selected($ffp_light_Box, 'lightbox_custom_2' ); ?>> <?php _e('Custom Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
400
- </optgroup>
401
- </select>
402
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>.</p>
403
- </div>
404
- </div>
405
- </div>
406
- </div>
407
-
408
  </div>
409
-
410
- <div style="clear:both"></div>
411
- <!--<h3>View settings</h3>-->
412
- <div class="col-md-6 fpp_border_left">
413
-
414
- <div class="col-md-12 form-group">
415
- <h3 class="feedheading"> <?php _e('Timeline / Posts Options', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></h3>
416
- <div class="col-md-12 no-pad">
417
- <div class="col-md-6" ><label> <?php _e('Post-background-color', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
418
- <div class="col-md-6" >
419
- <input type="text" disabled class="" name="post_background_color" id="post_background_color" value="<?php if(isset($post_background_color)) { echo $post_background_color;} else { echo "#fff";} ?>"/>
420
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
421
- </div>
422
- </div>
423
- <div class="col-md-12 no-pad">
424
- <div class="col-md-6" ><label><?php _e('Post-font-color ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
425
- <div class="col-md-6" >
426
- <input type="text" disabled class="" name="post_font_color" id="post_font_color" value="<?php if(isset($post_font_color)) { echo $post_font_color;} else { echo "#000";} ?>"/>
427
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
428
- </div>
429
- </div>
430
- <div class="col-md-12 no-pad">
431
- <div class="col-md-6" ><label> <?php _e('Post-font-size', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
432
- <div class="col-md-6" >
433
- <input type="number" disabled min="1" max="20" name="post_font_size" id="post_font_size" value="<?php if(isset($post_font_size)) { echo $post_font_size;} else { echo "15";} ?>"/> &nbsp; px
434
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
435
- </div>
436
- </div>
437
- <div class="col-md-12 no-pad">
438
- <div class="col-md-6"><label> <?php _e('Show post author image:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
439
- <?php if((!isset($post_author_img))) {$post_author_img='yes';}?>
440
- <div class="col-md-6">
441
- <input type="checkbox" checked="checked" disabled name="post_author_img" id="post_author_img" value="yes" <?php checked( 'yes', $post_author_img );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
442
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
443
- </div>
444
- </div>
445
- <div class="col-md-12 no-pad">
446
- <div class="col-md-6"><label> <?php _e('Show post author name:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
447
- <?php if((!isset($post_author_name))) {$post_author_name='yes';}?>
448
- <div class="col-md-6">
449
- <input type="checkbox" checked="checked" disabled name="post_author_name" id="post_author_name" value="yes" <?php checked( 'yes', $post_author_name );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
450
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
451
- </div>
452
- </div>
453
- <div class="col-md-12 no-pad">
454
- <div class="col-md-6"><label> <?php _e('Show post date:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
455
- <?php if((!isset($ffp_post_date))) {$ffp_post_date='yes';}?>
456
- <div class="col-md-6">
457
- <input type="checkbox" checked="checked" disabled name="ffp_post_date" id="ffp_post_date" value="yes" <?php checked( 'yes', $ffp_post_date );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
458
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
459
- </div>
460
- </div>
461
- <div class="col-md-12 no-pad">
462
- <div class="col-md-6"><label> <?php _e('Show comments author name:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
463
- <?php if((!isset($comments_author_name))) {$comments_author_name='yes';}?>
464
- <div class="col-md-6">
465
- <input type="checkbox" checked="checked" disabled name="comments_author_name" id="comments_author_name" value="yes" <?php checked( 'yes', $comments_author_name );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
466
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
467
- </div>
468
- </div>
469
- <div class="col-md-12 no-pad">
470
- <div class="col-md-6"><label> <?php _e('Show comments author image:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
471
- <?php if((!isset($comments_author_img))) {$comments_author_img='yes';}?>
472
- <div class="col-md-6">
473
- <input type="checkbox" checked="checked" disabled name="comments_author_img" id="comments_author_img" value="yes" <?php checked( 'yes', $comments_author_img );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
474
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
475
- </div>
476
- </div>
477
- <div class="col-md-12 no-pad">
478
- <?php if((!isset($comments_message_desc))) {$comments_message_desc='yes';}?>
479
- <div class="col-md-6"><label> <?php _e('Show comments message(description):', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
480
- <div class="col-md-6">
481
- <input type="checkbox" checked="checked" disabled name="comments_message_desc" id="comments_message_desc" value="yes" <?php checked( 'yes', $comments_message_desc );?> > &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
482
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
483
- </div>
484
- </div>
485
- <div class="col-md-12 no-pad">
486
- <?php if((!isset($comments_reply_count))) {$comments_reply_count='yes';}?>
487
- <div class="col-md-6"><label> <?php _e('Show comments reply count:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
488
- <div class="col-md-6">
489
- <input type="checkbox" checked="checked" disabled name="comments_reply_count" id="comments_reply_count" value="yes" <?php checked( 'yes', $comments_reply_count );?> > &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
490
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
491
- </div>
492
- </div>
493
- <div class="col-md-12 no-pad">
494
- <?php if((!isset($Show_post_likes))) {$Show_post_likes='yes';}?>
495
- <div class="col-md-6"><label> <?php _e('Show likes:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
496
- <div class="col-md-6">
497
- <input type="checkbox" checked="checked" disabled name="Show_post_likes" id="Show_post_likes" value="yes" <?php checked( 'yes', $Show_post_likes );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
498
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
499
- </div>
500
- </div>
501
- </div>
502
-
503
-
504
-
505
-
506
- </div>
507
-
508
- <div class="col-md-6">
509
- <div class="col-md-12 form-group">
510
- <h3 class="feedheading"> <?php _e('Event Options', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></h3>
511
- <div class="col-md-12 no-pad">
512
- <div class="col-md-6" ><label> <?php _e('Event background-color', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
513
- <div class="col-md-6" >
514
- <input type="text" disabled class="" name="event_background_color" id="event_background_color" value="<?php if(isset($event_background_color)) { echo $event_background_color;} else { echo "#fff";} ?>"/>
515
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
516
- </div>
517
- </div>
518
- <div class="col-md-12 no-pad">
519
- <div class="col-md-6" ><label> <?php _e('Event font-color', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
520
- <div class="col-md-6" >
521
- <input type="text" disabled class="" name="event_font_color" id="event_font_color" value="<?php if(isset($event_font_color)) { echo $event_font_color;} else { echo "#000";} ?>"/>
522
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
523
- </div>
524
- </div>
525
- <div class="col-md-12 no-pad">
526
- <div class="col-md-6" ><label> <?php _e('Event font-size', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
527
- <div class="col-md-6" >
528
- <input type="number" disabled min="1" max="20" name="event_font_size" id="event_font_size" value="<?php if(isset($event_font_size)) { echo $event_font_size;} else { echo "15";} ?>"/> &nbsp; px
529
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
530
- </div>
531
- </div>
532
- <div class="col-md-12 no-pad">
533
- <?php if((!isset($event_image))) {$event_image='yes';}?>
534
- <div class="col-md-6"><label> <?php _e('Show event image:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
535
- <div class="col-md-6">
536
- <input type="checkbox" checked="checked" disabled name="event_image" id="event_image" value="yes" <?php checked( 'yes', $event_image );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
537
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
538
- </div>
539
- </div>
540
- <div class="col-md-12 no-pad">
541
- <?php if((!isset($event_title))) {$event_title='yes';}?>
542
- <div class="col-md-6"><label> <?php _e('Show event title:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
543
- <div class="col-md-6">
544
- <input type="checkbox" checked="checked" disabled name="event_title" id="event_title" value="yes" <?php checked( 'yes', $event_title );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
545
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
546
- </div>
547
- </div>
548
- <div class="col-md-12 no-pad">
549
- <?php if((!isset($event_date))) {$event_date='yes';}?>
550
- <div class="col-md-6"><label> <?php _e('Show event date:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
551
- <div class="col-md-6">
552
- <input type="checkbox" checked="checked" disabled name="event_date" id="event_date" value="yes" <?php checked( 'yes', $event_date );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
553
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
554
- </div>
555
- </div>
556
- <div class="col-md-12 no-pad">
557
- <?php if((!isset($event_place))) {$event_place='yes';}?>
558
- <div class="col-md-6"><label><?php _e('Show event place:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
559
- <div class="col-md-6">
560
- <input type="checkbox" checked="checked" disabled name="event_place" id="event_place" value="yes" <?php checked( 'yes', $event_place );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
561
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
562
- </div>
563
- </div>
564
- <div class="col-md-12 no-pad">
565
- <?php if((!isset($event_interested))) {$event_interested='yes';}?>
566
- <div class="col-md-6"><label> <?php _e('Show event interested:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
567
- <div class="col-md-6">
568
- <input type="checkbox" checked="checked" disabled name="event_interested" id="event_interested" value="yes" <?php checked( 'yes', $event_interested );?>> &nbsp;<?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
569
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
570
- </div>
571
- </div>
572
- <div class="col-md-12 no-pad">
573
- <?php if((!isset($event_going))) {$event_going='yes';}?>
574
- <div class="col-md-6"><label> <?php _e('Show event going:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
575
- <div class="col-md-6">
576
- <input type="checkbox" checked="checked" disabled name="event_going" id="event_going" value="yes" <?php checked( 'yes', $event_going );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
577
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
578
- </div>
579
- </div>
580
- <div class="col-md-12 no-pad">
581
- <?php if((!isset($event_buy_ticket))) {$event_buy_ticket='yes';}?>
582
- <div class="col-md-6"><label><?php _e('Show event Buy ticket:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
583
- <div class="col-md-6">
584
- <input type="checkbox" checked="checked" disabled name="event_buy_ticket" id="event_buy_ticket" value="yes" <?php checked( 'yes', $event_buy_ticket );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
585
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
586
- </div>
587
- </div>
588
- <div class="col-md-12 no-pad">
589
- <?php if((!isset($event_description))) {$event_description='yes';}?>
590
- <div class="col-md-6"><label> <?php _e('Show event description:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
591
- <div class="col-md-6">
592
- <input type="checkbox" checked="checked" disabled name="event_description" id="event_description" value="yes" <?php checked( 'yes', $event_description );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
593
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
594
- </div>
595
- </div>
596
- </div>
597
-
598
-
599
- </div>
600
- <div class="col-md-12 form-group" style="margin-left:15px;">
601
- <h3 class="feedheading"> <?php _e('Social Sharing Options', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></h3>
602
- <div class="col-md-12 no-pad">
603
- <?php if((!isset($post_share_buttons))) {$post_share_buttons='yes';}?>
604
- <div class="col-md-6"><label> <?php _e('Show share buttons:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
605
- <div class="col-md-6">
606
- <input type="checkbox" checked="checked" disabled name="post_share_buttons" id="post_share_buttons" value="yes" <?php checked( 'yes', $post_share_buttons );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
607
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
608
- </div>
609
- </div>
610
- <div class="col-md-12 no-pad">
611
- <?php if((!isset($facebook_share_facebook))) {$facebook_share_facebook='yes';}?>
612
- <div class="col-md-6"><label><?php _e('Show Facebook button:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
613
- <div class="col-md-6">
614
- <input type="checkbox" checked="checked" disabled name="facebook_share_facebook" id="facebook_share_facebook" value="yes" <?php checked( 'yes', $facebook_share_facebook );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
615
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
616
- </div>
617
- </div>
618
-
619
- <div class="col-md-12 no-pad">
620
- <?php if((!isset($facebook_share_twitter))) {$facebook_share_twitter='yes';}?>
621
- <div class="col-md-6"><label><?php _e('Show Twitter button:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
622
- <div class="col-md-6">
623
- <input type="checkbox" checked="checked" disabled name="facebook_share_twitter" id="facebook_share_twitter" value="yes" <?php checked( 'yes', $facebook_share_twitter );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
624
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
625
- </div>
626
- </div>
627
- <div class="col-md-12 no-pad">
628
- <?php if((!isset($facebook_share_google))) {$facebook_share_google='yes';}?>
629
- <div class="col-md-6"><label><?php _e('Show Google+ button:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
630
- <div class="col-md-6">
631
- <input type="checkbox" checked="checked" disabled name="facebook_share_google" id="facebook_share_google" value="yes" <?php checked( 'yes', $facebook_share_google );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
632
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
633
- </div>
634
- </div>
635
- <div class="col-md-12 no-pad">
636
- <?php if((!isset($facebook_share_linkedin))) {$facebook_share_linkedin='yes';}?>
637
- <div class="col-md-6"><label><?php _e('Show Linkedin button:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
638
- <div class="col-md-6">
639
- <input type="checkbox" checked="checked" disabled name="facebook_share_linkedin" id="facebook_share_linkedin" value="yes" <?php checked( 'yes', $facebook_share_linkedin );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
640
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
641
- </div>
642
- </div>
643
- <div class="col-md-12 no-pad">
644
- <?php if((!isset($view_on_facebook))) {$view_on_facebook='yes';}?>
645
- <div class="col-md-6"><label><?php _e('Show View on Facebook:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label></div>
646
- <div class="col-md-6">
647
- <input type="checkbox" checked="checked" disabled name="view_on_facebook" id="view_on_facebook" value="yes" <?php checked( 'yes', $view_on_facebook );?>> &nbsp; <?php _e('Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
648
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
649
- </div>
650
- </div>
651
-
652
-
653
-
654
-
655
-
656
-
657
-
658
-
659
- <div class="col-md-12 no-pad">
660
- <?php if((!isset($ffp_image_onclick_action))) {$ffp_image_onclick_action='lightbox';}?>
661
- <div class="col-md-6"><label><?php _e('Image Onclick:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
662
- <div class="col-md-6">
663
- <input type="radio" disabled name="ffp_image_onclick_action" id="ffp_image_onclick_action" value="lightbox" <?php checked( 'lightbox', $ffp_image_onclick_action );?>><?php _e('Open Lightbox', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?><br>
664
- <input type="radio" disabled name="ffp_image_onclick_action" id="ffp_image_onclick_action" value="facebook" <?php checked( 'facebook', $ffp_image_onclick_action );?>><?php _e('Redirect To Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?><br>
665
- <input type="radio" disabled name="ffp_image_onclick_action" id="ffp_image_onclick_action" value="none" <?php checked( 'none', $ffp_image_onclick_action );?>> <?php _e('Do Nothing', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
666
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
667
- </div>
668
- </div>
669
- <div class="col-md-12 no-pad">
670
- <div class="col-md-6"><label><?php _e('Google font:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
671
- <?php if((!isset($feed_font_style))) {$feed_font_style='Arial';}?>
672
- <div class="col-md-6">
673
- <select name="feed_font_style" disabled id="feed_font_style" class="form-control">
674
- <optgroup label="Default Fonts">
675
- <option value="Arial" <?php if($feed_font_style == 'Arial' ) { echo "selected"; } ?>>Arial</option>
676
- <option value="Arial Black" <?php if($feed_font_style == 'Arial Black' ) { echo "selected"; } ?>>Arial Black</option>
677
- <option value="Courier New" <?php if($feed_font_style == 'Courier New' ) { echo "selected"; } ?>>Courier New</option>
678
- <option value="Georgia" <?php if($feed_font_style == 'Georgia' ) { echo "selected"; } ?>>Georgia</option>
679
- <option value="Grande" <?php if($feed_font_style == 'Grande' ) { echo "selected"; } ?>>Grande</option>
680
- <option value="Helvetica" <?php if($feed_font_style == 'Helvetica' ) { echo "selected"; } ?>>Helvetica Neue</option>
681
- <option value="Impact" <?php if($feed_font_style == 'Impact' ) { echo "selected"; } ?>>Impact</option>
682
- <option value="Lucida" <?php if($feed_font_style == 'Lucida' ) { echo "selected"; } ?>>Lucida</option>
683
- <option value="Lucida Grande" <?php if($feed_font_style == 'Lucida Grande' ) { echo "selected"; } ?>>Lucida Grande</option>
684
- <option value="_OpenSansBold" <?php if($feed_font_style == '_OpenSansBold' ) { echo "selected"; } ?>>OpenSansBold</option>
685
- <option value="Palatino Linotype" <?php if($feed_font_style == 'Palatino Linotype' ) { echo "selected"; } ?>>Palatino</option>
686
- <option value="Sans" <?php if($feed_font_style == 'Sans' ) { echo "selected"; } ?>>Sans</option>
687
- <option value="sans-serif" <?php if($feed_font_style == 'sans-serif' ) { echo "selected"; } ?>>Sans-Serif</option>
688
- <option value="Tahoma" <?php if($feed_font_style == 'Tahoma' ) { echo "selected"; } ?>>Tahoma</option>
689
- <option value="Times New Roman" <?php if($feed_font_style == 'Times New Roman' ) { echo "selected"; } ?>>Times New Roman</option>
690
- <option value="Trebuchet" <?php if($feed_font_style == 'Trebuchet' ) { echo "selected"; } ?>>Trebuchet</option>
691
- <option value="Verdana" <?php if($feed_font_style == 'Verdana' ) { echo "selected"; } ?>>Verdana</option>
692
- </optgroup>
693
- <optgroup label="Google Fonts">
694
- <option value="Abel"<?php selected($feed_font_style, 'Abel' ); ?>>Abel</option>
695
- <option value="Abril Fatface" <?php selected($feed_font_style, 'Abril Fatface' ); ?>>Abril Fatface</option>
696
- <option value="Aclonica" <?php selected($feed_font_style, 'Aclonica' ); ?>>Aclonica</option>
697
- <option value="Acme" <?php selected($feed_font_style, 'Acme' ); ?>>Acme</option>
698
- <option value="Actor" <?php selected($feed_font_style, 'Actor' ); ?>>Actor</option>
699
- <option value="Adamina" <?php selected($feed_font_style, 'Adamina' ); ?>>Adamina</option>
700
- <option value="Advent Pro" <?php selected($feed_font_style, 'Advent Pro' ); ?>>Advent Pro</option>
701
- <option value="Aguafina Script" <?php selected($feed_font_style, 'Aguafina Script' ); ?>>Aguafina Script</option>
702
- <option value="Aladin" <?php selected($feed_font_style, 'Aladin' ); ?>>Aladin</option>
703
- <option value="Aldrich" <?php selected($feed_font_style, 'Aldrich' ); ?>>Aldrich</option>
704
- <option value="Alegreya" <?php selected($feed_font_style, 'Alegreya' ); ?>>Alegreya</option>
705
- <option value="Alegreya SC" <?php selected($feed_font_style, 'Alegreya SC' ); ?>>Alegreya SC</option>
706
- <option value="Alex Brush" <?php selected($feed_font_style, 'Alex Brush' ); ?>>Alex Brush</option>
707
- <option value="Alfa Slab One" <?php selected($feed_font_style, 'Alfa Slab One' ); ?>>Alfa Slab One</option>
708
- <option value="Alice" <?php selected($feed_font_style, 'Alice' ); ?>>Alice</option>
709
- <option value="Alike" <?php selected($feed_font_style, 'Alike' ); ?>>Alike</option>
710
- <option value="Alike Angular" <?php selected($feed_font_style, 'Alike Angular' ); ?>>Alike Angular</option>
711
- <option value="Allan" <?php selected($feed_font_style, 'Allan' ); ?>>Allan</option>
712
- <option value="Allerta" <?php selected($feed_font_style, 'Allerta' ); ?>>Allerta</option>
713
- <option value="Allerta Stencil"<?php selected($feed_font_style, 'Allerta Stencil' ); ?>>Allerta Stencil</option>
714
- <option value="Allura" <?php selected($feed_font_style, 'Allura' ); ?>>Allura</option>
715
- <option value="Almendra" <?php selected($feed_font_style, 'Almendra' ); ?>>Almendra</option>
716
- <option value="Almendra SC"<?php selected($feed_font_style, 'Almendra SC' ); ?>>Almendra SC</option>
717
- <option value="Amaranth" <?php selected($feed_font_style, 'Amaranth' ); ?>>Amaranth</option> <option value="Amatic SC"<?php selected($feed_font_style, 'Amatic SC' ); ?>>Amatic SC</option>
718
- <option value="Amethysta" <?php selected($feed_font_style, 'Amethysta' ); ?>>Amethysta</option><option value="Andada"<?php selected($feed_font_style, 'Andada' ); ?>>Andada</option>
719
- <option value="Andika" <?php selected($feed_font_style, 'Andika' ); ?>>Andika</option>
720
- <option value="Angkor" <?php selected($feed_font_style, 'Angkor' ); ?>>Angkor</option>
721
- <option value="Annie Use Your Telescope" <?php selected($feed_font_style, 'Annie Use Your Telescope' ); ?>>Annie Use Your Telescope</option>
722
- <option value="Anonymous Pro" <?php selected($feed_font_style, 'Anonymous Pro' ); ?>>Anonymous Pro</option>
723
- <option value="Antic" <?php selected($feed_font_style, 'Antic' ); ?>>Antic</option>
724
- <option value="Antic Didone" <?php selected($feed_font_style, 'Antic Didone' ); ?>>Antic Didone</option>
725
- <option value="Antic Slab" <?php selected($feed_font_style, 'Antic Slab' ); ?>>Antic Slab</option>
726
- <option value="Anton" <?php selected($feed_font_style, 'Anton' ); ?>>Anton</option>
727
- <option value="Arapey" <?php selected($feed_font_style, 'Arapey' ); ?>>Arapey</option>
728
- <option value="Arbutus" <?php selected($feed_font_style, 'Arbutus' ); ?>>Arbutus</option>
729
- <option value="Architects Daughter" <?php selected($feed_font_style, 'Architects Daughter' ); ?>>Architects Daughter</option>
730
- <option value="Arimo" <?php selected($feed_font_style, 'Arimo' ); ?>>Arimo</option>
731
- <option value="Arizonia" <?php selected($feed_font_style, 'Arizonia' ); ?>>Arizonia</option>
732
- <option value="Armata" <?php selected($feed_font_style, 'Armata' ); ?>>Armata</option>
733
- <option value="Artifika" <?php selected($feed_font_style, 'Artifika' ); ?>>Artifika</option>
734
- <option value="Arvo" <?php selected($feed_font_style, 'Arvo' ); ?>>Arvo</option>
735
- <option value="Asap" <?php selected($feed_font_style, 'Asap' ); ?>>Asap</option>
736
- <option value="Asset" <?php selected($feed_font_style, 'Asset' ); ?>>Asset</option>
737
- <option value="Astloch" <?php selected($feed_font_style, 'Astloch' ); ?>>Astloch</option>
738
- <option value="Asul" <?php selected($feed_font_style, 'Asul' ); ?>>Asul</option>
739
- <option value="Atomic Age" <?php selected($feed_font_style, 'Atomic Age' ); ?>>Atomic Age</option>
740
- <option value="Aubrey" <?php selected($feed_font_style, 'Aubrey' ); ?>>Aubrey</option>
741
- <option value="Audiowide" <?php selected($feed_font_style, 'Audiowide' ); ?>>Audiowide</option>
742
- <option value="Average" <?php selected($feed_font_style, 'Average' ); ?>>Average</option>
743
- <option value="Averia Gruesa Libre" <?php selected($feed_font_style, 'Averia Gruesa Libre' ); ?>>Averia Gruesa Libre</option>
744
- <option value="Averia Libre" <?php selected($feed_font_style, 'Averia Libre' ); ?>>Averia Libre</option>
745
- <option value="Averia Sans Libre" <?php selected($feed_font_style, 'Averia Sans Libre' ); ?>>Averia Sans Libre</option>
746
- <option value="Averia Serif Libre" <?php selected($feed_font_style, 'Averia Serif Libre' ); ?>>Averia Serif Libre</option>
747
- <option value="Bad Script" <?php selected($feed_font_style, 'Bad Script' ); ?>>Bad Script</option>
748
- <option value="Balthazar" <?php selected($feed_font_style, 'Balthazar' ); ?>>Balthazar</option>
749
- <option value="Bangers" <?php selected($feed_font_style, 'Bangers' ); ?>>Bangers</option>
750
- <option value="Basic" <?php selected($feed_font_style, 'Basic' ); ?>>Basic</option>
751
- <option value="Battambang" <?php selected($feed_font_style, 'Battambang' ); ?>>Battambang</option>
752
- <option value="Baumans" <?php selected($feed_font_style, 'Baumans' ); ?>>Baumans</option>
753
- <option value="Bayon" <?php selected($feed_font_style, 'Bayon' ); ?>>Bayon</option>
754
- <option value="Belgrano"<?php selected($feed_font_style, 'Belgrano' ); ?>>Belgrano</option>
755
- <option value="Belleza" <?php selected($feed_font_style, 'Belleza' ); ?>>Belleza</option>
756
- <option value="Bentham" <?php selected($feed_font_style, 'Bentham' ); ?>>Bentham</option>
757
- <option value="Berkshire Swash"<?php selected($feed_font_style, 'Berkshire Swash' ); ?>>Berkshire Swash</option>
758
- <option value="Bevan" <?php selected($feed_font_style, 'Bevan' ); ?>>Bevan</option>
759
- <option value="Bigshot One"<?php selected($feed_font_style, 'Bigshot One' ); ?>>Bigshot One</option>
760
- <option value="Bilbo" <?php selected($feed_font_style, 'Bilbo' ); ?>>Bilbo</option>
761
- <option value="Bilbo Swash Caps" <?php selected($feed_font_style, 'Bilbo Swash Caps' ); ?>>Bilbo Swash Caps</option>
762
- <option value="Bitter" <?php selected($feed_font_style, 'Bitter' ); ?>>Bitter</option>
763
- <option value="Black Ops One" <?php selected($feed_font_style, 'Black Ops One' ); ?>>Black Ops One</option>
764
- <option value="Bokor" <?php selected($feed_font_style, 'Bokor' ); ?>>Bokor</option>
765
- <option value="Bonbon" <?php selected($feed_font_style, 'Bonbon' ); ?>>Bonbon</option>
766
- <option value="Boogaloo" <?php selected($feed_font_style, 'Boogaloo' ); ?>>Boogaloo</option>
767
- <option value="Bowlby One" <?php selected($feed_font_style, 'Bowlby One' ); ?>>Bowlby One</option>
768
- <option value="Bowlby One SC" <?php selected($feed_font_style, 'Bowlby One SC' ); ?>>Bowlby One SC</option>
769
- <option value="Brawler" <?php selected($feed_font_style, 'Brawler' ); ?>>Brawler</option>
770
- <option value="Bree Serif" <?php selected($feed_font_style, 'Bree Serif' ); ?>>Bree Serif</option>
771
- <option value="Bubblegum Sans" <?php selected($feed_font_style, 'Bubblegum Sans' ); ?>>Bubblegum Sans</option>
772
- <option value="Buda" <?php selected($feed_font_style, 'Buda' ); ?>>Buda</option>
773
- <option value="Buenard" <?php selected($feed_font_style, 'Buenard' ); ?>>Buenard</option>
774
- <option value="Butcherman" <?php selected($feed_font_style, 'Butcherman' ); ?>>Butcherman</option>
775
- <option value="Butterfly Kids" <?php selected($feed_font_style, 'Butterfly Kids' ); ?>>Butterfly Kids</option>
776
- <option value="Cabin" <?php selected($feed_font_style, 'Cabin' ); ?>>Cabin</option>
777
- <option value="Cabin Condensed" <?php selected($feed_font_style, 'Cabin Condensed' ); ?>>Cabin Condensed</option>
778
- <option value="Cabin Sketch" <?php selected($feed_font_style, 'Cabin Sketch' ); ?>>Cabin Sketch</option>
779
- <option value="Caesar Dressing" <?php selected($feed_font_style, 'Caesar Dressing' ); ?>>Caesar Dressing</option>
780
- <option value="Cagliostro" <?php selected($feed_font_style, 'Cagliostro' ); ?>>Cagliostro</option>
781
- <option value="Calligraffitti" <?php selected($feed_font_style, 'Calligraffitti' ); ?>>Calligraffitti</option>
782
- <option value="Cambo" <?php selected($feed_font_style, 'Cambo' ); ?>>Cambo</option>
783
- <option value="Candal" <?php selected($feed_font_style, 'Candal' ); ?>>Candal</option>
784
- <option value="Cantarell" <?php selected($feed_font_style, 'Cantarell' ); ?>>Cantarell</option>
785
- <option value="Cantata One" <?php selected($feed_font_style, 'Cantata One' ); ?>>Cantata One</option>
786
- <option value="Cardo" <?php selected($feed_font_style, 'Cardo' ); ?>>Cardo</option>
787
- <option value="Carme" <?php selected($feed_font_style, 'Carme' ); ?>>Carme</option>
788
- <option value="Carter One" <?php selected($feed_font_style, 'Carter One' ); ?>>Carter One</option>
789
- <option value="Caudex" <?php selected($feed_font_style, 'Caudex' ); ?>>Caudex</option>
790
- <option value="Cedarville Cursive" <?php selected($feed_font_style, 'Cedarville Cursive' ); ?>>Cedarville Cursive</option>
791
- <option value="Ceviche One" <?php selected($feed_font_style, 'Ceviche One' ); ?>>Ceviche One</option>
792
- <option value="Changa One" <?php selected($feed_font_style, 'Changa One' ); ?>>Changa One</option>
793
- <option value="Chango" <?php selected($feed_font_style, 'Chango' ); ?>>Chango</option>
794
- <option value="Chau Philomene One" <?php selected($feed_font_style, 'Chau Philomene One' ); ?>>Chau Philomene One</option>
795
- <option value="Chelsea Market" <?php selected($feed_font_style, 'Chelsea Market' ); ?>>Chelsea Market</option>
796
- <option value="Chenla" <?php selected($feed_font_style, 'Chenla' ); ?>>Chenla</option>
797
- <option value="Cherry Cream Soda" <?php selected($feed_font_style, 'Cherry Cream Soda' ); ?>>Cherry Cream Soda</option>
798
- <option value="Chewy" <?php selected($feed_font_style, 'Chewy' ); ?>>Chewy</option>
799
- <option value="Chicle" <?php selected($feed_font_style, 'Chicle' ); ?>>Chicle</option>
800
- <option value="Chivo" <?php selected($feed_font_style, 'Chivo' ); ?>>Chivo</option>
801
- <option value="Coda" <?php selected($feed_font_style, 'Coda' ); ?>>Coda</option>
802
- <option value="Coda Caption" <?php selected($feed_font_style, 'Coda Caption' ); ?>>Coda Caption</option>
803
- <option value="Codystar" <?php selected($feed_font_style, 'Codystar' ); ?>>Codystar</option>
804
- <option value="Comfortaa" <?php selected($feed_font_style, 'Comfortaa' ); ?>>Comfortaa</option>
805
- <option value="Coming Soon" <?php selected($feed_font_style, 'Coming Soon' ); ?>>Coming Soon</option>
806
- <option value="Concert One" <?php selected($feed_font_style, 'Concert One' ); ?>>Concert One</option>
807
- <option value="Condiment" <?php selected($feed_font_style, 'Condiment' ); ?>>Condiment</option>
808
- <option value="Content" <?php selected($feed_font_style, 'Content' ); ?>>Content</option>
809
- <option value="Contrail One" <?php selected($feed_font_style, 'Contrail One' ); ?>>Contrail One</option>
810
- <option value="Convergence" <?php selected($feed_font_style, 'Convergence' ); ?>>Convergence</option>
811
- <option value="Cookie" <?php selected($feed_font_style, 'Cookie' ); ?>>Cookie</option>
812
- <option value="Copse" <?php selected($feed_font_style, 'Copse' ); ?>>Copse</option>
813
- <option value="Corben" <?php selected($feed_font_style, 'Corben' ); ?>>Corben</option>
814
- <option value="Courgette" <?php selected($feed_font_style, 'Courgette' ); ?>>Courgette</option>
815
- <option value="Cousine" <?php selected($feed_font_style, 'Cousine' ); ?>>Cousine</option>
816
- <option value="Coustard" <?php selected($feed_font_style, 'Coustard' ); ?>>Coustard</option>
817
- <option value="Covered By Your Grace" <?php selected($feed_font_style, 'Covered By Your Grace' ); ?>>Covered By Your Grace</option>
818
- <option value="Crafty Girls" <?php selected($feed_font_style, 'Crafty Girls' ); ?>>Crafty Girls</option>
819
- <option value="Creepster" <?php selected($feed_font_style, 'Creepster' ); ?>>Creepster</option>
820
- <option value="Crete Round" <?php selected($feed_font_style, 'Crete Round' ); ?>>Crete Round</option>
821
- <option value="Crimson Text" <?php selected($feed_font_style, 'Crimson Text' ); ?>>Crimson Text</option>
822
- <option value="Crushed" <?php selected($feed_font_style, 'Crushed' ); ?>>Crushed</option>
823
- <option value="Cuprum" <?php selected($feed_font_style, 'Cuprum' ); ?>>Cuprum</option>
824
- <option value="Cutive" <?php selected($feed_font_style, 'Cutive' ); ?>>Cutive</option>
825
- <option value="Damion" <?php selected($feed_font_style, 'Damion' ); ?>>Damion</option>
826
- <option value="Dancing Script" <?php selected($feed_font_style, 'Dancing Script' ); ?>>Dancing Script</option>
827
- <option value="Dangrek" <?php selected($feed_font_style, 'Dangrek' ); ?>>Dangrek</option>
828
- <option value="Dawning of a New Day" <?php selected($feed_font_style, 'Dawning of a New Day' ); ?>>Dawning of a New Day</option>
829
- <option value="Days One" <?php selected($feed_font_style, 'Days One' ); ?>>Days One</option>
830
- <option value="Delius" <?php selected($feed_font_style, 'Delius' ); ?>>Delius</option>
831
- <option value="Delius Swash Caps" <?php selected($feed_font_style, 'Delius Swash Caps' ); ?>>Delius Swash Caps</option>
832
- <option value="Delius Unicase" <?php selected($feed_font_style, 'Delius Unicase' ); ?>>Delius Unicase</option>
833
- <option value="Della Respira" <?php selected($feed_font_style, 'Della Respira' ); ?>>Della Respira</option>
834
- <option value="Devonshire" <?php selected($feed_font_style, 'Devonshire' ); ?>>Devonshire</option>
835
- <option value="Didact Gothic" <?php selected($feed_font_style, 'Didact Gothic' ); ?>>Didact Gothic</option>
836
- <option value="Diplomata" <?php selected($feed_font_style, 'Diplomata' ); ?>>Diplomata</option>
837
- <option value="Diplomata SC" <?php selected($feed_font_style, 'Diplomata SC' ); ?>>Diplomata SC</option>
838
- <option value="Doppio One" <?php selected($feed_font_style, 'Doppio One' ); ?>>Doppio One</option>
839
- <option value="Dorsa" <?php selected($feed_font_style, 'Dorsa' ); ?>>Dorsa</option>
840
- <option value="Dosis" <?php selected($feed_font_style, 'Dosis' ); ?>>Dosis</option>
841
- <option value="Dr Sugiyama" <?php selected($feed_font_style, 'Dr Sugiyama' ); ?>>Dr Sugiyama</option>
842
- <option value="Droid Sans" <?php selected($feed_font_style, 'Droid Sans' ); ?>>Droid Sans</option>
843
- <option value="Droid Sans Mono" <?php selected($feed_font_style, 'Droid Sans Mono' ); ?>>Droid Sans Mono</option>
844
- <option value="Droid Serif" <?php selected($feed_font_style, 'Droid Serif' ); ?>>Droid Serif</option>
845
- <option value="Duru Sans" <?php selected($feed_font_style, 'Duru Sans' ); ?>>Duru Sans</option>
846
- <option value="Dynalight" <?php selected($feed_font_style, 'Dynalight' ); ?>>Dynalight</option>
847
- <option value="EB Garamond" <?php selected($feed_font_style, 'EB Garamond' ); ?>>EB Garamond</option>
848
- <option value="Eater" <?php selected($feed_font_style, 'Eater' ); ?>>Eater</option>
849
- <option value="Economica" <?php selected($feed_font_style, 'Economica' ); ?>>Economica</option>
850
- <option value="Electrolize" <?php selected($feed_font_style, 'Electrolize' ); ?>>Electrolize</option>
851
- <option value="Emblema One" <?php selected($feed_font_style, 'Emblema One' ); ?>>Emblema One</option>
852
- <option value="Emilys Candy" <?php selected($feed_font_style, 'Emilys Candy' ); ?>>Emilys Candy</option>
853
- <option value="Engagement" <?php selected($feed_font_style, 'Engagement' ); ?>>Engagement</option>
854
- <option value="Enriqueta" <?php selected($feed_font_style, 'Enriqueta' ); ?>>Enriqueta</option>
855
- <option value="Erica One" <?php selected($feed_font_style, 'Erica One' ); ?>>Erica One</option>
856
- <option value="Esteban" <?php selected($feed_font_style, 'Esteban' ); ?>>Esteban</option>
857
- <option value="Euphoria Script">Euphoria Script</option>
858
- <option value="Ewert" <?php selected($feed_font_style, 'Ewert' ); ?>>Ewert</option>
859
- <option value="Exo" <?php selected($feed_font_style, 'Exo' ); ?>>Exo</option>
860
- <option value="Expletus Sans" <?php selected($feed_font_style, 'Expletus Sans' ); ?>>Expletus Sans</option>
861
- <option value="Fanwood Text" <?php selected($feed_font_style, 'Fanwood Text' ); ?>>Fanwood Text</option>
862
- <option value="Fascinate" <?php selected($feed_font_style, 'Fascinate' ); ?>>Fascinate</option>
863
- <option value="Fascinate Inline" <?php selected($feed_font_style, 'Fascinate Inline' ); ?>>Fascinate Inline</option>
864
- <option value="Federant" <?php selected($feed_font_style, 'Federant' ); ?>>Federant</option>
865
- <option value="Federo" <?php selected($feed_font_style, 'Federo' ); ?>>Federo</option>
866
- <option value="Felipa" <?php selected($feed_font_style, 'Felipa' ); ?>>Felipa</option>
867
- <option value="Fjord One" <?php selected($feed_font_style, 'Fjord One' ); ?>>Fjord One</option>
868
- <option value="Flamenco" <?php selected($feed_font_style, 'Flamenco' ); ?>>Flamenco</option>
869
- <option value="Flavors" <?php selected($feed_font_style, 'Flavors' ); ?>>Flavors</option>
870
- <option value="Fondamento" <?php selected($feed_font_style, 'Fondamento' ); ?>>Fondamento</option>
871
- <option value="Fontdiner Swanky" <?php selected($feed_font_style, 'Fontdiner Swanky' ); ?>>Fontdiner Swanky</option>
872
- <option value="Forum" <?php selected($feed_font_style, 'Forum' ); ?>>Forum</option>
873
- <option value="Francois One" <?php selected($feed_font_style, 'Francois One' ); ?>>Francois One</option>
874
- <option value="Fredericka the Great" <?php selected($feed_font_style, 'Fredericka the Great' ); ?>>Fredericka the Great</option>
875
- <option value="Fredoka One" <?php selected($feed_font_style, 'Fredoka One' ); ?>>Fredoka One</option>
876
- <option value="Freehand" <?php selected($feed_font_style, 'Freehand' ); ?>>Freehand</option>
877
- <option value="Fresca" <?php selected($feed_font_style, 'Fresca' ); ?>>Fresca</option>
878
- <option value="Frijole" <?php selected($feed_font_style, 'Frijole' ); ?>>Frijole</option>
879
- <option value="Fugaz One" <?php selected($feed_font_style, 'Fugaz One' ); ?>>Fugaz One</option>
880
- <option value="GFS Didot" <?php selected($feed_font_style, 'GFS Didot' ); ?>>GFS Didot</option>
881
- <option value="GFS Neohellenic" <?php selected($feed_font_style, 'GFS Neohellenic' ); ?>>GFS Neohellenic</option>
882
- <option value="Galdeano" <?php selected($feed_font_style, 'Galdeano' ); ?>>Galdeano</option>
883
- <option value="Gentium Basic" <?php selected($feed_font_style, 'Gentium Basic' ); ?>>Gentium Basic</option>
884
- <option value="Gentium Book Basic" <?php selected($feed_font_style, 'Gentium Book Basic' ); ?>>Gentium Book Basic</option>
885
- <option value="Geo" <?php selected($feed_font_style, 'Geo' ); ?>>Geo</option>
886
- <option value="Geostar" <?php selected($feed_font_style, 'Geostar' ); ?>>Geostar</option>
887
- <option value="Geostar Fill" <?php selected($feed_font_style, 'Geostar Fill' ); ?>>Geostar Fill</option>
888
- <option value="Germania One" <?php selected($feed_font_style, 'Germania One' ); ?>>Germania One</option>
889
- <option value="Give You Glory" <?php selected($feed_font_style, 'Give You Glory' ); ?>>Give You Glory</option>
890
- <option value="Glass Antiqua" <?php selected($feed_font_style, 'Glass Antiqua' ); ?>>Glass Antiqua</option>
891
- <option value="Glegoo" <?php selected($feed_font_style, 'Glegoo' ); ?>>Glegoo</option>
892
- <option value="Gloria Hallelujah" <?php selected($feed_font_style, 'Gloria Hallelujah' ); ?>>Gloria Hallelujah</option>
893
- <option value="Goblin One" <?php selected($feed_font_style, 'Goblin One' ); ?>>Goblin One</option>
894
- <option value="Gochi Hand" <?php selected($feed_font_style, 'Gochi Hand' ); ?>>Gochi Hand</option>
895
- <option value="Gorditas" <?php selected($feed_font_style, 'Gorditas' ); ?>>Gorditas</option>
896
- <option value="Goudy Bookletter 1911" <?php selected($feed_font_style, 'Goudy Bookletter 191' ); ?>>Goudy Bookletter 1911</option>
897
- <option value="Graduate" <?php selected($feed_font_style, 'Graduate' ); ?>>Graduate</option>
898
- <option value="Gravitas One" <?php selected($feed_font_style, 'Gravitas One' ); ?>>Gravitas One</option>
899
- <option value="Great Vibes" <?php selected($feed_font_style, 'Great Vibes' ); ?>>Great Vibes</option>
900
- <option value="Gruppo" <?php selected($feed_font_style, 'Gruppo' ); ?>>Gruppo</option>
901
- <option value="Gudea" <?php selected($feed_font_style, 'Gudea' ); ?>>Gudea</option>
902
- <option value="Habibi" <?php selected($feed_font_style, 'Habibi' ); ?>>Habibi</option>
903
- <option value="Hammersmith One" <?php selected($feed_font_style, 'Hammersmith One' ); ?>>Hammersmith One</option>
904
- <option value="Handlee" <?php selected($feed_font_style, 'Handlee' ); ?>>Handlee</option>
905
- <option value="Hanuman" <?php selected($feed_font_style, 'Hanuman' ); ?>>Hanuman</option>
906
- <option value="Happy Monkey" <?php selected($feed_font_style, 'Happy Monkey' ); ?>>Happy Monkey</option>
907
- <option value="Henny Penny" <?php selected($feed_font_style, 'Henny Penny' ); ?>>Henny Penny</option>
908
- <option value="Herr Von Muellerhoff" <?php selected($feed_font_style, 'Herr Von Muellerhoff' ); ?>>Herr Von Muellerhoff</option>
909
- <option value="Holtwood One SC" <?php selected($feed_font_style, 'Holtwood One SC' ); ?>>Holtwood One SC</option>
910
- <option value="Homemade Apple" <?php selected($feed_font_style, 'Homemade Apple' ); ?>>Homemade Apple</option>
911
- <option value="Homenaje" <?php selected($feed_font_style, 'Homenaje' ); ?>>Homenaje</option>
912
- <option value="IM Fell DW Pica" <?php selected($feed_font_style, 'IM Fell DW Pica' ); ?>>IM Fell DW Pica</option>
913
- <option value="IM Fell DW Pica SC" <?php selected($feed_font_style, 'IM Fell DW Pica SC' ); ?>>IM Fell DW Pica SC</option>
914
- <option value="IM Fell Double Pica" <?php selected($feed_font_style, 'IM Fell Double Pica' ); ?>>IM Fell Double Pica</option>
915
- <option value="IM Fell Double Pica SC" <?php selected($feed_font_style, 'IM Fell Double Pica SC' ); ?>>IM Fell Double Pica SC</option>
916
- <option value="IM Fell English" <?php selected($feed_font_style, 'IM Fell English' ); ?>>IM Fell English</option>
917
- <option value="IM Fell English SC" <?php selected($feed_font_style, 'IM Fell English SC' ); ?>>IM Fell English SC</option>
918
- <option value="IM Fell French Canon" <?php selected($feed_font_style, 'IM Fell French Canon' ); ?>>IM Fell French Canon</option>
919
- <option value="IM Fell French Canon SC" <?php selected($feed_font_style, 'IM Fell French Canon SC' ); ?>>IM Fell French Canon SC</option>
920
- <option value="IM Fell Great Primer" <?php selected($feed_font_style, 'IM Fell Great Primer' ); ?>>IM Fell Great Primer</option>
921
- <option value="IM Fell Great Primer SC" <?php selected($feed_font_style, 'IM Fell Great Primer SC' ); ?>>IM Fell Great Primer SC</option>
922
- <option value="Iceberg" <?php selected($feed_font_style, 'Iceberg' ); ?>>Iceberg</option>
923
- <option value="Iceland" <?php selected($feed_font_style, 'Iceland' ); ?>>Iceland</option>
924
- <option value="Imprima" <?php selected($feed_font_style, 'Imprima' ); ?>>Imprima</option>
925
- <option value="Inconsolata" <?php selected($feed_font_style, 'Inconsolata' ); ?>>Inconsolata</option>
926
- <option value="Inder" <?php selected($feed_font_style, 'Inder' ); ?>>Inder</option>
927
- <option value="Indie Flower" <?php selected($feed_font_style, 'Indie Flower' ); ?>>Indie Flower</option>
928
- <option value="Inika" <?php selected($feed_font_style, 'Inika' ); ?>>Inika</option>
929
- <option value="Irish Grover" <?php selected($feed_font_style, 'Irish Grover' ); ?>>Irish Grover</option>
930
- <option value="Istok Web" <?php selected($feed_font_style, 'Istok Web' ); ?>>Istok Web</option>
931
- <option value="Italiana" <?php selected($feed_font_style, 'Italiana' ); ?>>Italiana</option>
932
- <option value="Italianno" <?php selected($feed_font_style, 'Italianno' ); ?>>Italianno</option>
933
- <option value="Jim Nightshade" <?php selected($feed_font_style, 'Jim Nightshade' ); ?>>Jim Nightshade</option>
934
- <option value="Jockey One" <?php selected($feed_font_style, 'Jockey One' ); ?>>Jockey One</option>
935
- <option value="Jolly Lodger" <?php selected($feed_font_style, 'Jolly Lodger' ); ?>>Jolly Lodger</option>
936
- <option value="Josefin Sans" <?php selected($feed_font_style, 'Josefin Sans' ); ?>>Josefin Sans</option>
937
- <option value="Josefin Slab" <?php selected($feed_font_style, 'Josefin Slab' ); ?>>Josefin Slab</option>
938
- <option value="Judson" <?php selected($feed_font_style, 'Judson' ); ?>>Judson</option>
939
- <option value="Julee" <?php selected($feed_font_style, 'Julee' ); ?>>Julee</option>
940
- <option value="Junge" <?php selected($feed_font_style, 'Junge' ); ?>>Junge</option>
941
- <option value="Jura" <?php selected($feed_font_style, 'Jura' ); ?>>Jura</option>
942
- <option value="Just Another Hand" <?php selected($feed_font_style, 'Just Another Hand' ); ?>>Just Another Hand</option>
943
- <option value="Just Me Again Down Here" <?php selected($feed_font_style, 'Just Me Again Down Here' ); ?>>Just Me Again Down Here</option>
944
- <option value="Kameron" <?php selected($feed_font_style, 'Kameron' ); ?>>Kameron</option>
945
- <option value="Karla" <?php selected($feed_font_style, 'Karla' ); ?>>Karla</option>
946
- <option value="Kaushan Script" <?php selected($feed_font_style, 'Kaushan Script' ); ?>>Kaushan Script</option>
947
- <option value="Kelly Slab" <?php selected($feed_font_style, 'Kelly Slab' ); ?>>Kelly Slab</option>
948
- <option value="Kenia" <?php selected($feed_font_style, 'Kenia' ); ?>>Kenia</option>
949
- <option value="Khmer" <?php selected($feed_font_style, 'Khmer' ); ?>>Khmer</option>
950
- <option value="Knewave" <?php selected($feed_font_style, 'Knewave' ); ?>>Knewave</option>
951
- <option value="Kotta One" <?php selected($feed_font_style, 'Kotta One' ); ?>>Kotta One</option>
952
- <option value="Koulen" <?php selected($feed_font_style, 'Koulen' ); ?>>Koulen</option>
953
- <option value="Kranky" <?php selected($feed_font_style, 'Kranky' ); ?>>Kranky</option>
954
- <option value="Kreon" <?php selected($feed_font_style, 'Kreon' ); ?>>Kreon</option>
955
- <option value="Kristi" <?php selected($feed_font_style, 'Kristi' ); ?>>Kristi</option>
956
- <option value="Krona One" <?php selected($feed_font_style, 'Krona One' ); ?>>Krona One</option>
957
- <option value="La Belle Aurore" <?php selected($feed_font_style, 'La Belle Aurore' ); ?>>La Belle Aurore</option>
958
- <option value="Lancelot" <?php selected($feed_font_style, 'Lancelot' ); ?>>Lancelot</option>
959
- <option value="Lato" <?php selected($feed_font_style, 'Lato' ); ?>>Lato</option>
960
- <option value="League Script" <?php selected($feed_font_style, 'League Script' ); ?>>League Script</option>
961
- <option value="Leckerli One" <?php selected($feed_font_style, 'Leckerli One' ); ?>>Leckerli One</option>
962
- <option value="Ledger" <?php selected($feed_font_style, 'Ledger' ); ?>>Ledger</option>
963
- <option value="Lekton" <?php selected($feed_font_style, 'Lekton' ); ?>>Lekton</option>
964
- <option value="Lemon" <?php selected($feed_font_style, 'Lemon' ); ?>>Lemon</option>
965
- <option value="Lilita One" <?php selected($feed_font_style, 'Lilita One' ); ?>>Lilita One</option>
966
- <option value="Limelight" <?php selected($feed_font_style, 'Limelight' ); ?>>Limelight</option>
967
- <option value="Linden Hill" <?php selected($feed_font_style, 'Linden Hill' ); ?>>Linden Hill</option>
968
- <option value="Lobster" <?php selected($feed_font_style, 'Lobster' ); ?>>Lobster</option>
969
- <option value="Lobster Two" <?php selected($feed_font_style, 'Lobster Two' ); ?>>Lobster Two</option>
970
- <option value="Londrina Outline" <?php selected($feed_font_style, 'Londrina Outline' ); ?>>Londrina Outline</option>
971
- <option value="Londrina Shadow" <?php selected($feed_font_style, 'Londrina Shadow' ); ?>>Londrina Shadow</option>
972
- <option value="Londrina Sketch" <?php selected($feed_font_style, 'Londrina Sketch' ); ?>>Londrina Sketch</option>
973
- <option value="Londrina Solid" <?php selected($feed_font_style, 'Londrina Solid' ); ?>>Londrina Solid</option>
974
- <option value="Lora" <?php selected($feed_font_style, 'Lora' ); ?>>Lora</option>
975
- <option value="Love Ya Like A Sister" <?php selected($feed_font_style, 'Love Ya Like A Sister' ); ?>>Love Ya Like A Sister</option>
976
- <option value="Loved by the King" <?php selected($feed_font_style, 'Loved by the King' ); ?>>Loved by the King</option>
977
- <option value="Lovers Quarrel" <?php selected($feed_font_style, 'Lovers Quarrel' ); ?>>Lovers Quarrel</option>
978
- <option value="Luckiest Guy" <?php selected($feed_font_style, 'Luckiest Guy' ); ?>>Luckiest Guy</option>
979
- <option value="Lusitana" <?php selected($feed_font_style, 'Lusitana' ); ?>>Lusitana</option>
980
- <option value="Lustria" <?php selected($feed_font_style, 'Lustria' ); ?>>Lustria</option>
981
- <option value="Macondo" <?php selected($feed_font_style, 'Macondo' ); ?>>Macondo</option>
982
- <option value="Macondo Swash Caps" <?php selected($feed_font_style, 'Macondo Swash Caps' ); ?>>Macondo Swash Caps</option>
983
- <option value="Magra" <?php selected($feed_font_style, 'Magra' ); ?>>Magra</option>
984
- <option value="Maiden Orange" <?php selected($feed_font_style, 'Maiden Orange' ); ?>>Maiden Orange</option>
985
- <option value="Mako" <?php selected($feed_font_style, 'Mako' ); ?>>Mako</option>
986
- <option value="Marck Script" <?php selected($feed_font_style, 'Marck Script' ); ?>>Marck Script</option>
987
- <option value="Marko One" <?php selected($feed_font_style, 'Marko One' ); ?>>Marko One</option>
988
- <option value="Marmelad" <?php selected($feed_font_style, 'Marmelad' ); ?>>Marmelad</option>
989
- <option value="Marvel" <?php selected($feed_font_style, 'Marvel' ); ?>>Marvel</option>
990
- <option value="Mate" <?php selected($feed_font_style, 'Mate' ); ?>>Mate</option>
991
- <option value="Mate SC" <?php selected($feed_font_style, 'Mate SC' ); ?>>Mate SC</option>
992
- <option value="Maven Pro" <?php selected($feed_font_style, 'Maven Pro' ); ?>>Maven Pro</option>
993
- <option value="Meddon" <?php selected($feed_font_style, 'Meddon' ); ?>>Meddon</option>
994
- <option value="MedievalSharp" <?php selected($feed_font_style, 'MedievalSharp' ); ?>>MedievalSharp</option>
995
- <option value="Medula One" <?php selected($feed_font_style, 'Medula One' ); ?>>Medula One</option>
996
- <option value="Megrim" <?php selected($feed_font_style, 'Megrim' ); ?>>Megrim</option>
997
- <option value="Merienda One" <?php selected($feed_font_style, 'Merienda One' ); ?>>Merienda One</option>
998
- <option value="Merriweather" <?php selected($feed_font_style, 'Merriweather' ); ?>>Merriweather</option>
999
- <option value="Metal" <?php selected($feed_font_style, 'Metal' ); ?>>Metal</option>
1000
- <option value="Metamorphous"<?php selected($feed_font_style, 'Metamorphous' ); ?>>Metamorphous</option>
1001
- <option value="Metrophobic" <?php selected($feed_font_style, 'Metrophobic' ); ?>>Metrophobic</option>
1002
- <option value="Michroma" <?php selected($feed_font_style, 'Michroma' ); ?>>Michroma</option>
1003
- <option value="Miltonian" <?php selected($feed_font_style, 'Miltonian' ); ?>>Miltonian</option>
1004
- <option value="Miltonian Tattoo" <?php selected($feed_font_style, 'Miltonian Tattoo' ); ?>>Miltonian Tattoo</option>
1005
- <option value="Miniver" <?php selected($feed_font_style, 'Miniver' ); ?>>Miniver</option>
1006
- <option value="Miss Fajardose" <?php selected($feed_font_style, 'Miss Fajardose' ); ?>>Miss Fajardose</option>
1007
- <option value="Modern Antiqua" <?php selected($feed_font_style, 'Modern Antiqua' ); ?>>Modern Antiqua</option>
1008
- <option value="Molengo" <?php selected($feed_font_style, 'Molengo' ); ?>>Molengo</option>
1009
- <option value="Monofett" <?php selected($feed_font_style, 'Monofett' ); ?>>Monofett</option>
1010
- <option value="Monoton" <?php selected($feed_font_style, 'Monoton' ); ?>>Monoton</option>
1011
- <option value="Monsieur La Doulaise" <?php selected($feed_font_style, 'Monsieur La Doulaise' ); ?>>Monsieur La Doulaise</option>
1012
- <option value="Montaga" <?php selected($feed_font_style, 'Montaga' ); ?>>Montaga</option>
1013
- <option value="Montez" <?php selected($feed_font_style, 'Montez' ); ?>>Montez</option>
1014
- <option value="Montserrat" <?php selected($feed_font_style, 'Montserrat' ); ?>>Montserrat</option>
1015
- <option value="Moul" <?php selected($feed_font_style, 'Moul' ); ?>>Moul</option>
1016
- <option value="Moulpali" <?php selected($feed_font_style, 'Moulpali' ); ?>>Moulpali</option>
1017
- <option value="Mountains of Christmas" <?php selected($feed_font_style, 'Mountains of Christmas' ); ?>>Mountains of Christmas</option>
1018
- <option value="Mr Bedfort" <?php selected($feed_font_style, 'Mr Bedfort' ); ?>>Mr Bedfort</option>
1019
- <option value="Mr Dafoe" <?php selected($feed_font_style, 'Mr Dafoe' ); ?>>Mr Dafoe</option>
1020
- <option value="Mr De Haviland" <?php selected($feed_font_style, 'Mr De Haviland' ); ?>>Mr De Haviland</option>
1021
- <option value="Mrs Saint Delafield" <?php selected($feed_font_style, 'Mrs Saint Delafield' ); ?>>Mrs Saint Delafield</option>
1022
- <option value="Mrs Sheppards" <?php selected($feed_font_style, 'Mrs Sheppards' ); ?>>Mrs Sheppards</option>
1023
- <option value="Muli" <?php selected($feed_font_style, 'Muli' ); ?>>Muli</option>
1024
- <option value="Mystery Quest" <?php selected($feed_font_style, 'Mystery Quest' ); ?>>Mystery Quest</option>
1025
- <option value="Neucha" <?php selected($feed_font_style, 'Neucha' ); ?>>Neucha</option>
1026
- <option value="Neuton" <?php selected($feed_font_style, 'Neuton' ); ?>>Neuton</option>
1027
- <option value="News Cycle" <?php selected($feed_font_style, 'News Cycle' ); ?>>News Cycle</option>
1028
- <option value="Niconne" <?php selected($feed_font_style, 'Niconne' ); ?>>Niconne</option>
1029
- <option value="Nixie One" <?php selected($feed_font_style, 'Nixie One' ); ?>>Nixie One</option>
1030
- <option value="Nobile" <?php selected($feed_font_style, 'Nobile' ); ?>>Nobile</option>
1031
- <option value="Nokora" <?php selected($feed_font_style, 'Nokora' ); ?>>Nokora</option>
1032
- <option value="Norican" <?php selected($feed_font_style, 'Norican' ); ?>>Norican</option>
1033
- <option value="Nosifer" <?php selected($feed_font_style, 'Nosifer' ); ?>>Nosifer</option>
1034
- <option value="Nothing You Could Do" <?php selected($feed_font_style, 'Nothing You Could Do' ); ?>>Nothing You Could Do</option>
1035
- <option value="Noticia Text" <?php selected($feed_font_style, 'Noticia Text' ); ?>>Noticia Text</option>
1036
- <option value="Nova Cut" <?php selected($feed_font_style, 'Nova Cut' ); ?>>Nova Cut</option>
1037
- <option value="Nova Flat" <?php selected($feed_font_style, 'Nova Flat' ); ?>>Nova Flat</option>
1038
- <option value="Nova Mono" <?php selected($feed_font_style, 'Nova Mono' ); ?>>Nova Mono</option>
1039
- <option value="Nova Oval" <?php selected($feed_font_style, 'Nova Oval' ); ?>>Nova Oval</option>
1040
- <option value="Nova Round" <?php selected($feed_font_style, 'Nova Round' ); ?>>Nova Round</option>
1041
- <option value="Nova Script" <?php selected($feed_font_style, 'Nova Script' ); ?>>Nova Script</option>
1042
- <option value="Nova Slim" <?php selected($feed_font_style, 'Nova Slim' ); ?>>Nova Slim</option>
1043
- <option value="Nova Square" <?php selected($feed_font_style, 'Nova Square' ); ?>>Nova Square</option>
1044
- <option value="Numans" <?php selected($feed_font_style, 'Numans' ); ?>>Numans</option>
1045
-
1046
- <option value="Nunito" <?php selected($feed_font_style, 'Nunito' ); ?>>Nunito</option>
1047
- <option value="Odor Mean Chey" <?php selected($feed_font_style, 'Odor Mean Chey' ); ?>>Odor Mean Chey</option>
1048
- <option value="Old Standard TT" <?php selected($feed_font_style, 'Old Standard TT' ); ?>>Old Standard TT</option>
1049
- <option value="Oldenburg" <?php selected($feed_font_style, 'Oldenburg' ); ?>>Oldenburg</option>
1050
- <option value="Oleo Script" <?php selected($feed_font_style, 'Oleo Script' ); ?>>Oleo Script</option>
1051
- <option value="Open Sans" <?php selected($feed_font_style, 'Open Sans' ); ?>>Open Sans</option>
1052
- <option value="Open Sans Condensed" <?php selected($feed_font_style, 'Open Sans Condensed' ); ?>>Open Sans Condensed</option>
1053
- <option value="Orbitron" <?php selected($feed_font_style, 'Orbitron' ); ?>>Orbitron</option>
1054
- <option value="Original Surfer" <?php selected($feed_font_style, 'Original Surfer' ); ?>>Original Surfer</option>
1055
- <option value="Oswald" <?php selected($feed_font_style, 'Oswald' ); ?>>Oswald</option>
1056
- <option value="Over the Rainbow" <?php selected($feed_font_style, 'Over the Rainbow' ); ?>>Over the Rainbow</option>
1057
- <option value="Overlock" <?php selected($feed_font_style, 'Overlock' ); ?>>Overlock</option>
1058
- <option value="Overlock SC" <?php selected($feed_font_style, 'Overlock SC' ); ?>>Overlock SC</option>
1059
- <option value="Ovo" <?php selected($feed_font_style, 'Ovo' ); ?>>Ovo</option>
1060
- <option value="Oxygen" <?php selected($feed_font_style, 'Oxygen' ); ?>>Oxygen</option>
1061
- <option value="PT Mono" <?php selected($feed_font_style, 'PT Mono' ); ?>>PT Mono</option>
1062
- <option value="PT Sans" <?php selected($feed_font_style, 'PT Sans' ); ?>>PT Sans</option>
1063
- <option value="PT Sans Caption" <?php selected($feed_font_style, 'PT Sans Caption' ); ?>>PT Sans Caption</option>
1064
- <option value="PT Sans Narrow" <?php selected($feed_font_style, 'PT Sans Narrow' ); ?>>PT Sans Narrow</option>
1065
- <option value="PT Serif" <?php selected($feed_font_style, 'PT Serif' ); ?>>PT Serif</option>
1066
- <option value="PT Serif Caption" <?php selected($feed_font_style, 'PT Serif Caption' ); ?>>PT Serif Caption</option>
1067
- <option value="Pacifico" <?php selected($feed_font_style, 'Pacifico' ); ?>>Pacifico</option>
1068
- <option value="Parisienne" <?php selected($feed_font_style, 'Parisienne' ); ?>>Parisienne</option>
1069
- <option value="Passero One" <?php selected($feed_font_style, 'Passero One' ); ?>>Passero One</option>
1070
- <option value="Passion One" <?php selected($feed_font_style, 'Passion One' ); ?>>Passion One</option>
1071
- <option value="Patrick Hand" <?php selected($feed_font_style, 'Patrick Hand' ); ?>>Patrick Hand</option>
1072
- <option value="Patua One" <?php selected($feed_font_style, 'Patua One' ); ?>>Patua One</option>
1073
- <option value="Paytone One" <?php selected($feed_font_style, 'Paytone One' ); ?>>Paytone One</option>
1074
- <option value="Permanent Marker" <?php selected($feed_font_style, 'Permanent Marker' ); ?>>Permanent Marker</option>
1075
- <option value="Petrona" <?php selected($feed_font_style, 'Petrona' ); ?>>Petrona</option>
1076
- <option value="Philosopher" <?php selected($feed_font_style, 'Philosopher' ); ?>>Philosopher</option>
1077
- <option value="Piedra" <?php selected($feed_font_style, 'Piedra' ); ?>>Piedra</option>
1078
- <option value="Pinyon Script" <?php selected($feed_font_style, 'Pinyon Script' ); ?>>Pinyon Script</option>
1079
- <option value="Plaster" <?php selected($feed_font_style, 'Plaster' ); ?>>Plaster</option>
1080
- <option value="Play" <?php selected($feed_font_style, 'Play' ); ?>>Play</option>
1081
- <option value="Playball" <?php selected($feed_font_style, 'Playball' ); ?>>Playball</option>
1082
- <option value="Playfair Display" <?php selected($feed_font_style, 'Playfair Display' ); ?>>Playfair Display</option>
1083
- <option value="Podkova" <?php selected($feed_font_style, 'Podkova' ); ?>>Podkova</option>
1084
- <option value="Poiret One" <?php selected($feed_font_style, 'Poiret One' ); ?>>Poiret One</option>
1085
- <option value="Poller One" <?php selected($feed_font_style, 'Poller One' ); ?>>Poller One</option>
1086
- <option value="Poly" <?php selected($feed_font_style, 'Poly' ); ?>>Poly</option>
1087
- <option value="Pompiere" <?php selected($feed_font_style, 'Pompiere' ); ?>>Pompiere</option>
1088
- <option value="Pontano Sans" <?php selected($feed_font_style, 'Pontano Sans' ); ?>>Pontano Sans</option>
1089
- <option value="Port Lligat Sans" <?php selected($feed_font_style, 'Port Lligat Sans' ); ?>>Port Lligat Sans</option>
1090
- <option value="Port Lligat Slab" <?php selected($feed_font_style, 'Port Lligat Slab' ); ?>>Port Lligat Slab</option>
1091
- <option value="Prata" <?php selected($feed_font_style, 'Prata' ); ?>>Prata</option>
1092
- <option value="Preahvihear" <?php selected($feed_font_style, 'Preahvihear' ); ?>>Preahvihear</option>
1093
- <option value="Press Start 2P" <?php selected($feed_font_style, 'Press Start 2P' ); ?>>Press Start 2P</option>
1094
- <option value="Princess Sofia" <?php selected($feed_font_style, 'Princess Sofia' ); ?>>Princess Sofia</option>
1095
- <option value="Prociono" <?php selected($feed_font_style, 'Prociono' ); ?>>Prociono</option>
1096
- <option value="Prosto One" <?php selected($feed_font_style, 'Prosto One' ); ?>>Prosto One</option>
1097
- <option value="Puritan" <?php selected($feed_font_style, 'Puritan' ); ?>>Puritan</option>
1098
- <option value="Quantico" <?php selected($feed_font_style, 'Quantico' ); ?>>Quantico</option>
1099
- <option value="Quattrocento" <?php selected($feed_font_style, 'Quattrocento' ); ?>>Quattrocento</option>
1100
- <option value="Quattrocento Sans" <?php selected($feed_font_style, 'Quattrocento Sans' ); ?>>Quattrocento Sans</option>
1101
- <option value="Questrial" <?php selected($feed_font_style, 'Questrial' ); ?>>Questrial</option>
1102
- <option value="Quicksand" <?php selected($feed_font_style, 'Quicksand' ); ?>>Quicksand</option>
1103
- <option value="Qwigley" <?php selected($feed_font_style, 'Qwigley' ); ?>>Qwigley</option>
1104
- <option value="Radley" <?php selected($feed_font_style, 'Radley' ); ?>>Radley</option>
1105
- <option value="Raleway" <?php selected($feed_font_style, 'Raleway' ); ?>>Raleway</option>
1106
- <option value="Rammetto One" <?php selected($feed_font_style, 'Rammetto One' ); ?>>Rammetto One</option>
1107
- <option value="Rancho" <?php selected($feed_font_style, 'Rancho' ); ?>>Rancho</option>
1108
- <option value="Rationale" <?php selected($feed_font_style, 'Rationale' ); ?>>Rationale</option>
1109
- <option value="Redressed" <?php selected($feed_font_style, 'Redressed' ); ?>>Redressed</option>
1110
- <option value="Reenie Beanie" <?php selected($feed_font_style, 'Reenie Beanie' ); ?>>Reenie Beanie</option>
1111
- <option value="Revalia" <?php selected($feed_font_style, 'Revalia' ); ?>>Revalia</option>
1112
- <option value="Ribeye" <?php selected($feed_font_style, 'Ribeye' ); ?>>Ribeye</option>
1113
- <option value="Ribeye Marrow" <?php selected($feed_font_style, 'Ribeye Marrow' ); ?>>Ribeye Marrow</option>
1114
- <option value="Righteous" <?php selected($feed_font_style, 'Righteous' ); ?>>Righteous</option>
1115
- <option value="Rochester" <?php selected($feed_font_style, 'Rochester' ); ?>>Rochester</option>
1116
- <option value="Rock Salt" <?php selected($feed_font_style, 'Rock Salt' ); ?>>Rock Salt</option>
1117
- <option value="Rokkitt" <?php selected($feed_font_style, 'Rokkitt' ); ?>>Rokkitt</option>
1118
- <option value="Ropa Sans" <?php selected($feed_font_style, 'Ropa Sans' ); ?>>Ropa Sans</option>
1119
- <option value="Rosario" <?php selected($feed_font_style, 'Rosario' ); ?>>Rosario</option>
1120
- <option value="Rosarivo" <?php selected($feed_font_style, 'Rosarivo' ); ?>>Rosarivo</option>
1121
- <option value="Rouge Script" <?php selected($feed_font_style, 'Rouge Script' ); ?>>Rouge Script</option>
1122
- <option value="Ruda" <?php selected($feed_font_style, 'Ruda' ); ?>>Ruda</option>
1123
- <option value="Ruge Boogie" <?php selected($feed_font_style, 'Ruge Boogie' ); ?>>Ruge Boogie</option>
1124
- <option value="Ruluko" <?php selected($feed_font_style, 'Ruluko' ); ?>>Ruluko</option>
1125
- <option value="Ruslan Display" <?php selected($feed_font_style, 'Ruslan Display' ); ?>>Ruslan Display</option>
1126
- <option value="Russo One" <?php selected($feed_font_style, 'Russo One' ); ?>>Russo One</option>
1127
- <option value="Ruthie" <?php selected($feed_font_style, 'Ruthie' ); ?>>Ruthie</option>
1128
- <option value="Sail" <?php selected($feed_font_style, 'Sail' ); ?>>Sail</option>
1129
- <option value="Salsa" <?php selected($feed_font_style, 'Salsa' ); ?>>Salsa</option>
1130
- <option value="Sancreek" <?php selected($feed_font_style, 'Sancreek' ); ?>>Sancreek</option>
1131
- <option value="Sansita One" <?php selected($feed_font_style, 'Sansita One' ); ?>>Sansita One</option>
1132
- <option value="Sarina" <?php selected($feed_font_style, 'Sarina' ); ?>>Sarina</option>
1133
- <option value="Satisfy" <?php selected($feed_font_style, 'Satisfy' ); ?>>Satisfy</option>
1134
- <option value="Schoolbell" <?php selected($feed_font_style, 'Schoolbell' ); ?>>Schoolbell</option>
1135
- <option value="Seaweed Script" <?php selected($feed_font_style, 'Seaweed Script' ); ?>>Seaweed Script</option>
1136
- <option value="Sevillana" <?php selected($feed_font_style, 'Sevillana' ); ?>>Sevillana</option>
1137
- <option value="Shadows Into Light" <?php selected($feed_font_style, 'hadows Into Light' ); ?>>Shadows Into Light</option>
1138
- <option value="Shadows Into Light Two" <?php selected($feed_font_style, 'Shadows Into Light Two' ); ?>>Shadows Into Light Two</option>
1139
- <option value="Shanti" <?php selected($feed_font_style, 'Shanti' ); ?>>Shanti</option>
1140
- <option value="Share">Share</option>
1141
- <option value="Shojumaru" <?php selected($feed_font_style, 'Shojumaru' ); ?>>Shojumaru</option>
1142
- <option value="Short Stack" <?php selected($feed_font_style, 'Short Stack' ); ?>>Short Stack</option>
1143
- <option value="Siemreap"<?php selected($feed_font_style, 'Siemreap' ); ?>>Siemreap</option>
1144
- <option value="Sigmar One" <?php selected($feed_font_style, 'Sigmar One' ); ?>>Sigmar One</option>
1145
- <option value="Signika"<?php selected($feed_font_style, 'Signika' ); ?>>Signika</option>
1146
- <option value="Signika Negative" <?php selected($feed_font_style, 'Signika Negative' ); ?>>Signika Negative</option>
1147
- <option value="Simonetta" <?php selected($feed_font_style, 'Simonetta' ); ?>>Simonetta</option>
1148
- <option value="Sirin Stencil" <?php selected($feed_font_style, 'Sirin Stencil' ); ?>>Sirin Stencil</option>
1149
- <option value="Six Caps" <?php selected($feed_font_style, 'Six Caps' ); ?>>Six Caps</option>
1150
- <option value="Slackey" <?php selected($feed_font_style, 'Slackey' ); ?>>Slackey</option>
1151
- <option value="Smokum" <?php selected($feed_font_style, 'Smokum' ); ?>>Smokum</option>
1152
- <option value="Smythe" <?php selected($feed_font_style, 'Smythe' ); ?>>Smythe</option>
1153
- <option value="Sniglet" <?php selected($feed_font_style, 'Sniglet' ); ?>>Sniglet</option>
1154
- <option value="Snippet" <?php selected($feed_font_style, 'Snippet' ); ?>>Snippet</option>
1155
- <option value="Sofia" <?php selected($feed_font_style, 'Sofia' ); ?>>Sofia</option>
1156
- <option value="Sonsie One" <?php selected($feed_font_style, 'Sonsie One' ); ?>>Sonsie One</option>
1157
- <option value="Sorts Mill Goudy" <?php selected($feed_font_style, 'Sorts Mill Goudy' ); ?>>Sorts Mill Goudy</option>
1158
- <option value="Special Elite" <?php selected($feed_font_style, 'Special Elite' ); ?>>Special Elite</option>
1159
- <option value="Spicy Rice" <?php selected($feed_font_style, 'Spicy Rice' ); ?>>Spicy Rice</option>
1160
- <option value="Spinnaker" <?php selected($feed_font_style, 'Spinnaker' ); ?>>Spinnaker</option>
1161
- <option value="Spirax" <?php selected($feed_font_style, 'Spirax' ); ?>>Spirax</option>
1162
- <option value="Squada One" <?php selected($feed_font_style, 'Squada One' ); ?>>Squada One</option>
1163
- <option value="Stardos Stencil" <?php selected($feed_font_style, 'Stardos Stencil' ); ?>>Stardos Stencil</option>
1164
- <option value="Stint Ultra Condensed" <?php selected($feed_font_style, 'Stint Ultra Condensed' ); ?>>Stint Ultra Condensed</option>
1165
- <option value="Stint Ultra Expanded" <?php selected($feed_font_style, 'Stint Ultra Expanded' ); ?>>Stint Ultra Expanded</option>
1166
- <option value="Stoke" <?php selected($feed_font_style, 'Stoke' ); ?>>Stoke</option>
1167
- <option value="Sue Ellen Francisco" <?php selected($feed_font_style, 'Sue Ellen Francisco' ); ?>>Sue Ellen Francisco</option>
1168
- <option value="Sunshiney" <?php selected($feed_font_style, 'Sunshiney' ); ?>>Sunshiney</option>
1169
- <option value="Supermercado One" <?php selected($feed_font_style, 'Supermercado One' ); ?>>Supermercado One</option>
1170
- <option value="Suwannaphum" <?php selected($feed_font_style, 'Suwannaphum' ); ?>>Suwannaphum</option>
1171
- <option value="Swanky and Moo Moo" <?php selected($feed_font_style, 'Swanky and Moo Moo' ); ?>>Swanky and Moo Moo</option>
1172
- <option value="Syncopate" <?php selected($feed_font_style, 'Syncopate' ); ?>>Syncopate</option>
1173
- <option value="Tangerine" <?php selected($feed_font_style, 'Tangerine' ); ?>>Tangerine</option>
1174
- <option value="Taprom" <?php selected($feed_font_style, 'Taprom' ); ?>>Taprom</option>
1175
- <option value="Telex" <?php selected($feed_font_style, 'Telex' ); ?>>Telex</option>
1176
- <option value="Tenor Sans" <?php selected($feed_font_style, 'Tenor Sans' ); ?>>Tenor Sans</option>
1177
- <option value="The Girl Next Door" <?php selected($feed_font_style, 'The Girl Next Door' ); ?>>The Girl Next Door</option>
1178
- <option value="Tienne" <?php selected($feed_font_style, 'Tienne' ); ?>>Tienne</option>
1179
- <option value="Tinos" <?php selected($feed_font_style, 'Tinos' ); ?>>Tinos</option>
1180
- <option value="Titan One" <?php selected($feed_font_style, 'Titan One' ); ?>>Titan One</option>
1181
- <option value="Trade Winds" <?php selected($feed_font_style, 'Trade Winds' ); ?> >Trade Winds</option>
1182
- <option value="Trocchi" <?php selected($feed_font_style, 'Trocchi' ); ?>>Trocchi</option>
1183
- <option value="Trochut" <?php selected($feed_font_style, 'Trochut' ); ?>>Trochut</option>
1184
- <option value="Trykker" <?php selected($feed_font_style, 'Trykker' ); ?>>Trykker</option>
1185
- <option value="Tulpen One" <?php selected($feed_font_style, 'Tulpen One' ); ?>>Tulpen One</option>
1186
- <option value="Ubuntu" <?php selected($feed_font_style, 'Ubuntu' ); ?>>Ubuntu</option>
1187
- <option value="Ubuntu Condensed" <?php selected($feed_font_style, 'Ubuntu Condensed' ); ?>>Ubuntu Condensed</option>
1188
- <option value="Ubuntu Mono" <?php selected($feed_font_style, 'Ubuntu Mono' ); ?>>Ubuntu Mono</option>
1189
- <option value="Ultra" <?php selected($feed_font_style, 'Ultra' ); ?>>Ultra</option>
1190
- <option value="Uncial Antiqua" <?php selected($feed_font_style, 'Uncial Antiqua' ); ?>>Uncial Antiqua</option>
1191
- <option value="UnifrakturCook" <?php selected($feed_font_style, 'UnifrakturCook' ); ?>>UnifrakturCook</option>
1192
- <option value="UnifrakturMaguntia" <?php selected($feed_font_style, 'UnifrakturMaguntia' ); ?>>UnifrakturMaguntia</option>
1193
- <option value="Unkempt" <?php selected($feed_font_style, 'Unkempt' ); ?>>Unkempt</option>
1194
- <option value="Unlock" <?php selected($feed_font_style, 'Unlock' ); ?>>Unlock</option>
1195
- <option value="Unna" <?php selected($feed_font_style, 'Unna' ); ?>>Unna</option>
1196
- <option value="VT323" <?php selected($feed_font_style, 'VT323' ); ?>>VT323</option>
1197
- <option value="Varela" <?php selected($feed_font_style, 'Varela' ); ?>>Varela</option>
1198
- <option value="Varela Round" <?php selected($feed_font_style, 'Varela Round' ); ?>>Varela Round</option>
1199
- <option value="Vast Shadow" <?php selected($feed_font_style, 'Vast Shadow' ); ?>>Vast Shadow</option>
1200
- <option value="Vibur" <?php selected($feed_font_style, 'Vibur' ); ?>>Vibur</option>
1201
- <option value="Vidaloka" <?php selected($feed_font_style, 'Vidaloka' ); ?>>Vidaloka</option>
1202
- <option value="Viga" <?php selected($feed_font_style, 'Viga' ); ?>>Viga</option>
1203
- <option value="Voces" <?php selected($feed_font_style, 'Voces' ); ?>>Voces</option>
1204
- <option value="Volkhov" <?php selected($feed_font_style, 'Volkhov' ); ?>>Volkhov</option>
1205
- <option value="Vollkorn" <?php selected($feed_font_style, 'Vollkorn' ); ?>>Vollkorn</option>
1206
- <option value="Voltaire" <?php selected($feed_font_style, 'Voltaire' ); ?>>Voltaire</option>
1207
- <option value="Waiting for the Sunrise" <?php selected($feed_font_style, 'Waiting for the Sunrise' ); ?>>Waiting for the Sunrise</option>
1208
- <option value="Wallpoet" <?php selected($feed_font_style, 'Wallpoet' ); ?>>Wallpoet</option>
1209
- <option value="Walter Turncoat" <?php selected($feed_font_style, 'Walter Turncoat' ); ?>>Walter Turncoat</option>
1210
- <option value="Wellfleet" <?php selected($feed_font_style, 'Wellfleet' ); ?>>Wellfleet</option>
1211
- <option value="Wire One" <?php selected($feed_font_style, 'Wire One' ); ?>>Wire One</option>
1212
- <option value="Yanone Kaffeesatz" <?php selected($feed_font_style, 'Yanone Kaffeesatz' ); ?>>Yanone Kaffeesatz</option>
1213
- <option value="Yellowtail" <?php selected($feed_font_style, 'Yellowtail' ); ?>>Yellowtail</option>
1214
- <option value="Yeseva One" <?php selected($feed_font_style, 'Yeseva One' ); ?>>Yeseva One</option>
1215
- <option value="Yesteryear" <?php selected($feed_font_style, 'Yesteryear' ); ?>>Yesteryear</option>
1216
- <option value="Zeyada" <?php selected($feed_font_style, 'Zeyada' ); ?>>Zeyada</option>
1217
- </optgroup>
1218
- </select>
1219
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
1220
- </div>
1221
- </div>
1222
- </div>
1223
- </form>
1224
- <div class="col-md-12">
1225
- <button type="button" name="button" class="button-face-feed" onclick="save_feed_general()">
1226
- <?php _e('Save', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></button>
1227
- <div style="text-align:center;">
1228
- <img id="loading-image" src="<?php echo plugin_dir_url( __FILE__ ) ?>images/loader.gif" alt="Weblizar" height="200" style="margin-top:-10px; margin-right:10px;" alt="Loading..." class="admin_loading_css"/>
1229
- </div>
1230
- <div class="success-msg" style="display:none;">
1231
- <div class="alert alert-success">
1232
- <strong><?php _e('Success!', WEBLIZAR_FACEBOOK_TEXT_DOMAIN );?></strong> <?php _e('Data Save Successfully.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN );?>
1233
- </div>
1234
- </div>
1235
-
1236
- <div style="clear:both"></div>
1237
- </div>
1238
- <div class="col-md-12 col-sm-12 col-xs-12 form-group plugin_desc">
1239
- <h1 class="feed_plugin_details"><?php _e('Plugin Shortcode', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></h1>
1240
- <p style="font-size: 15px;line-height: 1.5;"><?php _e('copy this shortcode', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> &nbsp; <strong><b>[facebook_feed]</b></strong> &nbsp<?php _e('to any page, post or widget where you want to showcase your Facebook feed.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </p>
1241
- </div>
1242
  </div>
1243
  <div class="clearfix"></div>
1244
- </div>
1245
- <style>
1246
- .plugin_desc
1247
- {
1248
- margin-top: 40px !important;
1249
- padding: 20px;
1250
- }
1251
- .plugin_desc p
1252
- {
1253
- font-weight: normal;
1254
- }
1255
- #description
1256
- {
1257
- -moz-user-select: none;
1258
- -webkit-user-select: none;
1259
- -ms-user-select: none;
1260
- -o-user-select: none;
1261
- user-select: none;
1262
- }
1263
- </style>
1
  <?php require("facebook-feed-data.php");?>
2
  <!---------------- facebook feed tab------------------------>
3
+ <?php $feed_security_action_nonce = wp_create_nonce("feed_security_action"); ?>
4
  <div class="block ui-tabs-panel deactive" id="option-fbfeed">
5
+ <div class="section">
6
+ <form method="post" id="weblizar_feed_setting_option">
7
+ <div class="feed_setting_page">
8
+ <div class="feedheading_cls">
9
+ <h3 class="feedheading"><?php _e('Feed Settings', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></h3>
10
+ </div>
11
+ <div class="col-md-6 fpp_border_left">
12
+ <div class="col-md-12 no-pad form-group">
13
+ <h3></h3>
14
+ <div class="col-md-12 no-pad">
15
+ <div class="ffp_set_l col-md-6"> <label> <?php _e('Choose page, Group or Profile:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
16
+ <div class="col-md-6">
17
+ <select name="feed_type" id="feed_type" style="width:100px;" onchange="feed_type_change_function()">
18
+ <option value="page" selected="selected" > <?php _e('Page', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
19
+ <option value="group"> <?php _e('Group', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
20
+ <option value="profile"> <?php _e('Profile', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></option>
21
+ </select>
22
+ </div>
23
+ </div>
24
+ <!-- fb type page -->
25
+ <div id="ffp_type_page" class="col-md-12 no-pad">
26
+ <div>
27
+ <div class="ffp_set_l col-md-6"><label> <?php _e('Page url:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
28
+ <div class="ffp_set_l col-md-6"><input type="text" id="ffp_page_url" name="ffp_page_url" value="<?php if(isset($ffp_page_url)) { echo $ffp_page_url;} else { echo "https:www.facebook.com/weblizarstyle/";} ?>" style="width:100%"></div>
29
+ </div>
30
+ </div>
31
+ <!-- fb type group -->
32
+ <div id="ffp_type_group" class="col-md-12 no-pad" style="display:none; color:red;">
33
+ <div class="col-md-6"><label for="ffp_group_url"> <?php _e('Group id:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label></div>
34
+ <div class="col-md-6"><?php _e('This Options Available in pro version', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></div>
35
+ </div>
36
+ <div id="ffp_type_group_token" class="col-md-12 no-pad" style="display:none; color:red;">
37
+ <div class="col-md-6"><label for="ffp_group_token"> <?php _e('Acess Token:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label></div>
38
+ <div class="col-md-6"><?php _e('This Option Available in pro version', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></div>
39
+ </div>
40
+ <!-- fb type profile -->
41
+ <!-- fb content type -->
42
+ <div class="col-md-12 no-pad">
43
+ <div class="col-md-6"><label> <?php _e('Content type:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label></div>
44
+ <div class="col-md-6 no-pad">
45
+ <input type="radio" class="inputbox" id="ffp_content_timeline" name="ffp_content_type" checked="checked" value="timeline" onclick="feed_timelineChanged();">
46
+ <label> <?php _e('Timeline', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>&nbsp;
47
+ <input type="radio" class="inputbox" id="ffp_content_specific" name="ffp_content_type" value="specific" onclick="feed_specificChanged();" >
48
+ <label> <?php _e('Specific', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
49
+ </div>
50
+ <br>
51
+ <div class="col-md-12 no-pad timeline_content" style="display:none">
52
+ <div class="col-md-6"><label> <?php _e('Show posts by:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </label></div>
53
+ <div class="col-md-6">
54
+ <select name="ffp_timeline_type" disabled id="ffp_timeline_type">
55
+ <option value="posts"> <?php _e('Owner', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
56
+ <option value="feed"> <?php _e('Owner and other', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
57
+ </select>
58
+ <p class="description"><?php _e('Available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
59
+ </div>
60
+ </div>
61
+ <div class="col-md-12 no-pad timeline_content" style="display:none">
62
+ <div class="col-md-6"><label> <?php _e('Post type:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
63
+ <div class="col-md-6">
64
+ <input type="checkbox" checked="checked" class="video_light_box" id="ffp_timeline_statuses" name="ffp_timeline_statuses" value="statuses" disabled >
65
+ <label> <?php _e('Statuses', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>&nbsp;
66
+ <br>
67
+ <input type="checkbox" class="video_light_box" id="ffp_timeline_photos" checked="checked" name="ffp_timeline_photos" value="photos" >
68
+ <label> <?php _e('Photos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
69
+ <br>
70
+ <input type="checkbox" checked="checked" class="video_light_box" id="ffp_timeline_videos" name="ffp_timeline_videos" value="videos" disabled >
71
+ <label> <?php _e('Videos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
72
+ <br>
73
+ <input type="checkbox" checked="checked" class="video_light_box" id="ffp_timeline_links" name="ffp_timeline_links" value="links" disabled >
74
+ <label> <?php _e('Links', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
75
+ <br>
76
+ <input type="checkbox" checked="checked" class="video_light_box" id="ffp_timeline_events" name="ffp_timeline_events" value="events" disabled >
77
+ <label style="display:inline-block;"> <?php _e('Events', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
78
+ </div>
79
+ </div>
80
+ <div style="display:none;" class="col-md-12 no-pad specific_content">
81
+ <div class="col-md-6"><label> <?php _e('Use page s:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
82
+ <div class="col-md-6">
83
+ <input type="radio" checked="checked" disabled class="inputbox" id="ffp_specific_photos" name="ffp_specific" value="photos" onclick="ffp_video_light_box_func();">
84
+ <label> <?php _e('Photos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
85
+ <br>
86
+ <input type="radio" disabled class="inputbox" id="ffp_specific_videos" name="ffp_specific" value="videos" onclick="ffp_video_light_box_func();">
87
+ <label> <?php _e('Videos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
88
+ <br>
89
+ <input type="radio" disabled class="inputbox" id="ffp_specific_albums" name="ffp_specific" value="albums" onclick="ffp_video_light_box_func();">
90
+ <label> <?php _e('Albums', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
91
+ <br>
92
+ <input type="radio" disabled class="inputbox" id="ffp_specific_events" name="ffp_specific" value="events" onclick="ffp_video_light_box_func();">
93
+ <label> <?php _e('Events', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  </div>
96
+ </div>
97
+ <div class="col-md-12 no-pad specific_content" style="display:none;">
98
+ <div class="col-md-6" ><label><?php _e('Layout', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label></div>
99
+ <div class="col-md-6" >
100
+ <select name="ffp_gallery_Layout" disabled id="ffp_gallery_Layout">
101
+ <optgroup label="Select Gallery Layout">
102
+ <option value="col-md-12"> <?php _e('5+ Column Layouts ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
103
+ </optgroup>
104
+ </select>
105
+ <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
106
+ </div>
107
+ </div>
108
+ <div class="col-md-6" ><label> <?php _e('hover Effect', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
109
+ <div class="col-md-6" >
110
+ <select name="ffp_gallery_effect" id="ffp_gallery_effect" class="form-control" disabled>
111
+ <option value="gallery_effect_1"><?php _e('60+ Image Effects', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
112
+ </select>
113
+ <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
114
+ </div>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ <div class="col-md-6">
119
+ <div class="col-md-12">
120
+ <div class="col-md-12 no-pad form-group">
121
+ <div class="col-md-12 no-pad specific_contents">
122
+ <h3></h3>
123
+ </div>
124
+ <div class="col-md-12 no-pad">
125
+ <div class="col-md-6" ><label> <?php _e('hover color', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
126
+ <div class="col-md-6" >
127
+ <input type="text" disabled class="" name="ffp_hover_color" id="ffp_hover_color" value="#2266a5" />
128
+ <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
129
+ </div>
130
+ </div>
131
+ <div class="col-md-12 no-pad">
132
+ <div class="col-md-6 "><label> <?php _e('Number of posts:',WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
133
+ <div class="col-md-6">
134
+ <input type="number" min="1" max="50" id="ffp_limit" name="ffp_limit" value="<?php if(isset($ffp_limit)){ echo $ffp_limit;} else { echo "5";}?>">
135
+ </div>
136
+ </div>
137
+ <div class="col-md-12 no-pad">
138
+ <div class="col-md-6 "><label> <?php _e('Loading effect:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
139
+ <div class="col-md-6">
140
+ <select id="ffp_loading_effect" disabled name="ffp_loading_effect">
141
+ <option value="none"> <?php _e('None', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
142
+ </select>
143
+ <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
144
+ </div>
145
+ </div>
146
+ <div class="col-md-12 no-pad">
147
+ <div class="col-md-6 "><label><?php _e('Show Header:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
148
+ <div class="col-md-6">
149
+ <input type="checkbox" disabled checked="checked" class="" id="ffp_header_check" name="ffp_header_check" value="yes" >
150
+ <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
151
+ </div>
152
+ </div>
153
+ <div class="col-md-12 no-pad timeline_content" style="display:none">
154
+ <div class="col-md-6"><label> <?php _e('Select layout:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label></div>
155
+ <?php if((!isset($ffp_timeline_layout))) {$ffp_timeline_layout='full_width';}?>
156
+ <div class="col-md-6">
157
+ <select id="ffp_timeline_layout" name="ffp_timeline_layout">
158
+ <optgroup label="Select layout">
159
+ <option value="full_width" <?php selected($ffp_timeline_layout,'full_width' ); ?>> <?php _e('Full-width', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
160
+ <option value="half_width" <?php selected($ffp_timeline_layout,'half_width' ); ?>> <?php _e('Half-width', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
161
+ <option value="thumbnail" <?php selected($ffp_timeline_layout,'thumbnail' ); ?>> <?php _e('Thumbnail', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
162
+ </optgroup>
163
+ </select>
164
+ <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
165
+ </div>
166
+ </div>
167
+ <div class="col-md-12 no-pad">
168
+ <div class="col-md-6"><label><?php _e('Light Box Styles', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
169
+ <div class="col-md-6">
170
+ <select name="ffp_light_Box" id="ffp_light_Box" disabled >
171
+ <optgroup label="Select Light Box">
172
+ <option value="lightbox_photo_box"><?php _e(' 9+Light-Box Layouts', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
173
+ </optgroup>
174
+ </select>
175
+ <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>.</p>
176
+ <input type="hidden" name="feed_security" id="feed_security" value="<?php echo $feed_security_action_nonce; ?>" />
177
+ </div>
178
+ </div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+ <div style="clear:both"></div>
183
+ </form>
184
+ <div class="col-md-12">
185
+ <button type="button" name="button" class="button-face-feed" onclick="save_feed_general('<?php echo $feed_security_action_nonce; ?>')">
186
+ <?php _e('Save', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></button>
187
+ <div style="text-align:center;">
188
+ <img id="loading-image" src="<?php echo plugin_dir_url( __FILE__ ) ?>images/loader.gif" alt="Weblizar" height="200" style="margin-top:-10px; margin-right:10px;" alt="Loading..." class="admin_loading_css"/>
189
+ </div>
190
+ <div class="success-msg" style="display:none;">
191
+ <div class="alert alert-success">
192
+ <strong><?php _e('Success!', WEBLIZAR_FACEBOOK_TEXT_DOMAIN );?></strong> <?php _e('Data Save Successfully.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN );?>
193
+ </div>
194
+ </div>
195
+ <div style="clear:both"></div>
196
+ </div>
197
+ <div class="col-md-12 col-sm-12 col-xs-12 form-group plugin_desc">
198
+ <h1 class="feed_plugin_details"><?php _e('Plugin Shortcode', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></h1>
199
+ <p style="font-size: 15px;line-height: 1.5;"><?php _e('copy this shortcode', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> &nbsp; <strong><b>[facebook_feed]</b></strong> &nbsp<?php _e('to any page, post or widget where you want to showcase your Facebook feed.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </p>
200
+ </div>
201
+ <div>
202
+ <img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL; ?>images/available-pro.png" class="img-responsive" />
203
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  </div>
205
  <div class="clearfix"></div>
206
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
images/available-pro.jpg ADDED
Binary file
images/available-pro.png ADDED
Binary file
images/background.png ADDED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.weblizar.com/
4
  Tags: facebook, facebook like, facebook page, facebook like box, facebook widget, facebbok feed, Facebook posts, Facebook profile, Facebook group, facebook page feed, facebook page like box, feed, likebox
5
  Requires at least: 3.8
6
  Tested up to: 4.9.4
7
- Stable tag: 2.5.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -207,6 +207,11 @@ Go to admin dashboard => appearance => widgets => Here are available our two fac
207
 
208
  For more information, see [Weblizar](http://wwww.weblizar.com/) .
209
 
 
 
 
 
 
210
  = 2.5.7 [ 14/02/2018 ] =
211
  1. Feed css issue fixed.
212
  2. Some other minor issue fixed.
4
  Tags: facebook, facebook like, facebook page, facebook like box, facebook widget, facebbok feed, Facebook posts, Facebook profile, Facebook group, facebook page feed, facebook page like box, feed, likebox
5
  Requires at least: 3.8
6
  Tested up to: 4.9.4
7
+ Stable tag: 2.5.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
207
 
208
  For more information, see [Weblizar](http://wwww.weblizar.com/) .
209
 
210
+ = 2.5.8 [ 15/02/2018 ] =
211
+ 1. Feed css issue fixed.
212
+ 2. Code optimized
213
+ 3. Minor issue fixed.
214
+
215
  = 2.5.7 [ 14/02/2018 ] =
216
  1. Feed css issue fixed.
217
  2. Some other minor issue fixed.