-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThurber Studios – Thurber Studios – Innovative Event Solutions.html
1337 lines (1254 loc) · 132 KB
/
Thurber Studios – Thurber Studios – Innovative Event Solutions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<!DOCTYPE html>
<!-- saved from url=(0038)file:///C:/Users/39/Desktop/index.html -->
<html lang="en-US" class="desktop portrait csstransforms csstransforms3d csstransitions js_active vc_desktop vc_transform vc_transform " style="height: auto;"><!--<![endif]--><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style type="text/css">.dismissButton{background-color:#fff;border:1px solid #dadce0;color:#1a73e8;border-radius:4px;font-family:Roboto,sans-serif;font-size:14px;height:36px;cursor:pointer;padding:0 24px}.dismissButton:hover{background-color:rgba(66,133,244,0.04);border:1px solid #d2e3fc}.dismissButton:focus{background-color:rgba(66,133,244,0.12);border:1px solid #d2e3fc;outline:0}.dismissButton:hover:focus{background-color:rgba(66,133,244,0.16);border:1px solid #d2e2fd}.dismissButton:active{background-color:rgba(66,133,244,0.16);border:1px solid #d2e2fd;box-shadow:0 1px 2px 0 rgba(60,64,67,0.3),0 1px 3px 1px rgba(60,64,67,0.15)}.dismissButton:disabled{background-color:#fff;border:1px solid #f1f3f4;color:#3c4043}
</style><style type="text/css">.gm-style .gm-style-mtc label,.gm-style .gm-style-mtc div{font-weight:400}
</style><style type="text/css">.gm-control-active img{box-sizing:content-box;pointer-events:none}.gm-control-active:hover img:nth-child(1),.gm-control-active:active img:nth-child(1),.gm-control-active:active img:nth-child(2){display:none}
</style><link type="text/css" rel="stylesheet" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/css"><style type="text/css">.gm-ui-hover-effect{opacity:.7}.gm-ui-hover-effect:hover{opacity:1}
</style><style type="text/css">.gm-style .gm-style-cc span,.gm-style .gm-style-cc a,.gm-style .gm-style-mtc div{font-size:10px;box-sizing:border-box}
</style><style type="text/css">@media print { .gm-style .gmnoprint, .gmnoprint { display:none }}@media screen { .gm-style .gmnoscreen, .gmnoscreen { display:none }}</style><style type="text/css">.gm-style-pbc{transition:opacity ease-in-out;background-color:rgba(0,0,0,0.45);text-align:center}.gm-style-pbt{font-size:22px;color:white;font-family:Roboto,Arial,sans-serif;position:relative;margin:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
</style>
<!-- Meta Tags
================================================== -->
<!-- Mobile Meta Tag
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Link Tags
================================================== -->
<link rel="alternate" type="text/xml" title="Thurber Studios RSS 0.92 Feed" href="http://thurberstudios.com/feed/rss/">
<link rel="alternate" type="application/atom+xml" title="Thurber Studios Atom Feed" href="http://thurberstudios.com/feed/atom/">
<link rel="alternate" type="application/rss+xml" title="Thurber Studios RSS 2.0 Feed" href="http://thurberstudios.com/feed/">
<link rel="pingback" href="http://thurberstudios.com/xmlrpc.php">
<!-- Favicons - ovo ubaciti u admin panel
================================================== -->
<!--[if lte IE 8]>
<script src="http://thurberstudios.com/wp-content/themes/iva/assets/js/html5.js"></script>
<![endif]-->
<!--=== WP_HEAD() ===-->
<title>Thurber Studios – Thurber Studios – Innovative Event Solutions</title>
<link rel="dns-prefetch" href="file://s0.wp.com/">
<link rel="dns-prefetch" href="file://secure.gravatar.com/">
<link rel="dns-prefetch" href="file://maps.googleapis.com/">
<link rel="dns-prefetch" href="file://fonts.googleapis.com/">
<link rel="dns-prefetch" href="file://s.w.org/">
<link rel="alternate" type="application/rss+xml" title="Thurber Studios » Feed" href="http://thurberstudios.com/feed/">
<link rel="alternate" type="application/rss+xml" title="Thurber Studios » Comments Feed" href="http://thurberstudios.com/comments/feed/">
<link rel="alternate" type="application/rss+xml" title="Thurber Studios » Home Comments Feed" href="http://thurberstudios.com/dark-version/feed/">
<script type="text/javascript" async="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/ga.js.download"></script><script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/thurberstudios.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.8"}};
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
</script><script src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/wp-emoji-release.min.js.download" type="text/javascript" defer=""></script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel="stylesheet" id="contact-form-7-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/styles.css" type="text/css" media="all">
<link rel="stylesheet" id="rs-plugin-settings-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/settings.css" type="text/css" media="all">
<style id="rs-plugin-settings-inline-css" type="text/css">
.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902}
.tp-caption.agency,.agency{font-family:"Open Sans";color:rgb(255,255,255);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(0,0,0);border-style:none;text-shadow:none;letter-spacing:1.5px}.tp-caption.agency-big,.agency-big{font-family:"Open Sans";color:#ffffff;text-decoration:none;background-color:transparent;font-size:48px;font-weight:100;border-width:0px;border-color:rgb(0,0,0);border-style:none;text-shadow:none;letter-spacing:0.5em}.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem{color:rgba(255,255,255,1.00);font-size:15px;line-height:20px;font-weight:500;font-style:normal;font-family:Raleway;text-decoration:none;background-color:rgba(51,51,51,1.00);border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:2px}.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover{color:rgba(153,153,153,1.00);text-decoration:none;background-color:rgba(255,255,255,1.00);border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer}.hesperiden.tparrows {
cursor:pointer;
background:rgba(0,0,0,0.5);
width:40px;
height:40px;
position:absolute;
display:block;
z-index:100;
border-radius: 50%;
}
.hesperiden.tparrows:hover {
background:rgba(0, 0, 0, 1);
}
.hesperiden.tparrows:before {
font-family: "revicons";
font-size:20px;
color:rgb(255, 255, 255);
display:block;
line-height: 40px;
text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
content: "\e82c";
margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
content: "\e82d";
margin-right:-3px;
}
.hades .tp-thumb {
opacity:1
}
.hades .tp-thumb-img-wrap {
border-radius:50%;
padding:3px;
display:inline-block;
background-color:rgba(0,0,0,0.25);
width:100%;
height:100%;
position:relative;
margin:0px;
box-sizing:border-box;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
padding:3px;
border-radius:50%;
display:block;
box-sizing:border-box;
position:relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
}
.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(135, 135, 135, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(135, 135, 135, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(135, 135, 135, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(135, 135, 135, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(135, 135, 135, 1) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(135, 135, 135, 1) 100%);
}
</style>
<link rel="stylesheet" id="dashicons-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/dashicons.min.css" type="text/css" media="all">
<link rel="stylesheet" id="google-font-sans-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/css(1)" type="text/css" media="all">
<link rel="stylesheet" id="google-font-mont-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/css(2)" type="text/css" media="all">
<link rel="stylesheet" id="basic-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/basic.css" type="text/css" media="all">
<link rel="stylesheet" id="animate-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/animate.min.css" type="text/css" media="all">
<link rel="stylesheet" id="font-awesome-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/font-awesome.min.css" type="text/css" media="all">
<link rel="stylesheet" id="style-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/style.css" type="text/css" media="all">
<link rel="stylesheet" id="custom-color-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/color.css" type="text/css" media="all">
<link rel="stylesheet" id="dark_css-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/dark.css" type="text/css" media="all">
<link rel="stylesheet" id="wpcw-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/style.min.css" type="text/css" media="all">
<link rel="stylesheet" id="jetpack-widget-social-icons-styles-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/social-icons.css" type="text/css" media="all">
<link rel="stylesheet" id="js_composer_front-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/js_composer.min.css" type="text/css" media="all">
<link rel="stylesheet" id="jetpack_css-css" href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/jetpack.css" type="text/css" media="all">
<script type="text/javascript" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/jquery.js.download"></script>
<script type="text/javascript" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/jquery-migrate.min.js.download"></script>
<script type="text/javascript" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/jquery.themepunch.tools.min.js.download"></script>
<script type="text/javascript" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/jquery.themepunch.revolution.min.js.download"></script>
<script type="text/javascript" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/revolution.addon.whiteboard.min.js.download"></script>
<script type="text/javascript" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/custom.js.download"></script>
<link rel="https://api.w.org/" href="http://thurberstudios.com/wp-json/">
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://thurberstudios.com/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://thurberstudios.com/wp-includes/wlwmanifest.xml">
<meta name="generator" content="WordPress 4.9.8">
<link rel="canonical" href="http://thurberstudios.com/">
<link rel="shortlink" href="https://wp.me/P7BhbF-33">
<link rel="alternate" type="application/json+oembed" href="http://thurberstudios.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fthurberstudios.com%2F">
<link rel="alternate" type="text/xml+oembed" href="http://thurberstudios.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fthurberstudios.com%2F&format=xml">
<link rel="dns-prefetch" href="file://v0.wordpress.com/">
<style type="text/css">img#wpstats{display:none}</style><meta name="generator" content="Powered by Visual Composer - drag and drop page builder for WordPress.">
<!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="http://thurberstudios.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><!--[if IE 8]><link rel="stylesheet" type="text/css" href="http://thurberstudios.com/wp-content/plugins/js_composer/assets/css/vc-ie8.min.css" media="screen"><![endif]--><meta name="generator" content="Powered by Slider Revolution 5.3.0.2 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface.">
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website">
<meta property="og:title" content="Thurber Studios">
<meta property="og:description" content="Thurber Studios - Innovative Event Solutions">
<meta property="og:url" content="http://thurberstudios.com/">
<meta property="og:site_name" content="Thurber Studios">
<meta property="og:image" content="https://s0.wp.com/i/blank.jpg">
<meta property="og:locale" content="en_US">
<meta name="twitter:text:title" content="Home">
<meta name="twitter:card" content="summary">
<!-- End Jetpack Open Graph Tags -->
<noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript>
<link rel="stylesheet" type="text/css" id="gravatar-card-css" href="file://secure.gravatar.com/dist/css/hovercard.min.css?ver=2018Sepaa"><link rel="stylesheet" type="text/css" id="gravatar-card-services-css" href="file://secure.gravatar.com/dist/css/services.min.css?ver=2018Sepaa"><style>.shopify-buy-modal-is-active {
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.shopify-buy-frame {
display: inline-block
}
.shopify-buy-frame iframe {
width: 100%;
display: block;
height: 0;
overflow: hidden;
}
.shopify-buy-frame--cart {
width: 100%;
max-width: 350px;
position: fixed;
top: 0;
right: 0;
height: 100%;
z-index: 2147483647;
transform: translateX(100%);
-webkit-transform: translateX(100%)
}
.shopify-buy-frame--cart iframe {
height: 100%;
}
.shopify-buy-frame--cart.is-initialized {
transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shopify-buy-frame--cart.is-active {
transform: translateX(0);
-webkit-transform: translateX(0);
}
.shopify-buy-frame--product {
display: block
}
.shopify-buy-frame--product.shopify-buy__layout-horizontal {
display: block;
margin-left: auto;
margin-right: auto;
}
.shopify-buy-frame--product.shopify-buy__layout-horizontal iframe {
max-width: 100%;
}
@media (min-width: 950px) {
.shopify-buy-frame--product.shopify-buy__layout-horizontal iframe {
max-width: 950px;
margin-left: auto;
margin-right: auto;
}
}
.shopify-buy-frame--toggle {
display: inline-block
}
.shopify-buy-frame--toggle:not(.is-sticky) {
overflow: hidden;
padding: 5px;
}
.shopify-buy-frame--toggle.is-sticky {
display: none;
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
z-index: 2147483645;
}
.shopify-buy-frame--toggle.is-active.is-sticky {
display: block;
}
.is-active {
}
.is-active .shopify-buy-frame--toggle {
}
.is-active .shopify-buy-frame--toggle iframe {
min-height: 67px;
}
.shopify-buy-frame--productSet {
width: 100%;
}
.shopify-buy-frame--modal {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2147483646;
display: none;
transition: background 300ms ease
}
.shopify-buy-frame--modal iframe {
height: 100%;
width: 100%;
max-width: none;
}
.shopify-buy-frame--modal.is-active {
background: rgba(0, 0, 0, .6);
}
.shopify-buy-frame--modal.is-block {
display: block;
}
.shopify-buy-frame--product {
display: inline-block;
}
</style><script type="text/javascript" charset="UTF-8" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/common.js.download"></script><script type="text/javascript" charset="UTF-8" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/util.js.download"></script><script type="text/javascript" charset="UTF-8" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/stats.js.download"></script><script type="text/javascript" charset="UTF-8" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/map.js.download"></script><script type="text/javascript" charset="UTF-8" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/marker.js.download"></script><style type="text/css">.gm-style {
font: 400 11px Roboto, Arial, sans-serif;
text-decoration: none;
}
.gm-style img { max-width: none; }</style><script type="text/javascript" charset="UTF-8" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/onion.js.download"></script><script type="text/javascript" charset="UTF-8" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/controls.js.download"></script></head>
<body class="home page-template page-template-template-noheader page-template-template-noheader-php page page-id-189 page-parent wpb-js-composer js-comp-ver-4.11.2.1 vc_responsive">
<div id="top"></div>
<section style="background-color: rgba(0, 0, 0, 0.64); background-position: 50% -404px;" class="parallax-background fixed no-left-right-padding" data-type="parallax"><div class="vc_row iva_vc_row wpb_row vc_row-fluid" style="background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.64);"><div class="bg_color ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="wpb_revslider_element wpb_content_element"><link href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/css(3)" rel="stylesheet" property="stylesheet" type="text/css" media="all">
<div id="rev_slider_1_1_wrapper" class="rev_slider_wrapper fullscreen-container" data-source="gallery" style="background-color: rgb(233, 233, 233); padding: 0px; height: 938px;">
<!-- START REVOLUTION SLIDER 5.3.0.2 fullscreen mode -->
<div id="rev_slider_1_1" class="rev_slider fullscreenbanner" style="" data-version="5.3.0.2"><div style="margin:auto;line-height:40px;font-size:14px;color:#fff;padding:15px;background:#e74c3c;margin:20px 0px;">!! Error at loading Slider Revolution 5.0 Extrensions.<br>Local Filesystem Detected !<br>Put this to your header:<br><script type="text/javascript" src="//thurberstudios.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js"></script><br><script type="text/javascript" src="//thurberstudios.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js"></script><br><script type="text/javascript" src="//thurberstudios.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js"></script><br><script type="text/javascript" src="//thurberstudios.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js"></script></div></div>
<script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=".tp-caption.agency,.agency{font-family:\"Open Sans\";color:rgb(255,255,255);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(0,0,0);border-style:none;text-shadow:none;letter-spacing:1.5px}.tp-caption.agency-big,.agency-big{font-family:\"Open Sans\";color:#ffffff;text-decoration:none;background-color:transparent;font-size:48px;font-weight:100;border-width:0px;border-color:rgb(0,0,0);border-style:none;text-shadow:none;letter-spacing:0.5em}";
if(htmlDiv) {
htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss;
}else{
var htmlDiv = document.createElement("div");
htmlDiv.innerHTML = "<style>" + htmlDivCss + "</style>";
document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]);
}
</script>
<script type="text/javascript">
/******************************************
- PREPARE PLACEHOLDER FOR SLIDER -
******************************************/
var setREVStartSize=function(){
try{var e=new Object,i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0;
e.c = jQuery('#rev_slider_1_1');
e.gridwidth = [960];
e.gridheight = [350];
e.sliderLayout = "fullscreen";
e.fullScreenAutoWidth='off';
e.fullScreenAlignForce='on';
e.fullScreenOffsetContainer= '';
e.fullScreenOffset='';
if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f})
}catch(d){console.log("Failure at Presize of Slider:"+d)}
};
setREVStartSize();
var tpj=jQuery;
tpj.noConflict();
var revapi1;
tpj(document).ready(function() {
if(tpj("#rev_slider_1_1").revolution == undefined){
revslider_showDoubleJqueryError("#rev_slider_1_1");
}else{
revapi1 = tpj("#rev_slider_1_1").show().revolution({
sliderType:"standard",
jsFileLocation:"//thurberstudios.com/wp-content/plugins/revslider/public/assets/js/",
sliderLayout:"fullscreen",
dottedOverlay:"none",
delay:32000,
navigation: {
keyboardNavigation:"off",
keyboard_direction: "horizontal",
mouseScrollNavigation:"off",
mouseScrollReverse:"default",
onHoverStop:"off",
touch:{
touchenabled:"on",
swipe_threshold: 75,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false
}
},
visibilityLevels:[1240,1024,778,480],
gridwidth:960,
gridheight:350,
lazyType:"none",
shadow:0,
spinner:"spinner0",
stopLoop:"on",
stopAfterLoops:0,
stopAtSlide:1,
shuffle:"off",
autoHeight:"off",
fullScreenAutoWidth:"off",
fullScreenAlignForce:"on",
fullScreenOffsetContainer: "",
fullScreenOffset: "",
disableProgressBar:"on",
hideThumbsOnMobile:"off",
hideSliderAtLimit:0,
hideCaptionAtLimit:0,
hideAllCaptionAtLilmit:0,
debugMode:false,
fallbacks: {
simplifyAll:"off",
nextSlideOnWindowFocus:"off",
disableFocusListener:false,
}
});
}
}); /*ready*/
</script>
</div><!-- END REVOLUTION SLIDER --></div>
<div id="menu-place"></div>
</div>
</div>
</div></div></section><section id="about-us"><div class="vc_row iva_vc_row wpb_row vc_row-fluid"><div class="bg_color ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<header class="section-header"><h2 class="section-title wow animated fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">about us</h2><p class="section-tagline wow animated fadeInUp animated" data-wow-delay="0.3s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">Thurber Studios has been delivering results since we opened in 2015. Our goal is to provide both superior event solutions and tremendous value for our customers.</p></header>
</div>
</div>
</div></div></section><section class=" no-left-right-padding"><div class="vc_row iva_vc_row wpb_row vc_row-fluid border-top"><div class="bg_color container ">
<div class="vc_col-sm-4 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="iva-box">
<div class="main">
<i class="pe-7s-edit"></i>
<h2>Mission</h2>
</div>
<span class="desc">By providing services in all facets of the entertainment industry and working with industry leaders, we can leverage lower costs and give a one-of-a-kind experience for our customers.</span>
</div>
</div>
</div>
<div class="vc_col-sm-4 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="iva-box">
<div class="main">
<i class="pe-7s-film"></i>
<h2>Vision</h2>
</div>
<span class="desc">Industry leader in serving customers and their needs.</span>
</div>
</div>
</div>
<div class="vc_col-sm-4 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="iva-box">
<div class="main">
<i class="pe-7s-star"></i>
<h2>Values</h2>
</div>
<span class="desc">To build up our families, our community, and all individuals we work with.</span>
</div>
</div>
</div>
</div></div></section><section style="background-image: url("http://thurberstudios.com/wp-content/uploads/2015/02/SRE_8790-Edit.jpg"); background-color: rgba(0, 0, 0, 0.66); background-position: 50% -238px;" class="parallax-background fixed no-left-right-padding" data-type="parallax"><div class="vc_row iva_vc_row wpb_row vc_row-fluid" style="background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.66);"><div class="bg_color ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="quote wow zoomIn animated animated" style="visibility: visible; animation-name: zoomIn;"><h2 class="parallax-quote">By providing services in all facets of the entertainment industry, working with industry leaders, we can leverage lower costs and a great amount of experience for our customers.</h2>
<span class="quote-author">- Thurber Studios</span></div>
</div>
</div>
</div></div></section><section id="our-services" class=" no-left-right-padding"><div class="vc_row iva_vc_row wpb_row vc_row-fluid"><div class="bg_color ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<header class="section-header"><h2 class="section-title wow animated fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">Our Services</h2><p class="section-tagline wow animated fadeInUp animated" data-wow-delay="0.3s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">Thurber Studios service departments </p></header>
</div>
</div>
</div></div></section><section class=" no-left-right-padding"><div class="vc_row iva_vc_row wpb_row vc_row-fluid"><div class="bg_color ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="filter-row">
<div class="container">
<div class="row">
<ul class="filter wow fadeInUp animated animated" style="visibility: visible; animation-name: fadeInUp;"><li class="active"><a href="file:///C:/Users/39/Desktop/index.html#_services_studio-production">Studio Production</a></li><li><a href="file:///C:/Users/39/Desktop/index.html#_services_wedding-event-production">Wedding / Event Production</a></li><li><a href="file:///C:/Users/39/Desktop/index.html#_services_photography-videography">Photography / Videography</a></li><li><a href="file:///C:/Users/39/Desktop/index.html#_services_graphic-design">Graphic Design</a></li><li><a href="file:///C:/Users/39/Desktop/index.html#_services_marketing">Marketing</a></li></ul>
</div>
</div>
</div>
<div class="option-section">
<div class="container"><div class="row" id="_services_studio-production" style="display: block;"><div class="column six">
<p>
Utilizing state of the art equipment, Thurber Studios is able to provide all of your production needs including music production, sound and lighting production, and video production.</p>
</div>
<div class="column six">
<div class="progress-circle">
<p class="progress-text">Music Production</p>
<div class="chart" data-percent="100" data-scale-color="#f64747">
<span>100%</span>
<canvas height="120" width="120"></canvas></div>
</div>
<div class="progress-circle">
<p class="progress-text">Sound and Light Production</p>
<div class="chart" data-percent="100" data-scale-color="#f64747">
<span>100%</span>
<canvas height="120" width="120"></canvas></div>
</div>
<div class="progress-circle">
<p class="progress-text">Video Production</p>
<div class="chart" data-percent="100" data-scale-color="#f64747">
<span>100%</span>
<canvas height="120" width="120"></canvas></div>
</div>
</div>
</div><div class="row" id="_services_wedding-event-production" style="display: none;"><div class="column six">
<p>
Thurber Studios’s event production has the solutions to ensure your event goes off without a hitch! Utilizing worldwide entertainment services and connections to book your event needs – from top class venues for any size event, stellar music, exquisite catering services, crisp sound and lighting systems, to professional photography and video services. We will have your event being an unforgettable time with every detail taken care of – your guests won’t be able to stop talking about it!</p>
</div>
<div class="column six">
<p class="progress-text">Weddings <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Corporate Events <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Fund Raisers <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Concerts <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Private Parties <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Festivals <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
</div>
</div><div class="row" id="_services_photography-videography" style="display: none;"><div class="column six">
<p class="progress-text">Concept <span>20%</span>
</p>
<div class="progress-bar">
<span data-percent="20" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Prep and Design <span>40%</span>
</p>
<div class="progress-bar">
<span data-percent="40" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Creation <span>60%</span>
</p>
<div class="progress-bar">
<span data-percent="60" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Post Production <span>80%</span>
</p>
<div class="progress-bar">
<span data-percent="80" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Final Product <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
</div>
<div class="column six">
<p> Utilizing high quality equipment and keen attention to detail, Thurber Studios produces, shoots, and edits images and videos according to desired themes and needs. Not only do we provide unique different styles, but we also provide professional and quality hair, make-up and wardrobe for models. We also make sure to accurately adjust to the surroundings and make sure your shoot will be fresh and the results turning heads.</p>
</div>
</div><div class="row" id="_services_graphic-design" style="display: none;"><div class="column six">
<p>
From logo design to complete corporate branding, Thurber Studios uses the best programs and creative process to help you find your brand identity and voice that makes an unforgettable impression. In addition to logo design, we can include illustration and website design with corresponding packaging and print ad design.</p>
</div>
<div class="column six">
<p class="progress-text">Logo Design <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Packaging <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Website Design <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Illustration <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Corporate Branding <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Print Ad Design <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
</div>
</div><div class="row" id="_services_marketing" style="display: none;"><div class="column six">
<div class="progress-circle">
<p class="progress-text">Online Presence Strategy</p>
<div class="chart" data-percent="100" data-scale-color="#f64747">
<span>100%</span>
</div>
</div>
<div class="progress-circle">
<p class="progress-text">TV Radio Print</p>
<div class="chart" data-percent="100" data-scale-color="#f64747">
<span>100%</span>
</div>
</div>
<div class="progress-circle">
<p class="progress-text">SEO</p>
<div class="chart" data-percent="100" data-scale-color="#f64747">
<span>100%</span>
</div>
</div>
<p>
<span style="line-height: 1.5;"></span></p>
</div>
<div class="column six">
<p>
Thurber Studios lends a hand in making your name known and has people instantly curious to learn more! We carefully manage different social media platforms as well as provide online strategy, brick and mortar strategy, SEO, and copy writing.</p>
<p class="progress-text">Social Media Marketing <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p class="progress-text">Copy-writing <span>100%</span>
</p>
<div class="progress-bar">
<span data-percent="100" style="transition: width 1.5s ease 0s;"></span>
</div>
<p></p>
</div>
</div></div>
</div>
</div>
</div>
</div></div></section><section style="background-image: url("http://thurberstudios.com/wp-content/uploads/2015/02/SRE_4241.jpg"); background-color: rgba(0, 0, 0, 0.67); background-position: 50% -237px;" class="parallax-background fixed no-left-right-padding" data-type="parallax"><div class="vc_row iva_vc_row wpb_row vc_row-fluid" style="background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.67);"><div class="bg_color container ">
<div class="vc_col-sm-3 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="achievements stats column wow bounceIn animated animated" style="visibility: visible; animation-name: bounceIn;">
<span class="icon"><i class="pe-7s-disk"></i></span>
<span class="number counter animated" data-counter="12">12</span>
<span class="desc">Music Artists</span>
</div>
</div>
</div>
<div class="vc_col-sm-3 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="achievements stats column wow bounceIn animated animated" style="visibility: visible; animation-name: bounceIn;">
<span class="icon"><i class="pe-7s-monitor"></i></span>
<span class="number counter animated" data-counter="6">6</span>
<span class="desc">Websites Designed</span>
</div>
</div>
</div>
<div class="vc_col-sm-3 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="achievements stats column wow bounceIn animated animated" style="visibility: visible; animation-name: bounceIn;">
<span class="icon"><i class="pe-7s-film"></i></span>
<span class="number counter animated" data-counter="26">26</span>
<span class="desc">Videos Produced</span>
</div>
</div>
</div>
<div class="vc_col-sm-3 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="achievements stats column wow bounceIn animated animated" style="visibility: visible; animation-name: bounceIn;">
<span class="icon"><i class="pe-7s-camera"></i></span>
<span class="number counter animated" data-counter="27500">27500</span>
<span class="desc">GB of photos taken</span>
</div>
</div>
</div>
</div></div></section><section id="our-portfolio" class=" no-left-right-padding"><div class="vc_row iva_vc_row wpb_row vc_row-fluid"><div class="bg_color ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<header class="section-header"><h2 class="section-title wow animated fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">Our Portfolio</h2><p class="section-tagline wow animated fadeInUp animated" data-wow-delay="0.3s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">Some examples of Thurber Studios work. Click on each department to narrow your selection.</p></header>
</div>
</div>
</div></div></section><section class=" no-left-right-padding"><div class="vc_row iva_vc_row wpb_row vc_row-fluid"><div class="bg_color ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="container fullwidth">
<ul class="port-filter wow fadeInUp animated animated" data-filter-id="portfolio_605501746" style="visibility: visible; animation-name: fadeInUp;">
<li class="active"><a href="file:///C:/Users/39/Desktop/index.html#" data-filter="*">All</a></li><li><a href="file:///C:/Users/39/Desktop/index.html#" data-filter=".graphic-design">Graphic Design</a></li><li><a href="file:///C:/Users/39/Desktop/index.html#" data-filter=".marketing">Marketing</a></li><li><a href="file:///C:/Users/39/Desktop/index.html#" data-filter=".photography-videography">Photography & Videography</a></li><li><a href="file:///C:/Users/39/Desktop/index.html#" data-filter=".studio-production">Studio Production</a></li><li><a href="file:///C:/Users/39/Desktop/index.html#" data-filter=".wedding-event-production">Wedding & Event Production</a></li></ul>
</div><div class="portfolio-wrapper isotope" id="portfolio_605501746" style="position: relative; overflow: hidden; height: 1428px;"><div class="block photography-videography wedding-event-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);"><div class="image-holder"><img alt="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/AAstolp2-640x480.jpg"></div><a target="_blank" href="http://thurberstudios.com/portfolio/wedding-photography/" class="portfolio-hover"><div class="portfolio-info"><h3 class="portfolio-title">Wedding Photography</h3><span class="portfolio-category">Photography & Videography, Wedding & Event Production</span></div></a></div><div class="block graphic-design photography-videography wedding-event-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(476px, 0px, 0px);"><div class="image-holder"><img alt="Thurber Studios Wedding Photography" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/Thurber-Studios-Wedding-Photography-640x480.jpg"></div><a target="_blank" href="https://vimeo.com/181861315" class="video-hover mfp-iframe"><div class="portfolio-info"><h3 class="portfolio-title">Thurber Studios Wedding Recap Video</h3><span class="portfolio-category">Graphic Design, Photography & Videography, Wedding & Event Production</span></div></a></div><div class="block graphic-design marketing photography-videography studio-production wedding-event-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(952px, 0px, 0px);"><div class="image-holder"><img alt="Lord Fletcher's Recap Video" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/lord-fletchers-640x480.jpg"></div><a target="_blank" href="https://vimeo.com/182149064" class="video-hover mfp-iframe"><div class="portfolio-info"><h3 class="portfolio-title">Isaak Thurber Lord Fletcher's Recap Video</h3><span class="portfolio-category">Graphic Design, Marketing, Photography & Videography, Studio Production, Wedding & Event Production</span></div></a></div><div class="block graphic-design studio-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(1428px, 0px, 0px);"><div class="image-holder"><img alt="Isaak Thurber - Let's Rage music video" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/Isaak-Thurber-Lets-Rage-640x480.jpg"></div><a target="_blank" href="https://vimeo.com/182456612" class="video-hover mfp-iframe"><div class="portfolio-info"><h3 class="portfolio-title">Isaak Thurber - Let's Rage Music Video</h3><span class="portfolio-category">Graphic Design, Studio Production</span></div></a></div><div class="block photography-videography wedding-event-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 357px, 0px);"><div class="image-holder"><img alt="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/SRE_2723-Edit-640x480.jpg"></div><a target="_blank" href="http://thurberstudios.com/portfolio/engagement-photography/" class="portfolio-hover"><div class="portfolio-info"><h3 class="portfolio-title">Engagement Photography</h3><span class="portfolio-category">Photography & Videography, Wedding & Event Production</span></div></a></div><div class="block graphic-design marketing photography-videography wedding-event-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(476px, 357px, 0px);"><div class="image-holder"><img alt="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/Untitled-2-640x480.jpg"></div><a target="_blank" href="https://vimeo.com/182456504" class="video-hover mfp-iframe"><div class="portfolio-info"><h3 class="portfolio-title">Isaak Thurber Crave Space Saturday Rooftop Show</h3><span class="portfolio-category">Graphic Design, Marketing, Photography & Videography, Wedding & Event Production</span></div></a></div><div class="block wedding-event-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(952px, 357px, 0px);"><div class="image-holder"><img alt="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/Fletchers-Teaser-Ad-1-640x480.jpg"></div><a target="_blank" href="http://thurberstudios.com/portfolio/isaak-thurber-live-at-lord-fletchers-july-3rd-2016/" class="portfolio-hover"><div class="portfolio-info"><h3 class="portfolio-title">Isaak Thurber Live at Lord Fletcher's July 3rd 2016</h3><span class="portfolio-category">Wedding & Event Production</span></div></a></div><div class="block graphic-design studio-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(1428px, 357px, 0px);"><div class="image-holder"><img alt="Isaak Thurber On Air Episode 7" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/Isaak-Thurber-On-Air-Episode-7-640x480.jpg"></div><a target="_blank" href="https://vimeo.com/182139345" class="video-hover mfp-iframe"><div class="portfolio-info"><h3 class="portfolio-title">Isaak Thurber On Air Episode 7</h3><span class="portfolio-category">Graphic Design, Studio Production</span></div></a></div><div class="block graphic-design studio-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 714px, 0px);"><div class="image-holder"><img alt="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/episode-5-640x480.jpg"></div><a target="_blank" href="https://vimeo.com/182435014" class="video-hover mfp-iframe"><div class="portfolio-info"><h3 class="portfolio-title">Isaak Thurber On Air Episode 5</h3><span class="portfolio-category">Graphic Design, Studio Production</span></div></a></div><div class="block graphic-design studio-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(476px, 714px, 0px);"><div class="image-holder"><img alt="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/episode-4-640x480.jpg"></div><a target="_blank" href="https://vimeo.com/182413360" class="video-hover mfp-iframe"><div class="portfolio-info"><h3 class="portfolio-title">Isaak Thurber On Air Episode 4</h3><span class="portfolio-category">Graphic Design, Studio Production</span></div></a></div><div class="block graphic-design studio-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(952px, 714px, 0px);"><div class="image-holder"><img alt="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/episode-2-640x480.jpg"></div><a target="_blank" href="https://www.youtube.com/watch?v=AA9E_09bel8" class="video-hover mfp-iframe"><div class="portfolio-info"><h3 class="portfolio-title">Isaak Thurber On Air Episode 2</h3><span class="portfolio-category">Graphic Design, Studio Production</span></div></a></div><div class="block graphic-design studio-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(1428px, 714px, 0px);"><div class="image-holder"><img alt="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/episode-1-640x480.jpg"></div><a target="_blank" href="https://www.youtube.com/watch?v=zftYPMMkD5k" class="video-hover mfp-iframe"><div class="portfolio-info"><h3 class="portfolio-title">Isaak Thurber On Air Episode 1</h3><span class="portfolio-category">Graphic Design, Studio Production</span></div></a></div><div class="block photography-videography wedding-event-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 1071px, 0px);"><div class="image-holder"><img alt="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/AAstolp5-640x480.jpg"></div><a target="_blank" href="http://thurberstudios.com/portfolio/aaron-amber-stolp-wedding/" class="portfolio-hover"><div class="portfolio-info"><h3 class="portfolio-title">Aaron and Amber Stolp Wedding</h3><span class="portfolio-category">Photography & Videography, Wedding & Event Production</span></div></a></div><div class="block graphic-design isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(476px, 1071px, 0px);"><div class="image-holder"><img alt="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/800x600-Business-Card-640x480.jpg"></div><a target="_blank" href="http://thurberstudios.com/portfolio/trustnoonewebsite/" class="portfolio-hover"><div class="portfolio-info"><h3 class="portfolio-title">Trust No One Website</h3><span class="portfolio-category">Graphic Design</span></div></a></div><div class="block graphic-design studio-production isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(952px, 1071px, 0px);"><div class="image-holder"><img alt="" src="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/Smack-640x480.jpg"></div><a target="_blank" href="https://www.youtube.com/watch?v=yWuqrK5Xhgc" class="video-hover mfp-iframe"><div class="portfolio-info"><h3 class="portfolio-title">Isaak Thurber Smack Original Video</h3><span class="portfolio-category">Graphic Design, Studio Production</span></div></a></div></div>
</div>
</div>
</div></div></section><section class=" no-left-right-padding gray"><div class="vc_row iva_vc_row wpb_row vc_row-fluid"><div class="bg_color ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<header class="section-header"><h2 class="section-title wow animated fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">Thurber Studios Wedding Photography</h2><p class="section-tagline wow animated fadeInUp animated" data-wow-delay="0.3s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">Contact us to setup a consultation and to discuss your wedding day.</p></header>
</div>
</div>
</div></div></section><section><div class="vc_row iva_vc_row wpb_row vc_row-fluid"><div class="bg_color ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<link href="./Thurber Studios – Thurber Studios – Innovative Event Solutions_files/css(4)" rel="stylesheet" property="stylesheet" type="text/css" media="all">
<div id="rev_slider_5_2_wrapper" class="rev_slider_wrapper fullwidthbanner-container" data-source="flickr" style="margin: 0px auto; background-color: transparent; padding: 0px; height: 800px;">
<!-- START REVOLUTION SLIDER 5.3.0.2 fullwidth mode -->
<div id="rev_slider_5_2" class="rev_slider fullwidthabanner" style="" data-version="5.3.0.2"><div style="margin:auto;line-height:40px;font-size:14px;color:#fff;padding:15px;background:#e74c3c;margin:20px 0px;">!! Error at loading Slider Revolution 5.0 Extrensions.<br>Local Filesystem Detected !<br>Put this to your header:<br><script type="text/javascript" src="//thurberstudios.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js"></script><br><script type="text/javascript" src="//thurberstudios.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js"></script><br><script type="text/javascript" src="//thurberstudios.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js"></script><br><script type="text/javascript" src="//thurberstudios.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js"></script><br><script type="text/javascript" src="//thurberstudios.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js"></script></div></div>
<script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=".tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem{color:rgba(255,255,255,1.00);font-size:15px;line-height:20px;font-weight:500;font-style:normal;font-family:Raleway;text-decoration:none;background-color:rgba(51,51,51,1.00);border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:2px}.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover{color:rgba(153,153,153,1.00);text-decoration:none;background-color:rgba(255,255,255,1.00);border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer}";
if(htmlDiv) {
htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss;
}else{
var htmlDiv = document.createElement("div");
htmlDiv.innerHTML = "<style>" + htmlDivCss + "</style>";
document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]);
}
</script>
<script type="text/javascript">
/******************************************
- PREPARE PLACEHOLDER FOR SLIDER -
******************************************/
var setREVStartSize=function(){
try{var e=new Object,i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0;
e.c = jQuery('#rev_slider_5_2');
e.gridwidth = [800];
e.gridheight = [800];
e.sliderLayout = "fullwidth";
if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f})
}catch(d){console.log("Failure at Presize of Slider:"+d)}
};
setREVStartSize();
var tpj=jQuery;
var revapi5;
tpj(document).ready(function() {
if(tpj("#rev_slider_5_2").revolution == undefined){
revslider_showDoubleJqueryError("#rev_slider_5_2");
}else{
revapi5 = tpj("#rev_slider_5_2").show().revolution({
sliderType:"carousel",
jsFileLocation:"//thurberstudios.com/wp-content/plugins/revslider/public/assets/js/",
sliderLayout:"fullwidth",
dottedOverlay:"none",
delay:9000,
navigation: {
keyboardNavigation:"off",
keyboard_direction: "horizontal",
mouseScrollNavigation:"off",
mouseScrollReverse:"default",
onHoverStop:"off",
touch:{
touchenabled:"on",
swipe_threshold: 75,
swipe_min_touches: 50,
swipe_direction: "horizontal",
drag_block_vertical: false
}
,
arrows: {
style:"hesperiden",
enable:true,
hide_onmobile:false,
hide_onleave:false,
tmp:'',
left: {
h_align:"left",
v_align:"center",
h_offset:30,
v_offset:0
},
right: {
h_align:"right",
v_align:"center",
h_offset:30,
v_offset:0
}
}
,
thumbnails: {
style:"hades",
enable:true,
width:60,
height:60,
min_width:60,
wrapper_padding:20,
wrapper_color:"#000000",
wrapper_opacity:"0",
tmp:'<span class="tp-thumb-img-wrap"> <span class="tp-thumb-image"></span></span>',
visibleAmount:9,
hide_onmobile:false,
hide_onleave:false,
direction:"horizontal",
span:true,
position:"inner",
space:10,
h_align:"center",
v_align:"bottom",
h_offset:0,
v_offset:0
}
},
carousel: {
border_radius: "50%",
minScale: 55,
vary_scale: "off",
horizontal_align: "center",
vertical_align: "center",
fadeout: "on",
vary_fade: "on",
maxVisibleItems: 5,
infinity: "on",
space: -150,
stretch: "off"
},
visibilityLevels:[1240,1024,778,480],
gridwidth:800,
gridheight:800,
lazyType:"smart",
parallax: {
type:"mouse",
origo:"slidercenter",
speed:2000,
levels:[2,3,4,5,6,7,12,16,10,50,47,48,49,50,51,55],
type:"mouse",
},
shadow:0,
spinner:"off",
stopLoop:"on",
stopAfterLoops:0,
stopAtSlide:1,
shuffle:"off",
autoHeight:"off",
hideThumbsOnMobile:"off",
hideSliderAtLimit:0,
hideCaptionAtLimit:0,
hideAllCaptionAtLilmit:0,
debugMode:false,
fallbacks: {
simplifyAll:"off",
nextSlideOnWindowFocus:"off",
disableFocusListener:false,
}
});
}
}); /*ready*/
</script>
<script>
var htmlDivCss = unescape(".hesperiden.tparrows%20%7B%0A%09cursor%3Apointer%3B%0A%09background%3Argba%280%2C0%2C0%2C0.5%29%3B%0A%09width%3A40px%3B%0A%09height%3A40px%3B%0A%09position%3Aabsolute%3B%0A%09display%3Ablock%3B%0A%09z-index%3A100%3B%0A%20%20%20%20border-radius%3A%2050%25%3B%0A%7D%0A.hesperiden.tparrows%3Ahover%20%7B%0A%09background%3Argba%280%2C%200%2C%200%2C%201%29%3B%0A%7D%0A.hesperiden.tparrows%3Abefore%20%7B%0A%09font-family%3A%20%22revicons%22%3B%0A%09font-size%3A20px%3B%0A%09color%3Argb%28255%2C%20255%2C%20255%29%3B%0A%09display%3Ablock%3B%0A%09line-height%3A%2040px%3B%0A%09text-align%3A%20center%3B%0A%7D%0A.hesperiden.tparrows.tp-leftarrow%3Abefore%20%7B%0A%09content%3A%20%22%5Ce82c%22%3B%0A%20%20%20%20margin-left%3A-3px%3B%0A%7D%0A.hesperiden.tparrows.tp-rightarrow%3Abefore%20%7B%0A%09content%3A%20%22%5Ce82d%22%3B%0A%20%20%20%20margin-right%3A-3px%3B%0A%7D%0A.hades%20.tp-thumb%20%7B%20%0A%20%20%20%20%20%20opacity%3A1%0A%20%20%7D%0A.hades%20.tp-thumb-img-wrap%20%7B%0A%20%20border-radius%3A50%25%3B%0A%20%20padding%3A3px%3B%0A%20%20display%3Ainline-block%3B%0A%20%20background-color%3Argba%280%2C0%2C0%2C0.25%29%3B%0A%20%20width%3A100%25%3B%0A%20%20height%3A100%25%3B%0A%20%20position%3Arelative%3B%0A%20%20margin%3A0px%3B%0A%20%20box-sizing%3Aborder-box%3B%0A%20%20%20%20transition%3Aall%200.3s%3B%0A%20%20%20%20-webkit-transition%3Aall%200.3s%3B%0A%7D%0A.hades%20.tp-thumb-image%20%7B%0A%20%20%20padding%3A3px%3B%20%0A%20%20%20border-radius%3A50%25%3B%0A%20%20%20display%3Ablock%3B%0A%20%20%20box-sizing%3Aborder-box%3B%0A%20%20%20position%3Arelative%3B%0A%20%20%20%20-webkit-box-shadow%3A%20inset%205px%205px%2010px%200px%20rgba%280%2C0%2C0%2C0.25%29%3B%0A%20%20-moz-box-shadow%3A%20inset%205px%205px%2010px%200px%20rgba%280%2C0%2C0%2C0.25%29%3B%0A%20%20box-shadow%3A%20inset%205px%205px%2010px%200px%20rgba%280%2C0%2C0%2C0.25%29%3B%0A%20%7D%20%20%0A%0A%0A.hades%20.tp-thumb%3Ahover%20.tp-thumb-img-wrap%2C%0A.hades%20.tp-thumb.selected%20.tp-thumb-img-wrap%20%7B%0A%20%20%0A%0A%20%20background%3A%20-moz-linear-gradient%28top%2C%20rgba%28255%2C%20255%2C%20255%2C%201%29%200%25%2C%20rgba%28135%2C%20135%2C%20135%2C%201%29%20100%25%29%3B%0A%20%20background%3A%20-webkit-gradient%28left%20top%2C%20left%20bottom%2C%20color-stop%280%25%2C%20rgba%28255%2C%20255%2C%20255%2C%201%29%29%2C%20color-stop%28100%25%2C%20rgba%28135%2C%20135%2C%20135%2C%201%29%29%29%3B%0A%20%20background%3A%20-webkit-linear-gradient%28top%2C%20rgba%28255%2C%20255%2C%20255%2C%201%29%200%25%2C%20rgba%28135%2C%20135%2C%20135%2C%201%29%20100%25%29%3B%0A%20%20background%3A%20-o-linear-gradient%28top%2C%20rgba%28255%2C%20255%2C%20255%2C%201%29%200%25%2C%20rgba%28135%2C%20135%2C%20135%2C%201%29%20100%25%29%3B%0A%20%20background%3A%20-ms-linear-gradient%28top%2C%20rgba%28255%2C%20255%2C%20255%2C%201%29%200%25%2C%20rgba%28135%2C%20135%2C%20135%2C%201%29%20100%25%29%3B%0A%20%20background%3A%20linear-gradient%28to%20bottom%2C%20rgba%28255%2C%20255%2C%20255%2C%201%29%200%25%2C%20rgba%28135%2C%20135%2C%20135%2C%201%29%20100%25%29%3B%0A%20%7D%0A%0A%0A");
var htmlDiv = document.getElementById('rs-plugin-settings-inline-css');
if(htmlDiv) {
htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss;
}
else{
var htmlDiv = document.createElement('div');
htmlDiv.innerHTML = '<style>' + htmlDivCss + '</style>';
document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]);
}
</script>
</div><!-- END REVOLUTION SLIDER --><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div>
</div>
</div>
</div></div></section><section style="background-image: url("http://thurberstudios.com/wp-content/uploads/1999/01/EOS-5D-Mark-III_1878-Edit.jpg"); background-position: 50% -97px;" class="parallax-background fixed" data-type="parallax"><div class="vc_row iva_vc_row wpb_row vc_row-fluid"><div class="bg_color ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="vc_empty_space" style="height: 128px"><span class="vc_empty_space_inner"></span></div>
</div>
</div>
<div class="vc_col-sm-2 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="pricing-tables wow fadeInUp animated animated" data-wow-delay="" style="visibility: visible; animation-name: fadeInUp;">
<div class="table popular">
<span class="price">Wedding Packages</span>
<span class="table-title">Starting at $2500</span>
<ul><li>We customize our wedding photography services based on your needs. Every wedding and every couple is unique. We would love to sit down with you at our studio to get to know you and your needs to create the perfect wedding package for you. </li></ul>
<a href="http://thurberstudios.com/weddingphotography/" class="vc_btn vc_btn_md vc_btn_rounded iva_btn" target=" _blank">Wedding Info</a>
</div>
<span class="table-desc"></span>
</div>
</div>
</div>
<div class="vc_col-sm-2 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="pricing-tables wow fadeInUp animated animated" data-wow-delay="0.3s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">
<div class="table popular">
<span class="price">Lifestyle Session</span>
<span class="table-title">$250</span>
<ul><li>Family - Engagement - Maternity - Fashion - Anniversary </li><li>This is our most popular session for families and usually lasts between sixty and ninety minutes. We will capture around 150 formal and candid images of your family and up to two locations. </li></ul>
<a href="http://thurberstudios.com/dark-version/lifestyle-photography/" class="vc_btn vc_btn_md vc_btn_rounded iva_btn" target=" _blank">Lifestyle Info</a>
</div>
<span class="table-desc"></span>
</div>
</div>
</div>
<div class="vc_col-sm-2 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="pricing-tables wow fadeInUp animated animated" data-wow-delay="0.6s" style="visibility: visible; animation-delay: 0.6s; animation-name: fadeInUp;">
<div class="table popular">
<span class="price">Mini Sessions</span>
<span class="table-title">$150</span>
<ul><li>Mini sessions last up to 45 minutes and are popular for head shots newborn and child photography. One outfit and one location per mini session. </li></ul>
<a href="http://thurberstudios.com/dark-version/mini-sessions/" class="vc_btn vc_btn_md vc_btn_rounded iva_btn" target=" _blank">Mini Session Info</a>
</div>
<span class="table-desc"></span>
</div>
</div>
</div>
<div class="vc_col-sm-2 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="pricing-tables wow fadeInUp animated animated" data-wow-delay="0.9s" style="visibility: visible; animation-delay: 0.9s; animation-name: fadeInUp;">
<div class="table popular">
<span class="price">Event Sessions</span>
<span class="table-title">$200 Per Hour</span>
<ul><li>Hosting an event? Let us capture all of your key moments and all the candid shots of your guests. LOTS MORE INFO</li></ul>
<a href="http://thurberstudios.com/dark-version/event-photography/" class="vc_btn vc_btn_md vc_btn_rounded iva_btn" target=" _blank">Event Info</a>
</div>
<span class="table-desc"></span>
</div>
</div>
</div>
<div class="vc_col-sm-2 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="pricing-tables wow fadeInUp animated animated" data-wow-delay="1.2s" style="visibility: visible; animation-delay: 1.2s; animation-name: fadeInUp;">
<div class="table popular">
<span class="price">The Elite Package</span>
<span class="table-title">$500 - $900</span>
<ul><li>The elite session is popular for families seniors and models who want the ultimate package. </li><li>This plan offers three to five hours of travel and shooting and unlimited outfit changes in that time. Please click the Elite Info button below to get more information on our Elite Sessions.</li></ul>
<a href="http://thurberstudios.com/dark-version/elite-photography/" class="vc_btn vc_btn_md vc_btn_rounded iva_btn" target=" _blank">Elite Info</a>
</div>
<span class="table-desc"></span>
</div>
</div>
</div>
<div class="vc_col-sm-2 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="pricing-tables wow fadeInUp animated animated" data-wow-delay="1.5s" style="visibility: visible; animation-delay: 1.5s; animation-name: fadeInUp;">
<div class="table popular">
<span class="price">Senior Sessions</span>
<span class="table-title">$400</span>
<ul><li>This package is designed for seniors. Two hours of shooting indoors and or outdoors and up to four outfit changes. Please click Senior Session Info below to get more details. </li></ul>
<a href="http://thurberstudios.com/dark-version/senior-sessions/" class="vc_btn vc_btn_md vc_btn_rounded iva_btn" target=" _blank">Senior Session Info</a>
</div>
<span class="table-desc"></span>
</div>
</div>
</div>
</div></div></section><section style="background-color:#dd3333;" class=" no-left-right-padding"><div class="vc_row iva_vc_row wpb_row vc_row-fluid" style="background-color:#dd3333;"><div class="bg_color container ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="cta">
<p class="wow animated fadeInLeft" style="visibility: hidden; animation-name: none;"> Visit Thurber Studios' Flickr Page</p>
<a href="https://www.flickr.com/photos/thurberstudios/" class="vc_btn vc_btn_md vc_btn_rounded iva_btn wow animated fadeInRight" style="visibility: hidden; animation-name: none;">Click Here</a>
</div>
</div>
</div>
</div></div></section><section class=" no-left-right-padding gray"><div class="vc_row iva_vc_row wpb_row vc_row-fluid"><div class="bg_color ">
<div class="vc_col-sm-12 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<header class="section-header"><h2 class="section-title wow animated fadeInUp" style="visibility: hidden; animation-name: none;">Featured Artists</h2><p class="section-tagline wow animated fadeInUp" data-wow-delay="0.3s" style="visibility: hidden; animation-delay: 0.3s; animation-name: none;">Thurber Studios featured artists that are available for booking.</p></header>
</div>
</div>
</div></div></section><section class=" no-left-right-padding gray"><div class="vc_row iva_vc_row wpb_row vc_row-fluid"><div class="bg_color ">
<div class="vc_col-sm-2 wpb_column vc_column_container ">
<div class="wpb_wrapper">
<div class="pricing-tables wow fadeInUp animated" data-wow-delay="" style="visibility: hidden; animation-name: none;">
<div class="table popular">
<span class="price">Isaak Thurber</span>
<span class="table-title">DJ / Producer</span>
<ul><li>17 year old DJ/Producer</li><li></li><li>Although the young artist was not always as into music he instantly fell in love with electronic dance music in 2013 after seeing Deorro mix live. Since then he began 'messing around with a turntable and some electronic music'. Soon his fascination with music blossomed and he became interested in creating his own music instead of just mixing. In April of 2014 he downloaded software on his computer and started producing his own songs.</li></ul>
<a href="http://thurberstudios.com/dark-version/featured-artists/" class="vc_btn vc_btn_md vc_btn_rounded iva_btn" target=" _blank">Featured Artists Page</a>