mistletoe111 commited on
Commit
1d539c6
·
verified ·
1 Parent(s): 02b84b6

Upload test__1002176_www.eastofengland.org.uk

Browse files
Files changed (25) hide show
  1. test__1002176_www.eastofengland.org.uk/index.html +0 -0
  2. test__1002176_www.eastofengland.org.uk/resources/associations.css +191 -0
  3. test__1002176_www.eastofengland.org.uk/resources/cleantalk-email-decoder.min.css +1 -0
  4. test__1002176_www.eastofengland.org.uk/resources/cleantalk-public.min.css +1 -0
  5. test__1002176_www.eastofengland.org.uk/resources/embed-public.min.css +1 -0
  6. test__1002176_www.eastofengland.org.uk/resources/eventon_dynamic_styles.css +56 -0
  7. test__1002176_www.eastofengland.org.uk/resources/eventon_styles.css +2684 -0
  8. test__1002176_www.eastofengland.org.uk/resources/fc_styles.css +335 -0
  9. test__1002176_www.eastofengland.org.uk/resources/featherlight.css +158 -0
  10. test__1002176_www.eastofengland.org.uk/resources/font-awesome.css +2337 -0
  11. test__1002176_www.eastofengland.org.uk/resources/font-awesome.min.css +418 -0
  12. test__1002176_www.eastofengland.org.uk/resources/frontend-script.css +1 -0
  13. test__1002176_www.eastofengland.org.uk/resources/jquery.fancybox.css +876 -0
  14. test__1002176_www.eastofengland.org.uk/resources/js_composer.min.css +0 -0
  15. test__1002176_www.eastofengland.org.uk/resources/mediaelementplayer-legacy.min.css +1 -0
  16. test__1002176_www.eastofengland.org.uk/resources/responsive.css +0 -0
  17. test__1002176_www.eastofengland.org.uk/resources/rgs.css +110 -0
  18. test__1002176_www.eastofengland.org.uk/resources/shop-page-wp-base-styles.css +1 -0
  19. test__1002176_www.eastofengland.org.uk/resources/shop-page-wp-grid.css +1 -0
  20. test__1002176_www.eastofengland.org.uk/resources/skin-material.css +0 -0
  21. test__1002176_www.eastofengland.org.uk/resources/style.css +3042 -0
  22. test__1002176_www.eastofengland.org.uk/resources/style.min.css +0 -0
  23. test__1002176_www.eastofengland.org.uk/resources/styles.css +176 -0
  24. test__1002176_www.eastofengland.org.uk/resources/timeline.css +275 -0
  25. test__1002176_www.eastofengland.org.uk/resources/wp-mediaelement.min.css +1 -0
test__1002176_www.eastofengland.org.uk/index.html ADDED
The diff for this file is too large to render. See raw diff
 
test__1002176_www.eastofengland.org.uk/resources/associations.css ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .featherlight .featherlight-content {
2
+ max-width: 1199px;
3
+ }
4
+
5
+ .bg-img {
6
+ padding-bottom: 75%;
7
+ margin: 0;
8
+ width: 100%;
9
+ background-size: contain;
10
+ background-repeat: no-repeat;
11
+ background-position: center;
12
+ border-top-left-radius: 2rem;
13
+ border-top-right-radius: 2rem;
14
+ background-color: #fff;
15
+ }
16
+
17
+ .asoc-filter {
18
+ margin: 0 15px;
19
+ margin-bottom: 2rem;
20
+ }
21
+
22
+ .asoc-alphabet {
23
+ display: flex;
24
+ justify-content: center;
25
+ margin: 0 15px;
26
+ flex-wrap: wrap;
27
+ margin-bottom: 2rem;
28
+ }
29
+
30
+ .asoc-grid {
31
+ margin-bottom: 3rem;
32
+ }
33
+
34
+ .col-asoc {
35
+ /* float: left; */
36
+ width: calc(25% - 30px);
37
+ margin: 0 15px 30px;
38
+ display: flex;
39
+ flex-direction: column;
40
+ justify-content: center;
41
+ align-items: center;
42
+ }
43
+
44
+ .grid-sizer {
45
+ width: 25%;
46
+ }
47
+
48
+ .asoc-card {
49
+ box-shadow: 3px 3px 5px 0 rgba(38,38,38,.15);
50
+ border-radius: 2rem;
51
+ width: 100%;
52
+ transition: all .3s;
53
+ position: relative;
54
+ }
55
+
56
+ .asoc-card:hover {
57
+ cursor: pointer;
58
+ transform: translate(5px, -5px);
59
+ }
60
+
61
+ .asoc-member {
62
+ line-height: 1.2;
63
+ text-align: center;
64
+ background: #f3c75d;
65
+ position: absolute;
66
+ top: -1rem;
67
+ right: -1rem;
68
+ padding: .5rem;
69
+ border-radius: 50%;
70
+ height: 4rem;
71
+ width: 4rem;
72
+ display: flex;
73
+ align-items: center;
74
+ justify-content: center;
75
+ font-size: .75rem;
76
+ font-weight: 600;
77
+ box-shadow: 3px 3px 5px 0 rgba(38,38,38,.15);
78
+ }
79
+
80
+ .asoc-btn {
81
+ background: #7cc242;
82
+ border: 1px solid #7cc242;
83
+ border-radius: 2rem;
84
+ padding: .5rem 2rem;
85
+ font-weight: 600;
86
+ text-transform: uppercase;
87
+ color: #fff;
88
+ margin-right: .5rem;
89
+ margin-bottom: .5rem;
90
+ transition: all .3s;
91
+ }
92
+
93
+ .asoc-alphabet .asoc-btn {
94
+ padding: .5rem;
95
+ margin: 0 .25rem .5rem;
96
+ border-radius: 50%;
97
+ min-width: 2rem;
98
+ min-height: 2rem;
99
+ color: #000;
100
+ background: #f3c75d;
101
+ border: 1px solid #f3c75d;
102
+ }
103
+
104
+ .asoc-btn.all-btn {
105
+ background: #66A334;
106
+ border: #66A334;
107
+ }
108
+
109
+ .asoc-btn:hover {
110
+ background: #151a2e;
111
+ border: 1px solid#151a2e;
112
+ cursor: pointer;
113
+ }
114
+
115
+ .asoc-alphabet .asoc-btn:hover {
116
+ color: #fff;
117
+ }
118
+
119
+ .asoc-title {
120
+ width: 100%;
121
+ background: #151a2e;
122
+ color: #fff;
123
+ text-align: center;
124
+ border-bottom-left-radius: 2rem;
125
+ border-bottom-right-radius: 2rem;
126
+ padding: .5rem 1rem;
127
+ min-height: 5rem;
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: center;
131
+ }
132
+
133
+ .asoc-title.corporate {
134
+ background: #5c0000;
135
+ }
136
+
137
+ .asoc-title.featured {
138
+ background: #32541a;
139
+ }
140
+
141
+ .asoc-content {
142
+ display: none;
143
+ }
144
+
145
+ .asoc-content ul {
146
+ margin-bottom: 1.5rem;
147
+ }
148
+
149
+ .asoc-socials a {
150
+ display: inline-flex;
151
+ background: #66a334;
152
+ justify-content: center;
153
+ align-items: center;
154
+ line-height: 1;
155
+ color: #fff;
156
+ transition: all .3s;
157
+ border-radius: 50%;
158
+ margin-right: .5rem;
159
+ }
160
+
161
+ .asoc-socials a:hover {
162
+ background: #151a2e;
163
+ }
164
+
165
+ .asoc-socials .fa {
166
+ line-height: 1;
167
+ font-size: 1.5rem;
168
+ height: auto;
169
+ width: 3rem;
170
+ line-height: 3rem;
171
+ }
172
+
173
+ @media(max-width: 999px) {
174
+ .col-asoc {
175
+ width: calc(50% - 30px);
176
+ }
177
+
178
+ .grid-sizer {
179
+ width: 50%;
180
+ }
181
+ }
182
+
183
+ @media(max-width: 690px) {
184
+ .col-asoc {
185
+ width: calc(100% - 30px);
186
+ }
187
+
188
+ .grid-sizer {
189
+ width: 100%;
190
+ }
191
+ }
test__1002176_www.eastofengland.org.uk/resources/cleantalk-email-decoder.min.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .apbct_dog_one,.apbct_dog_three,.apbct_dog_two{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:apbct_dog}.apbct-email-encoder,.apbct-email-encoder--settings_example_encoded{position:relative}.apbct-email-encoder-popup{width:30vw;min-width:400px;font-size:16px}.apbct-email-encoder--popup-header{font-size:16px;color:#333}.apbct-email-encoder-elements_center{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:16px!important;color:#000!important}.top-margin-long{margin-top:5px}.apbct-tooltip{display:none}.apbct-blur{filter:blur(5px);transition:filter 2s}.apbct-email-encoder.no-blur .apbct-blur{filter:none}.apbct-email-encoder-select-whole-email{-webkit-user-select:all;user-select:all}.apbct-email-encoder-got-it-button{all:unset;margin-top:10px;padding:5px 10px;border-radius:5px;background-color:#333;color:#fff;cursor:pointer;transition:background-color .3s}.apbct-ee-animation-wrapper{display:flex;height:60px;justify-content:center;font-size:16px;align-items:center}.apbct_dog{margin:0 5px;color:transparent;text-shadow:0 0 2px #aaa}.apbct_dog_one{animation-delay:0s}.apbct_dog_two{animation-delay:.5s}.apbct_dog_three{animation-delay:1s}@keyframes apbct_dog{0%,100%,75%{scale:100%;color:transparent;text-shadow:0 0 2px #aaa}25%{scale:200%;color:unset;text-shadow:unset}}@media screen and (max-width:782px){.apbct-email-encoder--settings_example_encoded{position:relative;display:block}.apbct-email-encoder-popup{width:20vw;min-width:200px;font-size:16px;top:20%;left:75%}.apbct-email-encoder-elements_center{flex-direction:column!important;text-align:center}}
test__1002176_www.eastofengland.org.uk/resources/cleantalk-public.min.css ADDED
@@ -0,0 +1 @@
 
 
1
+ #honeypot-field-url,.um-form input[type=text].apbct_special_field,.wc_apbct_email_id,input[class*=apbct].apbct_special_field,label[id*=apbct_label_id].apbct_special_field{display:none!important}.apbct-tooltip,.apbct-tooltip--text{border-radius:5px;background:#d3d3d3}.comment-form-cookies-consent{width:100%;overflow:hidden}.apbct-tooltip{display:none;position:inherit;margin-top:5px;left:5px;opacity:.9}.apbct-tooltip--text{position:sticky;padding:10px;width:max-content}.apbct-tooltip--arrow{position:absolute;background:#d3d3d3;width:10px;height:10px;top:-5px;left:10px;transform:rotate(135deg)}.apbct-trusted-text--div{font-size:small!important;display:inline-block;text-align:center;width:100%;margin-bottom:2pc}.apbct-trusted-text--center{font-size:small!important;display:block;text-align:center;width:100%;margin-bottom:2pc}.apbct-trusted-text--label{font-size:small!important;display:inline-block;text-align:center;width:100%;padding:5px 0}.apbct-trusted-text--label_left{font-size:small!important;display:inline-block;text-align:left;padding:5px 0}.apbct-trusted-text--span{display:inline-block}.apbct-popup-fade:before{content:'';background:#000;position:fixed;left:0;top:0;width:100%;height:100%;opacity:.7;z-index:9999}.apbct-popup{position:fixed;top:20%;left:50%;padding:20px;width:360px;margin-left:-200px;background:#fff;border:1px solid;border-radius:4px;z-index:99999;opacity:1}.apbct-iframe-preloader{width:48px;height:48px;border-radius:50%;position:relative;left:calc(50% - 27px);top:calc(50% - 27px);animation:apbctIframePreloaderRotate 1s linear infinite}.apbct-iframe-preloader-spin{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:6px solid #FFF;animation:apbctIframePreloaderPrixClipFix 2s linear infinite}.apbct-iframe-preloader-text{color:#fff;background:#000;display:block;width:100%;text-align:center;position:absolute;top:60%}.comments-area .comment-list article .comment-author{overflow:visible!important}@keyframes apbctIframePreloaderRotate{100%{transform:rotate(360deg)}}@keyframes apbctIframePreloaderPrixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}100%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.apbct-check_email_exist-bad_email,.apbct-check_email_exist-good_email,.apbct-check_email_exist-load{z-index:9999;margin:0 6px;transition:none!important;background-size:contain;background-repeat:no-repeat;background-position-x:right;background-position-y:center;cursor:pointer}.apbct-check_email_exist-load{background-size:contain;background-image:url(../css/images/checking_email.gif)}.apbct-check_email_exist-block{position:fixed;display:block}.apbct-check_email_exist-good_email{background-image:url(../css/images/good_email.svg)}.apbct-check_email_exist-bad_email{background-image:url(../css/images/bad_email.svg)}.apbct-check_email_exist-popup_description{display:none;position:fixed;padding:2px;border:1px solid #E5E8ED;border-radius:16px 16px 0;background:#FFF;background-position-x:right;font-size:14px;text-align:center;transition:all 1s ease-out}@media screen and (max-width:782px){.apbct-check_email_exist-popup_description{width:100%}}.ct-encoded-form{display:none}.ct-encoded-form-loader{display:block;width:48px;height:48px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:ct-encoded-form-loader-spin 1s linear infinite;margin:auto}@keyframes ct-encoded-form-loader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ct-encoded-form-forbidden{display:block;border:1px solid red;padding:10px;background:#fdd;color:red;font-weight:700}
test__1002176_www.eastofengland.org.uk/resources/embed-public.min.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .ead-loading-wrap{position:relative;height:100%}.ead-loading-main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#e4eaf1;height:100%;opacity:.5}.ead-loading{text-align:center;width:100%}.ead-loading span{display:block;font-size:14px;color:#74787d}.ead-loading img{margin:0 auto}.ead-loading-foot{position:absolute;left:0;bottom:0;right:0;padding:10px 20px 53px;font-size:14px;text-align:center}.ead-loading-foot .ead-loading-foot-title{margin:0 0 20px!important;color:#404347;font-size:14px;font-weight:700}.ead-loading-foot .ead-loading-foot-title span{display:block;margin-top:15px;font-size:14px;letter-spacing:0}.ead-loading-foot p{margin-bottom:0;color:#1a1f2a}.ead-loading-foot span{margin:0 10px}.ead-loading-foot .ead-document-btn{color:#1a1f2a;cursor:pointer;display:inline-block;text-decoration:underline}.ead-loading-foot .ead-document-btn:active{opacity:.5}.ead-loading-foot .ead-loading-foot-title img{margin:0 auto}.ead-loading-foot .ead-document-btn img{display:inline-block;vertical-align:middle;margin-right:2px}
test__1002176_www.eastofengland.org.uk/resources/eventon_dynamic_styles.css ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .eventon_events_list .eventon_list_event .desc_trig, .evopop_top{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,
2
+ .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
3
+ .evo_lightbox_content h3.evo_h3,
4
+ body .ajde_evcal_calendar h4.evo_h4,
5
+ .evo_content_in h4.evo_h4,
6
+ .evo_metarow_ICS .evcal_evdata_cell p a,
7
+ .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,
8
+ .eventon_list_event .evcal_desc span.evcal_event_title,
9
+ .evcal_desc span.evcal_desc2,
10
+ .evo_metarow_ICS .evcal_evdata_cell p a,
11
+ .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
12
+ .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,
13
+ .evo_clik_row .evo_h3,
14
+ .evotax_term_card .evotax_term_details h2,
15
+ .evotax_term_card h3.evotax_term_subtitle,
16
+ .ajde_evcal_calendar .evo_sort_btn,
17
+ .eventon_main_section #evcal_cur,
18
+ .ajde_evcal_calendar .calendar_header p.evo_month_title,
19
+ .ajde_evcal_calendar .eventon_events_list .evcal_month_line p,
20
+ .eventon_events_list .eventon_list_event .evcal_cblock,
21
+ .ajde_evcal_calendar .evcal_month_line,
22
+ .eventon_event .event_excerpt_in h3{font-family:roboto, 'arial narrow'}.ajde_evcal_calendar .eventon_events_list p,
23
+ .eventon_events_list .eventon_list_event .evcal_desc span,
24
+ .evo_pop_body .evcal_desc span,
25
+ .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
26
+ .evo_pop_body .evcal_desc span.evcal_event_subtitle,
27
+ .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,
28
+ .evo_pop_body .evcal_btn, .evcal_btn,
29
+ .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
30
+ .evo_pop_body .evo_event_headers.canceled,
31
+ .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
32
+ .evo_pop_body .evcal_list_a .evo_above_title span,
33
+ .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
34
+ #evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,
35
+ .evcal_evdata_row .evcal_evdata_cell p,
36
+ #evcal_list .eventon_list_event p.no_events,
37
+ .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
38
+ .evoGuideCall em,
39
+ .evo_cal_above span,
40
+ .ajde_evcal_calendar .calendar_header .evo_j_dates .legend,
41
+ .eventon_sort_line p, .eventon_filter_line p{font-family:'open sans', 'arial narrow'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em, .evo_lightboxes .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}
42
+ #evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock, .evo_lightboxes .evo_pop_body .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p,
43
+ .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
44
+ .evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p,
45
+ .evo_lightboxes .evcal_evdata_cell p a{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,
46
+ .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#85c8de}#eventon_loadbar_section, .evopop_top{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
47
+ .evo_lightboxes .evo_pop_body .evcal_desc span.evcal_desc2,{color:#6B6B6B}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#ffffff}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
48
+ .evo_lightboxes .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.eventon_fc_days .evo_fc_day{background-color:#ffffff;color:#d4d4d4;}.eventon_fc_days .evo_fc_day:hover{background-color:#fbfbfb;color:#9e9e9e;}.eventon_fc_days .evo_fc_day.has_events{background-color:#ffffff;color:#dfa872;}.eventon_fc_days .evo_fc_day.has_events:hover{background-color:#F5F5F5;color:#9e9e9e;}.eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus{background-color:#FFF3E7;color:#d4d4d4;}.eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus:hover{background-color:#fbfbfb;color:#9e9e9e;}.eventon_fc_daynames .evo_fc_day{color:#9e9e9e}.eventon_fc_daynames .evo_fc_day:hover{color:#d4d4d4}.eventon_fc_days .evo_fc_day.today:before{background-color:#ef9a93}.evofc_title_tip, .evoFC_tip{background-color:#808080;color:#f7f7f7;}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{
49
+ background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */
50
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
51
+ background: -webkit-linear-gradient(top, rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
52
+ background: -o-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
53
+ background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */
54
+ background: linear-gradient(to bottom, rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */
55
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
56
+ }
test__1002176_www.eastofengland.org.uk/resources/eventon_styles.css ADDED
@@ -0,0 +1,2684 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Primary Styles for EventON Calendar Front-end
3
+ * @version 2.5
4
+ */
5
+
6
+
7
+ /*-- transition --*/
8
+ #evcal_list .eventon_list_event .desc_trig,
9
+ .evcal_evdata_img,
10
+ .event_description .evcal_close,
11
+ .evcal_btn, .evo_sort_btn,
12
+ .calendar_header .evcal_arrows,
13
+ .desc_trig,
14
+ .ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after,
15
+ .evcal_desc .evcal_desc3 em.evocmd_button,
16
+ .evo_metarow_socialmedia a.evo_ss,
17
+ .evo_metarow_socialmedia a.evo_ss i,
18
+ .ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop
19
+ {
20
+ -webkit-transition: all .2s ease;
21
+ -moz-transition: all .2s ease;
22
+ -ms-transition: all .2s ease;
23
+ -o-transition: all .2s ease;
24
+ transition: all .2s ease;
25
+ }
26
+
27
+ /** General reusable styles **/
28
+ .mart5{margin-top:5px} .mart10{margin-top:10px} .mart15{margin-top:15px} .mart20{margin-top:20px} .mart25{margin-top:25px} .mart30{margin-top:30px} .mart40{margin-top:40px} .mart50{margin-top:50px}
29
+ .marb5{margin-bottom:5px} .marb10{margin-bottom:10px} .marb15{margin-bottom:15px} .marb20{margin-bottom:20px} .marb25{margin-bottom:25px} .marb30{margin-bottom:30px} .marb35{margin-bottom:35px} .marb40{margin-bottom:40px} .marb45{margin-bottom:45px} .marb50{margin-bottom:50px}
30
+ .padb5{padding-bottom:5px} .padb10{padding-bottom:10px} .padb15{padding-bottom:15px} .padb20{padding-bottom:20px} .padb25{padding-bottom:25px} .padb30{padding-bottom:30px} .padb40{padding-bottom:40px} .padb50{padding-bottom:50px}
31
+ .padt5{padding-top:5px} .padt10{padding-top:10px} .padt15{padding-top:15px} .padt20{padding-top:20px} .padt25{padding-top:25px} .padt30{padding-top:30px} .padt40{padding-top:40px} .padt50{padding-top:50px} .padt60{padding-top:60px}
32
+ .pad5{padding:5px} .pad10{padding:10px} .pad15{padding:15px} .pad20{padding:20px} .pad25{padding:25px}
33
+
34
+ .ttu{text-transform:uppercase}
35
+ .tar{text-align:right}
36
+ .tac{text-align:center}
37
+ .wid33{width:33.3%}
38
+ .wid66{width:66.6%}
39
+ .fleft{float:left}
40
+
41
+ /*-- calendar general styles --*/
42
+ .ajde_evcal_calendar {
43
+ width:100%; text-align: left; white-space:normal; position: relative;
44
+ color:#808080;
45
+ }
46
+ .ajde_evcal_calendar img, .evo_location_map img{ max-width:none; box-shadow:none!important; display: block;}
47
+ .ajde_evcal_calendar .gmnoprint img {max-width: none !important;}
48
+
49
+ .ajde_evcal_calendar > *{margin:0; padding:0}
50
+ .evcal_evdata_row .padt5{padding-top:5px;}
51
+ .evcal_evdata_row .padb10{padding-bottom:10px;}
52
+ .bordr{border-right:1px solid #cdcdcd}
53
+ #evcal_list .bordb{border-bottom:1px solid #e5e5e5}
54
+ .ajde_evcal_calendar a, .ajde_evcal_calendar a:hover{text-decoration:none; box-shadow:none; -webkit-box-shadow:none;}
55
+ .ajde_evcal_calendar ul, #evcal_list{list-style:none; padding:0; margin:0}
56
+ .ajde_evcal_calendar .eventon_list_event{margin-left:0px; list-style:none;}
57
+ .ajde_evcal_calendar strong{font-weight:normal }
58
+ .ajde_evcal_calendar .eventon_desc_in strong{font-weight:bold }
59
+ .eventon_desc_in img{max-width: 100%}
60
+
61
+ .ajde_evcal_calendar .eventon_events_list p{
62
+ padding:0;
63
+ margin-bottom: 5px;
64
+ /*margin-bottom:2px !important; */
65
+ margin-top:0px;
66
+ }
67
+
68
+ /* event details text */
69
+ .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{
70
+ font-style: normal;
71
+ font-size: 13px;
72
+ padding-left: 15px;
73
+ color: #808080;
74
+ }
75
+ .ajde_evcal_calendar .eventon_list_event .desc_trig_outter,
76
+ .ajde_evcal_calendar.eventon_single_event #evcal_list p.desc_trig_outter,
77
+ .eventon_events_list .desc_trig_outter, .desc_trig_outter a.evcal_list_a{margin: 0;}
78
+
79
+ /* general Fonts */
80
+ body .ajde_evcal_calendar h4.evo_h4, .evo_content_in h4.evo_h4{
81
+ color: #808080;
82
+ padding: 0px;
83
+ font-size: 14px;
84
+ font-style: normal;
85
+ margin: 0;
86
+ text-transform: uppercase;
87
+ font-weight: normal;
88
+ }
89
+
90
+ /* font styles */
91
+ .eventon_list_event .evcal_desc span.evcal_event_title,
92
+ .evo_metarow_ICS .evcal_evdata_cell p a,
93
+ .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
94
+ .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,
95
+ .evo_clik_row .evo_h3,
96
+ body .ajde_evcal_calendar h4.evo_h4,
97
+ .evo_content_in h4.evo_h4,
98
+ .eventon_main_section #evcal_cur,
99
+ .ajde_evcal_calendar .calendar_header p.evo_month_title,
100
+ .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
101
+ .evo_pop_body .evo_event_headers.canceled,
102
+ .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
103
+ .evo_pop_body .evcal_list_a .evo_above_title span,
104
+ .ajde_evcal_calendar .evcal_month_line p
105
+ {
106
+ font-weight: 700;
107
+ }
108
+ /* primary font */
109
+ .ajde_evcal_calendar .calendar_header p,
110
+ .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
111
+ .evo_lightbox_content h3.evo_h3,
112
+ body .ajde_evcal_calendar h4.evo_h4,
113
+ .evo_content_in h4.evo_h4,
114
+ .evo_metarow_ICS .evcal_evdata_cell p a,
115
+ .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,
116
+ .eventon_list_event .evcal_desc span.evcal_event_title,
117
+ .evcal_desc span.evcal_desc2,
118
+ .evo_metarow_ICS .evcal_evdata_cell p a,
119
+ .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
120
+ .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,
121
+ .evo_clik_row .evo_h3,
122
+ .evotax_term_card .evotax_term_details h2,
123
+ .evotax_term_card h3.evotax_term_subtitle,
124
+ .ajde_evcal_calendar .evo_sort_btn,
125
+ .eventon_main_section #evcal_cur,
126
+ .ajde_evcal_calendar .calendar_header p.evo_month_title,
127
+ .ajde_evcal_calendar .eventon_events_list .evcal_month_line p,
128
+ .eventon_events_list .eventon_list_event .evcal_cblock,
129
+ .ajde_evcal_calendar .evcal_month_line,
130
+ .eventon_event .event_excerpt_in h3
131
+ {
132
+ font-family: roboto,'arial narrow'
133
+ }
134
+ /* secondary */
135
+ .ajde_evcal_calendar .eventon_events_list p,
136
+ .eventon_events_list .eventon_list_event .evcal_desc span,
137
+ .evo_pop_body .evcal_desc span,
138
+ .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
139
+ .evo_pop_body .evcal_desc span.evcal_event_subtitle,
140
+ .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,
141
+ .evo_pop_body .evcal_btn, .evcal_btn,
142
+ .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
143
+ .evo_pop_body .evo_event_headers.canceled,
144
+ .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
145
+ .evo_pop_body .evcal_list_a .evo_above_title span,
146
+ .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
147
+ #evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,
148
+ .evcal_evdata_row .evcal_evdata_cell p,
149
+ #evcal_list .eventon_list_event p.no_events,
150
+ .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
151
+ .evoGuideCall em,
152
+ .evo_cal_above span,
153
+ .ajde_evcal_calendar .calendar_header .evo_j_dates .legend,
154
+ .eventon_sort_line p, .eventon_filter_line p
155
+ {
156
+ font-family: 'open sans',arial
157
+ }
158
+
159
+ .evopopclose, .evolbclose{
160
+ font-family: 'open sans',arial
161
+ }
162
+
163
+ /** eventON Button **/
164
+ .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,
165
+ .evo_lightbox .evcal_btn, .evcal_btn,
166
+ .evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn
167
+ {
168
+ font-weight: bold;
169
+ font-size: 14px;
170
+ display:inline-block;
171
+ padding:5px 12px;
172
+ /*margin-top:4px;*/
173
+ text-transform:uppercase;
174
+ text-decoration: none;
175
+ border-radius: 4px;
176
+ border:none;
177
+ color:#fff;
178
+ background: #f8c389;
179
+ font-style: normal;
180
+ cursor: pointer;
181
+ }
182
+ .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover,
183
+ .evo_pop_body .evcal_btn:hover, .evcal_btn:hover{
184
+ opacity:0.8; text-decoration: none;
185
+ }
186
+ .eventon_list_event .evo_btn_secondary, .evo_btn_secondary{
187
+ color:#fff;
188
+ font:bold 14px arial;
189
+ display:inline-block;
190
+ padding:3px 8px!important;
191
+ margin-top:4px;
192
+ text-transform:uppercase;
193
+ background-color:#d2d2d2;
194
+ cursor:pointer;
195
+ }
196
+ .eventon_list_event .evo_btn_secondary:hover, .evo_btn_secondary:hover{background-color:#bebebe; text-decoration:none}
197
+
198
+ /*-- event calendar head --*/
199
+ .ajde_evcal_calendar .calendar_header{
200
+ min-height:37px;
201
+ padding:0px;
202
+ margin:5px 0 4px;
203
+ position:relative;
204
+ -webkit-box-sizing: border-box;
205
+ -moz-box-sizing: border-box;
206
+ box-sizing: border-box;
207
+ }
208
+ .ajde_evcal_calendar .evo_layout_changer{
209
+ position: absolute;
210
+ right: 0; z-index: 3;
211
+ }
212
+ .ajde_evcal_calendar .evo_layout_changer i{margin-left: 5px; opacity: 0.3;cursor: pointer;}
213
+ .ajde_evcal_calendar .evo_layout_changer i:hover{opacity: 0.5;}
214
+ .ajde_evcal_calendar .evo_layout_changer i.on{opacity: 0.7;}
215
+
216
+ .ajde_evcal_calendar.ul .calendar_header{min-height:0; margin: 0;}
217
+
218
+ .ajde_evcal_calendar #evcal_prev{ margin-left: 15px;}
219
+ /*.ajde_evcal_calendar #evcal_prev .fa{ margin-left: -6px;}*/
220
+ .ajde_evcal_calendar #evcal_next{margin-left: 7px;}
221
+ /*.ajde_evcal_calendar #evcal_next .fa{margin-left: -4px;}*/
222
+ .ajde_evcal_calendar a#evcal_prev:hover{background-position:-5px -17px}
223
+ .ajde_evcal_calendar a#evcal_next:hover{background-position:-20px -17px}
224
+ .ajde_evcal_calendar .calendar_header p{
225
+ height:36px;line-height:36px;
226
+ margin:0 !important;font-size:36px;
227
+ font-weight:normal;
228
+ float:left; color:#ababab;
229
+ text-transform:uppercase;
230
+ padding-top:1px; padding-bottom:0px;
231
+ width: auto;
232
+ }
233
+ .ajde_evcal_calendar .calendar_header p.evo_cal_other_header{
234
+ font-weight: 700;
235
+ padding-bottom: 10px;
236
+ margin: 0px;
237
+ display: block;
238
+ line-height: 100%;
239
+ height: auto;
240
+ }
241
+ .ajde_evcal_calendar .calendar_header .evcal_arrows .fa{
242
+ font-size: 24px;
243
+ margin-top: 4px;
244
+ position: absolute;
245
+ left: 12px;
246
+ width: auto;
247
+ height: 100%;
248
+ line-height: 100%!important;
249
+ vertical-align: middle;
250
+ }
251
+ .ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color: #fff}
252
+ .ajde_evcal_calendar .calendar_header .evcal_arrows{
253
+ text-align: center;
254
+ float:left;
255
+ height:35px;
256
+ width:35px;
257
+ display:block;
258
+ cursor:pointer;
259
+ border:1px solid #e2e2e2;
260
+ border-radius: 50%;
261
+ color: #e2e2e2;
262
+ position: relative;
263
+ }
264
+ .ajde_evcal_calendar .calendar_header p.evo_arrows{float: left; }
265
+ .ajde_evcal_calendar .calendar_header p.evo_arrows.right{float: right; }
266
+ .ajde_evcal_calendar .calendar_header .evcal_arrows:hover{background-color: #e2e2e2;}
267
+
268
+ /* tool tips */
269
+ .evomb_section .evoGuideCall{
270
+ padding:0;
271
+ font-style:normal
272
+ }
273
+ #ajde_customization .evoGuideCall{
274
+ cursor: pointer;
275
+ padding:0;
276
+ display:inline-block;
277
+ background-color:#9d9d9d;
278
+ border-color:#9d9d9d;
279
+ color:#fff;
280
+ }
281
+
282
+ .evoGuideCall{
283
+ padding: 0;
284
+ margin-left:4px;
285
+ text-align: center;
286
+ background-color: #9d9d9d;
287
+ font-style: normal;
288
+ position: absolute;
289
+ cursor: pointer;
290
+ width: 13px;
291
+ height: 14px;
292
+ line-height: 110%;
293
+ border: 1px solid #9d9d9d;
294
+ opacity: 0.4;
295
+ font:11px 'times new roman';
296
+ border-radius:3px;
297
+ color:#fff;
298
+ }
299
+ .evoGuideCall:hover{
300
+ opacity:1; background-color:#828282;
301
+ }
302
+ .evoGuideCall:hover em{display:block}
303
+ .evoGuideCall em{
304
+ font-size: 11px;
305
+ display:none;
306
+ position: absolute;
307
+ left: -1px;
308
+ width: 200px;
309
+ background-color: #487e8a;
310
+ border-radius: 5px;
311
+ color: #fff;
312
+ padding: 8px;
313
+ bottom: 22px;
314
+ z-index: 900;
315
+ text-align:center
316
+ }
317
+ .evoGuideCall em a{color:#fff}
318
+ .evoGuideCall.L em{
319
+ right:-1px;
320
+ left:auto;
321
+ }
322
+ .evoGuideCall em:before{
323
+ content: "";
324
+ width: 0px;
325
+ height: 0px;
326
+ border-style: solid;
327
+ border-width: 9px 9px 0 0;
328
+ border-color: #487e8a transparent transparent transparent;
329
+ position: absolute;
330
+ bottom: -9px;
331
+ left: 5px;
332
+ }
333
+ .evoGuideCall.L em:before{
334
+ left:auto;
335
+ right:5px;
336
+ border-width: 0 9px 9px 0 ;
337
+ border-color: transparent #487e8a transparent transparent;
338
+ }
339
+ .evomb_header p span.evoGuideCall{
340
+ color:#fff;
341
+ }
342
+
343
+ /* Jumper */
344
+ .evo-jumper{margin-bottom: 5px; position: relative;}
345
+ .evo_cal_above{padding-bottom: 5px;}
346
+ .evo_cal_above span{
347
+ opacity: 0.4;
348
+ background-color: #ADADAD;
349
+ color: #fff;
350
+ font-size: 12px;
351
+ text-transform: uppercase;
352
+ display: inline-block;
353
+ padding: 3px 10px;
354
+ border-radius: 4px;
355
+ cursor: pointer;
356
+ margin-right: 4px;
357
+ }
358
+ .evo_cal_above span.evo-search{min-height:20px;}
359
+ .evo_cal_above span:hover{opacity: 1;}
360
+ .evo_j_container{
361
+ padding-top: 8px; padding-bottom: 8px; margin: 0;
362
+ }
363
+ .ajde_evcal_calendar .calendar_header .evo_j_dates{margin-bottom:5px;}
364
+ body .ajde_evcal_calendar .calendar_header .evo_j_dates .legend{
365
+ text-transform: uppercase;
366
+ color: #6e6e6e;
367
+ font-size: 12px;
368
+ padding:0px;
369
+ border-radius: 5px;
370
+ font-size: 12px;
371
+ color: #5d5d5d;
372
+ line-height: 100%;
373
+ height: auto;
374
+ background-color: transparent;
375
+ }
376
+ .ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{
377
+ background-color: #e6e6e6;
378
+ }.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{
379
+ background-color: #CFCFCF;color:#fff;
380
+ }.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{
381
+ background-color: #f79191;
382
+ color:#fff;
383
+ }
384
+ .ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{
385
+ padding:5px 10px;
386
+ display: inline-block;
387
+ cursor: pointer;
388
+ color: #a0a09f;
389
+ background-color: #f5f5f5;
390
+ margin: 0 5px 5px 0;
391
+ border-radius: 5px;
392
+ font-size: 13px; line-height: 18px;
393
+ font-family: roboto, 'arial narrow';
394
+ font-weight: bold;
395
+ text-align: center;
396
+ }
397
+ .ajde_evcal_calendar .calendar_header .evo_j_dates.evo_j_years .legend a{width: auto;}
398
+ .ajde_evcal_calendar .calendar_header .evo_j_months{position: relative; }
399
+
400
+ /* widget */
401
+ #evcal_widget .ajde_evcal_calendar .calendar_header .evo_j_dates .legend{
402
+ font-size: 10px;}
403
+ #evcal_widget #evcal_head .evo_j_dates .legend a{
404
+ padding:4px;
405
+ font-size:9px;
406
+ min-width: 15px
407
+ }
408
+ #evcal_widget .event_description .evo_metarow_time_location .evcal_col50{
409
+ display: block; width: 100%;
410
+ border-right:none;
411
+ }
412
+
413
+ /*-- sort bar --*/
414
+ .eventon_sorting_section{
415
+ margin:5px 0;
416
+ padding:8px 0 7px;
417
+ border-top:1px solid #F0F0F0;
418
+ border-bottom:1px solid #F0F0F0;
419
+ }
420
+
421
+ .eventon_sort_line .evs, .eventon_sort_line .evs_3 p, .eventon_sf_field, .eventon_filter_selection{
422
+ float:left; margin-right:5px;
423
+ position:relative;
424
+ }
425
+
426
+ .eventon_sort_line .eventon_sf_cur_val, .eventon_sort_line .evs_3, .evs_sec_list p{cursor:pointer;}
427
+ .eventon_sort_line .eventon_sf_cur_val p, .eventon_filter_line .filtering_set_val{color:#606060}
428
+ .eventon_sort_line .evs_3 p:hover{color:#b8b8b8}
429
+ .eventon_sort_line .eventon_sortbar_selection .evs_hide{display:none}
430
+ .eventon_sort_line .eventon_sortval_for_dropdown, .eventon_filter_line .filtering_set_val, .eventon_sort_line .eventon_sf_cur_val p{
431
+ cursor:pointer;
432
+ /*background:url(../images/select_icon.png) center right no-repeat;*/
433
+ background-color:#bbbbbb;
434
+ padding:1px 6px;
435
+ border-radius:4px;
436
+ color:#fff;
437
+ font-style: italic;
438
+ }
439
+ .eventon_filter_line .filtering_set_val i.fa{margin-right: 5px;}
440
+ .eventon_filter_line .filtering_set_val:hover{background-color: #a5a5a5;}
441
+ .eventon_filter_line .eventon_sf_field p{padding:1px 0;}
442
+
443
+ .eventon_sort_line p, .eventon_filter_line p, .eventon_sf_field p{
444
+ color:#A8A8A8;
445
+ padding:0; margin:0;
446
+ text-transform:uppercase; font-size:11px;
447
+ }
448
+
449
+
450
+ .eventon_filter_dropdown{
451
+ position:absolute;
452
+ margin-top: 5px;
453
+ background-color:#fff;
454
+ border:1px solid #d9d9d9;
455
+ z-index:500;
456
+ -webkit-box-shadow: 0px 0px 3px #d9d9d9;
457
+ box-shadow: 0px 0px 3px #d9d9d9;
458
+ border-radius:4px;
459
+ overflow: none;
460
+ min-width: 150px
461
+ }
462
+ .eventon_filter_dropdown p{
463
+ border-bottom:1px solid #d9d9d9;
464
+ padding:5px;
465
+ line-height:130%;
466
+ margin:0;
467
+ cursor:pointer;
468
+ display:block;
469
+ border-left:2px solid transparent;
470
+ color: #929292;
471
+ position: relative;
472
+ }
473
+ .eventon_filter_dropdown p:hover{
474
+ background-color:#f7f7f7;
475
+ color:#606060;
476
+ border-left-color:#C7C7C7;
477
+ }
478
+ .eventon_filter_dropdown p.has_icon{padding-left: 30px;}
479
+ .eventon_filter_dropdown p i.fa{display: block; position: absolute; left: 5px; }
480
+
481
+ .ajde_evcal_calendar .evo_sort_btn{
482
+ height:15px; width:auto;
483
+ font-style: italic;
484
+ font-size:12px;
485
+ text-transform:uppercase;
486
+ cursor:pointer;
487
+ border-bottom:none;
488
+ color:#808080;
489
+ }
490
+
491
+ .eventon_filter_line.selecttype .eventon_filter .eventon_sf_field p{display: none;}
492
+ .eventon_filter_line.selecttype .eventon_filter .eventon_filter_selection{margin: 0;}
493
+ .eventon_filter_line.selecttype .eventon_filter{margin-right: 5px;}
494
+ .eventon_sorting_section p.evo_filter_submit{
495
+ margin: 0;
496
+ color: #ffffff;
497
+ background-color: #237dbd;
498
+ padding: 1px 8px;
499
+ border-radius: 5px;
500
+ cursor: pointer;
501
+ display: block; float: left;
502
+ font-size: 11px;
503
+ text-transform: uppercase;
504
+ }
505
+
506
+ /* 2.2.10 */
507
+ .ajde_evcal_calendar .eventon_sort_line{
508
+ padding-top: 1px;
509
+ padding-bottom: 1px;
510
+ padding-right: 10px;
511
+ float: left;
512
+ }
513
+ .evo_sortby{
514
+ display: block;
515
+ float: left;
516
+ margin-right: 10px;
517
+ }
518
+ .evo_srt_sel{
519
+ position: relative;
520
+ display: block;
521
+ float: left;
522
+ }
523
+ .evo_srt_sel p.fa:after{
524
+ content:"\f0d7";
525
+ position: absolute;
526
+ top: 2px;
527
+ right: 0;
528
+ color: #B6B6B6;
529
+ font-size: 12px;
530
+ font-family: evo_FontAwesome;
531
+ }
532
+ .evo_srt_sel p.fa{
533
+ cursor: pointer;
534
+ position: relative;
535
+ line-height: normal;
536
+ padding-right: 13px;
537
+ display: inherit;
538
+ }
539
+ .evo_srt_sel p.fa.onlyone{cursor: default;}
540
+ .evo_srt_sel p.fa.onlyone:after{content:"";}
541
+ .evo_srt_options{
542
+ display: none;
543
+ position: absolute;
544
+ border: 1px solid #d9d9d9;
545
+ background-color: #fff;
546
+ z-index: 800;
547
+ -webkit-box-shadow: 0px 0px 3px #d9d9d9;
548
+ box-shadow: 0px 0px 3px #d9d9d9;
549
+ border-radius: 4px;
550
+ margin-top: 5px;
551
+ }
552
+ .evo_srt_options p{
553
+ border-bottom: 1px solid #d9d9d9;
554
+ border-left:2px solid transparent;
555
+ padding: 5px;
556
+ line-height: 100%;
557
+ margin: 0;
558
+ cursor: pointer;
559
+ display: block;
560
+ }
561
+ .evo_srt_options p.evs_hide, .eventon_filter_dropdown p.evf_hide{display: none;}
562
+ .evo_srt_options p:hover{background-color:#f7f7f7;color:#606060;border-left-color:#C7C7C7;}
563
+ .ajde_evcal_calendar .eventon_sort_line, .eventon_filter_line{
564
+ padding-left:0px;
565
+ position:relative;
566
+ margin:0;
567
+ float: left;
568
+ }
569
+ .eventon_sorting_section .eventon_sort_line+.eventon_filter_line{
570
+ border-left:1px solid #c4c4c4; padding-left: 10px;
571
+ }
572
+ .eventon_filter_line .eventon_filter{
573
+ display: block;
574
+ float: left;
575
+ margin-right: 10px;
576
+ }
577
+ .evo_fc_widget .eventon_filter_line{
578
+ padding-left: 0;
579
+ border-left: none;
580
+ }
581
+
582
+
583
+ /* shortcode based cal alterations */
584
+ .ajde_evcal_calendar.het .evcal_cblock .evo_end{display: none;}
585
+
586
+ /* single event box */
587
+ .eventon_event .eventon_events_list{
588
+ border-top:1px solid #e5e5e5;
589
+ }
590
+ .eventon_event .evcal_list_a .evo_month{
591
+ display:block;
592
+ font-style:normal;
593
+ font-size:13px;
594
+ font-weight:300;
595
+ text-transform:uppercase;
596
+ line-height:130%;
597
+ }
598
+ .eventon_event .event_excerpt_in{
599
+ padding:20px;
600
+ border-left:1px solid #e5e5e5;
601
+ background-color:#f9f9f9;
602
+ }
603
+ .eventon_event .event_excerpt_in h3{
604
+ font-weight: 700;
605
+ font-size: 16px;
606
+ color:#6B6B6B;
607
+ text-transform:uppercase;
608
+ margin: 0;
609
+ }
610
+ .eventon_event .event_excerpt_in p{
611
+ font-size:12px;
612
+ color:#a0a0a0
613
+ }
614
+ .noaction.eventon_events_list .desc_trig{cursor: default;}
615
+ /*-- event loading --*/
616
+ #eventon_loadbar{
617
+ height:5px;
618
+ width: 100%; border-radius: 10px; margin:10px 0;
619
+ background-color:#efefef;
620
+ display: none;
621
+ position: relative;
622
+ overflow: hidden;
623
+ }
624
+ @keyframes fontbulger {
625
+ 0% {
626
+ left: 0%;margin-left: -50px
627
+ }
628
+ 100% {
629
+ left: 100%; margin-left: -50px
630
+ }
631
+ }
632
+ #eventon_loadbar:before{
633
+ content:"";
634
+ width: 100px;
635
+ height: 100%;
636
+ display: block;
637
+ background-color: #f5b87a;
638
+ position: absolute;
639
+ left: 0;
640
+ animation-name: fontbulger;
641
+ animation-duration: 0.7s; /* or: Xms */
642
+ animation-iteration-count: infinite;
643
+ animation-direction: alternate; /* or: normal */
644
+ animation-timing-function: ease-in-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
645
+ animation-fill-mode: none; /* or: backwards, both, none */
646
+ animation-delay: 0s; /* or: Xms */
647
+ }
648
+ #eventon_loadbar_section{height:auto; width:100%; margin-top: 6px;}
649
+
650
+ .evoloadbar:before{
651
+ content: "";
652
+ display: block;
653
+ height: 5px;
654
+ width: 100%;
655
+ background-color: rgba(255, 255, 255, 0.7);
656
+ position: absolute;
657
+ top: 0;
658
+ left: 0;
659
+ height: 100%;
660
+ z-index: 3;
661
+ border-bottom: 5px solid #efefef;
662
+ }
663
+ .evoloadbar:after{
664
+ content:"";
665
+ width: 100px;
666
+ height: 5px;
667
+ display: block;
668
+ background-color: #f5b87a;
669
+ position: absolute;
670
+ left: 0; top: 0;
671
+ z-index: 4;
672
+ animation-name: fontbulger;
673
+ animation-duration: 0.7s; /* or: Xms */
674
+ animation-iteration-count: infinite;
675
+ animation-direction: alternate; /* or: normal */
676
+ animation-timing-function: ease-in-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
677
+ animation-fill-mode: none; /* or: backwards, both, none */
678
+ animation-delay: 0s; /* or: Xms */
679
+ }
680
+ .evoloadbar.bottom:before{bottom: 0;top: auto;}
681
+ .evoloadbar.bottom:after{bottom: 0;top: auto;}
682
+
683
+ /*-- event list -- single event line --*/
684
+ #evcal_list .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc{
685
+ padding-left:150px;
686
+ }
687
+ #evcal_list .eventon_list_event p.no_events{
688
+ padding:8px 12px;
689
+ border-left:1px solid #cdcdcd;
690
+ font-style:italic;
691
+ font-size:13px;
692
+ margin-bottom:0;
693
+ }
694
+
695
+ /* extra <p> addition fix */
696
+ /* @added 2.5.3 */
697
+ #evcal_list .eventon_list_event a.desc_trig,
698
+ #evcal_list p {display: none;}
699
+ #evcal_list .eventon_list_event .event_description p,
700
+ #evcal_list .eventon_list_event p a.desc_trig,
701
+ #evcal_list .eventon_list_event p.desc_trig_outter,
702
+ #evcal_list p.no_events,
703
+ #evcal_list .evose_repeat_header p,
704
+ #evcal_list .evcal_month_line p
705
+ {display: block;}
706
+
707
+ /*-- event list --*/
708
+ #evcal_list{
709
+ border-right:1px solid #e5e5e5;
710
+ border-bottom:1px solid #e5e5e5;
711
+ border-top:1px solid #e5e5e5;
712
+ border-radius: 5px;
713
+ overflow: hidden;
714
+ }
715
+ .ajde_evcal_calendar .eventon_events_list .eventon_list_event{
716
+ margin-left:0; margin-bottom:0;
717
+ padding:0px; overflow:hidden; position:relative;
718
+ list-style-type:none;
719
+ }
720
+ .eventon_events_list .eventon_list_event .desc_trig{cursor:pointer}
721
+ .eventon_events_list .eventon_list_event .desc_trig:hover{
722
+ background-color:#fdfdfd;
723
+ border-left-width:7px
724
+ }
725
+ .eventon_events_list .eventon_list_event a{
726
+ text-decoration: none;
727
+ border-bottom:none;
728
+ color:#808080;
729
+ }
730
+ .eventon_events_list .eventon_list_event .evcal_list_a:after{
731
+ content:"";
732
+ width:100%;
733
+ height:1px;
734
+ background-color: #e5e5e5;
735
+ position: absolute;
736
+ bottom: 0;
737
+ display: block;
738
+ }
739
+ .eventon_events_list .eventon_list_event .evcal_list_a{
740
+ display:block; width:100%;position:relative;
741
+ padding:15px 0 20px;
742
+ overflow:hidden;
743
+ border-left-width:3px;
744
+ border-left-style:solid;
745
+ min-height:63px;
746
+ border-bottom:none;
747
+ float:none;
748
+ }
749
+ .eventon_events_list .eventon_list_event .evcal_list_a.featured_event{
750
+ background-color: #F9ECE4;
751
+ }
752
+ /*.eventon_events_list .eventon_list_event .evcal_list_a.featured_event span.evcal_event_title:before{
753
+ content:"\f005";
754
+ display: inline-block;
755
+ font-family: 'evo_FontAwesome';
756
+ font-style: normal;
757
+ font-weight: normal;
758
+ line-height: 1;
759
+ -webkit-font-smoothing: antialiased;
760
+ -moz-osx-font-smoothing: grayscale;
761
+ width: 12px;
762
+ padding-right: 8px; color:#ffc33b;
763
+ }*/
764
+ .eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{
765
+ background-color: #FAE4D7;
766
+ }
767
+ .eventon_events_list .eventon_list_event .evcal_list_a.completed-event .evcal_event_title{text-decoration: line-through;}
768
+
769
+ .eventon_events_list a, .eventon_events_list a:hover{
770
+ text-decoration:none;
771
+ box-shadow:none; -webkit-box-shadow:none;
772
+ }
773
+
774
+
775
+ .ajde_evcal_calendar .clear, .evo_lightbox .clear{clear:both; height:0px;margin:0;padding: 0;display: block;}
776
+ .eventon_events_list .eventon_list_event .evcal_cblock, .evo_pop_body .evcal_cblock{
777
+ background-color:transparent !important;
778
+ color:#808080;
779
+ font-size:30px;
780
+ padding:0px 8px 2px 13px;
781
+ font-weight:bold;
782
+ position:absolute;
783
+ line-height:110%;
784
+ min-height:30px;
785
+ margin:0 6px 0 0;
786
+ left: 0;
787
+ }
788
+ .eventon_events_list .eventon_list_event .evcal_cblock.mnl, .evo_pop_body .evcal_cblock.mnl{display: none;}
789
+ .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock, .evo_pop_body .hasFtIMG .evcal_cblock{
790
+ left:90px;
791
+ }
792
+
793
+ /*sep month event list */
794
+ #evcal_list.sepmonths .evcal_month_line p{border-bottom:none;}
795
+ #evcal_list.sepmonths{border-top:none;}
796
+ #evcal_list .sep_month_events{
797
+ border-top:1px solid #e5e5e5;
798
+ border-radius: 5px;
799
+ overflow: hidden;
800
+ }
801
+
802
+ /* eventtop date info */
803
+ .evcal_cblock .evo_start{
804
+ float: left;
805
+ font-size: 30px;
806
+ clear:both;
807
+ }
808
+ .evcal_cblock .evo_end{
809
+ float: left;
810
+ padding-left: 8px;
811
+ font-size: 14px;
812
+ position: relative;
813
+ }
814
+ .ajde_evcal_calendar .eventon_events_list .allday .evcal_cblock .evo_end {display: none;} /* all day event hide end time*/
815
+ .evcal_cblock .evo_end:before{
816
+ background-color: #ABABAB;
817
+ height: 2px;
818
+ width: 4px;
819
+ content:"";
820
+ position: absolute;
821
+ display: block;
822
+ left: 0px; top: 50%;
823
+ }
824
+ .evcal_cblock .evo_start em.month,
825
+ .evcal_cblock .evo_end em.month,
826
+ .evcal_cblock .evo_start em.day{
827
+ font-size: 11px; font-weight: normal;display: block;
828
+ }
829
+ .evcal_cblock .evo_end em.month{font-size: 8px;}
830
+ .evcal_cblock .evo_end em.year{font-size: 8px;}
831
+ .evcal_cblock em.time{font-size: 10px;}
832
+ .evcal_cblock .year{font-size: 10px; display: block;line-height: 10px; opacity: 0.7;}
833
+ .evcal_cblock .time, .evcal_cblock .evo_end.only_time{display: none;}
834
+
835
+ /* cancelled events */
836
+ .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
837
+ .evo_pop_body .evo_event_headers.canceled,
838
+ .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
839
+ .evo_pop_body .evcal_list_a .evo_above_title span
840
+ {
841
+ background-color: #F79191;
842
+ font-size: 12px;
843
+ color: #fff;
844
+ display: inline-block;
845
+ border-radius: 5px;
846
+ padding: 3px 9px;
847
+ margin-bottom: 4px;
848
+ text-transform: uppercase;
849
+ margin-right:5px;
850
+ }
851
+
852
+ .eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{
853
+ background: repeating-linear-gradient(
854
+ 45deg,#FDF2F2, #FDF2F2 10px, rgba(250,250,250,0.5) 10px, rgba(250,250,250,0.5) 20px
855
+ );
856
+ }
857
+ .eventon_events_list .eventon_list_event .evcal_cblock em,
858
+ .evo_pop_body .evcal_cblock em{
859
+ font-style:normal;
860
+ text-transform:uppercase;
861
+ line-height:110%;
862
+ }
863
+ .evcal_cblock .evo_end em.day{display: block; font-size: 8px; font-weight: normal;}
864
+ .eventon_events_list .eventon_list_event .evcal_cblock em.evo_date,
865
+ .evo_pop_body .evcal_cblock em.evo_date{
866
+ display:block;
867
+ }
868
+ .eventon_events_list .eventon_list_event .evcal_cblock em.evo_year,
869
+ .evo_pop_body .evcal_cblock em.evo_year{
870
+ font-size: 10px; display: block; line-height: 10px; opacity: 0.7;
871
+ }
872
+ .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day, .evo_pop_body .evcal_cblock em.evo_day{
873
+ font-size:8px;font-weight:normal;
874
+ display:block; float:left; padding-right:6px;
875
+ }
876
+ .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day{color:#B7B7B7;margin-bottom: 3px;}
877
+ .EvcalWidget .eventon_events_list .evcal_cblock .evo_date em.evo_day, .widget .eventon_events_list .evcal_cblock .evo_date em.evo_day{
878
+ padding-bottom: 3px;
879
+ }
880
+ .eventon_events_list .eventon_list_event .ev_ftImg{
881
+ background-repeat:no-repeat;
882
+ width: 75px;
883
+ height: 65%;max-height: 75px;
884
+ position: absolute;
885
+ margin:auto 0 auto 10px;
886
+ -webkit-background-size: cover;
887
+ -moz-background-size: cover;
888
+ -o-background-size: cover;
889
+ background-size: cover;
890
+ background-position:top center;
891
+ display: block;
892
+ border-radius: 5px;
893
+ }
894
+
895
+ .eventon_events_list .eventon_list_event .evcal_cblock span, .evo_pop_body .evcal_cblock span{
896
+ line-height:100%;vertical-align:super}
897
+
898
+ .evcal_cblock .evo_date .start{
899
+ float: left;font-size: 30px; clear:both;
900
+ }
901
+ .evcal_cblock .evo_date .start em, .evcal_cblock .evo_date .end em{
902
+ font-size: 11px; font-weight: normal;display: block;margin-left: 6px;}
903
+ .evcal_cblock .evo_date .start em{margin-left: 0; margin-top: 3px;}
904
+ .evcal_cblock .evo_date .end em{font-size: 8px; margin-top: 3px;}
905
+ .evcal_cblock .evo_date .end{
906
+ float: left; margin-left: 4px; font-size: 14px; }
907
+
908
+ /* time */
909
+ .evcal_cblock .evo_time span.start, .evcal_cblock .evo_time span.end{
910
+ float: left;font-size: 14px; clear:both;
911
+ font-weight: normal;
912
+ padding-top: 4px;
913
+ }
914
+ .evcal_cblock .evo_time .evo_day.end{clear: both;padding-top: 5px; }
915
+ .ajde_evcal_calendar #evcal_list .evcal_cblock .evo_time{display: none;}
916
+
917
+ #evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.start{font-size: 12px;}
918
+ #evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.end{font-size: 11px;}
919
+
920
+ .eventon_events_list .eventon_list_event .evcal_desc, .evo_pop_body .evcal_desc, #page-content p.evcal_desc{
921
+ margin-left:5px;
922
+ padding:3px 15px 0 80px; margin-bottom:0px; top: 0;
923
+ display: block;
924
+ }
925
+ .evo_pop_body .evcal_desc.mnl,.evo_pop_body .evcal_desc.yrl{padding-left: 10px;}
926
+ .eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc, .evo_pop_body .hasFtIMG .evcal_desc{
927
+ padding-left:170px;
928
+ }
929
+ .eventon_events_list .eventon_list_event .no_val.hasFtIMG .evcal_desc{ padding-left: 95px}
930
+ .eventon_events_list .eventon_list_event .no_val .evcal_cblock{display: none;}
931
+ .eventon_events_list .eventon_list_event .no_val .evcal_desc, #evcal_widget .eventon_events_list .eventon_list_event .no_val .evcal_desc{
932
+ padding-left: 10px;
933
+ }
934
+
935
+ .eventon_events_list .eventon_list_event .evcal_desc span,
936
+ .evo_pop_body .evcal_desc span{
937
+ display:block;
938
+ color:#262626;
939
+ }
940
+ .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3 > *,
941
+ .evo_pop_body .evcal_desc .evcal_desc3 > *{
942
+ display: inline-block;
943
+ }
944
+
945
+ /* eventtop tags */
946
+ .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span,
947
+ .evo_pop_body .evcal_desc span.evo_above_title span{
948
+ display: inline-block;color: #fff;
949
+ background-color: #F79191;
950
+ border-radius: 5px;
951
+ padding: 3px 9px;
952
+ margin-bottom: 4px;
953
+ text-transform: uppercase;
954
+ font-size: 12px;
955
+ }
956
+ .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured,
957
+ .evo_pop_body .evcal_desc span.evo_above_title span.featured{
958
+ background-color: #ffcb55
959
+ }
960
+ .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,
961
+ .evo_pop_body .evcal_desc .evcal_desc_info{
962
+ font-size:11px;line-height:120%;
963
+ padding-bottom:2px;
964
+ opacity:0.7
965
+ }
966
+ .eventon_list_event:hover .evcal_desc .evcal_desc_info{opacity:1}
967
+
968
+ .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evo_pop_body .evcal_desc span.evcal_desc2{
969
+ color:#808080;
970
+ text-transform:uppercase;
971
+ font-size:22px
972
+ }
973
+ .evo_pop_body .evcal_desc span.evcal_desc2{line-height: 130%;}
974
+ .evcal_desc .evcal_desc3{min-height:14px;}
975
+ .evcal_desc .evcal_desc3 em{
976
+ font-size: 11px;
977
+ line-height: 110%;
978
+ color: #797979;
979
+ float:left; display:block;
980
+ padding-right:6px;
981
+ }
982
+ .evcal_desc .evcal_desc3 em i{color:#c8c8c8 }
983
+ .evcal_desc .evcal_desc3 span.evcal_event_types em i.fa{margin-right: 6px;}
984
+ .evcal_desc .evcal_cmd i.fa{margin-right: 5px;}
985
+
986
+ .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{
987
+ color: #808080;
988
+ text-transform: uppercase;
989
+ font-size: 16px;
990
+ }
991
+ .editEventBtnET{cursor:pointer; margin-left: 5px; }
992
+ .editEventBtnET:hover{opacity: 0.5;}
993
+
994
+ /* show more events button */
995
+ .eventon_events_list .evoShow_more_events:hover{opacity: 0.7}
996
+ .eventon_events_list .evoShow_more_events{
997
+ text-align: center;
998
+ background-color: #e5e5e5;
999
+ color: #929292;
1000
+ text-transform: uppercase;
1001
+ cursor: pointer;
1002
+ font-size: 14px;
1003
+ padding: 5px 0;
1004
+ margin: 0;
1005
+ }
1006
+
1007
+ /* featured event */
1008
+ .eventon_events_list .ft_event.evcal_list_a .evcal_desc .evcal_event_title{
1009
+ font-size:20px;
1010
+ font-weight:400;
1011
+ }
1012
+ .eventon_events_list .ft_event.evcal_list_a{
1013
+ background-color:#f9f9f9;
1014
+ }
1015
+ .eventon_events_list .eventon_list_event a.ft_event .evcal_cblock em.evo_date{
1016
+ color:#6b6b6b
1017
+ }
1018
+ .eventon_events_list .eventon_list_event .evcal_desc em, .evo_pop_body .evcal_desc em{
1019
+ font-weight:normal;
1020
+ margin-bottom:3px;
1021
+ }
1022
+ .eventon_events_list .eventon_list_event .evcal_desc em.evcal_alldayevent_text{
1023
+ text-transform: capitalize;
1024
+ }
1025
+ /* eventtop button custom field */
1026
+ .evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{
1027
+ padding:4px 6px;
1028
+ border-radius: 5px;
1029
+ background-color:#237dbd;
1030
+ color:#fff;
1031
+ cursor: pointer;
1032
+ display: inline-block;
1033
+ }
1034
+ .evcal_desc .evcal_desc3 em.evocmd_button:hover{opacity: 0.5;}
1035
+
1036
+ /* date and location fields on event top */
1037
+ .eventon_events_list .eventon_list_event .evcal_desc .evcal_location,
1038
+ .evo_pop_body .evcal_desc .evcal_location,
1039
+ .eventon_events_list .eventon_list_event .evcal_desc .evcal_time,
1040
+ .evo_pop_body .evcal_desc .evcal_time{
1041
+ font-style:normal;
1042
+ padding-left:15px;
1043
+ margin-right:5px;
1044
+ position: relative;
1045
+ display: inline-block;
1046
+ }
1047
+ /*.evcal_desc .evcal_time{text-transform: capitalize;}*/
1048
+ .evcal_location .event_location_name{font-style:normal;}
1049
+ .eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before,
1050
+ .evo_pop_body .evcal_desc em.evcal_time::before{
1051
+ content:"\f017";
1052
+ }
1053
+ .eventon_events_list .eventon_list_event .evcal_desc .evcal_location, .evo_pop_body .evcal_desc .evcal_location{
1054
+ display: inline-block;
1055
+ }
1056
+ .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before,
1057
+ .evo_pop_body .evcal_desc em.evcal_location::before{
1058
+ content:"\f041";
1059
+ }
1060
+ .eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before,
1061
+ .evo_pop_body .evcal_desc em.evcal_time::before,
1062
+ .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before,
1063
+ .evo_pop_body .evcal_desc em.evcal_location::before{
1064
+ position: absolute;
1065
+ left: 0; top: 3px;
1066
+ display: inline-block;
1067
+ font-family: 'evo_FontAwesome';
1068
+ font-style: normal;
1069
+ font-weight: normal;
1070
+ line-height: 1;
1071
+ -webkit-font-smoothing: antialiased;
1072
+ -moz-osx-font-smoothing: grayscale;
1073
+ }
1074
+
1075
+ .eventon_events_list .eventon_list_event .event_description{
1076
+ background-color:#eaeaea;
1077
+ border-left:1px solid #e5e5e5;
1078
+ position:relative
1079
+ }
1080
+ .eventon_events_list .eventon_list_event .event_description, .eventon_events_list .eventon_list_event .event_description .evcal_desc_top{
1081
+ border-bottom:1px solid #e5e5e5}
1082
+ .eventon_events_list .eventon_list_event .event_description p{float:none;}
1083
+ .eventon_events_list .eventon_list_event .event_description .evcal_eventbrite, .eventon_events_list .eventon_list_event .event_description .evcal_desc_top{padding:5px 8px;margin-top:4px;}
1084
+ .event_description p{font-family:arial}
1085
+
1086
+ /*-- input fields --*/
1087
+ #evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput{
1088
+ padding:2px 5px;
1089
+ border:1px solid #ddd;
1090
+ color:#888;
1091
+ font-style: italic;
1092
+ font-size: 13px;
1093
+ background-color: transparent;
1094
+ }
1095
+
1096
+ /* event card */
1097
+ body .evorow.loading:before, body .evorow.evoloading:before, body .evoloading:before{
1098
+ content: "";
1099
+ background: url(../images/evo-loader.gif) rgba(245, 245, 245, 0.71) center center no-repeat;
1100
+ position: absolute;
1101
+ top: 0;
1102
+ left: 0;
1103
+ width: 100%;
1104
+ height: 100%;
1105
+ z-index: 50;
1106
+ display: block;
1107
+ }
1108
+ body .evorow.loading, body .evorow.evoloading, body .evoloading{position: relative;}
1109
+
1110
+
1111
+ /*-- gmap --*/
1112
+ .evo_metarow_gmap img { /*max-height: none; */}
1113
+ #evcal_list .eventon_list_event .event_description .evcal_gmaps {
1114
+ margin-top: 0px;width:100%; height:200px;
1115
+ max-width: none;
1116
+ }
1117
+ .evo_pop_body .evcal_gmaps * {max-width: none;}
1118
+ #evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{
1119
+ padding:0px;
1120
+ background-color: #fff;
1121
+ }
1122
+ #evcal_list .evorow.getdirections form, .evo_pop_body .evorow.getdirections form{margin: 0;}
1123
+ #evcal_list .evorow.getdirections p, .evo_pop_body .evorow.getdirections p{
1124
+ position:relative;
1125
+ margin:0;
1126
+ overflow: hidden;
1127
+ }
1128
+ #evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{
1129
+ width:100%;
1130
+ font-size: 16px;
1131
+ border: none;
1132
+ padding: 8px 20px;
1133
+ margin: 0;
1134
+ }
1135
+ #evcal_list .evorow.getdirections .evcalicon_9, .evo_pop_body .evorow.getdirections .evcalicon_9{
1136
+ display:inline-block;
1137
+ cursor:pointer;
1138
+ position:absolute;
1139
+ right:0;
1140
+ top:0;
1141
+ border:none;
1142
+ color: #858585;
1143
+ font-size: 18px;
1144
+ background: transparent;
1145
+ height: 100%;
1146
+ }
1147
+ #evcal_list .evorow.getdirections .evcalicon_9:hover, .evo_pop_body .evorow.getdirections .evcalicon_9:hover{
1148
+ opacity: 0.7
1149
+ }
1150
+
1151
+ /*-- event other data --*/
1152
+ .evcal_evdata_row .evcal_evdata_custometa_icons{
1153
+ display:block; position:absolute; padding:0;
1154
+ width:31px; height:30px;
1155
+ }
1156
+ .evcal_evdata_row .evcal_evdata_icons,
1157
+ .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_icons{
1158
+ display:block; position:absolute; padding:0;
1159
+ width:31px; height:30px;
1160
+ }
1161
+ .evcal_evdata_row h3 .evcal_evdata_icons{display: none;}
1162
+
1163
+ .evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{
1164
+ font-weight:normal;
1165
+ text-transform:uppercase;
1166
+ letter-spacing:normal;
1167
+ line-height:100%;
1168
+ float: none;
1169
+ }
1170
+ .evcal_evdata_row{
1171
+ padding:25px;
1172
+ position:relative
1173
+ }
1174
+ .evo_metarow_directimg,.evcal_evdata_row{background-color:#f5f5f5;}
1175
+ .evcal_evdata_row.evo_metarow_ICS {padding: 20px 25px;}
1176
+
1177
+ /* social media */
1178
+ .evcal_evdata_row.evo_metarow_socialmedia{padding: 15px;}
1179
+ .evo_metarow_socialmedia .evo_sm{
1180
+ display: inline-block;
1181
+ /*float: left;*/
1182
+ height: 50px;
1183
+ text-align: center;
1184
+ }
1185
+ .evo_metarow_socialmedia a.evo_ss{
1186
+ display: block;
1187
+ height: 50px; width: 50px;
1188
+ /*border:1px solid #d6d6d6;*/
1189
+ background-color: #f5f5f5;
1190
+ border-radius: 50%;
1191
+ margin: 0 5px;
1192
+ }
1193
+ /* widget */
1194
+ #evcal_widget .evo_metarow_socialmedia a.evo_ss i{font-size: 15px;}
1195
+ #evcal_widget .evo_metarow_socialmedia .evo_sm{width: 40px;height: 40px;}
1196
+
1197
+ .evo_metarow_socialmedia a.evo_ss:hover{
1198
+ background-color: #909090;
1199
+ }
1200
+ .evo_metarow_socialmedia a.evo_ss:hover i{ color: #fff;}
1201
+ .evo_metarow_socialmedia a.evo_ss i{
1202
+ margin-top: 15px;
1203
+ font-size: 20px;
1204
+ color:#909090;
1205
+ display: inline-block;
1206
+ }
1207
+ .evo_fc_widget .evo_metarow_socialmedia .evo_sm{
1208
+ height: 35px; width: 40px;
1209
+ }
1210
+ .evo_fc_widget .evo_metarow_socialmedia .evo_sm a{}
1211
+ .evo_fc_widget .evo_metarow_socialmedia .evo_sm i{
1212
+ margin-top: 8px;
1213
+ font-size: 18px;
1214
+ }
1215
+ @media (max-width: 480px){
1216
+ .evo_metarow_socialmedia .evo_sm{
1217
+ height: 35px; width: 40px;
1218
+ }
1219
+ .evo_metarow_socialmedia a.evo_ss i{
1220
+ font-size: 18px;
1221
+ margin-top: 8px;
1222
+ }
1223
+ }
1224
+
1225
+ /* ICS add to calendar */
1226
+ #evcal_list .eventon_list_event .evcal_eventcard .evo_ics, .evo_pop_body p.evo_ics{
1227
+ padding: 10px 0; margin: 0;
1228
+ position: relative; }
1229
+ .evo_pop_body p.evo_ics{padding:5px 0 10px;}
1230
+ .evcal_eventcard .evo_ics.evcal_col50, #evcal_list .eventon_list_event .evcal_eventcard .evo_ics.evcal_col50{
1231
+ padding: 0; margin: 0; vertical-align: top;
1232
+ }
1233
+ .evcal_eventcard .evo_ics.evcal_col50 a{
1234
+ padding-top: 12px; display: inline-block;
1235
+ }
1236
+ .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p, .evo_metarow_ICS .evcal_evdata_cell p{
1237
+ margin: 0;padding: 0;
1238
+ }
1239
+ .evo_metarow_ICS .evcal_evdata_cell p a, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a{
1240
+ text-transform: uppercase;
1241
+ font-style: normal;
1242
+ font-size: 14px;
1243
+ color:#6B6B6B;
1244
+ padding-right: 15px; padding-top: 0;
1245
+ margin-top: 3px;
1246
+ display: inline-block;
1247
+ }
1248
+ .evo_metarow_ICS .evcal_evdata_cell p a:hover, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a:hover{opacity: 0.6}
1249
+
1250
+ /* clickable row */
1251
+ .evo_metarow_learnMICS .evcal_col50 i.fa{margin-top: 5px;}
1252
+ .evo_clik_row.evcal_evdata_row{
1253
+ display:block;
1254
+ border-bottom:none;
1255
+ }
1256
+ .evo_clik_row .evcal_evdata_row, .evo_clik_row.evcal_evdata_row{
1257
+ display:block;
1258
+ padding:20px 25px;
1259
+ margin: 0;
1260
+ }
1261
+ .evo_clik_row .evcal_evdata_row{
1262
+ background:transparent
1263
+ }
1264
+ .evo_clik_row .evo_h3{
1265
+ padding:5px 0 5px 30px;
1266
+ color: #6B6B6B;
1267
+ font-size:16px;
1268
+ line-height:110%;
1269
+ letter-spacing: normal;
1270
+ text-transform:uppercase;
1271
+ margin:0
1272
+ }
1273
+ .evorow.tb, .evorow .tb{
1274
+ display:table; width:100%; background-color: #f5f5f5
1275
+ }
1276
+ .evorow.tb .evcal_col50, .evorow .tb .evcal_col50{
1277
+ display:table-cell; float:none
1278
+ }
1279
+ .evorow.tb .tbrow, .evorow .tb .tbrow{
1280
+ display:table-row;
1281
+ }
1282
+ .evorow.lastrow{ padding-right:55px }
1283
+
1284
+ /* diffrent row colors */
1285
+ .dark1{ background-color:#efefef;}
1286
+ .dark1:hover{
1287
+ background-color:#e8e8e8;
1288
+ text-decoration:none
1289
+ }
1290
+
1291
+ /*-- event card close --*/
1292
+ .evorow{position:relative}
1293
+ .event_description .evcal_close:hover{
1294
+ background-color:#c7c7c7;
1295
+ }
1296
+ .event_description .evcal_close{
1297
+ padding:0;
1298
+ background:#eaeaea url(../images/close_arrow.png) center center no-repeat;
1299
+ position:absolute;
1300
+ bottom:0;
1301
+ right:0;
1302
+ width:60px;
1303
+ height:100%;
1304
+ cursor:pointer;
1305
+ }
1306
+ .evo_pop_body .evorow.lastrow{ padding-right:0 }
1307
+ .evo_pop_body .evcal_close.evcal_evdata_row {display:none}
1308
+
1309
+ /* RTL -- evortl */
1310
+ .evortl #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
1311
+ .evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,
1312
+ .evortl.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,
1313
+ .evortl .eventon_events_list .eventon_list_event .evcal_desc span,
1314
+ .evortl.eventon_events_list .eventon_list_event .evcal_desc span,
1315
+ .evortl .evcal_evdata_row .evcal_evdata_cell h3,
1316
+ .evortl .eventon_events_list .eventon_list_event .evcal_desc,
1317
+ .evortl.eventon_events_list .eventon_list_event .evcal_desc,
1318
+ .evortl #evcal_list .eventon_list_event .evcal_eventcard p,
1319
+ .evortl .evcal_evdata_row .evcal_evdata_cell,
1320
+ .evortl #evcal_list .eventon_list_event p.no_events
1321
+ {text-align: right;}
1322
+
1323
+ .evortl .eventon_events_list .eventon_list_event .evcal_desc, .evortl.eventon_events_list .eventon_list_event .evcal_desc{
1324
+ padding-right: 80px; padding-left: 15px;
1325
+ }
1326
+ .evortl.eventon_events_list .eventon_list_event .evcal_cblock,
1327
+ .evortl .eventon_events_list .eventon_list_event .evcal_cblock{
1328
+ right: 0; left: auto;
1329
+ }
1330
+ .evortl.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock{right: 90px;}
1331
+ .evortl.eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc{padding-right: 170px;}
1332
+ .evortl.eventon_events_list .eventon_list_event .hasFtIMG .ev_ftImg{right: 0; margin-right: 10px;}
1333
+ .evortl .evcal_desc .evcal_desc3 em{
1334
+ float: none; display: inline-block;
1335
+ }
1336
+ .evortl .evcal_evdata_row .evcal_evdata_cell{padding-right: 45px; padding-left: 0;}
1337
+
1338
+ /* header */
1339
+ .ajde_evcal_calendar.evortl .calendar_header p.evo_arrows{float: right;padding-right: 10px;}
1340
+ .evortl #evcal_cur{float: right;}
1341
+ .evortl .evo_sort_btn{display: block; text-align: right; height: 25px; padding-top: 5px;}
1342
+ .evortl.ajde_evcal_calendar .eventon_sort_line, .evortl.ajde_evcal_calendar .eventon_filter_line{
1343
+ float: right;
1344
+ }
1345
+ .evortl.ajde_evcal_calendar .eventon_filter_line{border-left:none; border-right:1px solid #c4c4c4;
1346
+ margin-right: 10px;
1347
+ }
1348
+ .evortl .eventon_filter_line .eventon_filter{float: right;}
1349
+ .evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location,
1350
+ .evortl .evo_pop_body .evcal_desc .evcal_location,
1351
+ .evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time,
1352
+ .evortl .evo_pop_body .evcal_desc .evcal_time{
1353
+ padding-left: 0; padding-right: 15px;
1354
+ margin-right: 0; margin-left: 5px;
1355
+ }
1356
+ .evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before,
1357
+ .evortl .evo_pop_body .evcal_desc em.evcal_time::before,
1358
+ .evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before,
1359
+ .evortl .evo_pop_body .evcal_desc em.evcal_location::before{
1360
+ left: auto; right:0;
1361
+ }
1362
+
1363
+
1364
+ /* event card */
1365
+ .evortl #evcal_list{border-left:1px solid #e5e5e5;}
1366
+ .evortl #evcal_list .eventon_list_event ul, .evortl .evo_pop_body ul{direction:rtl;}
1367
+ .evortl #evcal_list .eventon_list_event li, .evortl .evo_pop_body li{direction: rtl;margin-right: 20px;}
1368
+ .evortl .evcal_evdata_row .evcal_evdata_icons, .evortl .evcal_evdata_row .evcal_evdata_custometa_icons{right: 0;}
1369
+ .evortl .event_description .evcal_close{left: 0;}
1370
+ .evortl .evo_metarow_ICS .evcal_evdata_cell p a,
1371
+ .evortl .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a{
1372
+ padding-right: 0; padding-left: 15px;
1373
+ }
1374
+ .evortl #evcal_list .evorow.getdirections .evoInput,
1375
+ .evortl .evo_pop_body .evorow.getdirections .evoInput{
1376
+ padding-right: 50px;
1377
+ text-align: right;
1378
+ }
1379
+ .evortl .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image,
1380
+ .evortl .evo_pop_body .evo_metarow_organizer .evo_card_organizer_image{
1381
+ float: right;
1382
+ margin-left: 10px;
1383
+ }
1384
+ .evortl .evo_metarow_socialmedia a.evo_ss{text-align: center;}
1385
+
1386
+ /* lightbox */
1387
+ .evortl.evo_lightbox .evolbclose{left: 0; right: auto;margin: -14px 0 0 -14px;}
1388
+ .evortl.evo_lightbox .evcal_desc{padding: 3px 80px 0 15px; text-align: right;}
1389
+ .evortl.evo_lightbox .evcal_cblock{right:0; left: auto;}
1390
+ .evortl.evo_lightbox .evo_clik_row .evo_h3{text-align: right; padding: 5px 45px 5px 0;}
1391
+ .evortl .eventon_events_list .eventon_list_event .desc_trig:hover{border-right-style:solid; border-right-width: 7px; border-left-width: 0px;}
1392
+ .evortl .eventon_events_list .eventon_list_event .evcal_list_a{border-right-style:solid; border-right-width: 3px; border-left-width: 0px;}
1393
+
1394
+ /* addon */
1395
+ .evortl.evo_lightbox .evoTX_wc .quantity{float: right;margin: 0 0 0 10px;}
1396
+ .evortl.evo_lightbox .evo_metarow_socialmedia .evo_sm{float: right;}
1397
+ .evortl .evo_search_bar input{text-align: right;}
1398
+ .eventon_main_section .evortl .evorow.lastrow{padding-left: 0; padding-right: 15px;}
1399
+ .evortl.evoEL .calendar_header p{text-align: right; display: block; width: 100%;}
1400
+ .evortl.evoEL .evcal_month_line p{text-align: right;}
1401
+ .evortl.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span,
1402
+ .evortl.evo_lightbox .evcal_desc span.evocd_timer span{float: right;margin-right: 0; margin-left: 5px;}
1403
+
1404
+ /* single event */
1405
+ .evortl .evo_metarow_socialmedia .evo_sm{float: right;}
1406
+
1407
+ /* event card */
1408
+ .evcal_evdata_row .evcal_evdata_cell >* {margin:0; }
1409
+ .evcal_evdata_cell h2 b, .evcal_evdata_cell h3 b{
1410
+ font-weight:300
1411
+ }
1412
+ .evcal_evdata_row .evcal_evdata_cell h2{
1413
+ color:#808080; font-size: 18px;
1414
+ }
1415
+ .evcal_evdata_row .evcal_evdata_cell h2.bash{font-weight:bold }
1416
+ .evcal_evdata_row .evcal_evdata_cell h3{
1417
+ color:#808080;
1418
+ font-size:16px;
1419
+ margin:0; padding-bottom: 8px;
1420
+ font-weight: 700;
1421
+ }
1422
+ .evcal_evdata_row .evcal_evdata_cell a.evo_cusmeta_btn.evcal_btn{margin-top: 8px;}
1423
+ .evcal_evdata_row .evcal_evdata_cell a{border:none; padding:0;}
1424
+ .evcal_evdata_row .evcal_evdata_cell, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell{
1425
+ padding-left:30px; min-height:25px
1426
+ }
1427
+ .evcal_evdata_row .evcal_evdata_cell .evo_custom_content p{margin: 0;}
1428
+ /*.event_description .evo_time .evcal_evdata_cell p{text-transform: capitalize;}*/
1429
+ .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p{
1430
+ font-style: normal;
1431
+ font-size: 13px;
1432
+ margin-bottom:5px;
1433
+ }
1434
+ .evcal_evdata_row .evcal_evdata_cell p{
1435
+ font-style: italic; font-size: 11px;
1436
+ line-height:140%;
1437
+ }
1438
+ .evcal_col50{width:50%; float:left}
1439
+ .evcal_evdata_row i.fa{display: block;}
1440
+
1441
+ /* custom meta data fields */
1442
+ .evo_custom_content p strong{font-weight: bold;}
1443
+ .ajde_evcal_calendar .evo_custom_content ul{
1444
+ list-style: disc; margin-left: 20px;
1445
+ }
1446
+ .ajde_evcal_calendar .evo_custom_content ul li,
1447
+ #evcal_list .eventon_list_event .event_description .evo_custom_content li{
1448
+ padding-bottom: 0;
1449
+ font-size: 13px;
1450
+ }
1451
+
1452
+ /* event organizer */
1453
+ .ajde_evcal_calendar .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image, .evo_pop_body .evo_metarow_organizer .evo_card_organizer_image{
1454
+ display: inline-block;
1455
+ margin-right: 10px;
1456
+ float: left;
1457
+ }
1458
+ .evo_metarow_organizer .evo_card_organizer{
1459
+ display: inline-block;
1460
+ }
1461
+ .evo_metarow_organizer .evo_card_organizer_image img{
1462
+ border-radius: 5px;
1463
+ height: 80px;
1464
+ }
1465
+ #evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name, .evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evo_card_organizer_name{
1466
+ display: inline-block;
1467
+ font-size: 16px;
1468
+ margin-bottom: 0;
1469
+ margin-top: 5px;
1470
+ }
1471
+ #evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t, .evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t{
1472
+ font-size: 16px;
1473
+ font-style: normal;
1474
+ }
1475
+ #evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span,
1476
+ .evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span{
1477
+ display: block;
1478
+ font-size: 13px;
1479
+ }
1480
+ #evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.oe_displaynone,
1481
+ .evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span.oe_displaynone{display: none;}
1482
+ .evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evcal_evdata_cell p.evo_card_organizer_image{margin-right: 15px;}
1483
+
1484
+ /* featured image */
1485
+ .evcal_evdata_img {height:70px; }
1486
+ .evcal_evdata_img {
1487
+ width:100%; overflow:hidden;
1488
+ background-repeat:no-repeat;
1489
+ background-position:50% 50%;
1490
+ -webkit-background-size: cover;
1491
+ -moz-background-size: cover;
1492
+ -o-background-size: cover;
1493
+ background-size: cover;
1494
+ position:relative;
1495
+ }
1496
+ .evcal_evdata_img:hover{background-position: 50% 50%; }
1497
+ .evcal_evdata_img.evo_imghover:hover{background-position: 50% 45%; }
1498
+ .evcal_evdata_img.evo_imgCursor:hover{cursor: url(../images/zoom.png), auto;}
1499
+ .evo_metarow_directimg img{
1500
+ width: 100%; height: auto; display: block;
1501
+ }
1502
+ @media (max-width:680px){
1503
+ .evo_metarow_fimg.evcal_evdata_img{height: 125px;}
1504
+ }
1505
+
1506
+ /* event location image */
1507
+ .evo_metarow_locImg{
1508
+ background-repeat:no-repeat;
1509
+ background-position:50% 50%;
1510
+ -webkit-background-size: cover;
1511
+ -moz-background-size: cover;
1512
+ -o-background-size: cover;
1513
+ background-size: cover;
1514
+ position:relative;
1515
+ height: 400px;
1516
+ width:100%;
1517
+ overflow:hidden;
1518
+ text-align: center;
1519
+ -webkit-transform-style: preserve-3d;
1520
+ -moz-transform-style: preserve-3d;
1521
+ transform-style: preserve-3d;
1522
+ }
1523
+ .evo_metarow_locImg.tvi::after{
1524
+ content: "";
1525
+ position: absolute;
1526
+ top: 0; left: 0; right: 0; bottom: 0;
1527
+ background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
1528
+ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
1529
+ background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
1530
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */0;
1531
+ height: 100%; width: 100%;
1532
+ z-index: 2;
1533
+ opacity: 0.6;
1534
+ transition:all 0.3s;
1535
+ }
1536
+ /*.evo_metarow_locImg.tvi:hover::after{opacity: 0;}
1537
+ .evo_metarow_locImg.tvi:hover p.evoLOCtxt{
1538
+ opacity: 0; transform:translateY(100%);
1539
+ }*/
1540
+ #evcal_list .eventon_list_event .evo_metarow_locImg p.evoLOCtxt,
1541
+ .evo_lightbox .evo_metarow_locImg p.evoLOCtxt{
1542
+ color: #fff;
1543
+ font-size: 18px;
1544
+ text-transform: uppercase;
1545
+ padding: 15px 30px 30px;
1546
+ margin: 0; width: 100%;
1547
+ z-index: 5;
1548
+ position: absolute;
1549
+ bottom:0px;
1550
+ transition:all 0.3s;
1551
+ }
1552
+ .eventon_list_event .evo_metarow_locImg p.evoLOCtxt span,
1553
+ .evo_lightbox .evo_metarow_locImg p.evoLOCtxt span{
1554
+ display: block;
1555
+ text-align: center;
1556
+ text-transform: none;
1557
+ font-style: italic;
1558
+ opacity: 0.8;
1559
+ font-size: 14px;
1560
+ }
1561
+ .eventon_list_event .evo_metarow_locImg p.evoLOCtxt span.evo_loc_text_title{
1562
+ text-transform: uppercase;
1563
+ font-style: normal;
1564
+ font-size: 16px;
1565
+ opacity: 1;
1566
+ }
1567
+
1568
+ /*-- event description section --*/
1569
+ .eventon_list_event .evo_metarow_details .eventon_full_description p{padding-bottom:8px}
1570
+ .eventon_full_description .eventon_desc_in{
1571
+ overflow-wrap: break-word;
1572
+ word-wrap: break-word;
1573
+ text-overflow: ellipsis;
1574
+ }
1575
+ #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .eventon_events_list .evcal_event_subtitle{
1576
+ line-height:120%;
1577
+ padding-bottom:3px;
1578
+ }
1579
+ #evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a{color:#fff; background:#949494; padding:3px 10px; border:none; display:inline-block}
1580
+ #evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a:hover{background:#4F4F4F}
1581
+ .eventon_list_event .event_description p,
1582
+ .evcal_list_a .event_description li,
1583
+ .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p{
1584
+ font-size:13px; color:#656565;
1585
+ margin: 0;
1586
+ }
1587
+ .evo_repeat_series_dates span{
1588
+ display: inline-block;
1589
+ margin-right: 5px; border-radius: 5px;
1590
+ background-color: #dedede;
1591
+ padding: 3px 10px;
1592
+ font-style: normal;
1593
+ margin-top: 5px;
1594
+ text-transform: uppercase;
1595
+ }
1596
+ .evo_repeat_series_dates.clickable span{cursor: pointer;}
1597
+ .evo_repeat_series_dates.clickable span:hover{background-color: #d2d2d2}
1598
+ #evcal_list .eventon_list_event .event_description .evcal_desc_top{background-color:#e4e4e4;}
1599
+ #evcal_list .eventon_list_event .event_description .evo_metarow_details ul{
1600
+ padding-bottom:5px;
1601
+ list-style-type:disc;
1602
+ }
1603
+ #evcal_list .eventon_list_event .event_description li{padding-bottom:10px}
1604
+ .evcal_event_details .evcal_evdata_cell.shorter_desc{height:150px; overflow:hidden; }
1605
+
1606
+ .evcal_event_details .evcal_evdata_cell{position:relative}
1607
+ .evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot p.eventon_shad_p{margin-top: 35px;}
1608
+ .evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{
1609
+ background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */
1610
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
1611
+ background: -webkit-linear-gradient(top, rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
1612
+ background: -o-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
1613
+ background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */
1614
+ background: linear-gradient(to bottom, rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */
1615
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
1616
+ position:absolute;
1617
+ bottom:0; left:0;
1618
+ /*background:url(../images/more_details_fade_bg.png) top left repeat-x;*/
1619
+ height:60px;
1620
+ width:100%;
1621
+ z-index: 1;
1622
+ }
1623
+ .eventon_details_shading_bot p:hover, .eventon_list_event .eventon_details_shading_bot p:hover{opacity:1}
1624
+ .eventon_details_shading_bot p, .eventon_list_event .eventon_details_shading_bot p{
1625
+ opacity:0.5;
1626
+ margin-top:40px;
1627
+ text-align:center;
1628
+ cursor:pointer;
1629
+ }
1630
+ .eventon_details_shading_bot p span.ev_more_arrow.less{background-position:-8px 0}
1631
+ .eventon_details_shading_bot p span.ev_more_arrow{
1632
+ background:url(../images/evo_more_details_arrow.png) top left no-repeat;
1633
+ height:6px; width:8px;
1634
+ margin-left:9px;
1635
+ }
1636
+ .eventon_details_shading_bot p span{display:inline-block;}
1637
+
1638
+ /* multi data types */
1639
+ .evorow.evo_metarow_mdt .evomdt_subtitle{padding-bottom: 10px;}
1640
+ .evorow .evomdt_item img{
1641
+ max-width: 100%; height: auto;
1642
+ padding-bottom: 10px; margin: 0;
1643
+ }
1644
+ .evorow .evomdt_item{
1645
+ padding-bottom: 10px;
1646
+ }
1647
+ .evorow .evomdt_data.grid{
1648
+ display: -webkit-flex;
1649
+ display: -moz-flex;
1650
+ display: -ms-flex;
1651
+ display: -o-flex;
1652
+ display: flex;
1653
+ align-items:center;
1654
+ flex-wrap:wrap;
1655
+ }
1656
+ .evorow .evomdt_data.grid .evomdt_item{
1657
+ flex-basis: 50%;
1658
+ text-align: center;
1659
+ border: 15px solid transparent;
1660
+ }
1661
+ .evomdt_item p span{
1662
+ display: inline-block;
1663
+ padding-right: 5px;
1664
+ opacity: 0.6;
1665
+ }
1666
+
1667
+ /*-- upcoming events list --*/
1668
+ .ajde_evcal_calendar .evcal_month_line p{
1669
+ padding:8px 0 5px;
1670
+ color: #c6c6c6;
1671
+ font-size: 24px;
1672
+ text-transform: uppercase;
1673
+ min-height: 24px;
1674
+ line-height: 100%;
1675
+ margin: 0;
1676
+ border-bottom: 1px solid #e5e5e5;
1677
+ }
1678
+ .ajde_evcal_calendar.ul .evcal_month_line p{border-bottom: none;}
1679
+ /* tabbed view */
1680
+ .evo_tab_view ul.evo_tabs{
1681
+ list-style: none;
1682
+ margin: 0; padding: 0;
1683
+ }
1684
+ .evo_tab_view ul.evo_tabs:after{content:""; clear:both; display:block;}
1685
+ .evo_tab_view ul.evo_tabs li{
1686
+ float: left;
1687
+ display: block;
1688
+ text-transform: uppercase;
1689
+ padding: 3px 8px;
1690
+ border:1px solid #DEDEDE;
1691
+ margin-bottom: -1px;
1692
+ color: #C3C3C3;
1693
+ cursor: pointer;
1694
+ }
1695
+ .evo_tab_view ul.evo_tabs li:first-child{margin-left: 5px;}
1696
+ .evo_tab_view ul.evo_tabs li.selected{
1697
+ background-color: #F3F3F3;color: #A0A0A0;
1698
+ }
1699
+ .evo_tab_view ul.evo_tabs li:hover{background-color:#F3F3F3 }
1700
+ .evo_tab_container{
1701
+ padding: 5px 15px 15px;
1702
+ border:1px solid #DEDEDE;
1703
+ border-radius: 5px;
1704
+ position: relative;
1705
+ }
1706
+ .evo_tab_container .evo_tab_section{
1707
+ position: relative;
1708
+ width: 100%;
1709
+ }
1710
+ .evo_tab_container .evo_tab_section.hidden{opacity:0; height: 0}
1711
+ .evo_tab_container .evo_tab_section.visible{opacity: 1;}
1712
+ .evo_tab_section .evo_month_title{clear: both;}
1713
+ /*.evo_cal_above_content:after{content:""; clear:both;}*/
1714
+
1715
+ /*-- widget --*/
1716
+ .evo_widget .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_widget .evo_pop_body .evcal_desc span.evo_above_title span{padding: 1px 5px; font-size: 10px;}
1717
+ #evcal_widget .evortl .eventon_events_list .eventon_list_event .evcal_desc{padding-left: 0px;
1718
+ padding-right: 65px;
1719
+ }
1720
+ #evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em{
1721
+ color:#9b9999;
1722
+ font-weight:normal;
1723
+ }
1724
+ #evcal_widget .eventon_events_list .eventon_list_event .evcal_desc.hide_eventtopdata .evcal_event_types,
1725
+ #evcal_widget .evcal_evdata_row .hide_eventtopdata .evcal_evdata_custometa_icons{
1726
+ display:none;
1727
+ }
1728
+ #evcal_widget .ajde_evcal_calendar .calendar_header{
1729
+ padding-bottom:5px;
1730
+ min-height:inherit;
1731
+ }
1732
+ #evcal_widget a{font-weight:normal}
1733
+ #evcal_widget .event_description .evcal_evdata_row p{
1734
+ line-height:130%;
1735
+ font-size:11px;
1736
+ }
1737
+ #evcal_widget .event_description .evcal_evdata_row.evo_metarow_socialmedia {padding: 0;}
1738
+ #evcal_widget .event_description .evcal_evdata_row {
1739
+ padding:15px 15px;
1740
+ }
1741
+ #evcal_widget .event_description .evcal_evdata_row.evcal_close{
1742
+ padding:0px;
1743
+ width:35px;
1744
+ }
1745
+ #evcal_widget .evorow.lastrow{
1746
+ padding-right:35px;
1747
+ }
1748
+ #evcal_widget .event_description .evcal_evdata_row .evcal_evdata_icons,
1749
+ #evcal_widget .evcal_evdata_custometa_icons,
1750
+ #evcal_widget .evcal_evdata_icons{
1751
+ display:none;
1752
+ }
1753
+ #evcal_widget .evo_clik_row .evo_h3, #evcal_widget .tb .evo_clik_row{
1754
+ padding:0px;
1755
+ }
1756
+ #evcal_widget .tb .evo_clik_row.evcal_col50{
1757
+ border-bottom:none
1758
+ }
1759
+ #evcal_widget .evo_clik_row {padding:5px 15px;}
1760
+
1761
+ #evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell{padding-left:0px}
1762
+ #evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h2{font-size:16px}
1763
+ #evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h3, #evcal_widget .evo_clik_row .evo_h3{
1764
+ font-size:14px}
1765
+ #evcal_widget .event_description .evcal_col50{
1766
+ float:none;
1767
+ border-bottom: 1px solid #CDCDCD;
1768
+ }
1769
+ #evcal_widget .event_description .eventbrite .evcal_col50{
1770
+ width:100%;
1771
+ }
1772
+
1773
+ #evcal_widget .event_description .evcal_col50 .bordr{border-right:none}
1774
+ #evcal_widget .eventon_events_list .evcal_desc2{line-height:120%; font-size:14px}
1775
+ #evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle{line-height:120%; font-size:12px}
1776
+ #evcal_widget .ajde_evcal_calendar .calendar_header p{font-size:18px}
1777
+ #evcal_widget .ajde_evcal_calendar #evcal_prev{margin-right:8px}
1778
+ #evcal_widget .ajde_evcal_calendar #evcal_next{margin-left:8px}
1779
+ #evcal_widget #evcal_sort_bar ul .sort_title{padding:8px 5px 0 0 }
1780
+ #evcal_widget #evcal_sort_bar ul p{font-size:13px; }
1781
+ #evcal_widget .eventon_events_list .evcal_cblock{font-size:24px;padding:3px 5px 5px 8px}
1782
+ #evcal_widget .eventon_events_list .eventon_list_event .evcal_desc, #evcal_widget .eventon_events_list .eventon_list_event .no_val.hasFtIMG .evcal_desc{padding-left:55px; padding-right:10px}
1783
+
1784
+ /* w/ ft img and multi day event */
1785
+ #evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc{padding-left: 100px;}
1786
+ #evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc{padding-left: 120px;}
1787
+ #evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc{
1788
+ padding-left: 80px;
1789
+ }
1790
+ #evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg{margin: auto 0 auto 10px; height: 50px;width: 50px;}
1791
+ #evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock{left: 60px;}
1792
+
1793
+ #evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span{font-size:10px}
1794
+ #evcal_widget .evcal_cblock .evo_date .start em{font-size: 10px;}
1795
+ #evcal_widget .evcal_cblock .evo_date .end em{font-size: 8px;}
1796
+ #evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span.start{font-size:18px}
1797
+ #evcal_widget #evcal_list .eventon_list_event .evcal_list_a{padding:5px 0; text-decoration: none;}
1798
+
1799
+ #evcal_widget #evcal_head .evcal_arrows{
1800
+ margin-top:0px;
1801
+ height: 20px;
1802
+ width: 20px;
1803
+ position: relative;
1804
+ line-height: 100%
1805
+ }
1806
+ #evcal_widget #evcal_head .evcal_arrows .fa{
1807
+ font-size: 12px;
1808
+ position: absolute;
1809
+ margin-top: 3px;
1810
+ left:7px;
1811
+ }
1812
+ #evcal_widget #evcal_head #evcal_prev {margin-right:2px; }
1813
+ #evcal_widget #evcal_head #evcal_next {margin-left:2px;}
1814
+ #evcal_widget #evcal_head #evcal_next:hover{
1815
+ background-position:-24px 20px;
1816
+ }
1817
+ #evcal_widget #evcal_head a{
1818
+ margin-top:0px;
1819
+ padding:0
1820
+ }
1821
+ #evcal_widget #evcal_head{min-height:auto; padding-bottom:0px}
1822
+ #evcal_widget #evcal_cur{
1823
+ line-height:100%;
1824
+ height:auto
1825
+ }
1826
+ #evcal_widget #evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t{font-size: 12px;}
1827
+ #evcal_widget .eventon_events_list .evcal_cblock .evo_start .day{font-size: 9px;}
1828
+ #evcal_widget .eventon_events_list .evcal_cblock .evo_start .date{font-size: 16px;}
1829
+ #evcal_widget .eventon_events_list .evcal_cblock .evo_start .month{font-size: 10px;}
1830
+
1831
+ /* popup on the calendar */
1832
+ .evopopclose, .evolbclose{
1833
+ position:absolute;
1834
+ top:0;right:0;
1835
+ z-index:90001;
1836
+ margin:-14px -14px 0 0 ;
1837
+ color:#666666;
1838
+ background-color:#000;
1839
+ border-radius:50%;
1840
+ padding:5px;
1841
+ height:28px;width:28px;
1842
+ text-align:center;
1843
+ line-height:90%;
1844
+ font-size:28px;
1845
+ cursor:pointer;
1846
+ font-weight:300;
1847
+ box-sizing:content-box;
1848
+ -moz-box-sizing:content-box;
1849
+ }
1850
+ .evopopclose:hover, .evolbclose:hover{text-decoration:none;color:#cfcfcf;}
1851
+ .evolbclose{ text-indent: -9999px; }
1852
+ .evolbclose:hover{background-color:#cfcfcf }
1853
+ .evolbclose:before, .evolbclose:after{
1854
+ position: absolute;
1855
+ left: 18px;
1856
+ top: 9px;
1857
+ content: ' ';
1858
+ height: 50%;
1859
+ width: 2px;
1860
+ background-color: #666666;
1861
+ }
1862
+ .evolbclose:before {transform: rotate(45deg);}
1863
+ .evolbclose:after {transform: rotate(-45deg);}
1864
+
1865
+ .evo_lightbox_body .bordb{border-bottom: 1px solid #cdcdcd;}
1866
+ .evo_lightbox_body .evcal_gmaps{
1867
+ margin-top: 0px;
1868
+ width: 100%;
1869
+ height: 200px;
1870
+ }
1871
+ .evopop_top{padding:10px 0; min-height:80px;border-bottom:1px solid #e4e4e4;}
1872
+ .evopop_top .ev_ftImg{display:none;}
1873
+ .evopop_top .evcal_cblock em.evo_time{display: none;}
1874
+ .evopop_top .evcal_desc.yrl{padding-left: 13px;}
1875
+
1876
+ /* lightbox version 2 */
1877
+ .evo_lightbox{
1878
+ overflow-x: hidden;
1879
+ overflow-y: auto;
1880
+ background-color: rgba(61, 61, 61, 0.8);
1881
+ position: fixed;
1882
+ top: 0;
1883
+ right: 0;
1884
+ bottom: 0;
1885
+ left: 0;
1886
+ z-index: 950000;
1887
+ padding-right: 17px;
1888
+ padding-left: 17px;
1889
+ }
1890
+ .evo_content_in{
1891
+ display: table;
1892
+ height: 100%;
1893
+ width: 100%;
1894
+ }
1895
+ .evo_content_inin{
1896
+ display: table-cell;
1897
+ vertical-align: middle;
1898
+ position: relative;
1899
+ width: 600px;
1900
+ margin: 40px auto;
1901
+ }
1902
+ .evo_lightbox_content{
1903
+ width: 100%;
1904
+ margin: 60px auto;
1905
+ max-width: 650px;
1906
+ position: relative;
1907
+ }
1908
+ .evo_lightbox .evo_lightbox_body{
1909
+ background-color: transparent;
1910
+ border-radius: 5px;
1911
+ overflow: hidden;
1912
+ }
1913
+ .evo_lightbox .evo_lightbox_body p.loading_content{text-align: center;padding: 80px; margin: 0;}
1914
+ .evo_lightbox .evo_lightbox_body p.loading_content:before{content:". . .";display: block;}
1915
+ .evo_lightbox .evcal_cblock .evo_time{display: none;}
1916
+ .evo_lightbox .bordb{border-bottom: 1px solid #cdcdcd; }
1917
+ .evo_lightbox.eventcard .evo_lightbox_body, .evo_lightbox .evo_lightbox_body{background-color: #fff; border-radius: 5px; overflow: hidden;}
1918
+ .evo_lightbox .evopop_top .ev_ftImg{display: none;}
1919
+
1920
+ .evo_lightbox ul{list-style:none; padding: 0; margin: 0; }
1921
+ .evo_lightbox .eventon_desc_in ul{
1922
+ margin-left: 20px;
1923
+ list-style:disc;
1924
+ padding: 10px 0;
1925
+ }
1926
+
1927
+ body.evo_overflow{overflow: hidden; position:absolute;height:100%; width:100%;}
1928
+ html.evo_overflow{overflow-y:initial;overflow-x:initial;}
1929
+
1930
+ @media all and (min-width:569px) and (max-width: 768px) {
1931
+ .evo_lightbox{position: fixed;}
1932
+ body.evo_overflow{position: absolute;}
1933
+ }
1934
+ /* lightbox transition effects */
1935
+ .evo_lightbox{
1936
+ opacity: 0;
1937
+ -webkit-transition: opacity .15s linear;
1938
+ -o-transition: opacity .15s linear;
1939
+ transition: opacity .15s linear;
1940
+ visibility: hidden;
1941
+ }
1942
+ .evo_lightbox.show{
1943
+ opacity: 1;
1944
+ visibility: visible;
1945
+ }
1946
+ .evo_lightbox_content{
1947
+ -webkit-transform: translateY(20%);
1948
+ -moz-transform: translateY(20%);
1949
+ -ms-transform: translateY(20%);
1950
+ transform: translateY(20%);
1951
+ opacity: 0;
1952
+ -webkit-transition: all 0.5s;
1953
+ -moz-transition: all 0.5s;
1954
+ transition: all 0.5s;
1955
+ }
1956
+ .evo_lightbox.show .evo_lightbox_content{
1957
+ -webkit-transform: translateY(0);
1958
+ -moz-transform: translateY(0);
1959
+ -ms-transform: translateY(0);
1960
+ transform: translateY(0);
1961
+ opacity: 1;
1962
+ color:#808080;
1963
+ }
1964
+
1965
+ /* box events STYLE */
1966
+ .ajde_evcal_calendar.boxy #eventon_loadbar_section, .ajde_evcal_calendar.boxy #evcal_list{
1967
+ border-color:transparent;
1968
+ overflow: hidden;
1969
+ border-radius: 5px
1970
+ }
1971
+ .ajde_evcal_calendar.boxy .eventon_list_event, .ajde_evcal_calendar.boxy .evoShow_more_events{
1972
+ width: 50%;
1973
+ float: left;
1974
+ height: 200px;
1975
+ -webkit-box-sizing: border-box;
1976
+ -moz-box-sizing: border-box;
1977
+ box-sizing: border-box;
1978
+ -webkit-transform-style: preserve-3d;
1979
+ -moz-transform-style: preserve-3d;
1980
+ transform-style: preserve-3d;
1981
+ -webkit-transition: all .2s ease;
1982
+ -moz-transition: all .2s ease;
1983
+ -ms-transition: all .2s ease;
1984
+ -o-transition: all .2s ease;
1985
+ transition: all .2s ease;
1986
+ }
1987
+ .ajde_evcal_calendar.boxy .evoShow_more_events{
1988
+ line-height: 230px;
1989
+ position: relative;
1990
+ }
1991
+ .ajde_evcal_calendar.boxy .evoShow_more_events:before{
1992
+ content:"+";
1993
+ position: absolute;
1994
+ text-align: center;
1995
+ font-size: 42px;
1996
+ width: 100%;
1997
+ left: 0;
1998
+ top: 0;
1999
+ margin-top: -30px;
2000
+ }
2001
+ .ajde_evcal_calendar.boxy.boxstyle0 .eventon_list_event .evcal_list_a {
2002
+ text-align: left;
2003
+ padding: 20px 0 15px;
2004
+ border:none;
2005
+ background:none;
2006
+ position: relative;
2007
+ z-index: 6;
2008
+ }
2009
+ .ajde_evcal_calendar.boxy .eventon_list_event .evcal_list_a .evcal_block span{
2010
+ vertical-align: bottom;
2011
+ float: none;
2012
+ }
2013
+ .ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .desc_trig:hover{background-color: transparent;}
2014
+ .ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .evcal_list_a.featured_event{
2015
+ background-color: transparent;
2016
+ }
2017
+ .ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .evcal_cblock,
2018
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
2019
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
2020
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc em,
2021
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info,
2022
+ .ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day
2023
+ {color: #fff;}
2024
+ .ajde_evcal_calendar.boxy #evcal_list .evcal_list_a:after{background-color: transparent;}
2025
+ .ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig,
2026
+ .ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter{
2027
+ height: 100%;
2028
+ position: relative;
2029
+ box-sizing:border-box;
2030
+ }
2031
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.cancel_event:before,
2032
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.featured_event:before{
2033
+ content:"";
2034
+ background-color: #000;
2035
+ width: 100%; height: 100%;
2036
+ display: block;
2037
+ top: 0;
2038
+ position: absolute;
2039
+ z-index: -5;
2040
+ opacity: 0.3
2041
+ }
2042
+ .ajde_evcal_calendar.boxy .evcal_cblock{height: 50px;}
2043
+ .ajde_evcal_calendar.boxy .eventon_list_event:hover{ opacity: 0.5;}
2044
+ .ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover{ opacity: 1;}
2045
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig .evcal_cblock{width: auto;height: auto;}
2046
+
2047
+ /* style with top box */
2048
+ .ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event .evo_above_title{
2049
+ position: absolute;
2050
+ top: 10px;
2051
+ left: 10px;
2052
+ z-index: 94;
2053
+ }
2054
+ .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title{
2055
+ overflow-wrap: break-word;
2056
+ word-wrap: break-word;
2057
+ overflow: hidden;
2058
+ white-space: nowrap;
2059
+ text-overflow:ellipsis;}
2060
+ .ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop{
2061
+ width: 100%;
2062
+ height: 200px;
2063
+ position: absolute;
2064
+ z-index: 90;
2065
+ pointer-events:none;
2066
+ }
2067
+ .ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event:hover .evo_boxtop{opacity: 0.6;}
2068
+ .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_cblock{
2069
+ height: 70px;
2070
+ }
2071
+ .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
2072
+ .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
2073
+ .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc em,
2074
+ .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info{
2075
+ color: #6F6F6F;
2076
+ }
2077
+ .ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event{
2078
+ height: 310px;
2079
+ overflow: hidden;
2080
+ border-radius: 5px;
2081
+ border: 2px solid transparent;
2082
+ }
2083
+ .ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event.hasbgimg::after,
2084
+ .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig.cancel_event:before,
2085
+ .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig.featured_event:before{
2086
+ display:none;}
2087
+
2088
+
2089
+ /* with image */
2090
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG .evcal_cblock{left: 0;}
2091
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG .evcal_desc{
2092
+ padding-left: 15px;
2093
+ }
2094
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg{
2095
+ position: absolute;
2096
+ margin: 0; top: 0;
2097
+ width: 100%;
2098
+ z-index: -10;
2099
+ background-position: center center;
2100
+ height: 100%; max-height: 100%;
2101
+ border-radius:0px;
2102
+ }
2103
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg:before{
2104
+ content:"";
2105
+ background-color: #000;
2106
+ width: 100%;height: 100%;
2107
+ position: absolute;
2108
+ top: 0;left: 0;
2109
+ opacity: 0.4;
2110
+ }
2111
+ .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG:hover span.ev_ftImg:before{
2112
+ opacity: 0.2
2113
+ }
2114
+
2115
+ /* box background */
2116
+ .ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg, .ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop{
2117
+ background-repeat: no-repeat;
2118
+ background-position: 50% 50%;
2119
+ -webkit-background-size: cover;
2120
+ -moz-background-size: cover;
2121
+ -o-background-size: cover;
2122
+ background-size: cover;
2123
+ }
2124
+ .ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after{
2125
+ content:"";
2126
+ background-color: #5F5F5F;
2127
+ height: 100%; width: 100%;
2128
+ position: absolute;
2129
+ z-index: 3;
2130
+ top: 0;left: 0;bottom: 0;right: 0;
2131
+ opacity: 0.2;
2132
+ }
2133
+ .ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover::after{opacity: 0.7;}
2134
+
2135
+ .ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_cblock{
2136
+ position: relative;
2137
+ display: block;
2138
+ padding: 0 0 0 15px;
2139
+ }
2140
+ .ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .sin_val .evcal_cblock{
2141
+ width: 38px;
2142
+ }
2143
+ .ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types em, .ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types{
2144
+ line-height: 13px
2145
+ }
2146
+ .ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types em{
2147
+ display: inline-block;
2148
+ float: none;
2149
+ margin: 0;
2150
+ }
2151
+ .ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc .evcal_desc3{
2152
+ display: none;
2153
+ }
2154
+ .ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett2, .ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett3, .ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett4, .ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett5{
2155
+ display: none;
2156
+ }
2157
+ .ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_desc{
2158
+ padding: 10px 15px;
2159
+ margin: 0;
2160
+ }
2161
+
2162
+ /* box width */
2163
+ .ajde_evcal_calendar.boxy.box_1 .eventon_list_event, .ajde_evcal_calendar.boxy.box_1 .evoShow_more_events{width: 100%;}
2164
+ .ajde_evcal_calendar.boxy.box_2 .eventon_list_event, .ajde_evcal_calendar.boxy.box_2 .evoShow_more_events{width: 50%;}
2165
+ .ajde_evcal_calendar.boxy.box_3 .eventon_list_event, .ajde_evcal_calendar.boxy.box_3 .evoShow_more_events{width: 33.33%;}
2166
+ .ajde_evcal_calendar.boxy.box_4 .eventon_list_event, .ajde_evcal_calendar.boxy.box_4 .evoShow_more_events{width: 25%;}
2167
+ .ajde_evcal_calendar.boxy.box_5 .eventon_list_event, .ajde_evcal_calendar.boxy.box_5 .evoShow_more_events{width: 20%;}
2168
+ .ajde_evcal_calendar.boxy.box_6 .eventon_list_event, .ajde_evcal_calendar.boxy.box_6 .evoShow_more_events{width: 16.67%;}
2169
+ .ajde_evcal_calendar.boxy.box_7 .eventon_list_event, .ajde_evcal_calendar.boxy.box_7 .evoShow_more_events{width: 14.28%;}
2170
+
2171
+ /* responsive */
2172
+ @media (max-width: 768px){
2173
+ .ajde_evcal_calendar.boxy.box_3 .eventon_list_event,
2174
+ .ajde_evcal_calendar.boxy.box_4 .eventon_list_event,
2175
+ .ajde_evcal_calendar.boxy.box_5 .eventon_list_event,
2176
+ .ajde_evcal_calendar.boxy.box_6 .eventon_list_event,
2177
+ .ajde_evcal_calendar.boxy.box_7 .eventon_list_event
2178
+ {width: 50%;}
2179
+ }
2180
+ @media (max-width: 650px){
2181
+ .ajde_evcal_calendar.boxy .eventon_list_event{width: 100%;}
2182
+ }
2183
+ @media (max-width: 480px){
2184
+
2185
+ .ajde_evcal_calendar.boxy.box_2 .eventon_list_event,
2186
+ .ajde_evcal_calendar.boxy.box_3 .eventon_list_event,
2187
+ .ajde_evcal_calendar.boxy.box_4 .eventon_list_event,
2188
+ .ajde_evcal_calendar.boxy.box_5 .eventon_list_event,
2189
+ .ajde_evcal_calendar.boxy.box_6 .eventon_list_event,
2190
+ .ajde_evcal_calendar.boxy.box_7 .eventon_list_event
2191
+ {width: 100%;}
2192
+ }
2193
+
2194
+ /* location card */
2195
+ .evo_location_card .entry-content{
2196
+ padding: 0px 60px;
2197
+ }
2198
+ .evo_location_card .evo_location_tax, .evotax_term_card .evotax_term_details{
2199
+ background-color: #dcdcdc;
2200
+ text-align: center;
2201
+ -webkit-background-size: cover;
2202
+ -moz-background-size: cover;
2203
+ -o-background-size: cover;
2204
+ background-size: cover;
2205
+ background-position: center center;
2206
+ padding: 50px;
2207
+ position: relative; z-index: 0;
2208
+ border-radius: 5px 5px 0 0;
2209
+ overflow: hidden;
2210
+ }
2211
+ .evo_location_card .evo_location_tax:after, .evotax_term_card .evotax_term_details:after{
2212
+ content:"";
2213
+ width: 100%; height: 100%;
2214
+ top: 0;left: 0;
2215
+ background-color: rgba(255, 191, 128, 0.89);
2216
+ position: absolute;
2217
+ z-index: 1;
2218
+ }
2219
+ .evo_location_card .evo_location_tax > *, .evotax_term_card .evotax_term_details >*
2220
+ {z-index: 3; position: relative;}
2221
+ .evo_location_card .evo_location_tax h2,
2222
+ .evo_location_card .evo_location_tax p,
2223
+ .evotax_term_card .evotax_term_details h2,
2224
+ .evotax_term_card .evotax_term_details p{
2225
+ padding: 0; margin: 0 0 5px;
2226
+ }
2227
+ .evo_location_card .evo_location_tax h2,
2228
+ .evotax_term_card .evotax_term_details h2
2229
+ {margin-bottom: 13px; text-transform: uppercase;}
2230
+
2231
+ .evo_location_card .evo_location_tax span,
2232
+ .evo_location_card .location_description p,
2233
+ .evo_organizer_card .organizer_description p,
2234
+ .evotax_term_card .tax_term_description p,
2235
+ .evotax_term_card .evotax_term_details span{
2236
+ color: #fff;
2237
+ padding: 3px 8px;
2238
+ /*background-color: rgba(0, 0, 0, 0.53);*/
2239
+ display: inline;
2240
+ border-radius: 5px;
2241
+ }
2242
+ .evo_location_card .location_description p,
2243
+ .evo_organizer_card .organizer_description p{opacity: 0.8;display: block;}
2244
+ .evotax_term_card h3.evotax_term_subtitle{
2245
+ text-align: center;
2246
+ padding:30px 10px;
2247
+ margin: 0 0 15px;
2248
+ text-transform: uppercase;
2249
+ font-size: 24px;
2250
+ background-color: #F0F0F0;
2251
+ color: #888888;
2252
+ border-top: 1px solid #c1c1c1;
2253
+ font-weight: bold;
2254
+ border-radius: 0px 0px 5px 5px;
2255
+ }
2256
+ .evo_location_card .evo_location_map, .evotax_term_card .term_location_map{
2257
+ width: 100%; height: 250px;
2258
+ }
2259
+ .evo_location_card .location_circle, .evotax_term_card .term_image_circle{
2260
+ border-radius: 50%;
2261
+ overflow: hidden;
2262
+ border:3px solid #fff;
2263
+ height: 200px; width: 200px;
2264
+ margin-bottom: 15px;
2265
+ display: inline-block;
2266
+ -webkit-background-size: cover;
2267
+ -moz-background-size: cover;
2268
+ -o-background-size: cover;
2269
+ background-size: cover;
2270
+ background-position: center center;
2271
+ }
2272
+ .evotax_term_card .tax_term_name i{display: block; color: #fff;text-transform: uppercase;font-size: 18px;}
2273
+ .evotax_term_card .tax_term_name span{font-weight: bold;}
2274
+ .evotax_term_card .endborder_curves{border-radius: 5px;}
2275
+ .evotax_term_card .ajde_evcal_calendar{padding-top: 30px;}
2276
+
2277
+ /**
2278
+ * Search styles
2279
+ * @since 2.5.3
2280
+ */
2281
+ .evo_widget .evo_cal_above span.evo-search{min-height:auto;}
2282
+ .evo_cal_above .evo-search:before{
2283
+ content:"\f002";
2284
+ display: inline-block;
2285
+ font-family: 'evo_FontAwesome';
2286
+ font-style: normal;
2287
+ font-weight: normal;
2288
+ font-size: 12px;
2289
+ line-height: 1;
2290
+ -webkit-font-smoothing: antialiased;
2291
+ -moz-osx-font-smoothing: grayscale;
2292
+ width: 12px;
2293
+ }
2294
+ .evo_cal_above .evo-search{position: relative; }
2295
+ .evo_search_results #evcal_head{display: none;}
2296
+
2297
+ .evo_search_results_count{
2298
+ text-align: center;
2299
+ margin: 0; padding: 8px 0;
2300
+ }
2301
+ .EVOSR_section .evosr_msg{
2302
+ text-align: center;
2303
+ font-style: italic;
2304
+ padding: 8px 0;
2305
+ }
2306
+ .evo_search_bar{
2307
+ height: 35px;
2308
+ display: block;
2309
+ overflow: hidden;
2310
+ margin-top: 5px;
2311
+ margin-bottom: 10px;
2312
+ position: relative;
2313
+ }
2314
+ .evo_search_bar.hidden, .evo_search_bar.evo_hidden{display: none;}
2315
+ .evo_search_bar_in{
2316
+ position: absolute;
2317
+ bottom: 0;
2318
+ width: 100%;
2319
+ height: 35px;
2320
+ }
2321
+ .evo_search_bar_in a.evosr_search_btn{
2322
+ top: 4px; right: 10px;
2323
+ height: 100%; font-size: 16px;
2324
+ }
2325
+ .evo_search_bar_in a.evosr_search_btn:hover{color: #cccccc;}
2326
+ .evo_search_bar input:focus{border:none;}
2327
+ .evo_search_bar input, .evo_search_bar input[type=text]{
2328
+ background-color: #F2F2F2;
2329
+ border:1px solid #EDEDED;
2330
+ width: 100%;
2331
+ padding:8px 15px;
2332
+ font: 14px arial;
2333
+ line-height: normal;
2334
+ border-radius: 15px;
2335
+ outline:none;
2336
+ -webkit-box-sizing: border-box;
2337
+ -moz-box-sizing: border-box;
2338
+ box-sizing: border-box;
2339
+ }
2340
+ .EvcalWidget .evo_search_bar input{padding: 5px 10px;}
2341
+ .EvcalWidget .evo_search_bar a.evosr_search_btn{top: 1px;}
2342
+ .evo_search_entry{}
2343
+ .EVOSR_section .evosr_search_box{
2344
+ position: relative;
2345
+ overflow:hidden;
2346
+ margin: 0; padding: 0;
2347
+ }
2348
+ .evosr_search_box input{outline:none;}
2349
+ .evosr_search_box input::-webkit-input-placeholder {color: #b5b4b4; font-style: italic;}
2350
+ .evosr_search_box input::-moz-placeholder {color: #b5b4b4; font-style: italic;}
2351
+ .evosr_search_box input:-ms-input-placeholder {color: #b5b4b4; font-style: italic;}
2352
+ .evosr_search_box input:-moz-placeholder {color: #b5b4b4; font-style: italic;}
2353
+ body .EVOSR_section input[type="text"]{
2354
+ width: 100%;
2355
+ border:1px solid #EDEDED;
2356
+ border-radius: 20px;
2357
+ padding: 8px 15px;
2358
+ background-color: #F2F2F2;
2359
+ -webkit-box-sizing: border-box;
2360
+ -moz-box-sizing: border-box;
2361
+ box-sizing: border-box;
2362
+ font-size: 16px;
2363
+ line-height: 1.5;
2364
+ }
2365
+ .EVOSR_section input:hover, .EVOSR_section input:focus,.EVOSR_section input:active, .evo_search_bar input:hover {border:1px solid #c5c5c5;outline:none;}
2366
+ .EVOSR_section a.evo_do_search, a.evosr_search_btn{
2367
+ position: absolute;
2368
+ right: 15px;
2369
+ top: 10px;
2370
+ cursor: pointer;
2371
+ z-index: 10;
2372
+ box-shadow: none;
2373
+ }
2374
+ body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color: #3d3d3d;}
2375
+ body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color: #bbbbbb;}
2376
+ .evosr_blur_text{
2377
+ position: absolute;
2378
+ width: 100%;
2379
+ top: 0; text-align: center;
2380
+ padding-top: 10px;
2381
+ opacity: 0;
2382
+ z-index: 10;
2383
+ pointer-events: none;
2384
+ -webkit-transition: opacity 0.2s linear 0.2s;
2385
+ -moz-transition: opacity 0.2s linear 0.2s;
2386
+ transition: opacity 0.2s linear 0.2s;
2387
+ }
2388
+ .EVOSR_section.searching .evosr_blur_text{opacity: 1;}
2389
+ .evosr_blur{
2390
+ position: absolute;
2391
+ width: 5px;
2392
+ height: 5px;
2393
+ right: 18px; top: 15px;
2394
+ background-color: #f9d789;
2395
+ display: block;
2396
+ border-radius: 20px;
2397
+ opacity: 0;
2398
+ -webkit-transition: all 0.15s;
2399
+ -moz-transition: all 0.15s;
2400
+ transition: all 0.15s;
2401
+ z-index: 5;
2402
+ }
2403
+ .evosr_blur_process{
2404
+ position: absolute;
2405
+ background-color: #fff;
2406
+ border-radius: 20px;
2407
+ width: 0%; opacity: 0;
2408
+ height: 100%; top: 0; left: 50%;
2409
+ z-index: 8;
2410
+ display: block;
2411
+ }
2412
+ @keyframes searchprogress {
2413
+ 0% { opacity: 0; width:0%;left:50%;}
2414
+ 50% { opacity: 0.3; width:100%;left:0;}
2415
+ 70% { opacity: 0; width:100%;}
2416
+ }
2417
+ @-moz-keyframes searchprogress {
2418
+ 0% { opacity: 0; width:0%;}
2419
+ 50% { opacity: 0.3; width:100%;left:0;}
2420
+ 70% { opacity: 0; width:100%;}
2421
+ }@-webkit-keyframes searchprogress {
2422
+ 0% { opacity: 0; width:0%;}
2423
+ 50% { opacity: 0.3; width:100%;left:0;}
2424
+ 70% { opacity: 0; width:100%;}
2425
+ }@-o-keyframes searchprogress {
2426
+ 0% { opacity: 0; width:0%;}
2427
+ 50% { opacity: 0.3; width:100%;left:0;}
2428
+ 70% { opacity: 0; width:100%;}
2429
+ }
2430
+ .EVOSR_section.searching .evosr_blur_process{
2431
+ animation: searchprogress 1.2s 0.2s infinite
2432
+ -moz-animation: searchprogress 1.2s 0.2s infinite;
2433
+ -webkit-animation: searchprogress 1.2s 0.2s infinite;
2434
+ -o-animation: searchprogress 1.2s 0.2s infinite;
2435
+ }
2436
+ .EVOSR_section.searching .evosr_blur{
2437
+ width: 100%;height: 100%;
2438
+ right: 0;top: 0;
2439
+ opacity: 1;
2440
+ }
2441
+ .evo_search_results_count span{
2442
+ background-color: #d2d2d2; color:#fff;
2443
+ border-radius: 8px;
2444
+ padding: 5px 10px 7px;
2445
+ display: inline-block;
2446
+ text-align: center;
2447
+ margin-right: 5px;
2448
+ line-height: 100%;
2449
+ font-style: italic;
2450
+ }
2451
+
2452
+ /* helper item styles */
2453
+ /* yes no button */
2454
+ .ajde_yn_btn {
2455
+ background-color: #f3c991;
2456
+ height: 24px;
2457
+ width: 68px;
2458
+ overflow: hidden;
2459
+ display: inline-block;
2460
+ cursor: pointer;
2461
+ border-radius: 13px;
2462
+ margin-top: 2px;
2463
+ -webkit-transition: all .5s ease;
2464
+ -moz-transition: all .5s ease;
2465
+ -ms-transition: all .5s ease;
2466
+ -o-transition: all .5s ease;
2467
+ transition: all .5s ease;
2468
+ -webkit-box-sizing: border-box;
2469
+ -moz-box-sizing: border-box;
2470
+ box-sizing: border-box;
2471
+ position: absolute;
2472
+ }
2473
+ .ajde_yn_btn:hover{background-color:#fddcb1 }
2474
+ .ajde_yn_btn.NO:hover{background-color:#e6e6e6 }
2475
+ .ajde_yn_btn:hover .catchHandle{background-color: #fff;}
2476
+ .ajde_yn_btn.NO{background-color: #dedede; }
2477
+ .ajde_yn_btn.absolute{position: absolute;}
2478
+ .ajde_yn_btn_label{padding-left: 80px; line-height: 1.8;}
2479
+ .ajde_yn_btn .btn_inner:before,.ajde_yn_btn .btn_inner:after, .btn_inner em{
2480
+ top: 0;
2481
+ position: absolute;
2482
+ padding: 4px 8px;
2483
+ line-height: 90%;
2484
+ }
2485
+ .ajde_yn_btn .btn_inner em{
2486
+ font-size: 12px;
2487
+ -webkit-box-sizing: border-box;
2488
+ -moz-box-sizing: border-box;
2489
+ box-sizing: border-box;
2490
+ line-height: 22px;
2491
+ padding: 0 8px;
2492
+ max-width: 45px;
2493
+ width: 45px;
2494
+ text-align: center;
2495
+ overflow: hidden;
2496
+ text-overflow: ellipsis;
2497
+ font-style: normal;
2498
+ font-weight: bold;
2499
+ font-family: 'open sans',arial;
2500
+ }
2501
+ .ajde_yn_btn .btn_inner em.no{
2502
+ left: 0;color: #ffffff;
2503
+ }
2504
+ .ajde_yn_btn .btn_inner em.yes{
2505
+ right: 0;
2506
+ color: #fff;
2507
+ padding-right: 8px;
2508
+ }
2509
+ .ajde_yn_btn .btn_inner{
2510
+ position: relative;
2511
+ padding-left: 45px;
2512
+ padding-right: 42px;
2513
+ padding-top: 0;
2514
+ height: 24px;
2515
+ width: 110px;
2516
+ display: block;
2517
+ margin-left: -42px;
2518
+ margin-top: 2px;
2519
+ }
2520
+ .ajde_yn_btn.NO .btn_inner{margin-left: 0px;}
2521
+ .catchHandle, .yesno_row .catchHandle{
2522
+ background-color: #F9F9F9;
2523
+ height: 20px;width: 20px;
2524
+ display: block;
2525
+ padding-left: 0;
2526
+ border-radius: 12px;
2527
+ box-sizing: border-box;
2528
+ position: relative;
2529
+ }
2530
+ .ajde_yn_btn .btn_inner, .catchHandle {
2531
+ -webkit-transition: all .2s ease;
2532
+ -moz-transition: all .2s ease;
2533
+ -ms-transition: all .2s ease;
2534
+ -o-transition: all .2s ease;
2535
+ transition: all .2s ease;
2536
+ }
2537
+ .ajde_yn_btn.NO .catchHandle, .yesno_row .ajde_yn_btn.NO .catchHandle{border-color:#D9D7D7; background-color: #F9F9F9}
2538
+ .evomb_body .ajde_yn_btn{border-color:#666666;}
2539
+ .evomb_body .catchHandle{border-color:#9B9B9B;}
2540
+ .yesno_row span.field_name, .yesno_row label{ padding-left: 80px; line-height: 1.8;}
2541
+ .yesno_row .ajde_yn_btn {
2542
+ position: absolute;
2543
+ padding: 0;
2544
+ }
2545
+ /* tool tips */
2546
+ span.ajdeToolTip, .yesno_row span.ajdeToolTip{
2547
+ padding-left: 0;
2548
+ margin-left: 4px;
2549
+ text-align: center;
2550
+ font-style: normal;
2551
+ position: absolute;
2552
+ width: 13px;
2553
+ height: 14px;
2554
+ line-height: 110%;
2555
+ opacity: 0.4;
2556
+ border-radius: 0px;
2557
+ color: #fff;
2558
+ padding: 0;
2559
+ font-style: normal;
2560
+ cursor: pointer;
2561
+ display: inline-block;
2562
+ }
2563
+ .ajdeToolTip:before {
2564
+ content: "\f06a";
2565
+ font-style: normal;
2566
+ display: inline-block;
2567
+ color: #9d9d9d;
2568
+ font-size: 18px;
2569
+ margin-top: 2px;
2570
+ }
2571
+ .ajdeToolTip em, .ajdethistooltip em{
2572
+ visibility: hidden; */
2573
+ font: 12px 'open sans';
2574
+ position: absolute;
2575
+ left: -1px;
2576
+ width: 200px;
2577
+ background-color: #6B6B6B;
2578
+ border-radius: 0px;
2579
+ color: #fff;
2580
+ padding: 6px 8px;
2581
+ bottom: 22px;
2582
+ z-index: 900;
2583
+ text-align: center;
2584
+ margin-left: 8px;
2585
+ opacity: 0;
2586
+ font-style: normal;
2587
+ font-family: 'open sans',arial;
2588
+ font-size: 12px;
2589
+ border-radius: 5px 5px 5px 0;
2590
+ -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
2591
+ transition: opacity 0.2s, transform 0.2s;
2592
+ -webkit-transform: translateY(-15px);
2593
+ transform: translateY(-15px);
2594
+ pointer-event: none;
2595
+ }
2596
+ .ajdeToolTip:hover em, .yesno_row .ajdeToolTip:hover em, .ajdethistooltip:hover em {
2597
+ opacity: 1;
2598
+ visibility: visible;
2599
+ -webkit-transform: translateY(0);
2600
+ transform: translateY(0);
2601
+ }
2602
+ .ajdeToolTip:hover, .yesno_row .ajdeToolTip:hover { opacity: 1;}
2603
+ .ajdeToolTip em:before, .ajdethistooltip em:before {
2604
+ content: "";
2605
+ width: 0px;
2606
+ height: 0px;
2607
+ border-style: solid;
2608
+ border-width: 9px 9px 0 0;
2609
+ border-color: #6B6B6B transparent transparent transparent;
2610
+ position: absolute;
2611
+ bottom: -9px;
2612
+ left: 0px;
2613
+ }
2614
+
2615
+ /* for JQuery Mobile */
2616
+ .ui-loading .ui-loader { display: none; }
2617
+ .ui-loader { display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }
2618
+
2619
+ /*-- Responsive --*/
2620
+ @media (max-width: 480px){
2621
+ .ajde_evcal_calendar #evcal_loader{height:1px; width:1px}
2622
+ .ajde_evcal_calendar .calendar_header p{font-size:24px;}
2623
+ #evcal_sort_bar ul{ padding-left:10px}
2624
+ .event_description .evcal_col50{
2625
+ width:100%; float:none;
2626
+ border-bottom: 1px solid #CDCDCD;
2627
+ border-right: none;
2628
+ }
2629
+ .event_description .evcal_col50 .bordr{border-right:none}
2630
+ .evorow .tb .evcal_col50{ float:none; display:block;}
2631
+ .evo_metarow_time_location .evcal_col50{
2632
+ width: 100%;
2633
+ border-bottom: 1px solid #cdcdcd;
2634
+ }
2635
+
2636
+ .eventon_events_list .eventon_list_event .ev_ftImg{height: 50px;width: 50px;}
2637
+ .eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc, .evo_pop_body .hasFtIMG .evcal_desc{padding-left: 140px;}
2638
+ #evcal_list .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc{padding-left: 120px;}
2639
+ .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock, .evo_pop_body .hasFtIMG .evcal_cblock{left: 60px;}
2640
+
2641
+ /* lightbox */
2642
+ .evo_lightbox {padding-right: 0; padding-left: 0;}
2643
+ .evo_lightbox_content {width: 90%;}
2644
+
2645
+ /* cancelled event text */
2646
+ .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers{padding: 1px 5px; font-size: 10px;}
2647
+
2648
+ /* jumper */
2649
+ .ajde_evcal_calendar .calendar_header .evo_j_dates p.legend{font-size: 11px;}
2650
+ /* eventcard */
2651
+ .evo_lightbox .evcal_evdata_row .evcal_evdata_cell h3,
2652
+ .evo_lightbox .evo_clik_row .evo_h3{
2653
+ font-size: 16px;
2654
+ }
2655
+ ..evcal_evdata_row{padding: 20px;}
2656
+ .evcal_evdata_row .evcal_evdata_cell{padding-left: 0px;}
2657
+ .evcal_evdata_row.evo_metarow_ICS .evcal_evdata_cell{padding-left: 30px;}
2658
+ .evcal_evdata_row .evcal_evdata_cell h3{padding-left: 35px;}
2659
+ #evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{
2660
+ font-size: 13px;
2661
+ }
2662
+ #evcal_list .eventon_list_event .event_description p, #evcal_list .eventon_list_event .event_description li, .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p{
2663
+ font-size: 12px;
2664
+ }
2665
+ .evo_metarow_socialmedia a.evo_ss{width: 35px; height: 35px;}
2666
+ }
2667
+ @media only screen and (max-device-width : 480px){
2668
+ .ajde_evcal_calendar .calendar_header p{
2669
+ font-size:26px;
2670
+ }
2671
+ #evcal_sort_bar ul{padding-left:10px}
2672
+ }
2673
+ @media (max-width: 1024px){
2674
+ .evcal_evdata_img {max-height: 341px !important; }
2675
+ }
2676
+ @media (max-width: 768px){
2677
+ .evcal_evdata_img {max-height: 255px !important; }
2678
+ }
2679
+ @media (max-width: 568px){
2680
+ .evcal_evdata_img {max-height: 189px !important; }
2681
+ }
2682
+ @media (max-width: 480px){
2683
+ .evcal_evdata_img {max-height: 106px !important; }
2684
+ }
test__1002176_www.eastofengland.org.uk/resources/fc_styles.css ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ Eventon Full Calendar styles
3
+ version 1.1
4
+ */
5
+
6
+ /* fonts */
7
+ .eventon_fullcal p{
8
+ font-family: 'roboto','arial narrow';
9
+ }
10
+ .eventon_fc_days .evo_fc_day.has_events em{
11
+ font-family: 'open sans', arial;
12
+ }
13
+ /* other */
14
+ .evoFC_tip{
15
+ position:absolute;
16
+ background-color:#9e9e9e;
17
+ color:#f7f7f7;
18
+ padding:2px 6px;
19
+ line-height:110%;
20
+ font-size:10px;
21
+ z-index: 800;
22
+ }
23
+ .evoFC_tip:before{
24
+ content:"";
25
+ width: 0px;
26
+ height: 0px;
27
+ border-style: solid;
28
+ border-width: 5px 5px 0 0;
29
+ border-color: #9e9e9e transparent transparent transparent;
30
+ position:absolute;
31
+ left:0;
32
+ bottom:-5px;
33
+ }
34
+ .evoFC_tip.leftyy:before{
35
+ border-width: 0 5px 5px 0;
36
+ border-color: transparent #9e9e9e transparent transparent;
37
+ right:0;
38
+ left:auto;
39
+ }
40
+
41
+ .eventon_fullcal {
42
+ padding:0px 0 10px;
43
+ overflow:hidden;
44
+ width:100%;
45
+ position:relative;
46
+ border-bottom: 1px solid #e5e5e5;
47
+ }
48
+
49
+ .evofc_month{float:left;width: 100%;}
50
+
51
+ .eventon_fullcal .eventon_fc_daynames .evo_fc_day{font-size:14px;margin: 0!important}
52
+ .eventon_fullcal .eventon_fc_daynames .evo_fc_day:hover{cursor:default; color:#d4d4d4}
53
+
54
+ .eventon_fullcal .evo_fc_day{
55
+ display:block;
56
+ margin:0;
57
+ float:left;
58
+ width:14.27%;
59
+ text-align:center;
60
+ min-height:5px;
61
+ cursor:pointer;
62
+ border-top:3px solid transparent;
63
+ font-size:20px;
64
+ font-weight: 700;
65
+ padding:4px 0;
66
+ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
67
+ -moz-box-sizing: border-box; /* Firefox, other Gecko */
68
+ box-sizing: border-box;
69
+ -webkit-transition: all .2s ease;
70
+ -moz-transition: all .2s ease;
71
+ -ms-transition: all .2s ease;
72
+ -o-transition: all .2s ease;
73
+ transition: all .2s ease;
74
+ }
75
+
76
+ .eventon_fullcal .evo_fc_day.highl{
77
+ background-color:#faf8f5
78
+ }
79
+
80
+ .eventon_fullcal .evo_fc_day.evo_fc_empty{
81
+ cursor:default
82
+ }
83
+
84
+ .eventon_fullcal .evo_fc_day.evo_fc_empty:hover{
85
+ background-color:transparent
86
+ }
87
+ .eventon_fullcal .evo_fc_day.on_focus{
88
+ border-top:1px solid #9e9e9e;
89
+ }
90
+
91
+ .eventon_fullcal p{
92
+ color: #d8d8d8;
93
+ padding: 0;
94
+ margin: 0;
95
+ text-transform: uppercase;
96
+ font-size: 13px;
97
+ }
98
+ .evofc_months_strip{ max-width:none; }
99
+
100
+ /* widget **/
101
+ .evo_widget .eventon_fullcal .eventon_fc_daynames .evo_fc_day, .evo_fc_widget .eventon_fullcal .eventon_fc_daynames .evo_fc_day{
102
+ display:block;
103
+ font-size: 0;
104
+ }
105
+ .evo_widget .eventon_fullcal .eventon_fc_daynames .evo_fc_day:first-letter,
106
+ .evo_fc_widget .eventon_fullcal .eventon_fc_daynames .evo_fc_day:first-letter{
107
+ visibility:visible;
108
+ font-size: 12px;
109
+ }
110
+ .evo_widget .eventon_fullcal .evo_fc_day,
111
+ .evo_fc_widget .eventon_fullcal .evo_fc_day{
112
+ font-size:12px;
113
+ padding: 10px 0
114
+ }
115
+
116
+ /* new grid boxes */
117
+ .eventon_fullcal .evo_fc_day{
118
+ border-top:1px solid #F7F7F7;
119
+ border-right:1px solid #F7F7F7;
120
+ border-bottom: 1px solid transparent;
121
+ }
122
+ .eventon_fullcal .evo_fc_day.bb{
123
+ border-bottom:1px solid #F7F7F7;
124
+ }
125
+ .eventon_fullcal .evo_fc_day.br{
126
+ border-right:1px solid #F7F7F7;
127
+ }
128
+ .eventon_fc_days, .eventon_fc_daynames{border-left:1px solid #F7F7F7;}
129
+ .eventon_fc_days .evo_fc_day{
130
+ padding:30px 0;
131
+ margin: 0!important;
132
+ position: relative;
133
+ }
134
+
135
+ .eventon_fc_days .evo_fc_day.has_events:hover{background-color: #F5F5F5;}
136
+ .eventon_fc_days .evo_fc_day.on_focus{background-color: #FFF3E7;}
137
+ .eventon_fc_days .evo_fc_day.today:before{
138
+ content:"";
139
+ background-color: #ef9a93;
140
+ height: 4px;
141
+ width: 100%;
142
+ display: inline-block;
143
+ position: absolute;
144
+ top: 0px; left: 0;
145
+ margin-top: -1px;
146
+ }
147
+
148
+ .eventon_fc_days .evo_fc_day.has_events, .eventon_fc_days, .eventon_fc_daynames{position: relative;}
149
+ .eventon_fc_days .evo_fc_day.has_events em{
150
+ position: absolute;
151
+ font-size: 12px;
152
+ font-style: normal;
153
+ margin-top: -5px;
154
+ margin-left: 5px;
155
+ color: #D6D6D6;
156
+ }
157
+
158
+ .evo_widget .eventon_fc_days .evo_fc_day.has_events span,
159
+ .evo_fc_widget .eventon_fc_days .evo_fc_day.has_events span{display: none;}
160
+ .eventon_fc_days .evo_fc_day.has_events span{
161
+ bottom: 20px;
162
+ width: 100%;
163
+ left: 0;
164
+ position:absolute;
165
+ }
166
+ .eventon_fc_days .evo_fc_day.has_events span i{
167
+ height:5px; width: 5px;
168
+ display: inline-block;
169
+ border-radius: 50%;
170
+ background-color: #DADADA;
171
+ margin: 0 1px;
172
+ }
173
+ .eventon_fc_days .evo_fc_day.has_events span b{
174
+ margin: 0 1px;display: inline-block;
175
+ font-size: 8px; font-weight: normal;
176
+ text-transform: none;
177
+ color: #DADADA;
178
+ font-family: arial;
179
+ }
180
+
181
+ /* hover event names */
182
+ .evofc_title_tip{
183
+ max-width: 100%;
184
+ pointer-events : none;
185
+ position: absolute;
186
+ background-color:#808080;
187
+ color:#f7f7f7;
188
+ padding:2px 6px;
189
+ line-height:110%;
190
+ font-size:10px; font-style: italic;
191
+ z-index: 999;
192
+ min-height: 45px
193
+ }
194
+ .evofc_title_tip .evofc_ttle_cnt{
195
+ position: absolute;
196
+ font-size: 24px;
197
+ text-align: center;
198
+ font-style: normal;
199
+ margin-top: 5px;
200
+ background-color: #949393;
201
+ border-radius: 8px;
202
+ color: #fff;
203
+ font-size: 18px;
204
+ padding: 8px;
205
+ }
206
+ .eventon_fullcal ul.evofc_ttle_events{
207
+ padding:5px 5px 5px 40px;
208
+ margin: 0;
209
+ }
210
+ .eventon_fullcal ul.evofc_ttle_events li{
211
+ font-size: 13px;
212
+ padding-left: 15px;
213
+ position: relative;
214
+ padding-bottom: 5px;
215
+ margin: 0;
216
+ }
217
+ .eventon_fullcal ul.evofc_ttle_events li b{
218
+ display: inline-block;
219
+ background-color: #fff;
220
+ border-radius: 50%;
221
+ width: 7px; height: 7px;
222
+ margin-right: 5px;
223
+ position: absolute;
224
+ left: 0; top: 2px;
225
+ }
226
+ .evofc_title_tip:before{
227
+ width: 0;
228
+ height: 0;
229
+ border-style: solid;
230
+ position:absolute;
231
+ left:0;
232
+ bottom:-5px;
233
+ content: "";
234
+ border-width: 5px 5px 0 0;
235
+ border-color: #949393 transparent transparent transparent;
236
+ }
237
+ .evofc_title_tip.lefter:before{
238
+ border-width: 0 5px 5px 0;
239
+ border-color: transparent #949393 transparent transparent;
240
+ right:0;
241
+ left:auto;
242
+ }
243
+
244
+ /* Grid Style: no box */
245
+ .evofc_months_strip.nobox .eventon_fc_days .evo_fc_day{
246
+ border:none;
247
+ }
248
+ .evofc_months_strip.nobox .eventon_fc_days, .evofc_months_strip.nobox .eventon_fc_daynames,
249
+ .evofc_months_strip.nobox .eventon_fc_daynames p.evo_fc_day{border:none; }
250
+ .evofc_months_strip.nobox .eventon_fc_daynames{border-bottom:1px solid #e5e5e5;}
251
+ /* events next to grid */
252
+ .evoFC_nextto.evoFC div#evcal_list {
253
+ width: 50%;
254
+ float: right;
255
+ }
256
+ .evoFC_nextto.evoFC .eventon_fullcal {
257
+ width: 50%;
258
+ float:left;
259
+ }
260
+ .evoFC_nextto.evoFC .eventon_fc_days .evo_fc_day {
261
+ padding: 10px 0;
262
+ }
263
+ .evoFC_nextto.evoFC .eventon_fc_days .evo_fc_day.has_events span i {
264
+ margin: -18px 1px;
265
+ }
266
+ @media (max-width: 550px){
267
+ .evoFC_nextto.evoFC div#evcal_list, .evoFC_nextto.evoFC .eventon_fullcal{width: 100%;float: none;}
268
+ }
269
+ /* lightbox */
270
+ .evofc_lightbox{
271
+ overflow-x: hidden;
272
+ overflow-y: auto;
273
+ background-color: rgba(61, 61, 61, 0.8);
274
+ position: fixed;
275
+ top: 0;
276
+ right: 0;
277
+ bottom: 0;
278
+ left: 0;
279
+ z-index: 94000;
280
+ padding-right: 17px;
281
+ padding-left: 17px;
282
+ opacity: 0;
283
+ -webkit-transition: opacity .15s linear;
284
+ -o-transition: opacity .15s linear;
285
+ transition: opacity .15s linear;
286
+ visibility: hidden;
287
+ }
288
+ .evofc_lightbox.show{ opacity: 1; visibility: visible;}
289
+ .evofc_lightbox.show .evo_lightbox_content{
290
+ -webkit-transform: translateY(0);
291
+ -moz-transform: translateY(0);
292
+ -ms-transform: translateY(0);
293
+ transform: translateY(0);
294
+ opacity: 1;
295
+ }
296
+ .evolbclose_fc{
297
+ position: absolute;
298
+ top: 0;
299
+ right: 0;
300
+ z-index: 90001;
301
+ margin: -14px -14px 0 0;
302
+ color: #666666;
303
+ background-color: #000;
304
+ border-radius: 50%;
305
+ padding: 5px;
306
+ height: 28px;
307
+ width: 28px;
308
+ text-align: center;
309
+ line-height: 90%;
310
+ font-size: 28px;
311
+ cursor: pointer;
312
+ font-family: 'Open Sans', sans-serif;
313
+ font-weight: 300;
314
+ box-sizing: content-box;
315
+ -moz-box-sizing: content-box;
316
+ }
317
+ .evolbclose_fc:hover{color: #cfcfcf; text-decoration: none;}
318
+ .evofc_lightbox .evcal_cblock .evo_time{display: none;}
319
+ .evofc_lightbox .bordb{border-bottom: 1px solid #cdcdcd; }
320
+ .evofc_lightbox.eventcard .evofc_lightbox_body{background-color: #fff;}
321
+ .evofc_lightbox .evopop_top .ev_ftImg{display: none;}
322
+ .evofc_lightbox .evofc_lightbox_body{
323
+ border-radius: 5px; overflow: hidden;
324
+ }
325
+ .evofc_lightbox .evofc_lightbox_body .no_events{
326
+ background-color: #fff;
327
+ padding: 15px;
328
+ color: #808080;
329
+ }
330
+
331
+ /* RTL */
332
+ .evortl .eventon_fc_daynames .evo_fc_day, .evortl .eventon_fc_days .evo_fc_day{float: right;}
333
+ .evortl .evo_lightbox_content .evolbclose_fc{right: auto; left: 0; margin: -14px 0 0 -14px;}
334
+ .evortl.evofc_lightbox .evofc_lightbox_body .eventon_list_event .evocd_timer span.evocd_time{float: right; margin-right: 0;margin-left: 10px;}
335
+
test__1002176_www.eastofengland.org.uk/resources/featherlight.css ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Featherlight – ultra slim jQuery lightbox
3
+ * Version 1.7.13 - http://noelboss.github.io/featherlight/
4
+ *
5
+ * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
6
+ * MIT Licensed.
7
+ **/
8
+
9
+ html.with-featherlight {
10
+ /* disable global scrolling when featherlights are visible */
11
+ overflow: hidden;
12
+ }
13
+
14
+ .featherlight {
15
+ display: none;
16
+
17
+ /* dimensions: spanning the background from edge to edge */
18
+ position:fixed;
19
+ top: 0; right: 0; bottom: 0; left: 0;
20
+ z-index: 2147483647; /* z-index needs to be >= elements on the site. */
21
+
22
+ /* position: centering content */
23
+ text-align: center;
24
+
25
+ /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
26
+ white-space: nowrap;
27
+
28
+ /* styling */
29
+ cursor: pointer;
30
+ background: #333;
31
+ /* IE8 "hack" for nested featherlights */
32
+ background: rgba(0, 0, 0, 0);
33
+ }
34
+
35
+ /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
36
+ .featherlight:last-of-type {
37
+ background: rgba(0, 0, 0, 0.8);
38
+ }
39
+
40
+ .featherlight:before {
41
+ /* position: trick to center content vertically */
42
+ content: '';
43
+ display: inline-block;
44
+ height: 100%;
45
+ vertical-align: middle;
46
+ }
47
+
48
+ .featherlight .featherlight-content {
49
+ /* make content container for positioned elements (close button) */
50
+ position: relative;
51
+
52
+ /* position: centering vertical and horizontal */
53
+ text-align: left;
54
+ vertical-align: middle;
55
+ display: inline-block;
56
+
57
+ /* dimensions: cut off images */
58
+ overflow: auto;
59
+ padding: 25px 25px 0;
60
+ border-bottom: 25px solid transparent;
61
+
62
+ /* dimensions: handling large content */
63
+ margin-left: 5%;
64
+ margin-right: 5%;
65
+ max-height: 95%;
66
+
67
+ /* styling */
68
+ background: #fff;
69
+ cursor: auto;
70
+
71
+ /* reset white-space wrapping */
72
+ white-space: normal;
73
+ }
74
+
75
+ /* contains the content */
76
+ .featherlight .featherlight-inner {
77
+ /* make sure its visible */
78
+ display: block;
79
+ }
80
+
81
+ /* don't show these though */
82
+ .featherlight script.featherlight-inner,
83
+ .featherlight link.featherlight-inner,
84
+ .featherlight style.featherlight-inner {
85
+ display: none;
86
+ }
87
+
88
+ .featherlight .featherlight-close-icon {
89
+ /* position: centering vertical and horizontal */
90
+ position: absolute;
91
+ z-index: 9999;
92
+ top: 0;
93
+ right: 0;
94
+
95
+ /* dimensions: 25px x 25px */
96
+ line-height: 25px;
97
+ width: 25px;
98
+
99
+ /* styling */
100
+ cursor: pointer;
101
+ text-align: center;
102
+ font-family: Arial, sans-serif;
103
+ background: #fff; /* Set the background in case it overlaps the content */
104
+ background: rgba(255, 255, 255, 0.3);
105
+ color: #000;
106
+ border: none;
107
+ padding: 0;
108
+ }
109
+
110
+ /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
111
+ .featherlight .featherlight-close-icon::-moz-focus-inner {
112
+ border: 0;
113
+ padding: 0;
114
+ }
115
+
116
+ .featherlight .featherlight-image {
117
+ /* styling */
118
+ width: 100%;
119
+ }
120
+
121
+
122
+ .featherlight-iframe .featherlight-content {
123
+ /* removed the border for image croping since iframe is edge to edge */
124
+ border-bottom: 0;
125
+ padding: 0;
126
+ -webkit-overflow-scrolling: touch;
127
+ }
128
+
129
+ .featherlight iframe {
130
+ /* styling */
131
+ border: none;
132
+ }
133
+
134
+ .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
135
+ -webkit-box-sizing: border-box;
136
+ -moz-box-sizing: border-box;
137
+ box-sizing: border-box;
138
+ }
139
+
140
+ /* handling phones and small screens */
141
+ @media only screen and (max-width: 1024px) {
142
+ .featherlight .featherlight-content {
143
+ /* dimensions: maximize lightbox with for small screens */
144
+ margin-left: 0;
145
+ margin-right: 0;
146
+ max-height: 98%;
147
+
148
+ padding: 10px 10px 0;
149
+ border-bottom: 10px solid transparent;
150
+ }
151
+ }
152
+
153
+ /* hide non featherlight items when printing */
154
+ @media print {
155
+ html.with-featherlight > * > :not(.featherlight) {
156
+ display: none;
157
+ }
158
+ }
test__1002176_www.eastofengland.org.uk/resources/font-awesome.css ADDED
@@ -0,0 +1,2337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */
5
+ /* FONT PATH
6
+ * -------------------------- */
7
+ @font-face {
8
+ font-family: 'evo_FontAwesome';
9
+ src: url('evo_fontawesome-webfont.eot?v=4.7.0');
10
+ src: url('evo_fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('evo_fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('evo_fontawesome-webfont.woff?v=4.7.0') format('woff'), url('evo_fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('evo_fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+ .fa {
15
+ display: inline-block;
16
+ font: normal normal normal 14px/1 evo_FontAwesome;
17
+ font-size: inherit;
18
+ text-rendering: auto;
19
+ -webkit-font-smoothing: antialiased;
20
+ -moz-osx-font-smoothing: grayscale;
21
+ }
22
+ /* makes the font 33% larger relative to the icon container */
23
+ .fa-lg {
24
+ font-size: 1.33333333em;
25
+ line-height: 0.75em;
26
+ vertical-align: -15%;
27
+ }
28
+ .fa-2x {
29
+ font-size: 2em;
30
+ }
31
+ .fa-3x {
32
+ font-size: 3em;
33
+ }
34
+ .fa-4x {
35
+ font-size: 4em;
36
+ }
37
+ .fa-5x {
38
+ font-size: 5em;
39
+ }
40
+ .fa-fw {
41
+ width: 1.28571429em;
42
+ text-align: center;
43
+ }
44
+ .fa-ul {
45
+ padding-left: 0;
46
+ margin-left: 2.14285714em;
47
+ list-style-type: none;
48
+ }
49
+ .fa-ul > li {
50
+ position: relative;
51
+ }
52
+ .fa-li {
53
+ position: absolute;
54
+ left: -2.14285714em;
55
+ width: 2.14285714em;
56
+ top: 0.14285714em;
57
+ text-align: center;
58
+ }
59
+ .fa-li.fa-lg {
60
+ left: -1.85714286em;
61
+ }
62
+ .fa-border {
63
+ padding: .2em .25em .15em;
64
+ border: solid 0.08em #eeeeee;
65
+ border-radius: .1em;
66
+ }
67
+ .fa-pull-left {
68
+ float: left;
69
+ }
70
+ .fa-pull-right {
71
+ float: right;
72
+ }
73
+ .fa.fa-pull-left {
74
+ margin-right: .3em;
75
+ }
76
+ .fa.fa-pull-right {
77
+ margin-left: .3em;
78
+ }
79
+ /* Deprecated as of 4.4.0 */
80
+ .pull-right {
81
+ float: right;
82
+ }
83
+ .pull-left {
84
+ float: left;
85
+ }
86
+ .fa.pull-left {
87
+ margin-right: .3em;
88
+ }
89
+ .fa.pull-right {
90
+ margin-left: .3em;
91
+ }
92
+ .fa-spin {
93
+ -webkit-animation: fa-spin 2s infinite linear;
94
+ animation: fa-spin 2s infinite linear;
95
+ }
96
+ .fa-pulse {
97
+ -webkit-animation: fa-spin 1s infinite steps(8);
98
+ animation: fa-spin 1s infinite steps(8);
99
+ }
100
+ @-webkit-keyframes fa-spin {
101
+ 0% {
102
+ -webkit-transform: rotate(0deg);
103
+ transform: rotate(0deg);
104
+ }
105
+ 100% {
106
+ -webkit-transform: rotate(359deg);
107
+ transform: rotate(359deg);
108
+ }
109
+ }
110
+ @keyframes fa-spin {
111
+ 0% {
112
+ -webkit-transform: rotate(0deg);
113
+ transform: rotate(0deg);
114
+ }
115
+ 100% {
116
+ -webkit-transform: rotate(359deg);
117
+ transform: rotate(359deg);
118
+ }
119
+ }
120
+ .fa-rotate-90 {
121
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
122
+ -webkit-transform: rotate(90deg);
123
+ -ms-transform: rotate(90deg);
124
+ transform: rotate(90deg);
125
+ }
126
+ .fa-rotate-180 {
127
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
128
+ -webkit-transform: rotate(180deg);
129
+ -ms-transform: rotate(180deg);
130
+ transform: rotate(180deg);
131
+ }
132
+ .fa-rotate-270 {
133
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
134
+ -webkit-transform: rotate(270deg);
135
+ -ms-transform: rotate(270deg);
136
+ transform: rotate(270deg);
137
+ }
138
+ .fa-flip-horizontal {
139
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
140
+ -webkit-transform: scale(-1, 1);
141
+ -ms-transform: scale(-1, 1);
142
+ transform: scale(-1, 1);
143
+ }
144
+ .fa-flip-vertical {
145
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
146
+ -webkit-transform: scale(1, -1);
147
+ -ms-transform: scale(1, -1);
148
+ transform: scale(1, -1);
149
+ }
150
+ :root .fa-rotate-90,
151
+ :root .fa-rotate-180,
152
+ :root .fa-rotate-270,
153
+ :root .fa-flip-horizontal,
154
+ :root .fa-flip-vertical {
155
+ filter: none;
156
+ }
157
+ .fa-stack {
158
+ position: relative;
159
+ display: inline-block;
160
+ width: 2em;
161
+ height: 2em;
162
+ line-height: 2em;
163
+ vertical-align: middle;
164
+ }
165
+ .fa-stack-1x,
166
+ .fa-stack-2x {
167
+ position: absolute;
168
+ left: 0;
169
+ width: 100%;
170
+ text-align: center;
171
+ }
172
+ .fa-stack-1x {
173
+ line-height: inherit;
174
+ }
175
+ .fa-stack-2x {
176
+ font-size: 2em;
177
+ }
178
+ .fa-inverse {
179
+ color: #ffffff;
180
+ }
181
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
182
+ readers do not read off random characters that represent icons */
183
+ .fa-glass:before {
184
+ content: "\f000";
185
+ }
186
+ .fa-music:before {
187
+ content: "\f001";
188
+ }
189
+ .fa-search:before {
190
+ content: "\f002";
191
+ }
192
+ .fa-envelope-o:before {
193
+ content: "\f003";
194
+ }
195
+ .fa-heart:before {
196
+ content: "\f004";
197
+ }
198
+ .fa-star:before {
199
+ content: "\f005";
200
+ }
201
+ .fa-star-o:before {
202
+ content: "\f006";
203
+ }
204
+ .fa-user:before {
205
+ content: "\f007";
206
+ }
207
+ .fa-film:before {
208
+ content: "\f008";
209
+ }
210
+ .fa-th-large:before {
211
+ content: "\f009";
212
+ }
213
+ .fa-th:before {
214
+ content: "\f00a";
215
+ }
216
+ .fa-th-list:before {
217
+ content: "\f00b";
218
+ }
219
+ .fa-check:before {
220
+ content: "\f00c";
221
+ }
222
+ .fa-remove:before,
223
+ .fa-close:before,
224
+ .fa-times:before {
225
+ content: "\f00d";
226
+ }
227
+ .fa-search-plus:before {
228
+ content: "\f00e";
229
+ }
230
+ .fa-search-minus:before {
231
+ content: "\f010";
232
+ }
233
+ .fa-power-off:before {
234
+ content: "\f011";
235
+ }
236
+ .fa-signal:before {
237
+ content: "\f012";
238
+ }
239
+ .fa-gear:before,
240
+ .fa-cog:before {
241
+ content: "\f013";
242
+ }
243
+ .fa-trash-o:before {
244
+ content: "\f014";
245
+ }
246
+ .fa-home:before {
247
+ content: "\f015";
248
+ }
249
+ .fa-file-o:before {
250
+ content: "\f016";
251
+ }
252
+ .fa-clock-o:before {
253
+ content: "\f017";
254
+ }
255
+ .fa-road:before {
256
+ content: "\f018";
257
+ }
258
+ .fa-download:before {
259
+ content: "\f019";
260
+ }
261
+ .fa-arrow-circle-o-down:before {
262
+ content: "\f01a";
263
+ }
264
+ .fa-arrow-circle-o-up:before {
265
+ content: "\f01b";
266
+ }
267
+ .fa-inbox:before {
268
+ content: "\f01c";
269
+ }
270
+ .fa-play-circle-o:before {
271
+ content: "\f01d";
272
+ }
273
+ .fa-rotate-right:before,
274
+ .fa-repeat:before {
275
+ content: "\f01e";
276
+ }
277
+ .fa-refresh:before {
278
+ content: "\f021";
279
+ }
280
+ .fa-list-alt:before {
281
+ content: "\f022";
282
+ }
283
+ .fa-lock:before {
284
+ content: "\f023";
285
+ }
286
+ .fa-flag:before {
287
+ content: "\f024";
288
+ }
289
+ .fa-headphones:before {
290
+ content: "\f025";
291
+ }
292
+ .fa-volume-off:before {
293
+ content: "\f026";
294
+ }
295
+ .fa-volume-down:before {
296
+ content: "\f027";
297
+ }
298
+ .fa-volume-up:before {
299
+ content: "\f028";
300
+ }
301
+ .fa-qrcode:before {
302
+ content: "\f029";
303
+ }
304
+ .fa-barcode:before {
305
+ content: "\f02a";
306
+ }
307
+ .fa-tag:before {
308
+ content: "\f02b";
309
+ }
310
+ .fa-tags:before {
311
+ content: "\f02c";
312
+ }
313
+ .fa-book:before {
314
+ content: "\f02d";
315
+ }
316
+ .fa-bookmark:before {
317
+ content: "\f02e";
318
+ }
319
+ .fa-print:before {
320
+ content: "\f02f";
321
+ }
322
+ .fa-camera:before {
323
+ content: "\f030";
324
+ }
325
+ .fa-font:before {
326
+ content: "\f031";
327
+ }
328
+ .fa-bold:before {
329
+ content: "\f032";
330
+ }
331
+ .fa-italic:before {
332
+ content: "\f033";
333
+ }
334
+ .fa-text-height:before {
335
+ content: "\f034";
336
+ }
337
+ .fa-text-width:before {
338
+ content: "\f035";
339
+ }
340
+ .fa-align-left:before {
341
+ content: "\f036";
342
+ }
343
+ .fa-align-center:before {
344
+ content: "\f037";
345
+ }
346
+ .fa-align-right:before {
347
+ content: "\f038";
348
+ }
349
+ .fa-align-justify:before {
350
+ content: "\f039";
351
+ }
352
+ .fa-list:before {
353
+ content: "\f03a";
354
+ }
355
+ .fa-dedent:before,
356
+ .fa-outdent:before {
357
+ content: "\f03b";
358
+ }
359
+ .fa-indent:before {
360
+ content: "\f03c";
361
+ }
362
+ .fa-video-camera:before {
363
+ content: "\f03d";
364
+ }
365
+ .fa-photo:before,
366
+ .fa-image:before,
367
+ .fa-picture-o:before {
368
+ content: "\f03e";
369
+ }
370
+ .fa-pencil:before {
371
+ content: "\f040";
372
+ }
373
+ .fa-map-marker:before {
374
+ content: "\f041";
375
+ }
376
+ .fa-adjust:before {
377
+ content: "\f042";
378
+ }
379
+ .fa-tint:before {
380
+ content: "\f043";
381
+ }
382
+ .fa-edit:before,
383
+ .fa-pencil-square-o:before {
384
+ content: "\f044";
385
+ }
386
+ .fa-share-square-o:before {
387
+ content: "\f045";
388
+ }
389
+ .fa-check-square-o:before {
390
+ content: "\f046";
391
+ }
392
+ .fa-arrows:before {
393
+ content: "\f047";
394
+ }
395
+ .fa-step-backward:before {
396
+ content: "\f048";
397
+ }
398
+ .fa-fast-backward:before {
399
+ content: "\f049";
400
+ }
401
+ .fa-backward:before {
402
+ content: "\f04a";
403
+ }
404
+ .fa-play:before {
405
+ content: "\f04b";
406
+ }
407
+ .fa-pause:before {
408
+ content: "\f04c";
409
+ }
410
+ .fa-stop:before {
411
+ content: "\f04d";
412
+ }
413
+ .fa-forward:before {
414
+ content: "\f04e";
415
+ }
416
+ .fa-fast-forward:before {
417
+ content: "\f050";
418
+ }
419
+ .fa-step-forward:before {
420
+ content: "\f051";
421
+ }
422
+ .fa-eject:before {
423
+ content: "\f052";
424
+ }
425
+ .fa-chevron-left:before {
426
+ content: "\f053";
427
+ }
428
+ .fa-chevron-right:before {
429
+ content: "\f054";
430
+ }
431
+ .fa-plus-circle:before {
432
+ content: "\f055";
433
+ }
434
+ .fa-minus-circle:before {
435
+ content: "\f056";
436
+ }
437
+ .fa-times-circle:before {
438
+ content: "\f057";
439
+ }
440
+ .fa-check-circle:before {
441
+ content: "\f058";
442
+ }
443
+ .fa-question-circle:before {
444
+ content: "\f059";
445
+ }
446
+ .fa-info-circle:before {
447
+ content: "\f05a";
448
+ }
449
+ .fa-crosshairs:before {
450
+ content: "\f05b";
451
+ }
452
+ .fa-times-circle-o:before {
453
+ content: "\f05c";
454
+ }
455
+ .fa-check-circle-o:before {
456
+ content: "\f05d";
457
+ }
458
+ .fa-ban:before {
459
+ content: "\f05e";
460
+ }
461
+ .fa-arrow-left:before {
462
+ content: "\f060";
463
+ }
464
+ .fa-arrow-right:before {
465
+ content: "\f061";
466
+ }
467
+ .fa-arrow-up:before {
468
+ content: "\f062";
469
+ }
470
+ .fa-arrow-down:before {
471
+ content: "\f063";
472
+ }
473
+ .fa-mail-forward:before,
474
+ .fa-share:before {
475
+ content: "\f064";
476
+ }
477
+ .fa-expand:before {
478
+ content: "\f065";
479
+ }
480
+ .fa-compress:before {
481
+ content: "\f066";
482
+ }
483
+ .fa-plus:before {
484
+ content: "\f067";
485
+ }
486
+ .fa-minus:before {
487
+ content: "\f068";
488
+ }
489
+ .fa-asterisk:before {
490
+ content: "\f069";
491
+ }
492
+ .fa-exclamation-circle:before {
493
+ content: "\f06a";
494
+ }
495
+ .fa-gift:before {
496
+ content: "\f06b";
497
+ }
498
+ .fa-leaf:before {
499
+ content: "\f06c";
500
+ }
501
+ .fa-fire:before {
502
+ content: "\f06d";
503
+ }
504
+ .fa-eye:before {
505
+ content: "\f06e";
506
+ }
507
+ .fa-eye-slash:before {
508
+ content: "\f070";
509
+ }
510
+ .fa-warning:before,
511
+ .fa-exclamation-triangle:before {
512
+ content: "\f071";
513
+ }
514
+ .fa-plane:before {
515
+ content: "\f072";
516
+ }
517
+ .fa-calendar:before {
518
+ content: "\f073";
519
+ }
520
+ .fa-random:before {
521
+ content: "\f074";
522
+ }
523
+ .fa-comment:before {
524
+ content: "\f075";
525
+ }
526
+ .fa-magnet:before {
527
+ content: "\f076";
528
+ }
529
+ .fa-chevron-up:before {
530
+ content: "\f077";
531
+ }
532
+ .fa-chevron-down:before {
533
+ content: "\f078";
534
+ }
535
+ .fa-retweet:before {
536
+ content: "\f079";
537
+ }
538
+ .fa-shopping-cart:before {
539
+ content: "\f07a";
540
+ }
541
+ .fa-folder:before {
542
+ content: "\f07b";
543
+ }
544
+ .fa-folder-open:before {
545
+ content: "\f07c";
546
+ }
547
+ .fa-arrows-v:before {
548
+ content: "\f07d";
549
+ }
550
+ .fa-arrows-h:before {
551
+ content: "\f07e";
552
+ }
553
+ .fa-bar-chart-o:before,
554
+ .fa-bar-chart:before {
555
+ content: "\f080";
556
+ }
557
+ .fa-twitter-square:before {
558
+ content: "\f081";
559
+ }
560
+ .fa-facebook-square:before {
561
+ content: "\f082";
562
+ }
563
+ .fa-camera-retro:before {
564
+ content: "\f083";
565
+ }
566
+ .fa-key:before {
567
+ content: "\f084";
568
+ }
569
+ .fa-gears:before,
570
+ .fa-cogs:before {
571
+ content: "\f085";
572
+ }
573
+ .fa-comments:before {
574
+ content: "\f086";
575
+ }
576
+ .fa-thumbs-o-up:before {
577
+ content: "\f087";
578
+ }
579
+ .fa-thumbs-o-down:before {
580
+ content: "\f088";
581
+ }
582
+ .fa-star-half:before {
583
+ content: "\f089";
584
+ }
585
+ .fa-heart-o:before {
586
+ content: "\f08a";
587
+ }
588
+ .fa-sign-out:before {
589
+ content: "\f08b";
590
+ }
591
+ .fa-linkedin-square:before {
592
+ content: "\f08c";
593
+ }
594
+ .fa-thumb-tack:before {
595
+ content: "\f08d";
596
+ }
597
+ .fa-external-link:before {
598
+ content: "\f08e";
599
+ }
600
+ .fa-sign-in:before {
601
+ content: "\f090";
602
+ }
603
+ .fa-trophy:before {
604
+ content: "\f091";
605
+ }
606
+ .fa-github-square:before {
607
+ content: "\f092";
608
+ }
609
+ .fa-upload:before {
610
+ content: "\f093";
611
+ }
612
+ .fa-lemon-o:before {
613
+ content: "\f094";
614
+ }
615
+ .fa-phone:before {
616
+ content: "\f095";
617
+ }
618
+ .fa-square-o:before {
619
+ content: "\f096";
620
+ }
621
+ .fa-bookmark-o:before {
622
+ content: "\f097";
623
+ }
624
+ .fa-phone-square:before {
625
+ content: "\f098";
626
+ }
627
+ .fa-twitter:before {
628
+ content: "\f099";
629
+ }
630
+ .fa-facebook-f:before,
631
+ .fa-facebook:before {
632
+ content: "\f09a";
633
+ }
634
+ .fa-github:before {
635
+ content: "\f09b";
636
+ }
637
+ .fa-unlock:before {
638
+ content: "\f09c";
639
+ }
640
+ .fa-credit-card:before {
641
+ content: "\f09d";
642
+ }
643
+ .fa-feed:before,
644
+ .fa-rss:before {
645
+ content: "\f09e";
646
+ }
647
+ .fa-hdd-o:before {
648
+ content: "\f0a0";
649
+ }
650
+ .fa-bullhorn:before {
651
+ content: "\f0a1";
652
+ }
653
+ .fa-bell:before {
654
+ content: "\f0f3";
655
+ }
656
+ .fa-certificate:before {
657
+ content: "\f0a3";
658
+ }
659
+ .fa-hand-o-right:before {
660
+ content: "\f0a4";
661
+ }
662
+ .fa-hand-o-left:before {
663
+ content: "\f0a5";
664
+ }
665
+ .fa-hand-o-up:before {
666
+ content: "\f0a6";
667
+ }
668
+ .fa-hand-o-down:before {
669
+ content: "\f0a7";
670
+ }
671
+ .fa-arrow-circle-left:before {
672
+ content: "\f0a8";
673
+ }
674
+ .fa-arrow-circle-right:before {
675
+ content: "\f0a9";
676
+ }
677
+ .fa-arrow-circle-up:before {
678
+ content: "\f0aa";
679
+ }
680
+ .fa-arrow-circle-down:before {
681
+ content: "\f0ab";
682
+ }
683
+ .fa-globe:before {
684
+ content: "\f0ac";
685
+ }
686
+ .fa-wrench:before {
687
+ content: "\f0ad";
688
+ }
689
+ .fa-tasks:before {
690
+ content: "\f0ae";
691
+ }
692
+ .fa-filter:before {
693
+ content: "\f0b0";
694
+ }
695
+ .fa-briefcase:before {
696
+ content: "\f0b1";
697
+ }
698
+ .fa-arrows-alt:before {
699
+ content: "\f0b2";
700
+ }
701
+ .fa-group:before,
702
+ .fa-users:before {
703
+ content: "\f0c0";
704
+ }
705
+ .fa-chain:before,
706
+ .fa-link:before {
707
+ content: "\f0c1";
708
+ }
709
+ .fa-cloud:before {
710
+ content: "\f0c2";
711
+ }
712
+ .fa-flask:before {
713
+ content: "\f0c3";
714
+ }
715
+ .fa-cut:before,
716
+ .fa-scissors:before {
717
+ content: "\f0c4";
718
+ }
719
+ .fa-copy:before,
720
+ .fa-files-o:before {
721
+ content: "\f0c5";
722
+ }
723
+ .fa-paperclip:before {
724
+ content: "\f0c6";
725
+ }
726
+ .fa-save:before,
727
+ .fa-floppy-o:before {
728
+ content: "\f0c7";
729
+ }
730
+ .fa-square:before {
731
+ content: "\f0c8";
732
+ }
733
+ .fa-navicon:before,
734
+ .fa-reorder:before,
735
+ .fa-bars:before {
736
+ content: "\f0c9";
737
+ }
738
+ .fa-list-ul:before {
739
+ content: "\f0ca";
740
+ }
741
+ .fa-list-ol:before {
742
+ content: "\f0cb";
743
+ }
744
+ .fa-strikethrough:before {
745
+ content: "\f0cc";
746
+ }
747
+ .fa-underline:before {
748
+ content: "\f0cd";
749
+ }
750
+ .fa-table:before {
751
+ content: "\f0ce";
752
+ }
753
+ .fa-magic:before {
754
+ content: "\f0d0";
755
+ }
756
+ .fa-truck:before {
757
+ content: "\f0d1";
758
+ }
759
+ .fa-pinterest:before {
760
+ content: "\f0d2";
761
+ }
762
+ .fa-pinterest-square:before {
763
+ content: "\f0d3";
764
+ }
765
+ .fa-google-plus-square:before {
766
+ content: "\f0d4";
767
+ }
768
+ .fa-google-plus:before {
769
+ content: "\f0d5";
770
+ }
771
+ .fa-money:before {
772
+ content: "\f0d6";
773
+ }
774
+ .fa-caret-down:before {
775
+ content: "\f0d7";
776
+ }
777
+ .fa-caret-up:before {
778
+ content: "\f0d8";
779
+ }
780
+ .fa-caret-left:before {
781
+ content: "\f0d9";
782
+ }
783
+ .fa-caret-right:before {
784
+ content: "\f0da";
785
+ }
786
+ .fa-columns:before {
787
+ content: "\f0db";
788
+ }
789
+ .fa-unsorted:before,
790
+ .fa-sort:before {
791
+ content: "\f0dc";
792
+ }
793
+ .fa-sort-down:before,
794
+ .fa-sort-desc:before {
795
+ content: "\f0dd";
796
+ }
797
+ .fa-sort-up:before,
798
+ .fa-sort-asc:before {
799
+ content: "\f0de";
800
+ }
801
+ .fa-envelope:before {
802
+ content: "\f0e0";
803
+ }
804
+ .fa-linkedin:before {
805
+ content: "\f0e1";
806
+ }
807
+ .fa-rotate-left:before,
808
+ .fa-undo:before {
809
+ content: "\f0e2";
810
+ }
811
+ .fa-legal:before,
812
+ .fa-gavel:before {
813
+ content: "\f0e3";
814
+ }
815
+ .fa-dashboard:before,
816
+ .fa-tachometer:before {
817
+ content: "\f0e4";
818
+ }
819
+ .fa-comment-o:before {
820
+ content: "\f0e5";
821
+ }
822
+ .fa-comments-o:before {
823
+ content: "\f0e6";
824
+ }
825
+ .fa-flash:before,
826
+ .fa-bolt:before {
827
+ content: "\f0e7";
828
+ }
829
+ .fa-sitemap:before {
830
+ content: "\f0e8";
831
+ }
832
+ .fa-umbrella:before {
833
+ content: "\f0e9";
834
+ }
835
+ .fa-paste:before,
836
+ .fa-clipboard:before {
837
+ content: "\f0ea";
838
+ }
839
+ .fa-lightbulb-o:before {
840
+ content: "\f0eb";
841
+ }
842
+ .fa-exchange:before {
843
+ content: "\f0ec";
844
+ }
845
+ .fa-cloud-download:before {
846
+ content: "\f0ed";
847
+ }
848
+ .fa-cloud-upload:before {
849
+ content: "\f0ee";
850
+ }
851
+ .fa-user-md:before {
852
+ content: "\f0f0";
853
+ }
854
+ .fa-stethoscope:before {
855
+ content: "\f0f1";
856
+ }
857
+ .fa-suitcase:before {
858
+ content: "\f0f2";
859
+ }
860
+ .fa-bell-o:before {
861
+ content: "\f0a2";
862
+ }
863
+ .fa-coffee:before {
864
+ content: "\f0f4";
865
+ }
866
+ .fa-cutlery:before {
867
+ content: "\f0f5";
868
+ }
869
+ .fa-file-text-o:before {
870
+ content: "\f0f6";
871
+ }
872
+ .fa-building-o:before {
873
+ content: "\f0f7";
874
+ }
875
+ .fa-hospital-o:before {
876
+ content: "\f0f8";
877
+ }
878
+ .fa-ambulance:before {
879
+ content: "\f0f9";
880
+ }
881
+ .fa-medkit:before {
882
+ content: "\f0fa";
883
+ }
884
+ .fa-fighter-jet:before {
885
+ content: "\f0fb";
886
+ }
887
+ .fa-beer:before {
888
+ content: "\f0fc";
889
+ }
890
+ .fa-h-square:before {
891
+ content: "\f0fd";
892
+ }
893
+ .fa-plus-square:before {
894
+ content: "\f0fe";
895
+ }
896
+ .fa-angle-double-left:before {
897
+ content: "\f100";
898
+ }
899
+ .fa-angle-double-right:before {
900
+ content: "\f101";
901
+ }
902
+ .fa-angle-double-up:before {
903
+ content: "\f102";
904
+ }
905
+ .fa-angle-double-down:before {
906
+ content: "\f103";
907
+ }
908
+ .fa-angle-left:before {
909
+ content: "\f104";
910
+ }
911
+ .fa-angle-right:before {
912
+ content: "\f105";
913
+ }
914
+ .fa-angle-up:before {
915
+ content: "\f106";
916
+ }
917
+ .fa-angle-down:before {
918
+ content: "\f107";
919
+ }
920
+ .fa-desktop:before {
921
+ content: "\f108";
922
+ }
923
+ .fa-laptop:before {
924
+ content: "\f109";
925
+ }
926
+ .fa-tablet:before {
927
+ content: "\f10a";
928
+ }
929
+ .fa-mobile-phone:before,
930
+ .fa-mobile:before {
931
+ content: "\f10b";
932
+ }
933
+ .fa-circle-o:before {
934
+ content: "\f10c";
935
+ }
936
+ .fa-quote-left:before {
937
+ content: "\f10d";
938
+ }
939
+ .fa-quote-right:before {
940
+ content: "\f10e";
941
+ }
942
+ .fa-spinner:before {
943
+ content: "\f110";
944
+ }
945
+ .fa-circle:before {
946
+ content: "\f111";
947
+ }
948
+ .fa-mail-reply:before,
949
+ .fa-reply:before {
950
+ content: "\f112";
951
+ }
952
+ .fa-github-alt:before {
953
+ content: "\f113";
954
+ }
955
+ .fa-folder-o:before {
956
+ content: "\f114";
957
+ }
958
+ .fa-folder-open-o:before {
959
+ content: "\f115";
960
+ }
961
+ .fa-smile-o:before {
962
+ content: "\f118";
963
+ }
964
+ .fa-frown-o:before {
965
+ content: "\f119";
966
+ }
967
+ .fa-meh-o:before {
968
+ content: "\f11a";
969
+ }
970
+ .fa-gamepad:before {
971
+ content: "\f11b";
972
+ }
973
+ .fa-keyboard-o:before {
974
+ content: "\f11c";
975
+ }
976
+ .fa-flag-o:before {
977
+ content: "\f11d";
978
+ }
979
+ .fa-flag-checkered:before {
980
+ content: "\f11e";
981
+ }
982
+ .fa-terminal:before {
983
+ content: "\f120";
984
+ }
985
+ .fa-code:before {
986
+ content: "\f121";
987
+ }
988
+ .fa-mail-reply-all:before,
989
+ .fa-reply-all:before {
990
+ content: "\f122";
991
+ }
992
+ .fa-star-half-empty:before,
993
+ .fa-star-half-full:before,
994
+ .fa-star-half-o:before {
995
+ content: "\f123";
996
+ }
997
+ .fa-location-arrow:before {
998
+ content: "\f124";
999
+ }
1000
+ .fa-crop:before {
1001
+ content: "\f125";
1002
+ }
1003
+ .fa-code-fork:before {
1004
+ content: "\f126";
1005
+ }
1006
+ .fa-unlink:before,
1007
+ .fa-chain-broken:before {
1008
+ content: "\f127";
1009
+ }
1010
+ .fa-question:before {
1011
+ content: "\f128";
1012
+ }
1013
+ .fa-info:before {
1014
+ content: "\f129";
1015
+ }
1016
+ .fa-exclamation:before {
1017
+ content: "\f12a";
1018
+ }
1019
+ .fa-superscript:before {
1020
+ content: "\f12b";
1021
+ }
1022
+ .fa-subscript:before {
1023
+ content: "\f12c";
1024
+ }
1025
+ .fa-eraser:before {
1026
+ content: "\f12d";
1027
+ }
1028
+ .fa-puzzle-piece:before {
1029
+ content: "\f12e";
1030
+ }
1031
+ .fa-microphone:before {
1032
+ content: "\f130";
1033
+ }
1034
+ .fa-microphone-slash:before {
1035
+ content: "\f131";
1036
+ }
1037
+ .fa-shield:before {
1038
+ content: "\f132";
1039
+ }
1040
+ .fa-calendar-o:before {
1041
+ content: "\f133";
1042
+ }
1043
+ .fa-fire-extinguisher:before {
1044
+ content: "\f134";
1045
+ }
1046
+ .fa-rocket:before {
1047
+ content: "\f135";
1048
+ }
1049
+ .fa-maxcdn:before {
1050
+ content: "\f136";
1051
+ }
1052
+ .fa-chevron-circle-left:before {
1053
+ content: "\f137";
1054
+ }
1055
+ .fa-chevron-circle-right:before {
1056
+ content: "\f138";
1057
+ }
1058
+ .fa-chevron-circle-up:before {
1059
+ content: "\f139";
1060
+ }
1061
+ .fa-chevron-circle-down:before {
1062
+ content: "\f13a";
1063
+ }
1064
+ .fa-html5:before {
1065
+ content: "\f13b";
1066
+ }
1067
+ .fa-css3:before {
1068
+ content: "\f13c";
1069
+ }
1070
+ .fa-anchor:before {
1071
+ content: "\f13d";
1072
+ }
1073
+ .fa-unlock-alt:before {
1074
+ content: "\f13e";
1075
+ }
1076
+ .fa-bullseye:before {
1077
+ content: "\f140";
1078
+ }
1079
+ .fa-ellipsis-h:before {
1080
+ content: "\f141";
1081
+ }
1082
+ .fa-ellipsis-v:before {
1083
+ content: "\f142";
1084
+ }
1085
+ .fa-rss-square:before {
1086
+ content: "\f143";
1087
+ }
1088
+ .fa-play-circle:before {
1089
+ content: "\f144";
1090
+ }
1091
+ .fa-ticket:before {
1092
+ content: "\f145";
1093
+ }
1094
+ .fa-minus-square:before {
1095
+ content: "\f146";
1096
+ }
1097
+ .fa-minus-square-o:before {
1098
+ content: "\f147";
1099
+ }
1100
+ .fa-level-up:before {
1101
+ content: "\f148";
1102
+ }
1103
+ .fa-level-down:before {
1104
+ content: "\f149";
1105
+ }
1106
+ .fa-check-square:before {
1107
+ content: "\f14a";
1108
+ }
1109
+ .fa-pencil-square:before {
1110
+ content: "\f14b";
1111
+ }
1112
+ .fa-external-link-square:before {
1113
+ content: "\f14c";
1114
+ }
1115
+ .fa-share-square:before {
1116
+ content: "\f14d";
1117
+ }
1118
+ .fa-compass:before {
1119
+ content: "\f14e";
1120
+ }
1121
+ .fa-toggle-down:before,
1122
+ .fa-caret-square-o-down:before {
1123
+ content: "\f150";
1124
+ }
1125
+ .fa-toggle-up:before,
1126
+ .fa-caret-square-o-up:before {
1127
+ content: "\f151";
1128
+ }
1129
+ .fa-toggle-right:before,
1130
+ .fa-caret-square-o-right:before {
1131
+ content: "\f152";
1132
+ }
1133
+ .fa-euro:before,
1134
+ .fa-eur:before {
1135
+ content: "\f153";
1136
+ }
1137
+ .fa-gbp:before {
1138
+ content: "\f154";
1139
+ }
1140
+ .fa-dollar:before,
1141
+ .fa-usd:before {
1142
+ content: "\f155";
1143
+ }
1144
+ .fa-rupee:before,
1145
+ .fa-inr:before {
1146
+ content: "\f156";
1147
+ }
1148
+ .fa-cny:before,
1149
+ .fa-rmb:before,
1150
+ .fa-yen:before,
1151
+ .fa-jpy:before {
1152
+ content: "\f157";
1153
+ }
1154
+ .fa-ruble:before,
1155
+ .fa-rouble:before,
1156
+ .fa-rub:before {
1157
+ content: "\f158";
1158
+ }
1159
+ .fa-won:before,
1160
+ .fa-krw:before {
1161
+ content: "\f159";
1162
+ }
1163
+ .fa-bitcoin:before,
1164
+ .fa-btc:before {
1165
+ content: "\f15a";
1166
+ }
1167
+ .fa-file:before {
1168
+ content: "\f15b";
1169
+ }
1170
+ .fa-file-text:before {
1171
+ content: "\f15c";
1172
+ }
1173
+ .fa-sort-alpha-asc:before {
1174
+ content: "\f15d";
1175
+ }
1176
+ .fa-sort-alpha-desc:before {
1177
+ content: "\f15e";
1178
+ }
1179
+ .fa-sort-amount-asc:before {
1180
+ content: "\f160";
1181
+ }
1182
+ .fa-sort-amount-desc:before {
1183
+ content: "\f161";
1184
+ }
1185
+ .fa-sort-numeric-asc:before {
1186
+ content: "\f162";
1187
+ }
1188
+ .fa-sort-numeric-desc:before {
1189
+ content: "\f163";
1190
+ }
1191
+ .fa-thumbs-up:before {
1192
+ content: "\f164";
1193
+ }
1194
+ .fa-thumbs-down:before {
1195
+ content: "\f165";
1196
+ }
1197
+ .fa-youtube-square:before {
1198
+ content: "\f166";
1199
+ }
1200
+ .fa-youtube:before {
1201
+ content: "\f167";
1202
+ }
1203
+ .fa-xing:before {
1204
+ content: "\f168";
1205
+ }
1206
+ .fa-xing-square:before {
1207
+ content: "\f169";
1208
+ }
1209
+ .fa-youtube-play:before {
1210
+ content: "\f16a";
1211
+ }
1212
+ .fa-dropbox:before {
1213
+ content: "\f16b";
1214
+ }
1215
+ .fa-stack-overflow:before {
1216
+ content: "\f16c";
1217
+ }
1218
+ .fa-instagram:before {
1219
+ content: "\f16d";
1220
+ }
1221
+ .fa-flickr:before {
1222
+ content: "\f16e";
1223
+ }
1224
+ .fa-adn:before {
1225
+ content: "\f170";
1226
+ }
1227
+ .fa-bitbucket:before {
1228
+ content: "\f171";
1229
+ }
1230
+ .fa-bitbucket-square:before {
1231
+ content: "\f172";
1232
+ }
1233
+ .fa-tumblr:before {
1234
+ content: "\f173";
1235
+ }
1236
+ .fa-tumblr-square:before {
1237
+ content: "\f174";
1238
+ }
1239
+ .fa-long-arrow-down:before {
1240
+ content: "\f175";
1241
+ }
1242
+ .fa-long-arrow-up:before {
1243
+ content: "\f176";
1244
+ }
1245
+ .fa-long-arrow-left:before {
1246
+ content: "\f177";
1247
+ }
1248
+ .fa-long-arrow-right:before {
1249
+ content: "\f178";
1250
+ }
1251
+ .fa-apple:before {
1252
+ content: "\f179";
1253
+ }
1254
+ .fa-windows:before {
1255
+ content: "\f17a";
1256
+ }
1257
+ .fa-android:before {
1258
+ content: "\f17b";
1259
+ }
1260
+ .fa-linux:before {
1261
+ content: "\f17c";
1262
+ }
1263
+ .fa-dribbble:before {
1264
+ content: "\f17d";
1265
+ }
1266
+ .fa-skype:before {
1267
+ content: "\f17e";
1268
+ }
1269
+ .fa-foursquare:before {
1270
+ content: "\f180";
1271
+ }
1272
+ .fa-trello:before {
1273
+ content: "\f181";
1274
+ }
1275
+ .fa-female:before {
1276
+ content: "\f182";
1277
+ }
1278
+ .fa-male:before {
1279
+ content: "\f183";
1280
+ }
1281
+ .fa-gittip:before,
1282
+ .fa-gratipay:before {
1283
+ content: "\f184";
1284
+ }
1285
+ .fa-sun-o:before {
1286
+ content: "\f185";
1287
+ }
1288
+ .fa-moon-o:before {
1289
+ content: "\f186";
1290
+ }
1291
+ .fa-archive:before {
1292
+ content: "\f187";
1293
+ }
1294
+ .fa-bug:before {
1295
+ content: "\f188";
1296
+ }
1297
+ .fa-vk:before {
1298
+ content: "\f189";
1299
+ }
1300
+ .fa-weibo:before {
1301
+ content: "\f18a";
1302
+ }
1303
+ .fa-renren:before {
1304
+ content: "\f18b";
1305
+ }
1306
+ .fa-pagelines:before {
1307
+ content: "\f18c";
1308
+ }
1309
+ .fa-stack-exchange:before {
1310
+ content: "\f18d";
1311
+ }
1312
+ .fa-arrow-circle-o-right:before {
1313
+ content: "\f18e";
1314
+ }
1315
+ .fa-arrow-circle-o-left:before {
1316
+ content: "\f190";
1317
+ }
1318
+ .fa-toggle-left:before,
1319
+ .fa-caret-square-o-left:before {
1320
+ content: "\f191";
1321
+ }
1322
+ .fa-dot-circle-o:before {
1323
+ content: "\f192";
1324
+ }
1325
+ .fa-wheelchair:before {
1326
+ content: "\f193";
1327
+ }
1328
+ .fa-vimeo-square:before {
1329
+ content: "\f194";
1330
+ }
1331
+ .fa-turkish-lira:before,
1332
+ .fa-try:before {
1333
+ content: "\f195";
1334
+ }
1335
+ .fa-plus-square-o:before {
1336
+ content: "\f196";
1337
+ }
1338
+ .fa-space-shuttle:before {
1339
+ content: "\f197";
1340
+ }
1341
+ .fa-slack:before {
1342
+ content: "\f198";
1343
+ }
1344
+ .fa-envelope-square:before {
1345
+ content: "\f199";
1346
+ }
1347
+ .fa-wordpress:before {
1348
+ content: "\f19a";
1349
+ }
1350
+ .fa-openid:before {
1351
+ content: "\f19b";
1352
+ }
1353
+ .fa-institution:before,
1354
+ .fa-bank:before,
1355
+ .fa-university:before {
1356
+ content: "\f19c";
1357
+ }
1358
+ .fa-mortar-board:before,
1359
+ .fa-graduation-cap:before {
1360
+ content: "\f19d";
1361
+ }
1362
+ .fa-yahoo:before {
1363
+ content: "\f19e";
1364
+ }
1365
+ .fa-google:before {
1366
+ content: "\f1a0";
1367
+ }
1368
+ .fa-reddit:before {
1369
+ content: "\f1a1";
1370
+ }
1371
+ .fa-reddit-square:before {
1372
+ content: "\f1a2";
1373
+ }
1374
+ .fa-stumbleupon-circle:before {
1375
+ content: "\f1a3";
1376
+ }
1377
+ .fa-stumbleupon:before {
1378
+ content: "\f1a4";
1379
+ }
1380
+ .fa-delicious:before {
1381
+ content: "\f1a5";
1382
+ }
1383
+ .fa-digg:before {
1384
+ content: "\f1a6";
1385
+ }
1386
+ .fa-pied-piper-pp:before {
1387
+ content: "\f1a7";
1388
+ }
1389
+ .fa-pied-piper-alt:before {
1390
+ content: "\f1a8";
1391
+ }
1392
+ .fa-drupal:before {
1393
+ content: "\f1a9";
1394
+ }
1395
+ .fa-joomla:before {
1396
+ content: "\f1aa";
1397
+ }
1398
+ .fa-language:before {
1399
+ content: "\f1ab";
1400
+ }
1401
+ .fa-fax:before {
1402
+ content: "\f1ac";
1403
+ }
1404
+ .fa-building:before {
1405
+ content: "\f1ad";
1406
+ }
1407
+ .fa-child:before {
1408
+ content: "\f1ae";
1409
+ }
1410
+ .fa-paw:before {
1411
+ content: "\f1b0";
1412
+ }
1413
+ .fa-spoon:before {
1414
+ content: "\f1b1";
1415
+ }
1416
+ .fa-cube:before {
1417
+ content: "\f1b2";
1418
+ }
1419
+ .fa-cubes:before {
1420
+ content: "\f1b3";
1421
+ }
1422
+ .fa-behance:before {
1423
+ content: "\f1b4";
1424
+ }
1425
+ .fa-behance-square:before {
1426
+ content: "\f1b5";
1427
+ }
1428
+ .fa-steam:before {
1429
+ content: "\f1b6";
1430
+ }
1431
+ .fa-steam-square:before {
1432
+ content: "\f1b7";
1433
+ }
1434
+ .fa-recycle:before {
1435
+ content: "\f1b8";
1436
+ }
1437
+ .fa-automobile:before,
1438
+ .fa-car:before {
1439
+ content: "\f1b9";
1440
+ }
1441
+ .fa-cab:before,
1442
+ .fa-taxi:before {
1443
+ content: "\f1ba";
1444
+ }
1445
+ .fa-tree:before {
1446
+ content: "\f1bb";
1447
+ }
1448
+ .fa-spotify:before {
1449
+ content: "\f1bc";
1450
+ }
1451
+ .fa-deviantart:before {
1452
+ content: "\f1bd";
1453
+ }
1454
+ .fa-soundcloud:before {
1455
+ content: "\f1be";
1456
+ }
1457
+ .fa-database:before {
1458
+ content: "\f1c0";
1459
+ }
1460
+ .fa-file-pdf-o:before {
1461
+ content: "\f1c1";
1462
+ }
1463
+ .fa-file-word-o:before {
1464
+ content: "\f1c2";
1465
+ }
1466
+ .fa-file-excel-o:before {
1467
+ content: "\f1c3";
1468
+ }
1469
+ .fa-file-powerpoint-o:before {
1470
+ content: "\f1c4";
1471
+ }
1472
+ .fa-file-photo-o:before,
1473
+ .fa-file-picture-o:before,
1474
+ .fa-file-image-o:before {
1475
+ content: "\f1c5";
1476
+ }
1477
+ .fa-file-zip-o:before,
1478
+ .fa-file-archive-o:before {
1479
+ content: "\f1c6";
1480
+ }
1481
+ .fa-file-sound-o:before,
1482
+ .fa-file-audio-o:before {
1483
+ content: "\f1c7";
1484
+ }
1485
+ .fa-file-movie-o:before,
1486
+ .fa-file-video-o:before {
1487
+ content: "\f1c8";
1488
+ }
1489
+ .fa-file-code-o:before {
1490
+ content: "\f1c9";
1491
+ }
1492
+ .fa-vine:before {
1493
+ content: "\f1ca";
1494
+ }
1495
+ .fa-codepen:before {
1496
+ content: "\f1cb";
1497
+ }
1498
+ .fa-jsfiddle:before {
1499
+ content: "\f1cc";
1500
+ }
1501
+ .fa-life-bouy:before,
1502
+ .fa-life-buoy:before,
1503
+ .fa-life-saver:before,
1504
+ .fa-support:before,
1505
+ .fa-life-ring:before {
1506
+ content: "\f1cd";
1507
+ }
1508
+ .fa-circle-o-notch:before {
1509
+ content: "\f1ce";
1510
+ }
1511
+ .fa-ra:before,
1512
+ .fa-resistance:before,
1513
+ .fa-rebel:before {
1514
+ content: "\f1d0";
1515
+ }
1516
+ .fa-ge:before,
1517
+ .fa-empire:before {
1518
+ content: "\f1d1";
1519
+ }
1520
+ .fa-git-square:before {
1521
+ content: "\f1d2";
1522
+ }
1523
+ .fa-git:before {
1524
+ content: "\f1d3";
1525
+ }
1526
+ .fa-y-combinator-square:before,
1527
+ .fa-yc-square:before,
1528
+ .fa-hacker-news:before {
1529
+ content: "\f1d4";
1530
+ }
1531
+ .fa-tencent-weibo:before {
1532
+ content: "\f1d5";
1533
+ }
1534
+ .fa-qq:before {
1535
+ content: "\f1d6";
1536
+ }
1537
+ .fa-wechat:before,
1538
+ .fa-weixin:before {
1539
+ content: "\f1d7";
1540
+ }
1541
+ .fa-send:before,
1542
+ .fa-paper-plane:before {
1543
+ content: "\f1d8";
1544
+ }
1545
+ .fa-send-o:before,
1546
+ .fa-paper-plane-o:before {
1547
+ content: "\f1d9";
1548
+ }
1549
+ .fa-history:before {
1550
+ content: "\f1da";
1551
+ }
1552
+ .fa-circle-thin:before {
1553
+ content: "\f1db";
1554
+ }
1555
+ .fa-header:before {
1556
+ content: "\f1dc";
1557
+ }
1558
+ .fa-paragraph:before {
1559
+ content: "\f1dd";
1560
+ }
1561
+ .fa-sliders:before {
1562
+ content: "\f1de";
1563
+ }
1564
+ .fa-share-alt:before {
1565
+ content: "\f1e0";
1566
+ }
1567
+ .fa-share-alt-square:before {
1568
+ content: "\f1e1";
1569
+ }
1570
+ .fa-bomb:before {
1571
+ content: "\f1e2";
1572
+ }
1573
+ .fa-soccer-ball-o:before,
1574
+ .fa-futbol-o:before {
1575
+ content: "\f1e3";
1576
+ }
1577
+ .fa-tty:before {
1578
+ content: "\f1e4";
1579
+ }
1580
+ .fa-binoculars:before {
1581
+ content: "\f1e5";
1582
+ }
1583
+ .fa-plug:before {
1584
+ content: "\f1e6";
1585
+ }
1586
+ .fa-slideshare:before {
1587
+ content: "\f1e7";
1588
+ }
1589
+ .fa-twitch:before {
1590
+ content: "\f1e8";
1591
+ }
1592
+ .fa-yelp:before {
1593
+ content: "\f1e9";
1594
+ }
1595
+ .fa-newspaper-o:before {
1596
+ content: "\f1ea";
1597
+ }
1598
+ .fa-wifi:before {
1599
+ content: "\f1eb";
1600
+ }
1601
+ .fa-calculator:before {
1602
+ content: "\f1ec";
1603
+ }
1604
+ .fa-paypal:before {
1605
+ content: "\f1ed";
1606
+ }
1607
+ .fa-google-wallet:before {
1608
+ content: "\f1ee";
1609
+ }
1610
+ .fa-cc-visa:before {
1611
+ content: "\f1f0";
1612
+ }
1613
+ .fa-cc-mastercard:before {
1614
+ content: "\f1f1";
1615
+ }
1616
+ .fa-cc-discover:before {
1617
+ content: "\f1f2";
1618
+ }
1619
+ .fa-cc-amex:before {
1620
+ content: "\f1f3";
1621
+ }
1622
+ .fa-cc-paypal:before {
1623
+ content: "\f1f4";
1624
+ }
1625
+ .fa-cc-stripe:before {
1626
+ content: "\f1f5";
1627
+ }
1628
+ .fa-bell-slash:before {
1629
+ content: "\f1f6";
1630
+ }
1631
+ .fa-bell-slash-o:before {
1632
+ content: "\f1f7";
1633
+ }
1634
+ .fa-trash:before {
1635
+ content: "\f1f8";
1636
+ }
1637
+ .fa-copyright:before {
1638
+ content: "\f1f9";
1639
+ }
1640
+ .fa-at:before {
1641
+ content: "\f1fa";
1642
+ }
1643
+ .fa-eyedropper:before {
1644
+ content: "\f1fb";
1645
+ }
1646
+ .fa-paint-brush:before {
1647
+ content: "\f1fc";
1648
+ }
1649
+ .fa-birthday-cake:before {
1650
+ content: "\f1fd";
1651
+ }
1652
+ .fa-area-chart:before {
1653
+ content: "\f1fe";
1654
+ }
1655
+ .fa-pie-chart:before {
1656
+ content: "\f200";
1657
+ }
1658
+ .fa-line-chart:before {
1659
+ content: "\f201";
1660
+ }
1661
+ .fa-lastfm:before {
1662
+ content: "\f202";
1663
+ }
1664
+ .fa-lastfm-square:before {
1665
+ content: "\f203";
1666
+ }
1667
+ .fa-toggle-off:before {
1668
+ content: "\f204";
1669
+ }
1670
+ .fa-toggle-on:before {
1671
+ content: "\f205";
1672
+ }
1673
+ .fa-bicycle:before {
1674
+ content: "\f206";
1675
+ }
1676
+ .fa-bus:before {
1677
+ content: "\f207";
1678
+ }
1679
+ .fa-ioxhost:before {
1680
+ content: "\f208";
1681
+ }
1682
+ .fa-angellist:before {
1683
+ content: "\f209";
1684
+ }
1685
+ .fa-cc:before {
1686
+ content: "\f20a";
1687
+ }
1688
+ .fa-shekel:before,
1689
+ .fa-sheqel:before,
1690
+ .fa-ils:before {
1691
+ content: "\f20b";
1692
+ }
1693
+ .fa-meanpath:before {
1694
+ content: "\f20c";
1695
+ }
1696
+ .fa-buysellads:before {
1697
+ content: "\f20d";
1698
+ }
1699
+ .fa-connectdevelop:before {
1700
+ content: "\f20e";
1701
+ }
1702
+ .fa-dashcube:before {
1703
+ content: "\f210";
1704
+ }
1705
+ .fa-forumbee:before {
1706
+ content: "\f211";
1707
+ }
1708
+ .fa-leanpub:before {
1709
+ content: "\f212";
1710
+ }
1711
+ .fa-sellsy:before {
1712
+ content: "\f213";
1713
+ }
1714
+ .fa-shirtsinbulk:before {
1715
+ content: "\f214";
1716
+ }
1717
+ .fa-simplybuilt:before {
1718
+ content: "\f215";
1719
+ }
1720
+ .fa-skyatlas:before {
1721
+ content: "\f216";
1722
+ }
1723
+ .fa-cart-plus:before {
1724
+ content: "\f217";
1725
+ }
1726
+ .fa-cart-arrow-down:before {
1727
+ content: "\f218";
1728
+ }
1729
+ .fa-diamond:before {
1730
+ content: "\f219";
1731
+ }
1732
+ .fa-ship:before {
1733
+ content: "\f21a";
1734
+ }
1735
+ .fa-user-secret:before {
1736
+ content: "\f21b";
1737
+ }
1738
+ .fa-motorcycle:before {
1739
+ content: "\f21c";
1740
+ }
1741
+ .fa-street-view:before {
1742
+ content: "\f21d";
1743
+ }
1744
+ .fa-heartbeat:before {
1745
+ content: "\f21e";
1746
+ }
1747
+ .fa-venus:before {
1748
+ content: "\f221";
1749
+ }
1750
+ .fa-mars:before {
1751
+ content: "\f222";
1752
+ }
1753
+ .fa-mercury:before {
1754
+ content: "\f223";
1755
+ }
1756
+ .fa-intersex:before,
1757
+ .fa-transgender:before {
1758
+ content: "\f224";
1759
+ }
1760
+ .fa-transgender-alt:before {
1761
+ content: "\f225";
1762
+ }
1763
+ .fa-venus-double:before {
1764
+ content: "\f226";
1765
+ }
1766
+ .fa-mars-double:before {
1767
+ content: "\f227";
1768
+ }
1769
+ .fa-venus-mars:before {
1770
+ content: "\f228";
1771
+ }
1772
+ .fa-mars-stroke:before {
1773
+ content: "\f229";
1774
+ }
1775
+ .fa-mars-stroke-v:before {
1776
+ content: "\f22a";
1777
+ }
1778
+ .fa-mars-stroke-h:before {
1779
+ content: "\f22b";
1780
+ }
1781
+ .fa-neuter:before {
1782
+ content: "\f22c";
1783
+ }
1784
+ .fa-genderless:before {
1785
+ content: "\f22d";
1786
+ }
1787
+ .fa-facebook-official:before {
1788
+ content: "\f230";
1789
+ }
1790
+ .fa-pinterest-p:before {
1791
+ content: "\f231";
1792
+ }
1793
+ .fa-whatsapp:before {
1794
+ content: "\f232";
1795
+ }
1796
+ .fa-server:before {
1797
+ content: "\f233";
1798
+ }
1799
+ .fa-user-plus:before {
1800
+ content: "\f234";
1801
+ }
1802
+ .fa-user-times:before {
1803
+ content: "\f235";
1804
+ }
1805
+ .fa-hotel:before,
1806
+ .fa-bed:before {
1807
+ content: "\f236";
1808
+ }
1809
+ .fa-viacoin:before {
1810
+ content: "\f237";
1811
+ }
1812
+ .fa-train:before {
1813
+ content: "\f238";
1814
+ }
1815
+ .fa-subway:before {
1816
+ content: "\f239";
1817
+ }
1818
+ .fa-medium:before {
1819
+ content: "\f23a";
1820
+ }
1821
+ .fa-yc:before,
1822
+ .fa-y-combinator:before {
1823
+ content: "\f23b";
1824
+ }
1825
+ .fa-optin-monster:before {
1826
+ content: "\f23c";
1827
+ }
1828
+ .fa-opencart:before {
1829
+ content: "\f23d";
1830
+ }
1831
+ .fa-expeditedssl:before {
1832
+ content: "\f23e";
1833
+ }
1834
+ .fa-battery-4:before,
1835
+ .fa-battery:before,
1836
+ .fa-battery-full:before {
1837
+ content: "\f240";
1838
+ }
1839
+ .fa-battery-3:before,
1840
+ .fa-battery-three-quarters:before {
1841
+ content: "\f241";
1842
+ }
1843
+ .fa-battery-2:before,
1844
+ .fa-battery-half:before {
1845
+ content: "\f242";
1846
+ }
1847
+ .fa-battery-1:before,
1848
+ .fa-battery-quarter:before {
1849
+ content: "\f243";
1850
+ }
1851
+ .fa-battery-0:before,
1852
+ .fa-battery-empty:before {
1853
+ content: "\f244";
1854
+ }
1855
+ .fa-mouse-pointer:before {
1856
+ content: "\f245";
1857
+ }
1858
+ .fa-i-cursor:before {
1859
+ content: "\f246";
1860
+ }
1861
+ .fa-object-group:before {
1862
+ content: "\f247";
1863
+ }
1864
+ .fa-object-ungroup:before {
1865
+ content: "\f248";
1866
+ }
1867
+ .fa-sticky-note:before {
1868
+ content: "\f249";
1869
+ }
1870
+ .fa-sticky-note-o:before {
1871
+ content: "\f24a";
1872
+ }
1873
+ .fa-cc-jcb:before {
1874
+ content: "\f24b";
1875
+ }
1876
+ .fa-cc-diners-club:before {
1877
+ content: "\f24c";
1878
+ }
1879
+ .fa-clone:before {
1880
+ content: "\f24d";
1881
+ }
1882
+ .fa-balance-scale:before {
1883
+ content: "\f24e";
1884
+ }
1885
+ .fa-hourglass-o:before {
1886
+ content: "\f250";
1887
+ }
1888
+ .fa-hourglass-1:before,
1889
+ .fa-hourglass-start:before {
1890
+ content: "\f251";
1891
+ }
1892
+ .fa-hourglass-2:before,
1893
+ .fa-hourglass-half:before {
1894
+ content: "\f252";
1895
+ }
1896
+ .fa-hourglass-3:before,
1897
+ .fa-hourglass-end:before {
1898
+ content: "\f253";
1899
+ }
1900
+ .fa-hourglass:before {
1901
+ content: "\f254";
1902
+ }
1903
+ .fa-hand-grab-o:before,
1904
+ .fa-hand-rock-o:before {
1905
+ content: "\f255";
1906
+ }
1907
+ .fa-hand-stop-o:before,
1908
+ .fa-hand-paper-o:before {
1909
+ content: "\f256";
1910
+ }
1911
+ .fa-hand-scissors-o:before {
1912
+ content: "\f257";
1913
+ }
1914
+ .fa-hand-lizard-o:before {
1915
+ content: "\f258";
1916
+ }
1917
+ .fa-hand-spock-o:before {
1918
+ content: "\f259";
1919
+ }
1920
+ .fa-hand-pointer-o:before {
1921
+ content: "\f25a";
1922
+ }
1923
+ .fa-hand-peace-o:before {
1924
+ content: "\f25b";
1925
+ }
1926
+ .fa-trademark:before {
1927
+ content: "\f25c";
1928
+ }
1929
+ .fa-registered:before {
1930
+ content: "\f25d";
1931
+ }
1932
+ .fa-creative-commons:before {
1933
+ content: "\f25e";
1934
+ }
1935
+ .fa-gg:before {
1936
+ content: "\f260";
1937
+ }
1938
+ .fa-gg-circle:before {
1939
+ content: "\f261";
1940
+ }
1941
+ .fa-tripadvisor:before {
1942
+ content: "\f262";
1943
+ }
1944
+ .fa-odnoklassniki:before {
1945
+ content: "\f263";
1946
+ }
1947
+ .fa-odnoklassniki-square:before {
1948
+ content: "\f264";
1949
+ }
1950
+ .fa-get-pocket:before {
1951
+ content: "\f265";
1952
+ }
1953
+ .fa-wikipedia-w:before {
1954
+ content: "\f266";
1955
+ }
1956
+ .fa-safari:before {
1957
+ content: "\f267";
1958
+ }
1959
+ .fa-chrome:before {
1960
+ content: "\f268";
1961
+ }
1962
+ .fa-firefox:before {
1963
+ content: "\f269";
1964
+ }
1965
+ .fa-opera:before {
1966
+ content: "\f26a";
1967
+ }
1968
+ .fa-internet-explorer:before {
1969
+ content: "\f26b";
1970
+ }
1971
+ .fa-tv:before,
1972
+ .fa-television:before {
1973
+ content: "\f26c";
1974
+ }
1975
+ .fa-contao:before {
1976
+ content: "\f26d";
1977
+ }
1978
+ .fa-500px:before {
1979
+ content: "\f26e";
1980
+ }
1981
+ .fa-amazon:before {
1982
+ content: "\f270";
1983
+ }
1984
+ .fa-calendar-plus-o:before {
1985
+ content: "\f271";
1986
+ }
1987
+ .fa-calendar-minus-o:before {
1988
+ content: "\f272";
1989
+ }
1990
+ .fa-calendar-times-o:before {
1991
+ content: "\f273";
1992
+ }
1993
+ .fa-calendar-check-o:before {
1994
+ content: "\f274";
1995
+ }
1996
+ .fa-industry:before {
1997
+ content: "\f275";
1998
+ }
1999
+ .fa-map-pin:before {
2000
+ content: "\f276";
2001
+ }
2002
+ .fa-map-signs:before {
2003
+ content: "\f277";
2004
+ }
2005
+ .fa-map-o:before {
2006
+ content: "\f278";
2007
+ }
2008
+ .fa-map:before {
2009
+ content: "\f279";
2010
+ }
2011
+ .fa-commenting:before {
2012
+ content: "\f27a";
2013
+ }
2014
+ .fa-commenting-o:before {
2015
+ content: "\f27b";
2016
+ }
2017
+ .fa-houzz:before {
2018
+ content: "\f27c";
2019
+ }
2020
+ .fa-vimeo:before {
2021
+ content: "\f27d";
2022
+ }
2023
+ .fa-black-tie:before {
2024
+ content: "\f27e";
2025
+ }
2026
+ .fa-fonticons:before {
2027
+ content: "\f280";
2028
+ }
2029
+ .fa-reddit-alien:before {
2030
+ content: "\f281";
2031
+ }
2032
+ .fa-edge:before {
2033
+ content: "\f282";
2034
+ }
2035
+ .fa-credit-card-alt:before {
2036
+ content: "\f283";
2037
+ }
2038
+ .fa-codiepie:before {
2039
+ content: "\f284";
2040
+ }
2041
+ .fa-modx:before {
2042
+ content: "\f285";
2043
+ }
2044
+ .fa-fort-awesome:before {
2045
+ content: "\f286";
2046
+ }
2047
+ .fa-usb:before {
2048
+ content: "\f287";
2049
+ }
2050
+ .fa-product-hunt:before {
2051
+ content: "\f288";
2052
+ }
2053
+ .fa-mixcloud:before {
2054
+ content: "\f289";
2055
+ }
2056
+ .fa-scribd:before {
2057
+ content: "\f28a";
2058
+ }
2059
+ .fa-pause-circle:before {
2060
+ content: "\f28b";
2061
+ }
2062
+ .fa-pause-circle-o:before {
2063
+ content: "\f28c";
2064
+ }
2065
+ .fa-stop-circle:before {
2066
+ content: "\f28d";
2067
+ }
2068
+ .fa-stop-circle-o:before {
2069
+ content: "\f28e";
2070
+ }
2071
+ .fa-shopping-bag:before {
2072
+ content: "\f290";
2073
+ }
2074
+ .fa-shopping-basket:before {
2075
+ content: "\f291";
2076
+ }
2077
+ .fa-hashtag:before {
2078
+ content: "\f292";
2079
+ }
2080
+ .fa-bluetooth:before {
2081
+ content: "\f293";
2082
+ }
2083
+ .fa-bluetooth-b:before {
2084
+ content: "\f294";
2085
+ }
2086
+ .fa-percent:before {
2087
+ content: "\f295";
2088
+ }
2089
+ .fa-gitlab:before {
2090
+ content: "\f296";
2091
+ }
2092
+ .fa-wpbeginner:before {
2093
+ content: "\f297";
2094
+ }
2095
+ .fa-wpforms:before {
2096
+ content: "\f298";
2097
+ }
2098
+ .fa-envira:before {
2099
+ content: "\f299";
2100
+ }
2101
+ .fa-universal-access:before {
2102
+ content: "\f29a";
2103
+ }
2104
+ .fa-wheelchair-alt:before {
2105
+ content: "\f29b";
2106
+ }
2107
+ .fa-question-circle-o:before {
2108
+ content: "\f29c";
2109
+ }
2110
+ .fa-blind:before {
2111
+ content: "\f29d";
2112
+ }
2113
+ .fa-audio-description:before {
2114
+ content: "\f29e";
2115
+ }
2116
+ .fa-volume-control-phone:before {
2117
+ content: "\f2a0";
2118
+ }
2119
+ .fa-braille:before {
2120
+ content: "\f2a1";
2121
+ }
2122
+ .fa-assistive-listening-systems:before {
2123
+ content: "\f2a2";
2124
+ }
2125
+ .fa-asl-interpreting:before,
2126
+ .fa-american-sign-language-interpreting:before {
2127
+ content: "\f2a3";
2128
+ }
2129
+ .fa-deafness:before,
2130
+ .fa-hard-of-hearing:before,
2131
+ .fa-deaf:before {
2132
+ content: "\f2a4";
2133
+ }
2134
+ .fa-glide:before {
2135
+ content: "\f2a5";
2136
+ }
2137
+ .fa-glide-g:before {
2138
+ content: "\f2a6";
2139
+ }
2140
+ .fa-signing:before,
2141
+ .fa-sign-language:before {
2142
+ content: "\f2a7";
2143
+ }
2144
+ .fa-low-vision:before {
2145
+ content: "\f2a8";
2146
+ }
2147
+ .fa-viadeo:before {
2148
+ content: "\f2a9";
2149
+ }
2150
+ .fa-viadeo-square:before {
2151
+ content: "\f2aa";
2152
+ }
2153
+ .fa-snapchat:before {
2154
+ content: "\f2ab";
2155
+ }
2156
+ .fa-snapchat-ghost:before {
2157
+ content: "\f2ac";
2158
+ }
2159
+ .fa-snapchat-square:before {
2160
+ content: "\f2ad";
2161
+ }
2162
+ .fa-pied-piper:before {
2163
+ content: "\f2ae";
2164
+ }
2165
+ .fa-first-order:before {
2166
+ content: "\f2b0";
2167
+ }
2168
+ .fa-yoast:before {
2169
+ content: "\f2b1";
2170
+ }
2171
+ .fa-themeisle:before {
2172
+ content: "\f2b2";
2173
+ }
2174
+ .fa-google-plus-circle:before,
2175
+ .fa-google-plus-official:before {
2176
+ content: "\f2b3";
2177
+ }
2178
+ .fa-fa:before,
2179
+ .fa-font-awesome:before {
2180
+ content: "\f2b4";
2181
+ }
2182
+ .fa-handshake-o:before {
2183
+ content: "\f2b5";
2184
+ }
2185
+ .fa-envelope-open:before {
2186
+ content: "\f2b6";
2187
+ }
2188
+ .fa-envelope-open-o:before {
2189
+ content: "\f2b7";
2190
+ }
2191
+ .fa-linode:before {
2192
+ content: "\f2b8";
2193
+ }
2194
+ .fa-address-book:before {
2195
+ content: "\f2b9";
2196
+ }
2197
+ .fa-address-book-o:before {
2198
+ content: "\f2ba";
2199
+ }
2200
+ .fa-vcard:before,
2201
+ .fa-address-card:before {
2202
+ content: "\f2bb";
2203
+ }
2204
+ .fa-vcard-o:before,
2205
+ .fa-address-card-o:before {
2206
+ content: "\f2bc";
2207
+ }
2208
+ .fa-user-circle:before {
2209
+ content: "\f2bd";
2210
+ }
2211
+ .fa-user-circle-o:before {
2212
+ content: "\f2be";
2213
+ }
2214
+ .fa-user-o:before {
2215
+ content: "\f2c0";
2216
+ }
2217
+ .fa-id-badge:before {
2218
+ content: "\f2c1";
2219
+ }
2220
+ .fa-drivers-license:before,
2221
+ .fa-id-card:before {
2222
+ content: "\f2c2";
2223
+ }
2224
+ .fa-drivers-license-o:before,
2225
+ .fa-id-card-o:before {
2226
+ content: "\f2c3";
2227
+ }
2228
+ .fa-quora:before {
2229
+ content: "\f2c4";
2230
+ }
2231
+ .fa-free-code-camp:before {
2232
+ content: "\f2c5";
2233
+ }
2234
+ .fa-telegram:before {
2235
+ content: "\f2c6";
2236
+ }
2237
+ .fa-thermometer-4:before,
2238
+ .fa-thermometer:before,
2239
+ .fa-thermometer-full:before {
2240
+ content: "\f2c7";
2241
+ }
2242
+ .fa-thermometer-3:before,
2243
+ .fa-thermometer-three-quarters:before {
2244
+ content: "\f2c8";
2245
+ }
2246
+ .fa-thermometer-2:before,
2247
+ .fa-thermometer-half:before {
2248
+ content: "\f2c9";
2249
+ }
2250
+ .fa-thermometer-1:before,
2251
+ .fa-thermometer-quarter:before {
2252
+ content: "\f2ca";
2253
+ }
2254
+ .fa-thermometer-0:before,
2255
+ .fa-thermometer-empty:before {
2256
+ content: "\f2cb";
2257
+ }
2258
+ .fa-shower:before {
2259
+ content: "\f2cc";
2260
+ }
2261
+ .fa-bathtub:before,
2262
+ .fa-s15:before,
2263
+ .fa-bath:before {
2264
+ content: "\f2cd";
2265
+ }
2266
+ .fa-podcast:before {
2267
+ content: "\f2ce";
2268
+ }
2269
+ .fa-window-maximize:before {
2270
+ content: "\f2d0";
2271
+ }
2272
+ .fa-window-minimize:before {
2273
+ content: "\f2d1";
2274
+ }
2275
+ .fa-window-restore:before {
2276
+ content: "\f2d2";
2277
+ }
2278
+ .fa-times-rectangle:before,
2279
+ .fa-window-close:before {
2280
+ content: "\f2d3";
2281
+ }
2282
+ .fa-times-rectangle-o:before,
2283
+ .fa-window-close-o:before {
2284
+ content: "\f2d4";
2285
+ }
2286
+ .fa-bandcamp:before {
2287
+ content: "\f2d5";
2288
+ }
2289
+ .fa-grav:before {
2290
+ content: "\f2d6";
2291
+ }
2292
+ .fa-etsy:before {
2293
+ content: "\f2d7";
2294
+ }
2295
+ .fa-imdb:before {
2296
+ content: "\f2d8";
2297
+ }
2298
+ .fa-ravelry:before {
2299
+ content: "\f2d9";
2300
+ }
2301
+ .fa-eercast:before {
2302
+ content: "\f2da";
2303
+ }
2304
+ .fa-microchip:before {
2305
+ content: "\f2db";
2306
+ }
2307
+ .fa-snowflake-o:before {
2308
+ content: "\f2dc";
2309
+ }
2310
+ .fa-superpowers:before {
2311
+ content: "\f2dd";
2312
+ }
2313
+ .fa-wpexplorer:before {
2314
+ content: "\f2de";
2315
+ }
2316
+ .fa-meetup:before {
2317
+ content: "\f2e0";
2318
+ }
2319
+ .sr-only {
2320
+ position: absolute;
2321
+ width: 1px;
2322
+ height: 1px;
2323
+ padding: 0;
2324
+ margin: -1px;
2325
+ overflow: hidden;
2326
+ clip: rect(0, 0, 0, 0);
2327
+ border: 0;
2328
+ }
2329
+ .sr-only-focusable:active,
2330
+ .sr-only-focusable:focus {
2331
+ position: static;
2332
+ width: auto;
2333
+ height: auto;
2334
+ margin: 0;
2335
+ overflow: visible;
2336
+ clip: auto;
2337
+ }
test__1002176_www.eastofengland.org.uk/resources/font-awesome.min.css ADDED
@@ -0,0 +1,418 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ @font-face{
3
+ font-family:'FontAwesome';
4
+ src:url('fonts/fontawesome-webfont.eot?v=4.2');
5
+ src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.2') format('embedded-opentype'),
6
+ url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=4.2') format('svg'),
7
+ url('fonts/fontawesome-webfont.woff?v=4.2') format('woff'),
8
+ url('fonts/fontawesome-webfont.ttf?v=4.2') format('truetype');
9
+ font-weight:normal;
10
+ font-style:normal;
11
+ }
12
+ [class^="icon-"],[class*=" icon-"], [class*="fa-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
13
+ [class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;speak:none;}
14
+ .icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
15
+ /*a [class^="icon-"],a [class*=" icon-"]{display:inline;}*/
16
+ [class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
17
+ .icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
18
+ .icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
19
+ [class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
20
+ .icon-muted{color:#eeeeee;}
21
+ .icon-light{color:#ffffff;}
22
+ .icon-dark{color:#333333;}
23
+ .icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
24
+ .icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
25
+ .icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
26
+ .icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
27
+ .icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
28
+ .pull-right{float:right;}
29
+ .pull-left{float:left;}
30
+ [class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
31
+ [class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
32
+ [class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
33
+ .icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
34
+ .btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
35
+ .btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
36
+ .nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
37
+ .btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
38
+ .btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
39
+ .btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
40
+ .btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
41
+ .btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
42
+ .btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
43
+ .nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
44
+ .icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
45
+ .icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
46
+ .icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
47
+ a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
48
+ @-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
49
+ .icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
50
+ .icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
51
+ .icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
52
+ .icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
53
+ a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
54
+ .icon-glass:before{content:"\f000";}
55
+ .icon-music:before{content:"\f001";}
56
+ .icon-search:before{content:"\f002";}
57
+ .icon-envelope-alt:before{content:"\f003";}
58
+ .icon-heart:before{content:"\f004";}
59
+ .icon-star:before{content:"\f005";}
60
+ .icon-star-empty:before{content:"\f006";}
61
+ .icon-user:before{content:"\f007";}
62
+ .icon-film:before{content:"\f008";}
63
+ .icon-th-large:before{content:"\f009";}
64
+ .icon-th:before{content:"\f00a";}
65
+ .icon-th-list:before{content:"\f00b";}
66
+ .icon-ok:before{content:"\f00c";}
67
+ .icon-remove:before{content:"\f00d";}
68
+ .icon-zoom-in:before{content:"\f00e";}
69
+ .icon-zoom-out:before{content:"\f010";}
70
+ .icon-power-off:before,.icon-off:before{content:"\f011";}
71
+ .icon-signal:before{content:"\f012";}
72
+ .icon-gear:before,.icon-cog:before{content:"\f013";}
73
+ .icon-trash:before{content:"\f014";}
74
+ .icon-home:before{content:"\f015";}
75
+ .icon-file-alt:before{content:"\f016";}
76
+ .icon-time:before{content:"\f017";}
77
+ .icon-road:before{content:"\f018";}
78
+ .icon-download-alt:before{content:"\f019";}
79
+ .icon-download:before{content:"\f01a";}
80
+ .icon-upload:before{content:"\f01b";}
81
+ .icon-inbox:before{content:"\f01c";}
82
+ .icon-play-circle:before{content:"\f01d";}
83
+ .icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
84
+ .icon-refresh:before{content:"\f021";}
85
+ .icon-list-alt:before{content:"\f022";}
86
+ .icon-lock:before{content:"\f023";}
87
+ .icon-flag:before{content:"\f024";}
88
+ .icon-headphones:before{content:"\f025";}
89
+ .icon-volume-off:before{content:"\f026";}
90
+ .icon-volume-down:before{content:"\f027";}
91
+ .icon-volume-up:before{content:"\f028";}
92
+ .icon-qrcode:before{content:"\f029";}
93
+ .icon-barcode:before{content:"\f02a";}
94
+ .icon-tag:before{content:"\f02b";}
95
+ .icon-tags:before{content:"\f02c";}
96
+ .icon-book:before{content:"\f02d";}
97
+ .icon-bookmark:before{content:"\f02e";}
98
+ .icon-print:before{content:"\f02f";}
99
+ .icon-camera:before{content:"\f030";}
100
+ .icon-font:before{content:"\f031";}
101
+ .icon-bold:before{content:"\f032";}
102
+ .icon-italic:before{content:"\f033";}
103
+ .icon-text-height:before{content:"\f034";}
104
+ .icon-text-width:before{content:"\f035";}
105
+ .icon-align-left:before{content:"\f036";}
106
+ .icon-align-center:before{content:"\f037";}
107
+ .icon-align-right:before{content:"\f038";}
108
+ .icon-align-justify:before{content:"\f039";}
109
+ .icon-list:before{content:"\f03a";}
110
+ .icon-indent-left:before{content:"\f03b";}
111
+ .icon-indent-right:before{content:"\f03c";}
112
+ .icon-facetime-video:before{content:"\f03d";}
113
+ .icon-picture:before{content:"\f03e";}
114
+ .icon-pencil:before{content:"\f040";}
115
+ .icon-map-marker:before{content:"\f041";}
116
+ .icon-adjust:before{content:"\f042";}
117
+ .icon-tint:before{content:"\f043";}
118
+ .icon-edit:before{content:"\f044";}
119
+ .icon-share:before{content:"\f045";}
120
+ .icon-check:before{content:"\f046";}
121
+ .icon-move:before{content:"\f047";}
122
+ .icon-step-backward:before{content:"\f048";}
123
+ .icon-fast-backward:before{content:"\f049";}
124
+ .icon-backward:before{content:"\f04a";}
125
+ .icon-play:before{content:"\f04b";}
126
+ .icon-pause:before{content:"\f04c";}
127
+ .icon-stop:before{content:"\f04d";}
128
+ .icon-forward:before{content:"\f04e";}
129
+ .icon-fast-forward:before{content:"\f050";}
130
+ .icon-step-forward:before{content:"\f051";}
131
+ .icon-eject:before{content:"\f052";}
132
+ .icon-chevron-left:before{content:"\f053";}
133
+ .icon-chevron-right:before{content:"\f054";}
134
+ .icon-plus-sign:before{content:"\f055";}
135
+ .icon-minus-sign:before{content:"\f056";}
136
+ .icon-remove-sign:before{content:"\f057";}
137
+ .icon-ok-sign:before{content:"\f058";}
138
+ .icon-question-sign:before{content:"\f059";}
139
+ .icon-info-sign:before{content:"\f05a";}
140
+ .icon-screenshot:before{content:"\f05b";}
141
+ .icon-remove-circle:before{content:"\f05c";}
142
+ .icon-ok-circle:before{content:"\f05d";}
143
+ .icon-ban-circle:before{content:"\f05e";}
144
+ .icon-arrow-left:before{content:"\f060";}
145
+ .icon-arrow-right:before{content:"\f061";}
146
+ .icon-arrow-up:before{content:"\f062";}
147
+ .icon-arrow-down:before{content:"\f063";}
148
+ .icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
149
+ .icon-resize-full:before{content:"\f065";}
150
+ .icon-resize-small:before{content:"\f066";}
151
+ .icon-plus:before{content:"\f067";}
152
+ .icon-minus:before{content:"\f068";}
153
+ .icon-asterisk:before{content:"\f069";}
154
+ .icon-exclamation-sign:before{content:"\f06a";}
155
+ .icon-gift:before{content:"\f06b";}
156
+ .icon-leaf:before{content:"\f06c";}
157
+ .icon-fire:before{content:"\f06d";}
158
+ .icon-eye-open:before{content:"\f06e";}
159
+ .icon-eye-close:before{content:"\f070";}
160
+ .icon-warning-sign:before{content:"\f071";}
161
+ .icon-plane:before{content:"\f072";}
162
+ .icon-calendar:before{content:"\f073";}
163
+ .icon-random:before{content:"\f074";}
164
+ .icon-comment:before{content:"\f075";}
165
+ .icon-magnet:before{content:"\f076";}
166
+ .icon-chevron-up:before{content:"\f077";}
167
+ .icon-chevron-down:before{content:"\f078";}
168
+ .icon-retweet:before{content:"\f079";}
169
+ .icon-shopping-cart:before{content:"\f07a";}
170
+ .icon-folder-close:before{content:"\f07b";}
171
+ .icon-folder-open:before{content:"\f07c";}
172
+ .icon-resize-vertical:before{content:"\f07d";}
173
+ .icon-resize-horizontal:before{content:"\f07e";}
174
+ .icon-bar-chart:before{content:"\f080";}
175
+ .icon-twitter-sign:before{content:"\f081";}
176
+ .icon-facebook-sign:before{content:"\f082";}
177
+ .icon-camera-retro:before{content:"\f083";}
178
+ .icon-key:before{content:"\f084";}
179
+ .icon-gears:before,.icon-cogs:before{content:"\f085";}
180
+ .icon-comments:before{content:"\f086";}
181
+ .icon-thumbs-up-alt:before{content:"\f087";}
182
+ .icon-thumbs-down-alt:before{content:"\f088";}
183
+ .icon-star-half:before{content:"\f089";}
184
+ .icon-heart-empty:before{content:"\f08a";}
185
+ .icon-signout:before{content:"\f08b";}
186
+ .icon-linkedin-sign:before{content:"\f08c";}
187
+ .icon-pushpin:before{content:"\f08d";}
188
+ .icon-external-link:before{content:"\f08e";}
189
+ .icon-signin:before{content:"\f090";}
190
+ .icon-trophy:before{content:"\f091";}
191
+ .icon-github-sign:before{content:"\f092";}
192
+ .icon-upload-alt:before{content:"\f093";}
193
+ .icon-lemon:before{content:"\f094";}
194
+ .icon-phone:before{content:"\f095";}
195
+ .icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
196
+ .icon-bookmark-empty:before{content:"\f097";}
197
+ .icon-phone-sign:before{content:"\f098";}
198
+ .icon-twitter:before{content:"\f099";}
199
+ .icon-facebook:before{content:"\f09a";}
200
+ .icon-github:before{content:"\f09b";}
201
+ .icon-unlock:before{content:"\f09c";}
202
+ .icon-credit-card:before{content:"\f09d";}
203
+ .icon-rss:before{content:"\f09e";}
204
+ .icon-hdd:before{content:"\f0a0";}
205
+ .icon-bullhorn:before{content:"\f0a1";}
206
+ .icon-bell:before{content:"\f0a2";}
207
+ .icon-certificate:before{content:"\f0a3";}
208
+ .icon-hand-right:before{content:"\f0a4";}
209
+ .icon-hand-left:before{content:"\f0a5";}
210
+ .icon-hand-up:before{content:"\f0a6";}
211
+ .icon-hand-down:before{content:"\f0a7";}
212
+ .icon-circle-arrow-left:before{content:"\f0a8";}
213
+ .icon-circle-arrow-right:before{content:"\f0a9";}
214
+ .icon-circle-arrow-up:before{content:"\f0aa";}
215
+ .icon-circle-arrow-down:before{content:"\f0ab";}
216
+ .icon-globe:before{content:"\f0ac";}
217
+ .icon-wrench:before{content:"\f0ad";}
218
+ .icon-tasks:before{content:"\f0ae";}
219
+ .icon-filter:before{content:"\f0b0";}
220
+ .icon-briefcase:before{content:"\f0b1";}
221
+ .icon-fullscreen:before{content:"\f0b2";}
222
+ .icon-group:before{content:"\f0c0";}
223
+ .icon-link:before{content:"\f0c1";}
224
+ .icon-cloud:before{content:"\f0c2";}
225
+ .icon-beaker:before{content:"\f0c3";}
226
+ .icon-cut:before{content:"\f0c4";}
227
+ .icon-copy:before{content:"\f0c5";}
228
+ .icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
229
+ .icon-save:before{content:"\f0c7";}
230
+ .icon-sign-blank:before{content:"\f0c8";}
231
+ .icon-reorder:before{content:"\f0c9";}
232
+ .icon-list-ul:before{content:"\f0ca";}
233
+ .icon-list-ol:before{content:"\f0cb";}
234
+ .icon-strikethrough:before{content:"\f0cc";}
235
+ .icon-underline:before{content:"\f0cd";}
236
+ .icon-table:before{content:"\f0ce";}
237
+ .icon-magic:before{content:"\f0d0";}
238
+ .icon-truck:before{content:"\f0d1";}
239
+ .icon-pinterest:before{content:"\f0d2";}
240
+ .icon-pinterest-sign:before{content:"\f0d3";}
241
+ .icon-google-plus-sign:before{content:"\f0d4";}
242
+ .icon-google-plus:before{content:"\f0d5";}
243
+ .icon-money:before{content:"\f0d6";}
244
+ .icon-caret-down:before{content:"\f0d7";}
245
+ .icon-caret-up:before{content:"\f0d8";}
246
+ .icon-caret-left:before{content:"\f0d9";}
247
+ .icon-caret-right:before{content:"\f0da";}
248
+ .icon-columns:before{content:"\f0db";}
249
+ .icon-sort:before{content:"\f0dc";}
250
+ .icon-sort-down:before{content:"\f0dd";}
251
+ .icon-sort-up:before{content:"\f0de";}
252
+ .icon-envelope:before{content:"\f0e0";}
253
+ .icon-linkedin:before{content:"\f0e1";}
254
+ .icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
255
+ .icon-legal:before{content:"\f0e3";}
256
+ .icon-dashboard:before{content:"\f0e4";}
257
+ .icon-comment-alt:before{content:"\f0e5";}
258
+ .icon-comments-alt:before{content:"\f0e6";}
259
+ .icon-bolt:before{content:"\f0e7";}
260
+ .icon-sitemap:before{content:"\f0e8";}
261
+ .icon-umbrella:before{content:"\f0e9";}
262
+ .icon-paste:before{content:"\f0ea";}
263
+ .icon-lightbulb:before{content:"\f0eb";}
264
+ .icon-exchange:before{content:"\f0ec";}
265
+ .icon-cloud-download:before{content:"\f0ed";}
266
+ .icon-cloud-upload:before{content:"\f0ee";}
267
+ .icon-user-md:before{content:"\f0f0";}
268
+ .icon-stethoscope:before{content:"\f0f1";}
269
+ .icon-suitcase:before{content:"\f0f2";}
270
+ .icon-bell-alt:before{content:"\f0f3";}
271
+ .icon-coffee:before{content:"\f0f4";}
272
+ .icon-food:before{content:"\f0f5";}
273
+ .icon-file-text-alt:before{content:"\f0f6";}
274
+ .icon-building:before{content:"\f0f7";}
275
+ .icon-hospital:before{content:"\f0f8";}
276
+ .icon-ambulance:before{content:"\f0f9";}
277
+ .icon-medkit:before{content:"\f0fa";}
278
+ .icon-fighter-jet:before{content:"\f0fb";}
279
+ .icon-beer:before{content:"\f0fc";}
280
+ .icon-h-sign:before{content:"\f0fd";}
281
+ .icon-plus-sign-alt:before{content:"\f0fe";}
282
+ .icon-double-angle-left:before{content:"\f100";}
283
+ .icon-double-angle-right:before{content:"\f101";}
284
+ .icon-double-angle-up:before{content:"\f102";}
285
+ .icon-double-angle-down:before{content:"\f103";}
286
+ .icon-angle-left:before{content:"\f104";}
287
+ .icon-angle-right:before{content:"\f105";}
288
+ .icon-angle-up:before{content:"\f106";}
289
+ .icon-angle-down:before{content:"\f107";}
290
+ .icon-desktop:before{content:"\f108";}
291
+ .icon-laptop:before{content:"\f109";}
292
+ .icon-tablet:before{content:"\f10a";}
293
+ .icon-mobile-phone:before{content:"\f10b";}
294
+ .icon-circle-blank:before{content:"\f10c";}
295
+ .icon-quote-left:before{content:"\f10d";}
296
+ .icon-quote-right:before{content:"\f10e";}
297
+ .icon-spinner:before{content:"\f110";}
298
+ .icon-circle:before{content:"\f111";}
299
+ .icon-mail-reply:before,.icon-reply:before{content:"\f112";}
300
+ .icon-github-alt:before{content:"\f113";}
301
+ .icon-folder-close-alt:before{content:"\f114";}
302
+ .icon-folder-open-alt:before{content:"\f115";}
303
+ .icon-expand-alt:before{content:"\f116";}
304
+ .icon-collapse-alt:before{content:"\f117";}
305
+ .icon-smile:before{content:"\f118";}
306
+ .icon-frown:before{content:"\f119";}
307
+ .icon-meh:before{content:"\f11a";}
308
+ .icon-gamepad:before{content:"\f11b";}
309
+ .icon-keyboard:before{content:"\f11c";}
310
+ .icon-flag-alt:before{content:"\f11d";}
311
+ .icon-flag-checkered:before{content:"\f11e";}
312
+ .icon-terminal:before{content:"\f120";}
313
+ .icon-code:before{content:"\f121";}
314
+ .icon-reply-all:before{content:"\f122";}
315
+ .icon-mail-reply-all:before{content:"\f122";}
316
+ .icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
317
+ .icon-location-arrow:before{content:"\f124";}
318
+ .icon-crop:before{content:"\f125";}
319
+ .icon-code-fork:before{content:"\f126";}
320
+ .icon-unlink:before{content:"\f127";}
321
+ .icon-question:before{content:"\f128";}
322
+ .icon-info:before{content:"\f129";}
323
+ .icon-exclamation:before{content:"\f12a";}
324
+ .icon-superscript:before{content:"\f12b";}
325
+ .icon-subscript:before{content:"\f12c";}
326
+ .icon-eraser:before{content:"\f12d";}
327
+ .icon-puzzle-piece:before{content:"\f12e";}
328
+ .icon-microphone:before{content:"\f130";}
329
+ .icon-microphone-off:before{content:"\f131";}
330
+ .icon-shield:before{content:"\f132";}
331
+ .icon-calendar-empty:before{content:"\f133";}
332
+ .icon-fire-extinguisher:before{content:"\f134";}
333
+ .icon-rocket:before{content:"\f135";}
334
+ .icon-maxcdn:before{content:"\f136";}
335
+ .icon-chevron-sign-left:before{content:"\f137";}
336
+ .icon-chevron-sign-right:before{content:"\f138";}
337
+ .icon-chevron-sign-up:before{content:"\f139";}
338
+ .icon-chevron-sign-down:before{content:"\f13a";}
339
+ .icon-html5:before{content:"\f13b";}
340
+ .icon-css3:before{content:"\f13c";}
341
+ .icon-anchor:before{content:"\f13d";}
342
+ .icon-unlock-alt:before{content:"\f13e";}
343
+ .icon-bullseye:before{content:"\f140";}
344
+ .icon-ellipsis-horizontal:before{content:"\f141";}
345
+ .icon-ellipsis-vertical:before{content:"\f142";}
346
+ .icon-rss-sign:before{content:"\f143";}
347
+ .icon-play-sign:before{content:"\f144";}
348
+ .icon-ticket:before{content:"\f145";}
349
+ .icon-minus-sign-alt:before{content:"\f146";}
350
+ .icon-check-minus:before{content:"\f147";}
351
+ .icon-level-up:before{content:"\f148";}
352
+ .icon-level-down:before{content:"\f149";}
353
+ .icon-check-sign:before{content:"\f14a";}
354
+ .icon-edit-sign:before{content:"\f14b";}
355
+ .icon-external-link-sign:before{content:"\f14c";}
356
+ .icon-share-sign:before{content:"\f14d";}
357
+ .icon-compass:before{content:"\f14e";}
358
+ .icon-collapse:before{content:"\f150";}
359
+ .icon-collapse-top:before{content:"\f151";}
360
+ .icon-expand:before{content:"\f152";}
361
+ .icon-euro:before,.icon-eur:before{content:"\f153";}
362
+ .icon-gbp:before{content:"\f154";}
363
+ .icon-dollar:before,.icon-usd:before{content:"\f155";}
364
+ .icon-rupee:before,.icon-inr:before{content:"\f156";}
365
+ .icon-yen:before,.icon-jpy:before{content:"\f157";}
366
+ .icon-renminbi:before,.icon-cny:before{content:"\f158";}
367
+ .icon-won:before,.icon-krw:before{content:"\f159";}
368
+ .icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
369
+ .icon-file:before{content:"\f15b";}
370
+ .icon-file-text:before{content:"\f15c";}
371
+ .icon-sort-by-alphabet:before{content:"\f15d";}
372
+ .icon-sort-by-alphabet-alt:before{content:"\f15e";}
373
+ .icon-sort-by-attributes:before{content:"\f160";}
374
+ .icon-sort-by-attributes-alt:before{content:"\f161";}
375
+ .icon-sort-by-order:before{content:"\f162";}
376
+ .icon-sort-by-order-alt:before{content:"\f163";}
377
+ .icon-thumbs-up:before{content:"\f164";}
378
+ .icon-thumbs-down:before{content:"\f165";}
379
+ .icon-youtube-sign:before{content:"\f166";}
380
+ .icon-youtube:before{content:"\f167";}
381
+ .icon-xing:before{content:"\f168";}
382
+ .icon-xing-sign:before{content:"\f169";}
383
+ .icon-youtube-play:before{content:"\f16a";}
384
+ .icon-dropbox:before{content:"\f16b";}
385
+ .icon-stackexchange:before, .fa-stackexchange:before {content:"\f16c";}
386
+ .icon-instagram:before{content:"\f16d";}
387
+ .icon-flickr:before{content:"\f16e";}
388
+ .icon-adn:before{content:"\f170";}
389
+ .icon-bitbucket:before{content:"\f171";}
390
+ .icon-bitbucket-sign:before{content:"\f172";}
391
+ .icon-tumblr:before{content:"\f173";}
392
+ .icon-tumblr-sign:before{content:"\f174";}
393
+ .icon-long-arrow-down:before{content:"\f175";}
394
+ .icon-long-arrow-up:before{content:"\f176";}
395
+ .icon-long-arrow-left:before{content:"\f177";}
396
+ .icon-long-arrow-right:before{content:"\f178";}
397
+ .icon-apple:before{content:"\f179";}
398
+ .icon-windows:before{content:"\f17a";}
399
+ .icon-android:before{content:"\f17b";}
400
+ .icon-linux:before{content:"\f17c";}
401
+ .icon-dribbble:before{content:"\f17d";}
402
+ .icon-skype:before{content:"\f17e";}
403
+ .icon-foursquare:before{content:"\f180";}
404
+ .icon-trello:before{content:"\f181";}
405
+ .icon-female:before{content:"\f182";}
406
+ .icon-male:before{content:"\f183";}
407
+ .icon-gittip:before{content:"\f184";}
408
+ .icon-sun:before{content:"\f185";}
409
+ .icon-moon:before{content:"\f186";}
410
+ .icon-archive:before{content:"\f187";}
411
+ .icon-bug:before{content:"\f188";}
412
+ .icon-vk:before{content:"\f189";}
413
+ .icon-weibo:before{content:"\f18a";}
414
+ .icon-renren:before{content:"\f18b";}
415
+
416
+
417
+
418
+ .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
test__1002176_www.eastofengland.org.uk/resources/frontend-script.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}
test__1002176_www.eastofengland.org.uk/resources/jquery.fancybox.css ADDED
@@ -0,0 +1,876 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "UTF-8";
2
+ body.fancybox-active {
3
+ overflow: hidden; }
4
+
5
+ body.fancybox-iosfix {
6
+ position: fixed;
7
+ left: 0;
8
+ right: 0; }
9
+
10
+ .fancybox-is-hidden {
11
+ position: absolute;
12
+ top: -9999px;
13
+ left: -9999px;
14
+ visibility: hidden; }
15
+
16
+ .fancybox-container {
17
+ position: fixed;
18
+ top: 0;
19
+ left: 0;
20
+ width: 100%;
21
+ height: 100%;
22
+ z-index: 99992;
23
+ -webkit-tap-highlight-color: transparent;
24
+ -webkit-backface-visibility: hidden;
25
+ backface-visibility: hidden;
26
+ -webkit-transform: translateZ(0);
27
+ transform: translateZ(0);
28
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
29
+
30
+ .fancybox-outer,
31
+ .fancybox-inner,
32
+ .fancybox-bg,
33
+ .fancybox-stage {
34
+ position: absolute;
35
+ top: 0;
36
+ right: 0;
37
+ bottom: 0;
38
+ left: 0; }
39
+
40
+ .fancybox-outer {
41
+ overflow-y: auto;
42
+ -webkit-overflow-scrolling: touch; }
43
+
44
+ body.compensate-for-scrollbar { margin-right: 0!important; }
45
+ html.compensate-for-scrollbar { overflow-y: scroll!important; margin-right: 0!important; }
46
+ /*
47
+ html.compensate-for-scrollbar { overflow-y: hidden; margin-right:0!important;}
48
+ html.compensate-for-scrollbar #header-outer { right: 0; } */
49
+ @media only screen and (min-width: 600px) {
50
+ body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-infobar {
51
+ top: 38px;
52
+ }
53
+ body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-toolbar {
54
+ top: 32px;
55
+ }
56
+
57
+ body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-stage {
58
+ top: 25px;
59
+ }
60
+ }
61
+ .fancybox-bg {
62
+ background: #000000;
63
+ opacity: 0;
64
+ transition-duration: inherit;
65
+ transition-property: opacity;
66
+ transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
67
+
68
+ .fancybox-is-open .fancybox-bg {
69
+ opacity: 1;
70
+ transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
71
+ button.fancybox-button--fullscreen, html body[data-button-style^="rounded"] button.fancybox-button--fullscreen,
72
+ html body[data-button-style*="slightly_rounded"] button.fancybox-button--fullscreen {
73
+ border-radius: 0 0 0 5px!important;
74
+ }
75
+
76
+ .fancybox-infobar,
77
+ .fancybox-toolbar,
78
+ .fancybox-caption-wrap {
79
+ position: absolute;
80
+ direction: ltr;
81
+ z-index: 99997;
82
+ opacity: 0;
83
+ visibility: hidden;
84
+ transition: opacity .35s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s .35s linear;
85
+ box-sizing: border-box; }
86
+
87
+ .fancybox-toolbar {
88
+ transition: opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
89
+ }
90
+
91
+ .fancybox-show-infobar .fancybox-infobar,
92
+ .fancybox-show-toolbar .fancybox-toolbar,
93
+ .fancybox-show-caption .fancybox-caption-wrap {
94
+ opacity: 1;
95
+ visibility: visible;
96
+ transition: opacity .35s, visibility 0s; }
97
+
98
+ .fancybox-toolbar > button:nth-child(1) svg {
99
+ transition: opacity 0.2s ease, transform 0.2s ease;
100
+ }
101
+ .fancybox-toolbar > button:nth-child(2) svg {
102
+ transition: opacity 0.2s ease 0.05s, transform 0.2s ease 0.05s;
103
+ }
104
+ .fancybox-toolbar > button:nth-child(3) svg {
105
+ transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.1s;
106
+ }
107
+ .fancybox-toolbar > button svg {
108
+ opacity: 0;
109
+ transform: translateY(5px);
110
+ }
111
+ .fancybox-show-toolbar .fancybox-toolbar > button svg {
112
+ opacity: 1;
113
+ transform: translateY(0px);
114
+ }
115
+
116
+ .fancybox-infobar {
117
+ top: 3px;
118
+ left: 8px;
119
+ font-size: 13px;
120
+ padding: 0 10px;
121
+ height: 44px;
122
+ min-width: 44px;
123
+ line-height: 44px;
124
+ color: #ccc;
125
+ text-align: center;
126
+ pointer-events: none;
127
+ -webkit-user-select: none;
128
+ -moz-user-select: none;
129
+ -ms-user-select: none;
130
+ user-select: none;
131
+ -webkit-touch-callout: none;
132
+ -webkit-tap-highlight-color: transparent;
133
+ -webkit-font-smoothing: subpixel-antialiased;
134
+ mix-blend-mode: exclusion; }
135
+
136
+ .fancybox-toolbar {
137
+ top: 0;
138
+ right: 0;
139
+ margin: 0;
140
+ padding: 0; }
141
+
142
+ .fancybox-stage {
143
+ overflow: hidden;
144
+ direction: ltr;
145
+ z-index: 99994;
146
+ -webkit-transform: translate3d(0, 0, 0); }
147
+
148
+ .fancybox-is-closing .fancybox-stage {
149
+ overflow: visible; }
150
+
151
+ .fancybox-slide {
152
+ position: absolute;
153
+ top: 0;
154
+ left: 0;
155
+ width: 100%;
156
+ height: 100%;
157
+ margin: 0;
158
+ padding: 0;
159
+ overflow: auto;
160
+ outline: none;
161
+ white-space: normal;
162
+ box-sizing: border-box;
163
+ text-align: center;
164
+ z-index: 99994;
165
+ -webkit-overflow-scrolling: touch;
166
+ display: none;
167
+ -webkit-backface-visibility: hidden;
168
+ backface-visibility: hidden;
169
+ transition-property: opacity, -webkit-transform;
170
+ transition-property: transform, opacity;
171
+ transition-property: transform, opacity, -webkit-transform; }
172
+
173
+ .fancybox-slide::before {
174
+ content: '';
175
+ display: inline-block;
176
+ vertical-align: middle;
177
+ height: 100%;
178
+ width: 0; }
179
+
180
+ .fancybox-is-sliding .fancybox-slide,
181
+ .fancybox-slide--previous,
182
+ .fancybox-slide--current,
183
+ .fancybox-slide--next {
184
+ display: block; }
185
+
186
+ .fancybox-slide--image {
187
+ overflow: visible; }
188
+
189
+ .fancybox-slide--image::before {
190
+ display: none; }
191
+
192
+ .fancybox-slide--video .fancybox-content,
193
+ .fancybox-slide--video iframe {
194
+ background: #000;
195
+ }
196
+
197
+ .fancybox-slide--map .fancybox-content,
198
+ .fancybox-slide--map iframe {
199
+ background: #E5E3DF; }
200
+
201
+ .fancybox-slide--next {
202
+ z-index: 99995; }
203
+
204
+ .fancybox-slide > * {
205
+ display: inline-block;
206
+ position: relative;
207
+ padding: 24px;
208
+ margin: 44px 0 44px;
209
+ border-width: 0;
210
+ vertical-align: middle;
211
+ text-align: left;
212
+ background-color: #fff;
213
+ overflow: auto;
214
+ box-sizing: border-box; }
215
+
216
+ .fancybox-slide > title,
217
+ .fancybox-slide > style,
218
+ .fancybox-slide > meta,
219
+ .fancybox-slide > link,
220
+ .fancybox-slide > script,
221
+ .fancybox-slide > base {
222
+ display: none; }
223
+
224
+ .fancybox-slide .fancybox-image-wrap {
225
+ position: absolute;
226
+ top: 0;
227
+ left: 0;
228
+ margin: 0;
229
+ padding: 0;
230
+ border: 0;
231
+ z-index: 99995;
232
+ background: transparent;
233
+ cursor: default;
234
+ overflow: visible;
235
+ -webkit-transform-origin: top left;
236
+ -ms-transform-origin: top left;
237
+ transform-origin: top left;
238
+ background-size: 100% 100%;
239
+ background-repeat: no-repeat;
240
+ -webkit-backface-visibility: hidden;
241
+ backface-visibility: hidden;
242
+ -webkit-user-select: none;
243
+ -moz-user-select: none;
244
+ -ms-user-select: none;
245
+ user-select: none;
246
+ transition-property: opacity, -webkit-transform;
247
+ transition-property: transform, opacity;
248
+ transition-property: transform, opacity, -webkit-transform; }
249
+
250
+ .fancybox-can-zoomOut .fancybox-image-wrap {
251
+ cursor: -webkit-zoom-out;
252
+ cursor: zoom-out; }
253
+
254
+ .fancybox-can-zoomIn .fancybox-image-wrap {
255
+ cursor: -webkit-zoom-in;
256
+ cursor: zoom-in; }
257
+
258
+ .fancybox-can-drag .fancybox-image-wrap {
259
+ cursor: -webkit-grab;
260
+ cursor: grab; }
261
+
262
+ .fancybox-is-dragging .fancybox-image-wrap {
263
+ cursor: -webkit-grabbing;
264
+ cursor: grabbing; }
265
+
266
+ .fancybox-image,
267
+ .fancybox-spaceball {
268
+ position: absolute;
269
+ top: 0;
270
+ left: 0;
271
+ width: 100%;
272
+ height: 100%;
273
+ margin: 0;
274
+ padding: 0;
275
+ border: 0;
276
+ max-width: none;
277
+ max-height: none;
278
+ -webkit-user-select: none;
279
+ -moz-user-select: none;
280
+ -ms-user-select: none;
281
+ user-select: none; }
282
+
283
+ .fancybox-spaceball {
284
+ z-index: 1; }
285
+
286
+ .fancybox-slide--iframe .fancybox-content {
287
+ padding: 0;
288
+ width: 80%;
289
+ height: 80%;
290
+ max-width: calc(100% - 100px);
291
+ max-height: calc(100% - 88px);
292
+ overflow: visible;
293
+ background: #fff; }
294
+
295
+ .fancybox-iframe {
296
+ display: block;
297
+ margin: 0;
298
+ padding: 0;
299
+ border: 0;
300
+ width: 100%;
301
+ height: 100%;
302
+ background: #fff; }
303
+
304
+ .fancybox-error {
305
+ margin: 0;
306
+ padding: 40px;
307
+ width: 100%;
308
+ max-width: 380px;
309
+ background: #fff;
310
+ cursor: default; }
311
+
312
+ .fancybox-error p {
313
+ margin: 0;
314
+ padding: 0;
315
+ color: #444;
316
+ font-size: 16px;
317
+ line-height: 20px; }
318
+
319
+ /* Buttons */
320
+ body[data-button-style^="rounded"] button.fancybox-button,
321
+ body[data-button-style*="slightly_rounded"] button.fancybox-button { border-radius: 0!important; }
322
+ .fancybox-button {
323
+ box-sizing: border-box;
324
+ display: inline-block;
325
+ vertical-align: top;
326
+ width: 44px;
327
+ height: 44px;
328
+ margin: 0;
329
+ padding: 10px;
330
+ border: 0;
331
+ border-radius: 0;
332
+ background: rgba(0, 0, 0, 1);
333
+ transition: color .3s ease;
334
+ cursor: pointer;
335
+ outline: none; }
336
+
337
+ .fancybox-button,
338
+ .fancybox-button:visited,
339
+ .fancybox-button:link {
340
+ color: #ccc; }
341
+
342
+ .fancybox-button:focus,
343
+ .fancybox-button:hover {
344
+ color: #fff; }
345
+
346
+ .fancybox-button[disabled] {
347
+ color: #ccc;
348
+ cursor: default;
349
+ opacity: 0.6; }
350
+
351
+ .fancybox-button svg {
352
+ display: block;
353
+ position: relative;
354
+ overflow: visible;
355
+ shape-rendering: geometricPrecision; }
356
+
357
+ .fancybox-button svg path {
358
+ fill: currentColor;
359
+ stroke: currentColor;
360
+ stroke-linejoin: round;
361
+ stroke-width: 3; }
362
+
363
+ .fancybox-button--share svg path {
364
+ stroke-width: 1; }
365
+
366
+ .fancybox-button--play svg path:nth-child(2) {
367
+ display: none; }
368
+
369
+ .fancybox-button--pause svg path:nth-child(1) {
370
+ display: none; }
371
+
372
+ .fancybox-button--zoom svg path {
373
+ fill: transparent; }
374
+
375
+ .fancybox-button.fancybox-button--zoom {
376
+ cursor: default;
377
+ pointer-events: none;
378
+ }
379
+
380
+ .fancybox-can-zoomIn .fancybox-button.fancybox-button--zoom, .fancybox-is-zoomable .fancybox-button.fancybox-button--zoom {
381
+ cursor: pointer;
382
+ pointer-events: all;
383
+ }
384
+
385
+ /* Navigation arrows */
386
+ .fancybox-navigation {
387
+ display: none; }
388
+
389
+ .fancybox-show-nav .fancybox-navigation {
390
+ display: block; }
391
+
392
+ .fancybox-navigation button {
393
+ position: absolute;
394
+ top: 50%;
395
+ margin: -50px 0 0 0;
396
+ z-index: 99997;
397
+ background: transparent;
398
+ width: 60px;
399
+ height: 100px;
400
+ padding: 18px; }
401
+
402
+ .fancybox-navigation button { color: #fff; }
403
+ .fancybox-navigation button:before {
404
+ content: "";
405
+ position: absolute;
406
+ top: 30px;
407
+ right: 10px;
408
+ width: 40px;
409
+ height: 40px;
410
+ border-radius: 50px;
411
+ background: rgba(35, 35, 35, 0.45);
412
+ z-index: -1;
413
+ transform: scale(0.9);
414
+ transition: all 0.25s cubic-bezier(.15,0.2,.1,1);
415
+ }
416
+
417
+ @media only screen and (min-width: 690px) {
418
+ .fancybox-navigation button:hover:before{
419
+ transform: scale(1.1);
420
+ box-shadow: 0px 7px 18px rgba(0,0,0,0.25);
421
+ }
422
+ }
423
+
424
+ .fancybox-navigation .fancybox-button--arrow_left {
425
+ left: 20px; }
426
+
427
+ .fancybox-navigation .fancybox-button--arrow_right {
428
+ right: 20px; }
429
+
430
+ @media only screen and (max-width: 690px){
431
+
432
+ .fancybox-navigation button:before { transition: none; }
433
+
434
+ .fancybox-navigation .fancybox-button--arrow_left {
435
+ left: 0px; }
436
+
437
+ .fancybox-navigation .fancybox-button--arrow_right {
438
+ right: 0px; }
439
+ }
440
+ /* Close button on the top right corner of html content */
441
+ .fancybox-close-small {
442
+ position: absolute;
443
+ top: 0;
444
+ right: 0;
445
+ width: 40px;
446
+ height: 40px;
447
+ padding: 0;
448
+ margin: 0;
449
+ border: 0;
450
+ border-radius: 0;
451
+ background: transparent;
452
+ z-index: 10;
453
+ cursor: pointer; }
454
+
455
+ .fancybox-close-small:after {
456
+ content: '×';
457
+ position: absolute;
458
+ top: 5px;
459
+ right: 5px;
460
+ width: 30px;
461
+ height: 30px;
462
+ font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
463
+ color: #888;
464
+ font-weight: 300;
465
+ text-align: center;
466
+ border-radius: 50%;
467
+ border-width: 0;
468
+ background-color: transparent;
469
+ transition: background-color .25s;
470
+ box-sizing: border-box;
471
+ z-index: 2; }
472
+
473
+ .fancybox-close-small:focus {
474
+ outline: none; }
475
+
476
+ .fancybox-close-small:focus:after {
477
+ outline: 1px dotted #888; }
478
+
479
+ .fancybox-close-small:hover:after {
480
+ color: #555;
481
+ background: #eee; }
482
+
483
+ .fancybox-slide--image .fancybox-close-small,
484
+ .fancybox-slide--iframe .fancybox-close-small {
485
+ top: 0;
486
+ right: -40px; }
487
+
488
+ .fancybox-slide--image .fancybox-close-small:after,
489
+ .fancybox-slide--iframe .fancybox-close-small:after {
490
+ font-size: 35px;
491
+ color: #aaa; }
492
+
493
+ .fancybox-slide--image .fancybox-close-small:hover:after,
494
+ .fancybox-slide--iframe .fancybox-close-small:hover:after {
495
+ color: #fff;
496
+ background: transparent; }
497
+
498
+ .fancybox-is-scaling .fancybox-close-small,
499
+ .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
500
+ display: none; }
501
+
502
+ /* Caption */
503
+ .fancybox-caption-wrap {
504
+ bottom: 0;
505
+ left: 0;
506
+ right: 0;
507
+ text-align: center;
508
+ padding: 60px 2vw 0 2vw;
509
+ background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
510
+ pointer-events: none; }
511
+
512
+ .fancybox-caption {
513
+ padding: 30px 0;
514
+ font-size: 14px;
515
+ color: #fff;
516
+ line-height: 20px;
517
+ -webkit-text-size-adjust: none; }
518
+
519
+ .fancybox-caption a,
520
+ .fancybox-caption button,
521
+ .fancybox-caption select {
522
+ pointer-events: all;
523
+ position: relative;
524
+ /* Fix IE11 */ }
525
+
526
+ .fancybox-caption a {
527
+ color: #fff;
528
+ text-decoration: underline; }
529
+
530
+ /* Loading indicator */
531
+ .fancybox-slide > .fancybox-loading {
532
+ border: 6px solid rgba(100, 100, 100, 0.4);
533
+ border-top: 6px solid rgba(255, 255, 255, 0.6);
534
+ border-radius: 100%;
535
+ height: 50px;
536
+ width: 50px;
537
+ -webkit-animation: fancybox-rotate .8s infinite linear;
538
+ animation: fancybox-rotate .8s infinite linear;
539
+ background: transparent;
540
+ position: absolute;
541
+ top: 50%;
542
+ left: 50%;
543
+ margin-top: -30px;
544
+ margin-left: -30px;
545
+ z-index: 99999; }
546
+
547
+ @-webkit-keyframes fancybox-rotate {
548
+ from {
549
+ -webkit-transform: rotate(0deg);
550
+ transform: rotate(0deg); }
551
+ to {
552
+ -webkit-transform: rotate(359deg);
553
+ transform: rotate(359deg); } }
554
+
555
+ @keyframes fancybox-rotate {
556
+ from {
557
+ -webkit-transform: rotate(0deg);
558
+ transform: rotate(0deg); }
559
+ to {
560
+ -webkit-transform: rotate(359deg);
561
+ transform: rotate(359deg); } }
562
+
563
+ .fancybox-slide > .mfp-iframe-scaler {
564
+ width: 100%;
565
+ height: 0;
566
+ padding-top: 55.5%; background-color: transparent; padding-bottom: 0;}
567
+ .mfp-iframe-scaler iframe, .mfp-iframe-scaler > div.video, .mfp-iframe-scaler > div.video .mejs-container {
568
+ position: absolute;
569
+ display: block;
570
+ top: 0;
571
+ left: 0;
572
+ width: 100%;
573
+ height: 100%;
574
+ overflow: hidden;
575
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
576
+
577
+ .fancybox-slide .mfp-iframe-scaler .wp-video-shortcode video {
578
+ height: 100%!important;
579
+ width: 100%!important;
580
+ }
581
+ .fancybox-slide .mfp-iframe-scaler > div.video .mejs-container {
582
+ width: 100%!important;
583
+ height: 100%!important;
584
+ }
585
+ .fancybox-slide > .mfp-iframe-scaler .wp-video {
586
+ margin-bottom: 0;
587
+ }
588
+
589
+ /* Transition effects */
590
+ .fancybox-animated {
591
+ transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); }
592
+
593
+ /* transitionEffect: slide */
594
+ .fancybox-fx-slide.fancybox-slide--previous {
595
+ -webkit-transform: translate3d(-100%, 0, 0);
596
+ transform: translate3d(-100%, 0, 0);
597
+ opacity: 0; }
598
+
599
+ .fancybox-fx-slide.fancybox-slide--next {
600
+ -webkit-transform: translate3d(100%, 0, 0);
601
+ transform: translate3d(100%, 0, 0);
602
+ opacity: 0; }
603
+
604
+ .fancybox-fx-slide.fancybox-slide--current {
605
+ -webkit-transform: translate3d(0, 0, 0);
606
+ transform: translate3d(0, 0, 0);
607
+ opacity: 1; }
608
+
609
+ /* transitionEffect: fade */
610
+ .fancybox-fx-fade.fancybox-slide--previous,
611
+ .fancybox-fx-fade.fancybox-slide--next {
612
+ opacity: 0;
613
+ transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
614
+
615
+ .fancybox-fx-fade.fancybox-slide--current {
616
+ opacity: 1; }
617
+
618
+ /* transitionEffect: zoom-in-out */
619
+ .fancybox-fx-zoom-in-out.fancybox-slide--previous {
620
+ -webkit-transform: scale3d(0.8, 0.8, 0.8);
621
+ transform: scale3d(0.8, 0.8, 0.8);
622
+ opacity: 0; }
623
+
624
+ .fancybox-fx-zoom-in-out.fancybox-slide--next {
625
+ -webkit-transform: scale3d(0.8, 0.8, 0.8);
626
+ transform: scale3d(0.8, 0.8, 0.8);
627
+ opacity: 0; }
628
+
629
+ .fancybox-fx-zoom-in-out.fancybox-slide--current {
630
+ -webkit-transform: scale3d(1, 1, 1);
631
+ transform: scale3d(1, 1, 1);
632
+ opacity: 1; }
633
+
634
+ /* transitionEffect: rotate */
635
+ .fancybox-fx-rotate.fancybox-slide--previous {
636
+ -webkit-transform: rotate(-360deg);
637
+ -ms-transform: rotate(-360deg);
638
+ transform: rotate(-360deg);
639
+ opacity: 0; }
640
+
641
+ .fancybox-fx-rotate.fancybox-slide--next {
642
+ -webkit-transform: rotate(360deg);
643
+ -ms-transform: rotate(360deg);
644
+ transform: rotate(360deg);
645
+ opacity: 0; }
646
+
647
+ .fancybox-fx-rotate.fancybox-slide--current {
648
+ -webkit-transform: rotate(0deg);
649
+ -ms-transform: rotate(0deg);
650
+ transform: rotate(0deg);
651
+ opacity: 1; }
652
+
653
+ /* transitionEffect: circular */
654
+ .fancybox-fx-circular.fancybox-slide--previous {
655
+ -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
656
+ transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
657
+ opacity: 0; }
658
+
659
+ .fancybox-fx-circular.fancybox-slide--next {
660
+ -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
661
+ transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
662
+ opacity: 0; }
663
+
664
+ .fancybox-fx-circular.fancybox-slide--current {
665
+ -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
666
+ transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
667
+ opacity: 1; }
668
+
669
+ /* transitionEffect: tube */
670
+ .fancybox-fx-tube.fancybox-slide--previous {
671
+ -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
672
+ transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
673
+
674
+ .fancybox-fx-tube.fancybox-slide--next {
675
+ -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
676
+ transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
677
+
678
+ .fancybox-fx-tube.fancybox-slide--current {
679
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
680
+ transform: translate3d(0, 0, 0) scale(1); }
681
+
682
+ /* Share */
683
+ .fancybox-share {
684
+ padding: 30px;
685
+ border-radius: 3px;
686
+ background: #f4f4f4;
687
+ max-width: 90%;
688
+ text-align: center; }
689
+
690
+ .fancybox-share h1 {
691
+ color: #222;
692
+ margin: 0 0 20px 0;
693
+ font-size: 35px;
694
+ font-weight: 700; }
695
+
696
+ .fancybox-share p {
697
+ margin: 0;
698
+ padding: 0; }
699
+
700
+ p.fancybox-share__links {
701
+ margin-right: -10px; }
702
+
703
+ .fancybox-share__button {
704
+ display: inline-block;
705
+ text-decoration: none;
706
+ margin: 0 10px 10px 0;
707
+ padding: 0 15px;
708
+ min-width: 130px;
709
+ border: 0;
710
+ border-radius: 3px;
711
+ background: #fff;
712
+ white-space: nowrap;
713
+ font-size: 14px;
714
+ font-weight: 700;
715
+ line-height: 40px;
716
+ -webkit-user-select: none;
717
+ -moz-user-select: none;
718
+ -ms-user-select: none;
719
+ user-select: none;
720
+ color: #fff;
721
+ transition: all .2s; }
722
+
723
+ .fancybox-share__button:hover {
724
+ text-decoration: none; }
725
+
726
+ .fancybox-share__button--fb {
727
+ background: #3b5998; }
728
+
729
+ .fancybox-share__button--fb:hover {
730
+ background: #344e86; }
731
+
732
+ .fancybox-share__button--pt {
733
+ background: #bd081d; }
734
+
735
+ .fancybox-share__button--pt:hover {
736
+ background: #aa0719; }
737
+
738
+ .fancybox-share__button--tw {
739
+ background: #1da1f2; }
740
+
741
+ .fancybox-share__button--tw:hover {
742
+ background: #0d95e8; }
743
+
744
+ .fancybox-share__button svg {
745
+ position: relative;
746
+ top: -1px;
747
+ width: 25px;
748
+ height: 25px;
749
+ margin-right: 7px;
750
+ vertical-align: middle; }
751
+
752
+ .fancybox-share__button svg path {
753
+ fill: #fff; }
754
+
755
+ .fancybox-share__input {
756
+ box-sizing: border-box;
757
+ width: 100%;
758
+ margin: 10px 0 0 0;
759
+ padding: 10px 15px;
760
+ background: transparent;
761
+ color: #5d5b5b;
762
+ font-size: 14px;
763
+ outline: none;
764
+ border: 0;
765
+ border-bottom: 2px solid #d7d7d7; }
766
+
767
+ /* Thumbs */
768
+ .fancybox-thumbs {
769
+ display: none;
770
+ position: absolute;
771
+ top: 0;
772
+ bottom: 0;
773
+ right: 0;
774
+ width: 212px;
775
+ margin: 0;
776
+ padding: 2px 2px 4px 2px;
777
+ background: #fff;
778
+ -webkit-tap-highlight-color: transparent;
779
+ -webkit-overflow-scrolling: touch;
780
+ -ms-overflow-style: -ms-autohiding-scrollbar;
781
+ box-sizing: border-box;
782
+ z-index: 99995; }
783
+
784
+ .fancybox-thumbs-x {
785
+ overflow-y: hidden;
786
+ overflow-x: auto; }
787
+
788
+ .fancybox-show-thumbs .fancybox-thumbs {
789
+ display: block; }
790
+
791
+ .fancybox-show-thumbs .fancybox-inner {
792
+ right: 212px; }
793
+
794
+ .fancybox-thumbs > ul {
795
+ list-style: none;
796
+ position: absolute;
797
+ position: relative;
798
+ width: 100%;
799
+ height: 100%;
800
+ margin: 0;
801
+ padding: 0;
802
+ overflow-x: hidden;
803
+ overflow-y: auto;
804
+ font-size: 0;
805
+ white-space: nowrap; }
806
+
807
+ .fancybox-thumbs-x > ul {
808
+ overflow: hidden; }
809
+
810
+ .fancybox-thumbs-y > ul::-webkit-scrollbar {
811
+ width: 7px; }
812
+
813
+ .fancybox-thumbs-y > ul::-webkit-scrollbar-track {
814
+ background: #fff;
815
+ border-radius: 10px;
816
+ box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
817
+
818
+ .fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
819
+ background: #2a2a2a;
820
+ border-radius: 10px; }
821
+
822
+ .fancybox-thumbs > ul > li {
823
+ float: left;
824
+ overflow: hidden;
825
+ padding: 0;
826
+ margin: 2px;
827
+ width: 100px;
828
+ height: 75px;
829
+ max-width: calc(50% - 4px);
830
+ max-height: calc(100% - 8px);
831
+ position: relative;
832
+ cursor: pointer;
833
+ outline: none;
834
+ -webkit-tap-highlight-color: transparent;
835
+ -webkit-backface-visibility: hidden;
836
+ backface-visibility: hidden;
837
+ box-sizing: border-box; }
838
+
839
+ li.fancybox-thumbs-loading {
840
+ background: rgba(0, 0, 0, 0.1); }
841
+
842
+ .fancybox-thumbs > ul > li > img {
843
+ position: absolute;
844
+ top: 0;
845
+ left: 0;
846
+ max-width: none;
847
+ max-height: none;
848
+ -webkit-touch-callout: none;
849
+ -webkit-user-select: none;
850
+ -moz-user-select: none;
851
+ -ms-user-select: none;
852
+ user-select: none; }
853
+
854
+ .fancybox-thumbs > ul > li:before {
855
+ content: '';
856
+ position: absolute;
857
+ top: 0;
858
+ right: 0;
859
+ bottom: 0;
860
+ left: 0;
861
+ border: 4px solid #4ea7f9;
862
+ z-index: 99991;
863
+ opacity: 0;
864
+ transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
865
+
866
+ .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
867
+ opacity: 1; }
868
+
869
+ /* Styling for Small-Screen Devices */
870
+ @media all and (max-width: 800px) {
871
+ .fancybox-thumbs {
872
+ width: 110px; }
873
+ .fancybox-show-thumbs .fancybox-inner {
874
+ right: 110px; }
875
+ .fancybox-thumbs > ul > li {
876
+ max-width: calc(100% - 10px); } }
test__1002176_www.eastofengland.org.uk/resources/js_composer.min.css ADDED
The diff for this file is too large to render. See raw diff
 
test__1002176_www.eastofengland.org.uk/resources/mediaelementplayer-legacy.min.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}
test__1002176_www.eastofengland.org.uk/resources/responsive.css ADDED
The diff for this file is too large to render. See raw diff
 
test__1002176_www.eastofengland.org.uk/resources/rgs.css ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ * { -webkit-box-sizing: border-box;
2
+ -moz-box-sizing: border-box;
3
+ box-sizing: border-box; }
4
+
5
+ /* MAIN CONTAINER */
6
+ .container, .post-area.standard-minimal.full-width-content article.post .inner-wrap { margin: 0 auto; position: relative; }
7
+
8
+ .container, .post-area.standard-minimal.full-width-content article.post .inner-wrap {
9
+ max-width: 880px;
10
+ }
11
+
12
+ @media only screen and (min-width: 1300px) and (max-width: 1500px) {
13
+
14
+ html body[data-header-format="left-header"][data-ext-responsive="false"] .container, html body[data-header-format="left-header"][data-ext-responsive="false"] .post-area.standard-minimal.full-width-content article.post .inner-wrap,
15
+ body[data-header-format="left-header"][data-ext-responsive="false"] .nectar-recent-posts-slider .flickity-page-dots {
16
+ max-width: 900px;
17
+ }
18
+ }
19
+ @media only screen and (min-width: 1150px) and (max-width: 1300px) {
20
+
21
+ html body[data-header-format="left-header"][data-ext-responsive="false"] .container, html body[data-header-format="left-header"][data-ext-responsive="false"] .post-area.standard-minimal.full-width-content article.post .inner-wrap,
22
+ body[data-header-format="left-header"][data-ext-responsive="false"] .nectar-recent-posts-slider .flickity-page-dots {
23
+ max-width: 800px;
24
+ }
25
+ }
26
+ @media only screen and (min-width: 1000px) and (max-width: 1150px) {
27
+
28
+ html body[data-header-format="left-header"][data-ext-responsive="false"] .container, html body[data-header-format="left-header"][data-ext-responsive="false"] .post-area.standard-minimal.full-width-content article.post .inner-wrap,
29
+ body[data-header-format="left-header"][data-ext-responsive="false"] .nectar-recent-posts-slider .flickity-page-dots {
30
+ max-width: 650px;
31
+ }
32
+ }
33
+
34
+ .row {
35
+ position: relative;
36
+ }
37
+
38
+ /* SELF CLEARING FLOATS - CLEARFIX METHOD */
39
+ .row:after, .col:after, .clr:after, .group:after {
40
+ content: "";
41
+ display: block;
42
+ height: 0;
43
+ clear: both;
44
+ visibility: hidden; }
45
+
46
+
47
+ /* DEFAULT ROW STYLES */
48
+ .row, div.clear { padding-bottom: 24px; } /* set according to preference*/
49
+
50
+
51
+ /* DEFAULT COLUMN STYLES */
52
+ .col {
53
+ position: relative;
54
+ display: block;
55
+ float: left;
56
+ width: 100%;
57
+ }
58
+
59
+ @media (min-width: 690px) {
60
+ .col {
61
+ margin-right: 2%;
62
+ }
63
+
64
+ .wpb_column {
65
+ margin-right: 0px;
66
+ }
67
+ }
68
+
69
+ /* RESET MARGINS */
70
+ .col.col_last { margin-right: 0; }
71
+ .col:last-child { margin-right: 0; }
72
+
73
+
74
+ /* COLUMN WIDTH ON DISPLAYS +690px */
75
+ @media (min-width: 690px) {
76
+ .span_1 { width: 6.5%; }
77
+ .span_2 { width: 15.0%; }
78
+ .span_3 { width: 23.5%; }
79
+ .span_4 { width: 32.0%; }
80
+ .span_5 { width: 40.5%; }
81
+ .span_6 { width: 49.0%; }
82
+ .span_7 { width: 57.5%; }
83
+ .span_8 { width: 66.0%; }
84
+ .span_9 { width: 74.5%; }
85
+ .span_10 { width: 83.0%; }
86
+ .span_11 { width: 91.5%; }
87
+ .span_12 { width: 100%; }
88
+
89
+ /* full width content/no margin columns */
90
+ .full-width-content.vc_row-fluid .vc_span1, .full-width-content.vc_row-fluid .vc_col-sm-1, .vc_row-fluid[data-column-margin="none"] .vc_span1, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-1 { width: 8.33%; }
91
+ .full-width-content.vc_row-fluid .vc_span2, .full-width-content.vc_row-fluid .vc_col-sm-2, .vc_row-fluid[data-column-margin="none"] .vc_span2, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-2 { width: 16.66%; }
92
+ .full-width-content.vc_row-fluid .vc_span3, .full-width-content.vc_row-fluid .vc_col-sm-3, .vc_row-fluid[data-column-margin="none"] .vc_span3, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-3 { width: 25%; }
93
+ .full-width-content.vc_row-fluid .vc_span4, .full-width-content.vc_row-fluid .vc_col-sm-4, .vc_row-fluid[data-column-margin="none"] .vc_span4, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-4 { width: 33.33%; }
94
+ .full-width-content.vc_row-fluid .vc_span5, .full-width-content.vc_row-fluid .vc_col-sm-5, .vc_row-fluid[data-column-margin="none"] .vc_span5, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-5 { width: 41.5%; }
95
+ .full-width-content.vc_row-fluid .vc_span6, .full-width-content.vc_row-fluid .vc_col-sm-6, .vc_row-fluid[data-column-margin="none"] .vc_span6, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-6 { width: 50%; }
96
+ .full-width-content.vc_row-fluid .vc_span7, .full-width-content.vc_row-fluid .vc_col-sm-7, .vc_row-fluid[data-column-margin="none"] .vc_span7, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-7 { width: 58.3%; }
97
+ .full-width-content.vc_row-fluid .vc_span8, .full-width-content.vc_row-fluid .vc_col-sm-8, .vc_row-fluid[data-column-margin="none"] .vc_span8, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-8 { width: 66.66%; }
98
+ .full-width-content.vc_row-fluid .vc_span9, .full-width-content.vc_row-fluid .vc_col-sm-9, .vc_row-fluid[data-column-margin="none"] .vc_span9, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-9 { width: 75%; }
99
+ .full-width-content.vc_row-fluid .vc_span10, .full-width-content.vc_row-fluid .vc_col-sm-10, .vc_row-fluid[data-column-margin="none"] .vc_span10, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-10 { width: 83.0%; }
100
+ .full-width-content.vc_row-fluid .vc_span11, .full-width-content.vc_row-fluid .vc_col-sm-11, .vc_row-fluid[data-column-margin="none"] .vc_span11, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-11 { width: 91.5%; }
101
+ .full-width-content.vc_row-fluid .vc_span12, .full-width-content.vc_row-fluid .vc_col-sm-12, .vc_row-fluid[data-column-margin="none"] .vc_span12, .vc_row-fluid[data-column-margin="none"] .vc_col-sm-12 { width: 100%; }
102
+
103
+ .full-width-content.vc_row-fluid .wpb_column, .vc_row-fluid[data-column-margin="none"] .wpb_column { margin-left: 0!important; }
104
+ .full-width-content.vc_row-fluid .wpb_column .wpb_row, .full-width-content.vc_row-fluid .wpb_column .wpb_wrapper { margin: 0; }
105
+
106
+ }
107
+
108
+ .vc_row-fluid[data-column-margin="none"] {
109
+ margin-bottom: 0;
110
+ }
test__1002176_www.eastofengland.org.uk/resources/shop-page-wp-base-styles.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .shop-page-wp-grid a.shop-page-wp-item{text-decoration:none!important;padding:25px 30px!important;font-weight:400;display:block;color:#333;line-height:1.8em;font-family:sans-serif;font-size:.7em;margin:0;hyphens:none;border:none;box-shadow:none}.shop-page-wp-grid a.shop-page-wp-item:focus{outline:0}.shop-page-wp-grid a.shop-page-wp-item .shop-page-wp-description{text-transform:none}.shop-page-wp-grid .shop-page-wp-item{padding:25px 30px;text-align:center;display:block}.shop-page-wp-grid .shop-page-wp-item.spwp-has-link:hover{cursor:pointer}.shop-page-wp-grid .shop-page-wp-item.spwp-has-link:hover .shop-page-wp-link{background-color:#333}.shop-page-wp-grid .shop-page-wp-item.spwp-has-link:hover .shop-page-wp-link .buy-link{color:#fff}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-title h3{font-size:16px;margin:15px 0 17px;padding-bottom:0}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-image{margin:0 auto;display:inline-block}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-description{font-size:13px;margin-top:-5px;margin-bottom:10px}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-link{border:2px solid #444;padding:3px 13px;max-width:200px;margin:5px auto 0;display:inline-block}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-link a.buy-link{display:block;color:#333;line-height:1.8em;font-family:sans-serif;font-size:.7em;margin:0;padding:0;hyphens:none;text-decoration:none;border:none;box-shadow:none}.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-link a.buy-link.disabled,.shop-page-wp-grid .shop-page-wp-item .shop-page-wp-link span.buy-link.disabled{color:#aaa;border-color:#aaa;opacity:.7}
test__1002176_www.eastofengland.org.uk/resources/shop-page-wp-grid.css ADDED
@@ -0,0 +1 @@
 
 
1
+ @media screen and (min-width:768px){.shop-page-wp-grid{display:flex;flex-wrap:wrap;justify-content:center}}@media (min-width:768px){.shop-page-wp-grid .shop-page-wp-item.spwp-full-width{width:100%}.shop-page-wp-grid .shop-page-wp-item.spwp-one-half{width:50%}.shop-page-wp-grid .shop-page-wp-item.spwp-one-third{width:33.3%}.shop-page-wp-grid .shop-page-wp-item.spwp-one-fourth{width:25%}}
test__1002176_www.eastofengland.org.uk/resources/skin-material.css ADDED
The diff for this file is too large to render. See raw diff
 
test__1002176_www.eastofengland.org.uk/resources/style.css ADDED
@@ -0,0 +1,3042 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+
3
+ Theme Name: EoE Agricultural Society
4
+ Theme URI: https://www.echowebsolutons.co.uk
5
+ Template: salient
6
+ Author: Echo Web Solutions
7
+ Author URI: https://www.echowebsolutons.co.uk
8
+ Description: A theme developed for East of England Agricultural Society
9
+ Version: 1.0
10
+
11
+ */
12
+
13
+
14
+ /******************** START GLOBAL *********************/
15
+ @font-face {
16
+ font-family: 'Butler-Medium';
17
+ src: url('assets/fonts/Butler_Medium.eot');
18
+ src: url('assets/fonts/Butler_Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Butler_Medium.woff') format('woff'), url('assets/fonts/Butler_Medium.ttf') format('truetype'), url('assets/fonts/Butler_Medium.svg#Sri-TSCRegular') format('svg');
19
+ font-weight: normal;
20
+ font-style: normal;
21
+ }
22
+ .col-md-6 {
23
+ width: 50%;
24
+ float: left;
25
+ }
26
+ body h1, body h2, body h3, body h4 ,body h5 body h6{
27
+ color:#161a2f;
28
+ }
29
+ body h2.heading-border{
30
+ font-size: 40px;
31
+ line-height: 40px;
32
+ margin: 20px 0;
33
+ }
34
+ .wpb_row.fullwidth-auto-background .row-bg, .full-width-section.fullwidth-auto-background .row-bg {
35
+ background-size: auto;
36
+ -moz-background-size: auto;
37
+ -webkit-background-size: auto;
38
+ }
39
+ body.material .page-header-no-bg {
40
+ padding-top: 105px;
41
+ }
42
+ .full-height {
43
+ min-height: 100vh !important;
44
+ }
45
+ .fancybox-bg {
46
+ background: rgba(0, 0, 0, 0.74);
47
+ }
48
+ #page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, article.post.format-status .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2, .nectar_single_testimonial[data-style="bold"] p, #page-header-bg h1, body h1, body .row .col.section-title h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, #page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, article.post.format-status .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2, .nectar_single_testimonial[data-style="bold"] p{
49
+ font-family: 'Butler-Medium' !important;
50
+ }
51
+ p {
52
+ color: rgba(10, 10, 10, 0.75);
53
+ }
54
+ /* General button style (reset) */
55
+ .eoe-btn {
56
+ border: none;
57
+ font-family: inherit;
58
+ font-size: inherit;
59
+ color: inherit;
60
+ background: none;
61
+ cursor: pointer;
62
+ padding: 25px 80px;
63
+ display: inline-block;
64
+ margin: 20px 0;
65
+ text-transform: uppercase;
66
+ letter-spacing: 1px;
67
+ font-weight: 700;
68
+ outline: none;
69
+ position: relative;
70
+ -webkit-transition: all 0.3s;
71
+ -moz-transition: all 0.3s;
72
+ transition: all 0.3s;
73
+ border-radius: 25px;
74
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
75
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
76
+ z-index: 1;
77
+ }
78
+ .eoe-btn:after {
79
+ content: '';
80
+ position: absolute;
81
+ z-index: -1;
82
+ -webkit-transition: all 0.3s;
83
+ -moz-transition: all 0.3s;
84
+ transition: all 0.3s;
85
+ }
86
+ /* Pseudo elements for icons */
87
+ .eoe-btn:before {
88
+ content: "\f061";
89
+ font-family: FontAwesome;
90
+ speak: none;
91
+ font-style: normal;
92
+ font-weight: normal;
93
+ font-variant: normal;
94
+ text-transform: none;
95
+ line-height: 1;
96
+ position: relative;
97
+ -webkit-font-smoothing: antialiased;
98
+ }
99
+ /* Button 3 */
100
+ .eoe-btn-3 {
101
+ color: #fff;
102
+ }
103
+ .eoe-btn-3:before {
104
+ position: absolute;
105
+ height: 100%;
106
+ left: 0;
107
+ top: 0;
108
+ line-height: 3;
109
+ font-size: 140%;
110
+ width: 60px;
111
+ }
112
+ /* Button 3e */
113
+ .eoe-center-button {
114
+ display: block;
115
+ margin: 0 auto;
116
+ text-align: center;
117
+ }
118
+ .eoe-btn-3e {
119
+ padding: 15px 120px 15px 30px;
120
+ overflow: hidden;
121
+ }
122
+ .eoe-btn-3e:before {
123
+ left: auto;
124
+ right: 10px;
125
+ z-index: 2;
126
+ line-height: 2.2;
127
+ }
128
+ .eoe-btn-3e:after {
129
+ width: 30%;
130
+ height: 200%;
131
+ background: rgb(102, 163, 52);
132
+ z-index: -1;
133
+ right: 0;
134
+ top: 0;
135
+ margin: -5px 0 0 -5px;
136
+ -webkit-transform-origin: 0 0;
137
+ -webkit-transform: rotate(-20deg);
138
+ -moz-transform-origin: 0 0;
139
+ -moz-transform: rotate(-20deg);
140
+ -ms-transform-origin: 0 0;
141
+ -ms-transform: rotate(-20deg);
142
+ transform-origin: 0 0;
143
+ transform: rotate(-20deg);
144
+ }
145
+ .eoe-btn-3e:hover:after {
146
+ width: 35%;
147
+ }
148
+ .eoe-center-button.long-eoe-button .eoe-btn-3e:after {
149
+ width: 20%;
150
+ }
151
+ /* 5 columns */
152
+ .col-fifth-row {
153
+ display: flex;
154
+ flex-wrap: wrap;
155
+ }
156
+ .col-fifth {
157
+ flex: 1 1 18%;
158
+ /* The important bit. This percentage decides your columns. */
159
+ margin: 5px;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: center;
163
+ }
164
+ .col-fifth img {
165
+ padding: 10px;
166
+ }
167
+ .col-fifth img:hover {
168
+ cursor: pointer;
169
+ }
170
+ .wwd-img-grid img {
171
+ padding: 15px;
172
+ }
173
+ .bottom-member-btn {
174
+ border-radius: 50%;
175
+ width: 120px;
176
+ justify-content: center;
177
+ height: 120px;
178
+ display: flex;
179
+ align-items: center;
180
+ border: 15px solid #6DB63D;
181
+ background: white;
182
+ color: black!important;
183
+ font-weight: bold!important;
184
+ text-transform: uppercase;
185
+ line-height: 19px;
186
+ font-size: 16px;
187
+ margin: 0 auto;
188
+ box-shadow: 0px 2px 3px 1px #4d8229;
189
+ }
190
+
191
+ body.home .event-details-container a,
192
+ .home.home-events .event-details-container a {
193
+ color: #151a2e!important;
194
+ }
195
+
196
+ /* Visual Composer 5 Col */
197
+ @media screen and (min-width: 768px) {
198
+ .five-columns.vc_row .vc_col-sm-2 {
199
+ float: left;
200
+ width: 19.2%;
201
+ padding: 0;
202
+ margin-right: 1%;
203
+ min-height: 0;
204
+ margin-left: 0;
205
+ }
206
+ .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
207
+ margin-right: 0;
208
+ }
209
+ .five-columns.vc_row .vc_col-sm-2:last-child {
210
+ display: none!important;
211
+ }
212
+ }
213
+ .centre-btn {
214
+ display: block;
215
+ margin: 35px auto 0;
216
+ width: 25%;
217
+ }
218
+ .centre-btn-lg {
219
+ display: block;
220
+ margin: 35px auto 0;
221
+ width: 66%;
222
+ text-align: center;
223
+ }
224
+ .join-hero .nectar_icon_wrap {
225
+ margin: 0 auto;
226
+ display: block;
227
+ text-align: center;
228
+ }
229
+ .join-hero {
230
+ background-position: center bottom;
231
+ background-repeat: no-repeat;
232
+ background-image: url("/wp-content/uploads/2018/08/join-dec.png"), url("/wp-content/uploads/2018/08/become-a-member.jpg");
233
+ background-size: 100%;
234
+ }
235
+ .join-hero-2 .nectar_icon_wrap {
236
+ margin: 0 auto;
237
+ display: block;
238
+ text-align: center;
239
+ }
240
+ .join-hero-2 {
241
+ background: #cec453;
242
+ background-image: url(/wp-content/uploads/2018/08/join-dec.png), linear-gradient(#fef6ec, #cec453);
243
+ background-size: 100%;
244
+ background-repeat: no-repeat;
245
+ background-position: bottom;
246
+ }
247
+ .full-width-btn {
248
+ width: 66%;
249
+ margin: 0 auto;
250
+ display: block;
251
+ text-align: center;
252
+ font-size: 30px!important;
253
+ padding: 20px!important;
254
+ }
255
+ .join-icons img {
256
+ border: 5px solid grey;
257
+ border-radius: 50%;
258
+ }
259
+ .join-icons img:hover {
260
+ border: 5px solid #f4cf30;
261
+ }
262
+ div#slide-out-widget-area-bg {
263
+ display: none;
264
+ }
265
+ #breadcrumbs {
266
+ text-align: center;
267
+ margin: 0 auto;
268
+ font-size: 16px;
269
+ margin-bottom: 30px;
270
+ }
271
+ .container-wrap {
272
+ padding-bottom: 0;
273
+ }
274
+ .scrolled-down #logo img {
275
+ -webkit-transform: scale(.4);
276
+ transform: scale(.4);
277
+ transform-origin: top center;
278
+ }
279
+
280
+ body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
281
+ font-family: Butler-Medium;
282
+ letter-spacing: 0.5px;
283
+ font-size: 22px;
284
+ }
285
+
286
+ #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
287
+ font-size: 28px;
288
+ }
289
+
290
+ li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-8775 {
291
+ padding: 10px 0;
292
+ }
293
+
294
+ /* body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li {
295
+ margin-bottom: 0!important;
296
+ } */
297
+
298
+
299
+ body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a {
300
+ position: relative;
301
+ }
302
+ #slide-out-widget-area.fullscreen .inner li a, #slide-out-widget-area .off-canvas-social-links li a, #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a, #slide-out-widget-area .menuwrapper li small {
303
+ opacity: 0.7;
304
+ transition: opacity 0.2s ease;
305
+ -webkit-transition: opacity 0.2s ease;
306
+ -moz-transition: opacity 0.2s ease;
307
+ }
308
+ #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
309
+ font-size: 32px;
310
+ line-height: 44px;
311
+ font-family: 'Open Sans';
312
+ font-weight: 400;
313
+ letter-spacing: 0;
314
+ }
315
+ #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
316
+ font-size: 22px;
317
+ line-height: 30px;
318
+ }
319
+ #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
320
+ font-size: 28px;
321
+ }
322
+ #slide-out-widget-area .inner .off-canvas-menu-container li a {
323
+ font-size: 36px;
324
+ line-height: 36px;
325
+ font-family: 'Open Sans';
326
+ font-weight: 700;
327
+ letter-spacing: -1px;
328
+ }
329
+ #slide-out-widget-area, body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i:before, #slide-out-widget-area a, body #slide-out-widget-area a.slide_out_area_close .icon-default-style[class^="icon-"] {
330
+ color: #eefbfa!important;
331
+ }
332
+ #slide-out-widget-area a, #slide-out-widget-area, #slide-out-widget-area h4, #slide-out-widget-area h3 {
333
+ color: #fff;
334
+ }
335
+ body a {
336
+ color: #7cc242;
337
+ }
338
+ a {
339
+ color: #27CFC3;
340
+ text-decoration: none;
341
+ transition: color 0.2s;
342
+ -moz-transition: color 0.2s;
343
+ -webkit-transition: color 0.2s;
344
+ }
345
+ html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
346
+ vertical-align: baseline;
347
+ font-family: inherit;
348
+ font-weight: inherit;
349
+ font-style: inherit;
350
+ font-size: 100%;
351
+ outline: 0;
352
+ padding: 0;
353
+ margin: 0;
354
+ border: 0;
355
+ }
356
+ * {
357
+ -webkit-box-sizing: border-box;
358
+ -moz-box-sizing: border-box;
359
+ box-sizing: border-box;
360
+ }
361
+ user agent stylesheet
362
+ a:-webkit-any-link {
363
+ color: -webkit-link;
364
+ cursor: pointer;
365
+ text-decoration: underline;
366
+ }
367
+ html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
368
+ vertical-align: baseline;
369
+ font-family: inherit;
370
+ font-weight: inherit;
371
+ font-style: inherit;
372
+ font-size: 100%;
373
+ outline: 0;
374
+ padding: 0;
375
+ margin: 0;
376
+ border: 0;
377
+ }
378
+ user agent stylesheet
379
+ li {
380
+ display: list-item;
381
+ text-align: -webkit-match-parent;
382
+ }
383
+ Style Attribute {
384
+ max-height: 206px;
385
+ position: relative;
386
+ visibility: visible;
387
+ }
388
+ ol, ul {
389
+ list-style: none;
390
+ }
391
+ html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
392
+ vertical-align: baseline;
393
+ font-family: inherit;
394
+ font-weight: inherit;
395
+ font-style: inherit;
396
+ font-size: 100%;
397
+ outline: 0;
398
+ padding: 0;
399
+ margin: 0;
400
+ border: 0;
401
+ }
402
+ user agent stylesheet
403
+ ul ul, ol ul {
404
+ list-style-type: circle;
405
+ }
406
+ user agent stylesheet
407
+ ul, menu, dir {
408
+ display: block;
409
+ list-style-type: disc;
410
+ -webkit-margin-before: 1em;
411
+ -webkit-margin-after: 1em;
412
+ -webkit-margin-start: 0px;
413
+ -webkit-margin-end: 0px;
414
+ -webkit-padding-start: 40px;
415
+ }
416
+ html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
417
+ vertical-align: baseline;
418
+ font-family: inherit;
419
+ font-weight: inherit;
420
+ font-style: inherit;
421
+ font-size: 100%;
422
+ outline: 0;
423
+ padding: 0;
424
+ margin: 0;
425
+ border: 0;
426
+ }
427
+ user agent stylesheet
428
+ li {
429
+ display: list-item;
430
+ text-align: -webkit-match-parent;
431
+ }
432
+ ol, ul {
433
+ list-style: none;
434
+ }
435
+ html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
436
+ vertical-align: baseline;
437
+ font-family: inherit;
438
+ font-weight: inherit;
439
+ font-style: inherit;
440
+ font-size: 100%;
441
+ outline: 0;
442
+ padding: 0;
443
+ margin: 0;
444
+ border: 0;
445
+ }
446
+ user agent stylesheet
447
+ ul, menu, dir {
448
+ display: block;
449
+ list-style-type: disc;
450
+ -webkit-margin-before: 1em;
451
+ -webkit-margin-after: 1em;
452
+ -webkit-margin-start: 0px;
453
+ -webkit-margin-end: 0px;
454
+ -webkit-padding-start: 40px;
455
+ }
456
+ html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
457
+ vertical-align: baseline;
458
+ font-family: inherit;
459
+ font-weight: inherit;
460
+ font-style: inherit;
461
+ font-size: 100%;
462
+ outline: 0;
463
+ padding: 0;
464
+ margin: 0;
465
+ border: 0;
466
+ }
467
+ html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
468
+ vertical-align: baseline;
469
+ font-family: inherit;
470
+ font-weight: inherit;
471
+ font-style: inherit;
472
+ font-size: 100%;
473
+ outline: 0;
474
+ padding: 0;
475
+ margin: 0;
476
+ border: 0;
477
+ }
478
+ html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
479
+ vertical-align: baseline;
480
+ font-family: inherit;
481
+ font-weight: inherit;
482
+ font-style: inherit;
483
+ font-size: 100%;
484
+ outline: 0;
485
+ padding: 0;
486
+ margin: 0;
487
+ border: 0;
488
+ }
489
+ #slide-out-widget-area, body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i:before, #slide-out-widget-area a, body #slide-out-widget-area a.slide_out_area_close .icon-default-style[class^="icon-"] {
490
+ color: #eefbfa!important;
491
+ }
492
+ #slide-out-widget-area a, #slide-out-widget-area, #slide-out-widget-area h4, #slide-out-widget-area h3 {
493
+ color: #fff;
494
+ }
495
+ html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
496
+ vertical-align: baseline;
497
+ font-family: inherit;
498
+ font-weight: inherit;
499
+ font-style: inherit;
500
+ font-size: 100%;
501
+ outline: 0;
502
+ padding: 0;
503
+ margin: 0;
504
+ border: 0;
505
+ }
506
+ html body, body h1, body h2, body h3, body h4, body h5, body h6, .masonry.material .masonry-blog-item .grav-wrap .text {
507
+ color: #000000;
508
+ }
509
+ body, .toggle h3 a, body .ui-widget, table, .bar_graph li span strong, #slide-out-widget-area .tagcloud a, body .container .woocommerce-message a.button, #search-results .result .title span, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, .row .col.section-title .nectar-love span, body .nectar-love span, body .nectar-social .nectar-love .nectar-love-count, body .carousel-heading h2, .sharing-default-minimal .nectar-social .social-text, body .sharing-default-minimal .nectar-love, .widget ul.nectar_widget[class*="nectar_blog_posts_"] > li .post-date {
510
+ font-family: Lato;
511
+ font-size: 18px;
512
+ line-height: 28px;
513
+ font-weight: 400;
514
+ }
515
+ body {
516
+ font-size: 14px;
517
+ -webkit-font-smoothing: antialiased;
518
+ font-family: 'Open Sans';
519
+ font-weight: 400;
520
+ background-color: #1C1C1C;
521
+ line-height: 26px;
522
+ }
523
+ body {
524
+ max-width: 100%;
525
+ overflow-x: hidden;
526
+ background: white;
527
+ font-family: 'Open Sans',sans-serif;
528
+ color: #676767;
529
+ position: relative;
530
+ }
531
+ html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
532
+ vertical-align: baseline;
533
+ font-family: inherit;
534
+ font-weight: inherit;
535
+ font-style: inherit;
536
+ font-size: 100%;
537
+ outline: 0;
538
+ padding: 0;
539
+ margin: 0;
540
+ border: 0;
541
+ }
542
+ html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
543
+ vertical-align: baseline;
544
+ font-family: inherit;
545
+ font-weight: inherit;
546
+ font-style: inherit;
547
+ font-size: 100%;
548
+ outline: 0;
549
+ padding: 0;
550
+ margin: 0;
551
+ border: 0;
552
+ }
553
+ body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after {
554
+ border-color: #ffffff!important;
555
+ }
556
+ #slide-out-widget-area .tagcloud a, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after {
557
+ border-color: #eefbfa!important;
558
+ }
559
+ body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after {
560
+ transform-origin: left;
561
+ pointer-events: none;
562
+ bottom: -2px;
563
+ -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
564
+ transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
565
+ border-color: #fff;
566
+ }
567
+
568
+
569
+ .material #slide-out-widget-area[class*="slide-out-from-right"] .inner .off-canvas-menu-container li li a, body #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .inner .off-canvas-menu-container li li a {
570
+ font-size: 19px!important;
571
+ line-height: 23px;
572
+ font-family: unset;
573
+ }
574
+
575
+ .material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li ul > li:last-child, #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul > li:last-child {
576
+ margin-bottom: 30px!important;
577
+ }
578
+
579
+
580
+ h1.title.vc_custom_heading.heading-border {
581
+ text-align: center;
582
+ margin: 60px 0 10px;
583
+ }
584
+
585
+
586
+ .small-screen-hide {
587
+ display: none!important;
588
+ }
589
+
590
+ .our-site {
591
+ margin: 20px 0 10px!important;
592
+ }
593
+
594
+ /******************** END GLOBAL *********************/
595
+ /******************** START HEADER *********************/
596
+ .hide-kids, .hide-farming {
597
+ display: none;
598
+ }
599
+
600
+ a.kids-link:hover + .hide-kids {
601
+ display: block;
602
+ position: absolute;
603
+ }
604
+
605
+ #header-outer[data-lhe="animated_underline"] header#top nav >ul >li.menu-item-351:not([class*="button_"]) >a:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li.menu-item-351 a:after, .material #header-secondary-outer[data-lhe="animated_underline"] nav >ul.sf-menu >li.menu-item-351 >a:after {
606
+ opacity: 1;
607
+ }
608
+ header#top .sf-menu li ul li:first-of-type a {
609
+ border-top: 0;
610
+ }
611
+ body .video-bottom-bg h1{
612
+ margin-bottom: 30px;
613
+ }
614
+ body .video-bottom-bg h1:after {
615
+ content: '';
616
+ background: #7cc242;
617
+ position: absolute;
618
+ width: 120px;
619
+ height: 10px;
620
+ bottom: 0px;
621
+ z-index: 999999999;
622
+ display: block;
623
+ left: 0;
624
+ }
625
+ .video-bottom-bg:before {
626
+ content: '';
627
+ background-image: url(/wp-content/uploads/2018/07/video-bottom-bg-1.png);
628
+ background-repeat: no-repeat;
629
+ position: absolute;
630
+ bottom: 0;
631
+ display: block;
632
+ z-index: 99;
633
+ background-size: cover;
634
+ width: 100vw;
635
+ left: 0;
636
+ right: 0;
637
+ height: 100vh;
638
+ }
639
+ .video-bottom-bg:after {
640
+ background-color: rgba(0,0,0,0.3686274509803922);
641
+ content: '';
642
+ position: absolute;
643
+ top: 0;
644
+ height: 100%;
645
+ width: 100%;
646
+ display: block;
647
+ z-index: 9;
648
+ background-image: url(/wp-content/uploads/2018/07/video-top-bg.png);
649
+ background-repeat: no-repeat;
650
+ background-size: contain;
651
+ background-position: top center;
652
+ left: 0;
653
+ }
654
+ .wpb_row.video-bottom-bg .nectar-video-wrap {
655
+ top: -10%;
656
+ }
657
+ .video-bottom-bg .span_12{
658
+ z-index:999999999 !important;
659
+ }
660
+ .nectar-button.large.nectar_video_lightbox{
661
+ background-image: url(/wp-content/uploads/2018/07/play-button.png);
662
+ background-repeat: no-repeat;
663
+ background-color: transparent !important;
664
+ width: 102px;
665
+ height: 102px;
666
+ }
667
+ .fa.menu-item:before{
668
+ color: #f3f3f3;
669
+ font-size: 20px;
670
+ position: relative;
671
+ display: block;
672
+ width: 30px;
673
+ height: 30px;
674
+ top: 40px;
675
+ }
676
+ #header-outer[data-using-secondary="1"] {
677
+ top: 60px!important;
678
+ }
679
+ #header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a:hover {
680
+ text-decoration: none;
681
+ }
682
+ #header-secondary-outer .container {
683
+ display: flex;
684
+ align-items: center;
685
+ height: 20px;
686
+ margin: 0;
687
+ max-width: none;
688
+ padding: 0 20px;
689
+ }
690
+ .static-content {
691
+ font-family: Lato;
692
+ color: #fef6ec;
693
+ text-transform: uppercase;
694
+ font-weight: 600;
695
+ letter-spacing: .07em;
696
+ margin: 0;
697
+ }
698
+ #header-secondary-outer {
699
+ padding: 8px 0 10px;
700
+ }
701
+ body #header-secondary-outer nav >ul {
702
+ display: flex;
703
+ align-items: center;
704
+ /* justify-content: flex-end; */
705
+ }
706
+ .topbar-menu li {
707
+ display: inline-block;
708
+ font-family: Lato;
709
+ }
710
+ .topbar-menu li a:hover {
711
+ text-decoration: none;
712
+ }
713
+ .topbar-menu .bounce-top {
714
+ text-transform: uppercase;
715
+ }
716
+ .heading-border:before {
717
+ content: '';
718
+ width: 75px;
719
+ height: 6px;
720
+ position: absolute;
721
+ background: #7cc242;
722
+ left: 50%;
723
+ transform: translate(-50%,-50%);
724
+ margin-top: -25px;
725
+ }
726
+ .heading-letter-spacing{
727
+ letter-spacing:1px;
728
+ }
729
+ body.page #header-secondary-outer nav >ul >li >a {
730
+ font-size: 12px;
731
+ text-transform: uppercase;
732
+ }
733
+
734
+ .topbar-menu i.fa {
735
+ display: flex;
736
+ align-items: end;
737
+ justify-content: center;
738
+ margin-bottom: -10px;
739
+ }
740
+
741
+ header#top nav > ul {
742
+ text-align: center;
743
+ }
744
+
745
+ header#top .sf-menu li ul li a {
746
+ font-size: 16px;
747
+ line-height: 20px;
748
+ border-top: 1px dotted #DADADA;
749
+ text-transform: uppercase;
750
+ }
751
+
752
+ /* Join button */
753
+ body #header-secondary-outer nav >ul >li.bounce-top >a {
754
+ background: white;
755
+ color: #7cc242!important;
756
+ padding: 5px 10px!important;
757
+ border-radius: 25px;
758
+ font-size: 14px;
759
+ font-weight: 600;
760
+ color: black!important;
761
+ border: 1px solid white;
762
+ }
763
+ .bounce-top {
764
+ -webkit-animation: bounce-top 0.9s both;
765
+ animation: bounce-top 0.9s both;
766
+ }
767
+ @-webkit-keyframes bounce-top {
768
+ 0% {
769
+ -webkit-transform: translateY(-45px);
770
+ transform: translateY(-45px);
771
+ -webkit-animation-timing-function: ease-in;
772
+ animation-timing-function: ease-in;
773
+ opacity: 1;
774
+ }
775
+ 24% {
776
+ opacity: 1;
777
+ }
778
+ 40% {
779
+ -webkit-transform: translateY(-24px);
780
+ transform: translateY(-24px);
781
+ -webkit-animation-timing-function: ease-in;
782
+ animation-timing-function: ease-in;
783
+ }
784
+ 65% {
785
+ -webkit-transform: translateY(-12px);
786
+ transform: translateY(-12px);
787
+ -webkit-animation-timing-function: ease-in;
788
+ animation-timing-function: ease-in;
789
+ }
790
+ 82% {
791
+ -webkit-transform: translateY(-6px);
792
+ transform: translateY(-6px);
793
+ -webkit-animation-timing-function: ease-in;
794
+ animation-timing-function: ease-in;
795
+ }
796
+ 93% {
797
+ -webkit-transform: translateY(-4px);
798
+ transform: translateY(-4px);
799
+ -webkit-animation-timing-function: ease-in;
800
+ animation-timing-function: ease-in;
801
+ }
802
+ 25%, 55%, 75%, 87% {
803
+ -webkit-transform: translateY(0px);
804
+ transform: translateY(0px);
805
+ -webkit-animation-timing-function: ease-out;
806
+ animation-timing-function: ease-out;
807
+ }
808
+ 100% {
809
+ -webkit-transform: translateY(0px);
810
+ transform: translateY(0px);
811
+ -webkit-animation-timing-function: ease-out;
812
+ animation-timing-function: ease-out;
813
+ opacity: 1;
814
+ }
815
+ }
816
+ @keyframes bounce-top {
817
+ 0% {
818
+ -webkit-transform: translateY(-45px);
819
+ transform: translateY(-45px);
820
+ -webkit-animation-timing-function: ease-in;
821
+ animation-timing-function: ease-in;
822
+ opacity: 1;
823
+ }
824
+ 24% {
825
+ opacity: 1;
826
+ }
827
+ 40% {
828
+ -webkit-transform: translateY(-24px);
829
+ transform: translateY(-24px);
830
+ -webkit-animation-timing-function: ease-in;
831
+ animation-timing-function: ease-in;
832
+ }
833
+ 65% {
834
+ -webkit-transform: translateY(-12px);
835
+ transform: translateY(-12px);
836
+ -webkit-animation-timing-function: ease-in;
837
+ animation-timing-function: ease-in;
838
+ }
839
+ 82% {
840
+ -webkit-transform: translateY(-6px);
841
+ transform: translateY(-6px);
842
+ -webkit-animation-timing-function: ease-in;
843
+ animation-timing-function: ease-in;
844
+ }
845
+ 93% {
846
+ -webkit-transform: translateY(-4px);
847
+ transform: translateY(-4px);
848
+ -webkit-animation-timing-function: ease-in;
849
+ animation-timing-function: ease-in;
850
+ }
851
+ 25%, 55%, 75%, 87% {
852
+ -webkit-transform: translateY(0px);
853
+ transform: translateY(0px);
854
+ -webkit-animation-timing-function: ease-out;
855
+ animation-timing-function: ease-out;
856
+ }
857
+ 100% {
858
+ -webkit-transform: translateY(0px);
859
+ transform: translateY(0px);
860
+ -webkit-animation-timing-function: ease-out;
861
+ animation-timing-function: ease-out;
862
+ opacity: 1;
863
+ }
864
+ }
865
+ html body.material #search-outer {
866
+ top: 0;
867
+ }
868
+ header#top {
869
+ margin-top: -10px;
870
+ }
871
+ body #header-secondary-outer nav >ul >#menu-item-8775 a {
872
+ padding: 4px 10px!important;
873
+ border-radius: 25px;
874
+ font-size: 14px;
875
+ font-weight: 600;
876
+ color: black!important;
877
+ text-transform: uppercase;
878
+ background: #7cc242;
879
+ border: 1px solid white;
880
+ color: white!important;
881
+ margin: 0;
882
+ }
883
+ #header-outer.scrolled-down {
884
+ transform: translateY(-55px)!important;
885
+ }
886
+ body.material #header-outer:not([data-transparent-header="true"]):not([data-format="left-header"]) #logo img {
887
+ -webkit-transition: all 0.4s!important;
888
+ transition: all 0.4s!important;
889
+ }
890
+ /******************** END HEADER *********************/
891
+ /******************** START SLIDER *********************/
892
+ .event-background:after {
893
+ content: '';
894
+ background: #fff;
895
+ position: absolute;
896
+ height: 70%;
897
+ left: 0;
898
+ bottom: 0;
899
+ width: 100%;
900
+ display: block;
901
+ }
902
+ .owl-carousel .owl-nav.disabled{
903
+ display:block;
904
+ }
905
+ .owl-theme .owl-dots{
906
+ display:none;
907
+ }
908
+ .owl-carousel .owl-nav .owl-prev {
909
+ left: -40px;
910
+ }
911
+ .owl-carousel .owl-nav .owl-next {
912
+ right: -95px;
913
+ background-position: -66px 0px!important;
914
+ }
915
+ .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
916
+ top: 50%;
917
+ transform: translate(-50%,-110%);
918
+ background-image: url(/wp-content/uploads/2018/07/event-arrow-nav.png) !important;
919
+ background-repeat: no-repeat;
920
+ text-indent: -99999px;
921
+ display: block;
922
+ width: 58px;
923
+ height: 58px;
924
+ position: absolute;
925
+ background-color: transparent;
926
+ }
927
+ .owl-theme .owl-nav [class*='owl-']:hover {
928
+ background-color: transparent;
929
+ }
930
+ .owl-custom-bg-color h2 {
931
+ background: #181a2f;
932
+ color: #fff;
933
+ margin: 0;
934
+ padding: 0;
935
+ font-size: 26px;
936
+ padding-top: 25px;
937
+ }
938
+ .owl-custom-bg-color p {
939
+ background: #181a2f;
940
+ margin: 0;
941
+ padding: 0;
942
+ padding-bottom: 150px;
943
+ color: #f1cf31;
944
+ font-weight: 300;
945
+ font-size: 15px;
946
+ background-image: url(/wp-content/uploads/2018/07/new-shape.png);
947
+ background-repeat: no-repeat;
948
+ background-position: bottom center;
949
+ }
950
+ body.material[data-button-style="default"] .owl-custom-bg-color .nectar-button {
951
+ margin: 0;
952
+ padding: 0;
953
+ width: 84px;
954
+ height: 84px;
955
+ background: white !important;
956
+ border-radius: 500px !important;
957
+ border: 14px solid #7cc242;
958
+ color: #000;
959
+ opacity: 1 !important;
960
+ vertical-align: middle;
961
+ text-align: center;
962
+ padding-top: 12px;
963
+ font-size: 12px;
964
+ line-height: 16px;
965
+ letter-spacing: 0;
966
+ display: inline-block;
967
+ top: -98px;
968
+ right: 6px;
969
+ position: relative;
970
+ }
971
+ .owl-carousel[data-column-padding="20px"] .carousel-item {
972
+ padding: 16px;
973
+ }
974
+ .owl-carousel .owl-item img {
975
+ overflow: hidden;
976
+ }
977
+ #header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a:last-child {
978
+ margin-right: 0;
979
+ }
980
+ /******************** END SLIDER *********************/
981
+ .home-events {
982
+ margin-top: -100px;
983
+ }
984
+ #benefits-row .row-bg {
985
+ background-size: contain;
986
+ }
987
+ .benefit-img-background, .benefit-text {
988
+ display: inline-block;
989
+ }
990
+ .row .col .benefit-img-background img {
991
+ width: 137px;
992
+ max-width: 137px;
993
+ }
994
+ .benefit-holder img {
995
+ -webkit-user-drag: none;
996
+ -khtml-user-drag: none;
997
+ -moz-user-drag: none;
998
+ -o-user-drag: none;
999
+ user-drag: none;
1000
+ -webkit-user-select: none;
1001
+ -khtml-user-select: none;
1002
+ -moz-user-select: none;
1003
+ -o-user-select: none;
1004
+ user-select: none;
1005
+ }
1006
+ .benefit-img-holder {
1007
+ display: flex;
1008
+ align-items: center;
1009
+ }
1010
+ .benefit-text {
1011
+ margin-left: 10px;
1012
+ }
1013
+ .row .col .benefit-img-overlay img {
1014
+ height: 80px;
1015
+ padding: 20px;
1016
+ }
1017
+ .benefit-img-overlay {
1018
+ display: inline-block;
1019
+ position: absolute;
1020
+ left: 40px;
1021
+ top: 7px;
1022
+ border: 5px solid #101a27;
1023
+ border-radius: 50%;
1024
+ }
1025
+ .benefit-img-overlay:hover {
1026
+ border: 5px solid gold;
1027
+ border-radius: 50%;
1028
+ }
1029
+ .row .col .benefit-text h5 {
1030
+ font-weight: 900;
1031
+ text-transform: uppercase;
1032
+ color: black;
1033
+ }
1034
+ /******************** START WHAT WE DO *********************/
1035
+ .what-we-do p {
1036
+ background: #161a2f;
1037
+ padding: 7px 0 !important;
1038
+ color: #fff;
1039
+ margin: 0 !important;
1040
+ display: block;
1041
+ border-radius: 0px 0px 0px 35px;
1042
+ }
1043
+ .row .what-we-do .col img{
1044
+ width:100%;
1045
+ }
1046
+ .what-we-do .wpb_column{
1047
+ position:relative;
1048
+ }
1049
+ .what-we-do .wpb_column:hover:before {
1050
+ opacity: 1;
1051
+ width: 0px;
1052
+ height: 0px;
1053
+ bottom: -40px;
1054
+ z-index: 9999;
1055
+ top: inherit;
1056
+ border-radius: 500px;
1057
+ left: 50%;
1058
+ border: 10px solid #7cc242;
1059
+ transform: translate(-50%,-50%);
1060
+ }
1061
+ /******************** END WHAT WE DO *********************/
1062
+ /******************** START BUTTON *********************/
1063
+ body.material .nectar-button.has-icon.small i {
1064
+ height: 48px;
1065
+ width: 87px;
1066
+ line-height: 48px;
1067
+ background: #000 !important;
1068
+ display: block;
1069
+ font-size: 26px;
1070
+ font-weight: bold;
1071
+ z-index: -40;
1072
+ border-radius: 22px;
1073
+ padding-left: 37px;
1074
+ right: -43px;
1075
+ }
1076
+ body.material .nectar-button.has-icon.small span {
1077
+ font-size: 20px;
1078
+ line-height: 32px;
1079
+ font-weight: 700;
1080
+ letter-spacing: 0;
1081
+ }
1082
+ body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.small {
1083
+ padding-right: 8px;
1084
+ background: #fff !important;
1085
+ border-radius: 40px !important;
1086
+ padding-top: 8px;
1087
+ padding-bottom: 8px;
1088
+ border: 0px solid #000;
1089
+ }
1090
+ body.material:not([data-button-style^="rounded"]) .nectar-button.see-through-2.has-icon i{
1091
+ color: #7cc242 !important;
1092
+ }
1093
+ body.material:not([data-button-style^="rounded"]) .nectar-button.see-through-2.has-icon:hover i:before{
1094
+ color: #fff !important;
1095
+ }
1096
+ body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.small:hover {
1097
+ box-shadow: 0 0 0 0 #ddd!important;
1098
+ color: #7cc242 !important;
1099
+ }
1100
+ /******************** END BUTTON *********************/
1101
+ /******************** START MAIN CONTENT *********************/
1102
+ .home-main-txt {
1103
+ text-shadow: 2px 2px 2px #7a7a7a;
1104
+ }
1105
+ .team-member p.description, .row .col .team-member p.description {
1106
+ font-size: 16px;
1107
+ line-height: 25px;
1108
+ color: black;
1109
+ font-weight: 500;
1110
+ }
1111
+ .board-members .nectar-icon-list[data-icon-color="accent-color"][data-icon-style="border"] .content h4 {
1112
+ color: black!important;
1113
+ font-size: 16px;
1114
+ }
1115
+ .board-members .nectar-icon-list-item {
1116
+ margin-bottom: 30px;
1117
+ }
1118
+ .nectar_icon_wrap[data-style="border-basic"][data-color="accent-color"] .nectar_icon {
1119
+ background: white;
1120
+ }
1121
+ #gw_go_portfolio_event .gw-gopf-style-vario .gw-gopf-post-excerpt {
1122
+ color: #E5C027;
1123
+ text-align: center;
1124
+ margin-bottom: 50px;
1125
+ }
1126
+ #gw_go_portfolio_event .gw-gopf-style-vario .gw-gopf-post-content h2 a {
1127
+ margin: 0 auto;
1128
+ display: block;
1129
+ text-align: center;
1130
+ }
1131
+ #gw_go_portfolio_event .gw-gopf-style-vario .gw-gopf-post-content {
1132
+ min-height: 325px;
1133
+ }
1134
+ #gw_go_portfolio_event .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {
1135
+ border-radius: 50%;
1136
+ width: 100px;
1137
+ text-align: center;
1138
+ height: 100px;
1139
+ display: flex;
1140
+ align-items: center;
1141
+ border: 15px solid #6DB63D;
1142
+ background: white;
1143
+ color: black!important;
1144
+ font-weight: bold!important;
1145
+ text-transform: uppercase;
1146
+ line-height: 16px;
1147
+ font-size: 14px;
1148
+ }
1149
+ #gw_go_portfolio_event .gw-gopf-post-more {
1150
+ display: flex;
1151
+ justify-content: center;
1152
+ position: absolute;
1153
+ bottom: 20px;
1154
+ left: 0;
1155
+ right: 0;
1156
+ }
1157
+ #gw_go_portfolio_event .gw-gopf-style-vario .gw-gopf-post {
1158
+ border-radius: 0% 0% 200vh 200vh / 0% 0% 75vh 75vh!important;
1159
+ -moz-border-radius: 0% 0% 200vh 200vh / 0% 0% 75vh 75vh!important;
1160
+ -webkit-border-radius: 0% 0% 200vh 200vh / 0% 0% 75vh 75vh!important;
1161
+ }
1162
+ #gw_go_portfolio_stories .gw-gopf-style-vario .gw-gopf-post {
1163
+ border-top-right-radius: 50px!important;
1164
+ border-bottom-left-radius: 50px!important;
1165
+ }
1166
+ #gw_go_portfolio_stories .gw-gopf-style-vario a.gw-gopf-post-overlay-btn, #gw_go_portfolio_event .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {
1167
+ background: #6bb833;
1168
+ margin-left: 3px;
1169
+ margin-right: 3px;
1170
+ color: white;
1171
+ padding: 10px;
1172
+ height: auto;
1173
+ }
1174
+ /******************** CONTACT FORM 7 *******************/
1175
+ #responsive-form{
1176
+ margin: 0 auto;
1177
+ width:100%;
1178
+ }
1179
+ .form-row{
1180
+ width: 100%;
1181
+ }
1182
+ .column-half {
1183
+ width: 50%;
1184
+ }
1185
+ .column-full {
1186
+ width: 100%;
1187
+ }
1188
+ .column-half, .column-full{
1189
+ float: left;
1190
+ position: relative;
1191
+ padding: 0.65rem;
1192
+ -webkit-box-sizing: border-box;
1193
+ -moz-box-sizing: border-box;
1194
+ box-sizing: border-box
1195
+ }
1196
+ body[data-form-style="minimal"] .minimal-form-input {
1197
+ padding-top: 0;
1198
+ }
1199
+ .minimal-form-input.textarea.no-text {
1200
+ width: 100%!important;
1201
+ }
1202
+ .minimal-form-input.textarea.no-text {
1203
+ width: 100%!important;
1204
+ }
1205
+ #responsive-form input[type=submit] {
1206
+ font-size: 17px;
1207
+ font-weight: 600;
1208
+ text-transform: uppercase;
1209
+ border: 0;
1210
+ border-radius: 25px!important;
1211
+ width: auto;
1212
+ }
1213
+ .clearfix:after {
1214
+ content: "";
1215
+ display: table;
1216
+ clear: both;
1217
+ }
1218
+ .required-field {
1219
+ color: red;
1220
+ }
1221
+ #responsive-form input, #responsive-form textarea {
1222
+ width: 100%;
1223
+ background: whitesmoke;
1224
+ padding-left: 5px;
1225
+ border: 1px solid #ededed;
1226
+ margin-top: 5px;
1227
+ }
1228
+ #responsive-form button, #responsive-form input, #responsive-form select {
1229
+ height: 40px;
1230
+ }
1231
+ #responsive-form textarea {
1232
+ height: 120px;
1233
+ }
1234
+ #responsive-form input[type="checkbox"] {
1235
+ width: auto;
1236
+ height: auto;
1237
+ }
1238
+ #responsive-form .wpcf7-list-item {
1239
+ display: inline-block;
1240
+ align-items: center;
1241
+ margin: 0;
1242
+ width: 50%;
1243
+ }
1244
+ #responsive-form span.wpcf7-list-item-label {
1245
+ color: #858585;
1246
+ font-size: 14px;
1247
+ }
1248
+ #responsive-form.newsletter-form input {
1249
+ background: white;
1250
+ height: 60px;
1251
+ padding-left: 20px;
1252
+ font-size: 19px;
1253
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1254
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1255
+ }
1256
+ input.wpcf7-form-control.wpcf7-submit.eoe-btn.eoe-btn-3.eoe-btn-3e.icon-arrow-right {
1257
+ margin: 20px auto;
1258
+ display: block;
1259
+ font-size: inherit;
1260
+ cursor: pointer;
1261
+ padding: 25px 80px!important;
1262
+ transition: all 0.3s;
1263
+ border-radius: 25px!important;
1264
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1265
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1266
+ color: white;
1267
+ }
1268
+ input.wpcf7-form-control.wpcf7-submit.eoe-btn.eoe-btn-3.eoe-btn-3e.icon-arrow-right:hover {
1269
+ opacity: 1;
1270
+ }
1271
+ .facilties-list .iwithtext .iwt-icon {
1272
+ display: block;
1273
+ margin: 0 auto;
1274
+ text-align: center;
1275
+ position: inherit;
1276
+ }
1277
+ body .facilties-list [class^="icon-"].icon-default-style {
1278
+ font-size: 50px!important;
1279
+ width: auto;
1280
+ height: auto;
1281
+ }
1282
+ .facilties-list .iwithtext .iwt-text {
1283
+ padding-top: 25px;
1284
+ padding-left: 0;
1285
+ font-family: Butler-Medium;
1286
+ font-size: 35px;
1287
+ line-height: 45px;
1288
+ width: 66%;
1289
+ margin: 0 auto;
1290
+ font-weight: 600;
1291
+ }
1292
+ .facilties-list .iwithtext {
1293
+ text-align: center;
1294
+ }
1295
+
1296
+
1297
+ .logo-image {
1298
+ width: 200px;
1299
+ }
1300
+
1301
+ #ribbon {
1302
+ padding: 22px 20px;
1303
+ margin: 0 auto;
1304
+ display: block;
1305
+ width: 25%;
1306
+ box-shadow: 0px 7px 12px -5px #487622;
1307
+ position: relative;
1308
+ color: #ffffff;
1309
+ text-align: center;
1310
+ background: -webkit-linear-gradient(top,#7cc242, #7dc244);
1311
+ margin-bottom: -35px;
1312
+ text-transform: uppercase;
1313
+ font-size: 27px;
1314
+ letter-spacing: 3px;
1315
+ border-radius: 10px;
1316
+ }
1317
+ #ribbon:before, #ribbon:after {
1318
+ position: absolute;
1319
+ color: #54822e;
1320
+ font-size: 20px;
1321
+ line-height: 43px;
1322
+ top: 15px;
1323
+ height: 0;
1324
+ width: 75px;
1325
+ bottom: -.5em;
1326
+ position: absolute;
1327
+ display: block;
1328
+ border: 20px solid #54822e;
1329
+ z-index: -2;
1330
+ }
1331
+ #ribbon:before {
1332
+ content: '\25E5';
1333
+ text-align: right;
1334
+ left: -60px;
1335
+ border-right-width: 0;
1336
+ border-left-color: transparent;
1337
+ text-indent: 12px;
1338
+ }
1339
+ #ribbon:after {
1340
+ content:'\25E4';
1341
+ right: -60px;
1342
+ border-left-width:0;
1343
+ text-indent:-12px;
1344
+ border-right-color:transparent;
1345
+ }
1346
+ .core-values .vc_col-sm-2.wpb_column.column_container {
1347
+ min-height: 200px;
1348
+ }
1349
+ .core-values .col {
1350
+ z-index: -1;
1351
+ }
1352
+ .core-value-text {
1353
+ color: white;
1354
+ font-family: Butler-Medium;
1355
+ text-align: center;
1356
+ font-size: 33px;
1357
+ letter-spacing: 1px;
1358
+ font-weight: 600;
1359
+ text-shadow: 2px 2px 2px black;
1360
+ line-height: 36px;
1361
+ margin-bottom: 0!important;
1362
+ }
1363
+ table.governanceRow {
1364
+ font-family: "Times New Roman", Times, serif;
1365
+ border: 1px solid #FFFFFF;
1366
+ width: 350px;
1367
+ height: 200px;
1368
+ text-align: center;
1369
+ border-collapse: collapse;
1370
+ }
1371
+ table.governanceRow td, table.governanceRow th {
1372
+ border: 1px solid #FFFFFF;
1373
+ padding: 3px 2px;
1374
+ }
1375
+ table.governanceRow tbody td {
1376
+ font-size: 13px;
1377
+ }
1378
+ table.governanceRow tr:nth-child(even) {
1379
+ background: #D0E4F5;
1380
+ }
1381
+ table.governanceRow thead {
1382
+ background: #0B6FA4;
1383
+ border-bottom: 5px solid #FFFFFF;
1384
+ }
1385
+ table.governanceRow thead th {
1386
+ font-size: 17px;
1387
+ font-weight: bold;
1388
+ color: #FFFFFF;
1389
+ text-align: center;
1390
+ border-left: 2px solid #FFFFFF;
1391
+ }
1392
+ table.governanceRow thead th:first-child {
1393
+ border-left: none;
1394
+ }
1395
+ .governance-file {
1396
+ width: 23%;
1397
+ display: inline-block;
1398
+ background: white;
1399
+ margin: 30px 1%;
1400
+ border-radius: 4px;
1401
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1402
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1403
+ -webkit-transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
1404
+ transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
1405
+ transition-property: color,background-color,box-shadow,transform;
1406
+ transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
1407
+ -webkit-transition-duration: .15s;
1408
+ transition-duration: .15s;
1409
+ float: left;
1410
+ text-align: center;
1411
+ border-top-right-radius: 25px;
1412
+ border-bottom-left-radius: 25px;
1413
+ min-height: 150px;
1414
+ }
1415
+ .governance-file:hover {
1416
+ -webkit-transform: translateY(-2px);
1417
+ transform: translateY(-2px);
1418
+ -webkit-box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
1419
+ box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
1420
+ }
1421
+ .governance-file.council-area .title {
1422
+ line-height: 18px;
1423
+ min-height: 75px;
1424
+ display: flex;
1425
+ align-items: center;
1426
+ }
1427
+ .governance-file.council-area .governance-file-btn {
1428
+ background: #7cc242;
1429
+ padding: 4px 15px;
1430
+ border-radius: 25px;
1431
+ color: white;
1432
+ font-weight: 300;
1433
+ font-size: 19px;
1434
+ }
1435
+ .governance-file-btn {
1436
+ background: #7cc242;
1437
+ padding: 1px 15px;
1438
+ border-radius: 25px;
1439
+ color: white;
1440
+ font-weight: 300;
1441
+ font-size: 14px;
1442
+ }
1443
+ .governance-file-btn:hover {
1444
+ color: white;
1445
+ }
1446
+ .governance-file:last-child {
1447
+ margin-bottom: 60px;
1448
+ }
1449
+ .governance-file p {
1450
+ padding: 15px 0;
1451
+ display: flex;
1452
+ align-items: center;
1453
+ justify-content: center;
1454
+ }
1455
+ .governance-file .title {
1456
+ background: #151a2e;
1457
+ border-top-right-radius: 25px;
1458
+ color: white;
1459
+ padding: 10px;
1460
+ margin-bottom: 0;
1461
+ font-size: 16px;
1462
+ min-height: 80px;
1463
+ font-family: Butler-Medium!important;
1464
+ text-transform: initial;
1465
+ font-weight: 600;
1466
+ letter-spacing: 0;
1467
+ text-align: center;
1468
+ display: flex;
1469
+ align-items: center;
1470
+ justify-content: center;
1471
+ }
1472
+ .governance-file-bottom {
1473
+ padding: 5px 0 0;
1474
+ border-bottom-left-radius: 25px;
1475
+ font-size: 14px;
1476
+ font-weight: 800;
1477
+ }
1478
+ .governance-file.faq {
1479
+ width: 100%;
1480
+ margin: 0;
1481
+ }
1482
+ .governance-file.faq .title {
1483
+ min-height: unset;
1484
+ }
1485
+ .governance-file.faq .description {
1486
+ text-align: left;
1487
+ padding: 10px 25px;
1488
+ min-height: 140px;
1489
+ }
1490
+ .event-tile {
1491
+ width: 48%;
1492
+ float: left;
1493
+ margin: 30px 1%;
1494
+ border-top-right-radius: 25px;
1495
+ border-bottom-left-radius: 25px;
1496
+ min-height: 333px;
1497
+ }
1498
+ .event-tile:last-child {
1499
+ margin-bottom: 60px;
1500
+ }
1501
+ .event-tile .event-image {
1502
+ zoom: 2;
1503
+ }
1504
+ .home .event-tile {
1505
+ width: 100%;
1506
+ margin: 0;
1507
+ }
1508
+ .home .event-tile .title {
1509
+ padding: 10px 25px;
1510
+ margin: 0;
1511
+ font-family: Butler-Medium;
1512
+ font-size: 22px;
1513
+ font-weight: 600;
1514
+ letter-spacing: 0.5px;
1515
+ }
1516
+ .home .event-details-container {
1517
+ text-align: left;
1518
+ }
1519
+ .event-tile .title {
1520
+ background: #151a2e;
1521
+ border-top-right-radius: 25px;
1522
+ color: white;
1523
+ padding: 10px 0;
1524
+ margin-bottom: 0;
1525
+ text-align: center;
1526
+ font-family: Butler-Medium;
1527
+ font-size: 22px;
1528
+ font-weight: 600;
1529
+ letter-spacing: 0.5px;
1530
+ }
1531
+
1532
+ .event-details-btn {
1533
+ display: inline-block;
1534
+ float: right;
1535
+ }
1536
+ .event-tile.agricultural {
1537
+ width: 100%;
1538
+ margin: 0;
1539
+ }
1540
+ .event-tile.agricultural img {
1541
+ margin: 0;
1542
+ }
1543
+ .event-tile.agricultural .event-details-container {
1544
+ display: flex;
1545
+ align-items: center;
1546
+ justify-content: flex-end;
1547
+ padding: 10px 15px 10px 25px;
1548
+ }
1549
+ .event-tile.agricultural .event-details-btn a {
1550
+ color: black;
1551
+ }
1552
+ .event-tile.agricultural .event-details-btn i {
1553
+ margin: 0;
1554
+ }
1555
+ .event-location {
1556
+ display: inline-block;
1557
+ }
1558
+ .event-details-btn i {
1559
+ font-size: 38px;
1560
+ color: #7cc242;
1561
+ margin: 0 15px 10px 0;
1562
+ background: white;
1563
+ border-radius: 50%;
1564
+ }
1565
+ .event-details-container {
1566
+ padding: 5px 0 10px 25px;
1567
+ background: white;
1568
+ border-bottom-left-radius: 25px;
1569
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1570
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1571
+ }
1572
+ .single-event .span_6 {
1573
+ float: left;
1574
+ }
1575
+ .single-event .event-details {
1576
+ margin: 40px auto;
1577
+ }
1578
+ .main-event-info {
1579
+ background: white;
1580
+ }
1581
+ .event-detail-container {
1582
+ margin-bottom: 40px;
1583
+ }
1584
+ .tabbed >ul {
1585
+ margin-bottom: 0!important;
1586
+ }
1587
+ .wpb_tab {
1588
+ background: white;
1589
+ background-color: white!important;
1590
+ padding: 30px!important;
1591
+ }
1592
+
1593
+ .row .col.main-event-info .single-event-image img {
1594
+ margin: 0;
1595
+ }
1596
+ .single-event-image img {
1597
+ margin: 0;
1598
+ }
1599
+ .event-tickets a {
1600
+ background: #7cc242;
1601
+ padding: 7px 15px;
1602
+ border-radius: 25px;
1603
+ color: white;
1604
+ font-weight: 500;
1605
+ }
1606
+ .single .row .main-event-info {
1607
+ display: flex;
1608
+ align-items: center;
1609
+ text-align: center;
1610
+ margin-top: 50px!important;
1611
+ background-image: url("/wp-content/uploads/2018/07/center-bg.jpg");
1612
+ background-size: contain;
1613
+ border-radius: 4px;
1614
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1615
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1616
+ }
1617
+ h2.heading-border.event-details-title {
1618
+ font-size: 30px;
1619
+ line-height: 30px;
1620
+ margin-top: 70px;
1621
+ }
1622
+ .heading-border.event-details-title:before {
1623
+ content: '';
1624
+ width: 50px;
1625
+ height: 4px;
1626
+ position: absolute;
1627
+ background: #7cc242;
1628
+ margin-top: -25px;
1629
+ left: inherit;
1630
+ transform: none;
1631
+ top: inherit;
1632
+ }
1633
+ .single-event-image {
1634
+ zoom: 2;
1635
+ }
1636
+
1637
+ row.blog-recent img {
1638
+ margin: 0;
1639
+ }
1640
+
1641
+ .main-event-info h1.entry-title.sep {
1642
+ padding: 0;
1643
+ }
1644
+ .event-tickets {
1645
+ margin: 20px 0 50px;
1646
+ }
1647
+ .main-event-info .event-tickets {
1648
+ margin: 20px 0 0 0;
1649
+ }
1650
+ .main-event-info .span_6 {
1651
+ width: 50%;
1652
+ }
1653
+ .education-image-grid .center img.img-with-animation {
1654
+ margin: 30px auto;
1655
+ }
1656
+ #education-social-icons .wpb_wrapper {
1657
+ text-align: center;
1658
+ margin-top: 30px;
1659
+ }
1660
+ .blog-recent .post-header {
1661
+ background: #151a2e;
1662
+ color: white;
1663
+ padding: 10px 10px 10px 25px;
1664
+ font-size: 12px;
1665
+ margin: 0;
1666
+ }
1667
+ .blog-recent .excerpt {
1668
+ background: white;
1669
+ padding: 25px;
1670
+ }
1671
+
1672
+ .blog-recent .col {
1673
+ margin-bottom: 50px!important;
1674
+ }
1675
+
1676
+ .blog-recent[data-style="minimal"] .col.post {
1677
+ border-radius: 4px;
1678
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1679
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1680
+ padding: 0;
1681
+ border-bottom-left-radius: 25px;
1682
+ border-top-right-radius: 25px;
1683
+ -webkit-transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
1684
+ transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
1685
+ transition-property: color,background-color,box-shadow,transform;
1686
+ transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
1687
+ -webkit-transition-duration: .15s;
1688
+ transition-duration: .15s;
1689
+ margin-bottom: 50px;
1690
+ }
1691
+ .blog-recent[data-style="minimal"] .meta {
1692
+ margin: 0;
1693
+ }
1694
+ .blog-recent .post:hover {
1695
+ -webkit-transform: translateY(-2px);
1696
+ transform: translateY(-2px);
1697
+ -webkit-box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
1698
+ box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
1699
+ }
1700
+ .blog-recent .post-header .title {
1701
+ color: white;
1702
+ text-transform: inherit;
1703
+ font-size: 19px;
1704
+ font-weight: 600;
1705
+ letter-spacing: 0.5px!important;
1706
+ font-family: Butler-Medium;
1707
+ }
1708
+ .farm-rural-holder .wpb_column {
1709
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1710
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1711
+ }
1712
+
1713
+ body .blog-recent[data-style="minimal"] .col > span {
1714
+ font-family: Butler-Medium!important;
1715
+ text-transform: initial!important;
1716
+ font-weight: 600!important;
1717
+ letter-spacing: 0;
1718
+ }
1719
+
1720
+ body #sidebar h4, body .widget h4 {
1721
+ font-family: Butler-Medium!important;
1722
+ letter-spacing: 0!important;
1723
+ text-transform: initial!important;
1724
+ font-size: 20px!important;
1725
+ color: #7cc242;
1726
+ }
1727
+
1728
+ .event-tile.agricultural .title {
1729
+ margin-bottom: 0!important;
1730
+ font-size: 22px;
1731
+ font-family: Butler-Medium;
1732
+ text-transform: initial;
1733
+ font-weight: 600;
1734
+ letter-spacing: 0;
1735
+ }
1736
+
1737
+ .lg-margin {
1738
+ margin: 30px 0;
1739
+ }
1740
+ .protected-title {
1741
+ margin: 60px 0;
1742
+ }
1743
+ form.post-password-form {
1744
+ width: 66%;
1745
+ margin: 60px auto;
1746
+ background: white;
1747
+ padding: 30px;
1748
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1749
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1750
+ }
1751
+ body[data-form-style="minimal"] .main-content .post-password-form input[type=submit] {
1752
+ position: initial;
1753
+ float: none;
1754
+ margin: 20px auto!important;
1755
+ width: 200px;
1756
+ display: block;
1757
+ border: none;
1758
+ font-family: inherit;
1759
+ font-size: inherit;
1760
+ cursor: pointer;
1761
+ text-transform: uppercase;
1762
+ letter-spacing: 1px;
1763
+ font-weight: 700;
1764
+ -webkit-transition: all 0.3s;
1765
+ -moz-transition: all 0.3s;
1766
+ border-radius: 25px!important;
1767
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1768
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1769
+ color: white;
1770
+ }
1771
+ .comment-wrap input#submit {
1772
+ display: block;
1773
+ font-family: inherit;
1774
+ font-size: inherit;
1775
+ text-transform: uppercase;
1776
+ letter-spacing: 1px;
1777
+ border-radius: 25px!important;
1778
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1779
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1780
+ margin: 0 auto;
1781
+ }
1782
+ .contact-icons .nectar_icon {
1783
+ background: #7cc242!important;
1784
+ }
1785
+ .contact-icons .nectar_icon_wrap i:before {
1786
+ line-height: inherit;
1787
+ color: white;
1788
+ }
1789
+ .contact-icons .vc_col-sm-4 {
1790
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1791
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1792
+ }
1793
+ .contact-icons .col div {
1794
+ background-size: contain;
1795
+ }
1796
+ .contact-icons .row-bg-wrap .inner-wrap .row-bg {
1797
+ background-size: contain;
1798
+ }
1799
+ .dd-button {
1800
+ display: block;
1801
+ margin: 20px 0;
1802
+ background: #7EC04B;
1803
+ width: 200px;
1804
+ text-align: center;
1805
+ color: white;
1806
+ text-decoration: none;
1807
+ padding: 10px;
1808
+ border-radius: 25px;
1809
+ text-transform: uppercase;
1810
+ font-weight: 600;
1811
+ }
1812
+ .main-content .gform_wrapper .gf_progressbar_percentage {
1813
+ background-color: #7cc242;
1814
+ }
1815
+ .main-content .gform_wrapper input, .main-content .gform_wrapper select {
1816
+ width: 100%;
1817
+ background: white;
1818
+ height: 40px;
1819
+ -webkit-box-shadow: 0 2px 4px rgba(50,50,93,.1);
1820
+ box-shadow: 0 2px 4px rgba(50,50,93,.1);
1821
+ border-radius: 5px;
1822
+ padding: 5px 4px 5px 10px!important;
1823
+ }
1824
+ .gform_wrapper .gfield_radio input, .gform_wrapper input[type=checkbox] {
1825
+ height: auto;
1826
+ }
1827
+ .gform_wrapper .gform_page_footer .button, .gform_wrapper input[type=submit] {
1828
+ background: #7cc242;
1829
+ padding: 10px!important;
1830
+ height: auto;
1831
+ border-radius: 25px;
1832
+ width: 200px!important;
1833
+ text-transform: uppercase;
1834
+ font-weight: 600;
1835
+ }
1836
+ .ginput_price {
1837
+ font-weight: 900;
1838
+ background: #67a038;
1839
+ margin-left: 10px;
1840
+ padding: 1px 5px 2px 2px;
1841
+ border-radius: 10px;
1842
+ color: white!important;
1843
+ }
1844
+ .gform_wrapper input:active, .gform_wrapper input:hover, .gform_wrapper input:focus {
1845
+ -webkit-transform: translateY(-2px);
1846
+ transform: translateY(-2px);
1847
+ }
1848
+ .gform_wrapper input:focus {
1849
+ background: #fafafa;
1850
+ ;
1851
+ }
1852
+ .gform_wrapper #input_1_30 li img {
1853
+ width: 70px!important;
1854
+ margin: 0 10px 0 0;
1855
+ }
1856
+ .gform_wrapper #input_1_30 li, .gform_wrapper #input_1_30 li label {
1857
+ display: flex;
1858
+ align-items: center;
1859
+ }
1860
+ #sidebar .search-form input[type=submit] {
1861
+ padding: 10px!important;
1862
+ font-family: Butler-Medium;
1863
+ font-weight: 600;
1864
+ font-size: 16px;
1865
+ }
1866
+ #sidebar .widget input[type=text] {
1867
+ background: white;
1868
+ -webkit-box-shadow: 0 2px 4px rgba(50,50,93,.1);
1869
+ box-shadow: 0 2px 4px rgba(50,50,93,.1);
1870
+ }
1871
+
1872
+ .cultiv-contact .wpcf7-not-valid-tip {
1873
+ position: absolute;
1874
+ background: transparent;
1875
+ box-shadow: none;
1876
+ display: flex;
1877
+ align-items: center;
1878
+ justify-content: flex-end;
1879
+ top: 0;
1880
+ right: 0;
1881
+ height: 40px;
1882
+ }
1883
+
1884
+ .cultiv-contact .wpcf7-response-output {
1885
+ margin-top: 30px!important;
1886
+ }
1887
+ .nectar_team_member_overlay.open .team_member_details .team-desc .bottom_meta a:after {
1888
+ content: 'Send Email';
1889
+ padding-left: 10px;
1890
+ text-transform: uppercase;
1891
+ font-weight: 500;
1892
+ }
1893
+
1894
+ #wpcf7-f1197-p488-o1 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
1895
+ margin-top: 30px;
1896
+ }
1897
+
1898
+ .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
1899
+ background-color: transparent!important;
1900
+ border: none!important;
1901
+ text-align: center!important;
1902
+ }
1903
+
1904
+ .search .row .col.section-title h1 {
1905
+ font-family: Butler-Medium!important;
1906
+ letter-spacing: 0!important;
1907
+ font-size: 40px!important;
1908
+ margin: 30px 0;
1909
+ }
1910
+
1911
+ #responsive-form.cultiv-contact .column-full {
1912
+ padding: 0;
1913
+ margin-bottom: 15px;
1914
+ height: 44px;
1915
+ }
1916
+ #responsive-form.cultiv-contact .column-full input {
1917
+ margin-top: 0;
1918
+ border: 0;
1919
+ height: auto;
1920
+ background: #f4f4f4;
1921
+ }
1922
+ .eventon_fullcal {
1923
+ background: white;
1924
+ border: 0;
1925
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1926
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
1927
+ }
1928
+ .ajde_evcal_calendar {
1929
+ margin-bottom: 60px;
1930
+ }
1931
+ .evo_fc_day.has_events {
1932
+ background: #7cc242;
1933
+ color: white;
1934
+ }
1935
+ .eventon_fc_days .evo_fc_day.today:before {
1936
+ background-color: #5d8e35!important;
1937
+ }
1938
+ p.no_events {
1939
+ background: white;
1940
+ }
1941
+ #evcal_list {
1942
+ margin-top: 50px!important;
1943
+ }
1944
+ #error-404 {
1945
+ margin: 60px 0;
1946
+ }
1947
+ #error-404 .eoe-center-button {
1948
+ margin-top: 20px;
1949
+ }
1950
+ .search .section-title {
1951
+ text-align: center;
1952
+ }
1953
+ .single .heading-title {
1954
+ padding-top: 90px;
1955
+ }
1956
+
1957
+ .secondary-row-icons-home {
1958
+ padding-top: 60px;
1959
+ }
1960
+
1961
+ .post-password-form input[type=password] {
1962
+ width: 65%;
1963
+ }
1964
+
1965
+ .post-password-form input[type=submit] {
1966
+ float: right;
1967
+ }
1968
+
1969
+ .event-date {
1970
+ font-weight: 600;
1971
+ }
1972
+
1973
+ .wpb_text_column .embed_download {
1974
+ margin-bottom: 60px!important;
1975
+ }
1976
+
1977
+
1978
+
1979
+ .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p {
1980
+ color: #7cc242!important;
1981
+ font-family: Butler-Medium;
1982
+ font-size: 22px;
1983
+ text-transform: capitalize;
1984
+ letter-spacing: 0.5px;
1985
+ font-weight: 600;
1986
+ }
1987
+
1988
+ .gallery img {
1989
+ border: 0!important;
1990
+ border-left: 10px solid #fef6ec!important;
1991
+ }
1992
+
1993
+ #cultiv-social .wpb_column {
1994
+ text-align: center;
1995
+ }
1996
+
1997
+ /******************** END MAIN CONTENT *********************/
1998
+ /******************** START FOOTER *********************/
1999
+ #footer-widgets{
2000
+ background-image: url(/wp-content/uploads/2018/09/footer-v3.jpg);
2001
+ background-repeat: no-repeat;
2002
+ background-size: cover;
2003
+ }
2004
+ #footer-outer[data-cols="1"] .widget.widget_text.widget_custom_html {
2005
+ width: 100%;
2006
+ float: none;
2007
+ margin-top: -11%;
2008
+ }
2009
+ #footer-outer[data-cols="1"] .widget.widget_text.widget_custom_html p{
2010
+ text-transform: uppercase;
2011
+ padding-top: 4%;
2012
+ color: #fef6ec;
2013
+ font-size: 21px;
2014
+ letter-spacing: 1px;
2015
+ }
2016
+ body #footer-outer .widget h4 {
2017
+ font-weight: 600;
2018
+ font-family: Lato;
2019
+ font-size: 18px;
2020
+ color: #fef6ec !important;
2021
+ text-align: left;
2022
+ }
2023
+ #footer-outer #footer-widgets .col ul li a {
2024
+ font-weight: 600;
2025
+ font-family: Lato;
2026
+ color: #fef6ec !important;
2027
+ font-size: 17px;
2028
+ line-height: 17px;
2029
+ }
2030
+ #footer-outer #copyright p.text-left {
2031
+ float: left;
2032
+ margin-right: 35px;
2033
+ }
2034
+ #footer-outer #copyright p.text-right{
2035
+ float:right;
2036
+ }
2037
+ #footer-outer #copyright p.copyright-glabal {
2038
+ padding: 0 0;
2039
+ font-size: 14px;
2040
+ font-family: Lato;
2041
+ font-weight: 600;
2042
+ }
2043
+ #footer-outer[data-cols="1"] #copyright {
2044
+ padding: 10px 0!important;
2045
+ }
2046
+ #footer-outer #copyright p.copyright-glabal a:hover {
2047
+ color: #5b853a !important;
2048
+ }
2049
+ #footer-outer #copyright p.copyright-glabal a{
2050
+ color: #a6a29e !important;
2051
+ }
2052
+ .footer-secondary-heading{
2053
+ text-transform: uppercase;
2054
+ padding-top: 2%;
2055
+ color: #fef6ec;
2056
+ font-size: 21px;
2057
+ letter-spacing: 1px;
2058
+ }
2059
+ #copyright .copyright-glabal img {
2060
+ height: 13px;
2061
+ width: auto;
2062
+ margin-bottom: 0;
2063
+ }
2064
+ /******************** END FOOTER *********************/
2065
+ /******************** START BENEFITS *********************/
2066
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column:before {
2067
+ background-image: url(/wp-content/uploads/2018/07/promo-icon.png);
2068
+ background-repeat: no-repeat;
2069
+ content: '';
2070
+ width: 137px;
2071
+ height: 104px;
2072
+ margin-right: 25px;
2073
+ position: absolute;
2074
+ left: 0;
2075
+ }
2076
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column.cicon-two:before {
2077
+ background-position: -154px 0;
2078
+ }
2079
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column.cicon-three:before {
2080
+ background-position: -306px 0;
2081
+ }
2082
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column.cicon-four:before {
2083
+ background-position: -456px 0;
2084
+ }
2085
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column.cicon-five:before {
2086
+ background-position: -612px 0;
2087
+ }
2088
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column.cicon-six:before {
2089
+ background-position: -763px 0;
2090
+ }
2091
+ .promotion-icon p:hover:before {
2092
+ content: '';
2093
+ border: 8px solid #f4cf31;
2094
+ position: absolute;
2095
+ width: 76px;
2096
+ height: 76px;
2097
+ left: 40px;
2098
+ border-radius: 500px;
2099
+ top: 7px;
2100
+ }
2101
+ .wpb_row.promotion-icon .row-bg, .full-width-section.promotion-icon .row-bg {
2102
+ background-size: auto;
2103
+ -moz-background-size: auto;
2104
+ -webkit-background-size: auto;
2105
+ }
2106
+ .promotion-icon p {
2107
+ text-transform: uppercase;
2108
+ padding-left: 165px;
2109
+ height: 104px;
2110
+ display: table-cell;
2111
+ vertical-align: middle;
2112
+ }
2113
+ @media only screen and (min-width:1200px) and (max-width:1350px) {
2114
+ body #header-outer:not([data-format="left-header"]) header#top nav >ul >li {
2115
+ margin: 0 3px;
2116
+ }
2117
+ }
2118
+ /******************** END BENEFITS *********************/
2119
+ /******************** START TIMELINE *********************/
2120
+ @media (min-width: 1301px) {
2121
+ body h1 {
2122
+ font-size: 50px;
2123
+ line-height: 50px;
2124
+ }
2125
+ }
2126
+
2127
+ @media (min-width: 1000px) {
2128
+ #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
2129
+ position: absolute;
2130
+ content: "";
2131
+ width: 0;
2132
+ height: 0;
2133
+ border-top: 15px solid transparent;
2134
+ border-bottom: 15px solid transparent;
2135
+ }
2136
+ #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
2137
+ position: absolute;
2138
+ content: "";
2139
+ width: 9px;
2140
+ height: 9px;
2141
+ background-color: #bdbdbd;
2142
+ border-radius: 9px;
2143
+ box-shadow: 0px 0px 2px 8px #f7f7f7;
2144
+ }
2145
+ }
2146
+ /* Some Cool Stuff */
2147
+ .demo-card:nth-child(1) {
2148
+ order: 1;
2149
+ }
2150
+ .demo-card:nth-child(2) {
2151
+ order: 4;
2152
+ }
2153
+ .demo-card:nth-child(3) {
2154
+ order: 2;
2155
+ }
2156
+ .demo-card:nth-child(4) {
2157
+ order: 5;
2158
+ }
2159
+ .demo-card:nth-child(5) {
2160
+ order: 3;
2161
+ }
2162
+ .demo-card:nth-child(6) {
2163
+ order: 6;
2164
+ }
2165
+ #timeline p.leader {
2166
+ text-align: center;
2167
+ max-width: 90%;
2168
+ margin: auto;
2169
+ margin-bottom: 45px;
2170
+ }
2171
+ #timeline .demo-card-wrapper {
2172
+ position: relative;
2173
+ margin: auto;
2174
+ }
2175
+ @media (min-width: 1000px) {
2176
+ #timeline .demo-card-wrapper {
2177
+ display: flex;
2178
+ flex-flow: column wrap;
2179
+ width: 1170px;
2180
+ height: 1200px;
2181
+ margin: 0 auto;
2182
+ }
2183
+ }
2184
+ #timeline .demo-card-wrapper::after {
2185
+ z-index: 1;
2186
+ content: "";
2187
+ position: absolute;
2188
+ top: 0;
2189
+ bottom: 0;
2190
+ left: 50%;
2191
+ border-left: 1px solid rgba(191, 191, 191, 0.4);
2192
+ }
2193
+ @media (min-width: 1000px) {
2194
+ #timeline .demo-card-wrapper::after {
2195
+ border-left: 1px solid #bdbdbd;
2196
+ }
2197
+ }
2198
+ #timeline .demo-card {
2199
+ position: relative;
2200
+ display: block;
2201
+ margin: 10px auto 80px;
2202
+ max-width: 94%;
2203
+ z-index: 2;
2204
+ }
2205
+ @media (min-width: 480px) {
2206
+ #timeline .demo-card {
2207
+ max-width: 60%;
2208
+ box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
2209
+ }
2210
+ }
2211
+ @media (min-width: 720px) {
2212
+ #timeline .demo-card {
2213
+ max-width: 40%;
2214
+ }
2215
+ }
2216
+ @media (min-width: 1000px) {
2217
+ #timeline .demo-card {
2218
+ max-width: 450px;
2219
+ height: 300px;
2220
+ margin: 90px;
2221
+ margin-top: 45px;
2222
+ margin-bottom: 45px;
2223
+ border-top-left-radius: 10px;
2224
+ border-top-right-radius: 10px;
2225
+ }
2226
+ #timeline .demo-card:nth-child(odd) {
2227
+ margin-right: 45px;
2228
+ }
2229
+ #timeline .demo-card:nth-child(odd) .head::after {
2230
+ border-left-width: 15px;
2231
+ border-left-style: solid;
2232
+ left: 100%;
2233
+ }
2234
+ #timeline .demo-card:nth-child(odd) .head::before {
2235
+ left: 491.5px;
2236
+ }
2237
+ #timeline .demo-card:nth-child(even) {
2238
+ margin-left: 45px;
2239
+ }
2240
+ #timeline .demo-card:nth-child(even) .head::after {
2241
+ border-right-width: 15px;
2242
+ border-right-style: solid;
2243
+ right: 100%;
2244
+ }
2245
+ #timeline .demo-card:nth-child(even) .head::before {
2246
+ right: 489.5px;
2247
+ }
2248
+ #timeline .demo-card:nth-child(2) {
2249
+ margin-top: 180px;
2250
+ }
2251
+ }
2252
+ #timeline .demo-card .head {
2253
+ position: relative;
2254
+ display: flex;
2255
+ align-items: center;
2256
+ color: #fff;
2257
+ font-weight: 400;
2258
+ background: #7cc242;
2259
+ border-top-left-radius: 10px;
2260
+ border-top-right-radius: 10px;
2261
+ }
2262
+ #timeline .demo-card .head .number-box {
2263
+ display: inline;
2264
+ float: left;
2265
+ margin: 15px;
2266
+ padding: 10px;
2267
+ font-size: 35px;
2268
+ line-height: 35px;
2269
+ font-weight: 600;
2270
+ background: rgba(0, 0, 0, 0.17);
2271
+ }
2272
+ #timeline .demo-card .head h2 {
2273
+ text-transform: uppercase;
2274
+ letter-spacing: 2px;
2275
+ margin: 0;
2276
+ padding-bottom: 6px;
2277
+ font-size: 30px;
2278
+ line-height: 1.5rem;
2279
+ font-weight: 900;
2280
+ }
2281
+ #timeline .demo-card .head h2 span {
2282
+ display: block;
2283
+ font-size: 0.6rem;
2284
+ margin: 0;
2285
+ }
2286
+ @media (min-width: 480px) {
2287
+ #timeline .demo-card .head h2 span {
2288
+ font-size: 0.8rem;
2289
+ }
2290
+ }
2291
+ #timeline .demo-card .body {
2292
+ background: #fff;
2293
+ padding: 30px 30px 0;
2294
+ }
2295
+ @media (min-width: 1000px) {
2296
+ #timeline .demo-card .body {
2297
+ min-height: 200px;
2298
+ }
2299
+ }
2300
+ #timeline .demo-card .body p {
2301
+ font-size: 16px;
2302
+ line-height: 21px;
2303
+ margin-bottom: 15px;
2304
+ color: #555;
2305
+ }
2306
+ #timeline .demo-card .body img {
2307
+ display: block;
2308
+ width: 100%;
2309
+ }
2310
+ #timeline .demo-card {
2311
+ background-color: #fff;
2312
+ border-bottom-left-radius: 10px;
2313
+ border-bottom-right-radius: 10px;
2314
+ }
2315
+ #timeline .demo-card .head::after {
2316
+ border-color: #7cc242;
2317
+ }
2318
+ #timeline .demo-card .head h2 {
2319
+ color: #416721;
2320
+ }
2321
+ .top-timeline {
2322
+ text-align: center;
2323
+ }
2324
+ .row .col .top-timeline img {
2325
+ margin-bottom: 0;
2326
+ }
2327
+ .wpb_wrapper .timeline-start {
2328
+ text-align: center;
2329
+ background: white;
2330
+ padding: 30px;
2331
+ width: 40%;
2332
+ margin: 0 auto;
2333
+ -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
2334
+ box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
2335
+ border-radius: 5px;
2336
+ margin-bottom: 0;
2337
+ }
2338
+ body .timeline-start h2 {
2339
+ font-size: 42px;
2340
+ margin-bottom: 0;
2341
+ line-height: 50px;
2342
+ }
2343
+ /******************** END TIMELINE *********************/
2344
+
2345
+ header#top .slide-out-widget-area-toggle a > span:before {
2346
+ content: 'Menu';
2347
+ width: 100px;
2348
+ align-items: center;
2349
+ color: black;
2350
+ text-transform: uppercase;
2351
+ font-size: 14px;
2352
+ font-weight: 600;
2353
+ position: absolute;
2354
+ top: 10px;
2355
+ right: 5px;
2356
+ }
2357
+
2358
+ header#top .slide-out-widget-area-toggle a span {
2359
+ width: 75px!important;
2360
+ }
2361
+
2362
+ /******************** START MEDIA QUERIES *********************/
2363
+ @media only screen and (min-width: 1300px){
2364
+ .event-tile {
2365
+ min-height: 375px;
2366
+ }
2367
+ }
2368
+ @media only screen and (min-width: 1001px){
2369
+ /* Footer Query */
2370
+ #footer-outer[data-cols="1"] .widget.widget_text{
2371
+ width:25%;
2372
+ float:left;
2373
+ text-align: left;
2374
+ }
2375
+ /* End Foooter Query */
2376
+ body.material #header-outer:not([data-format="left-header"]) header#top .span_3{
2377
+ position:absolute;
2378
+ }
2379
+ body.material #header-outer #logo, body.material #header-outer .logo-spacing {
2380
+ margin-top: 10px!important;
2381
+ }
2382
+ body.material #header-outer:not([data-format="left-header"]) header#top nav >ul.buttons {
2383
+ display: none !important;
2384
+ }
2385
+ home #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a:after, #header-secondary-outer[data-lhe="animated_underline"] nav >ul.sf-menu >li:not([class*="button_"]) >a:after {
2386
+ bottom: -7px;
2387
+ }
2388
+ #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after, .material #header-secondary-outer[data-lhe="animated_underline"] nav >ul.sf-menu >li >a:after {
2389
+ left: 50%;
2390
+ width: 21px;
2391
+ border-top: 3px solid #000;
2392
+ transform: translate(-50%,10%);
2393
+ opacity:0;
2394
+ }
2395
+ #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a:hover:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:hover:after, .material #header-secondary-outer[data-lhe="animated_underline"] nav >ul.sf-menu >li >a:hover:after {
2396
+ opacity:1;
2397
+ }
2398
+ body.material #header-outer[data-lhe="animated_underline"] header#top nav >ul >li.current-menu-item:not([class*="button_"]) >a:after{
2399
+ left: 50%;
2400
+ width: 21px;
2401
+ border-top: 3px solid #000;
2402
+ transform: translate(-50%,10%);
2403
+ opacity:1;
2404
+ }
2405
+ #header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a{
2406
+ padding: 28px 3px;
2407
+ margin:0;
2408
+ }
2409
+ #header-outer[data-lhe="animated_underline"] header#top nav > ul > li.current-menu-item > a{
2410
+ background:#161a2f;
2411
+ color:#fff !important;
2412
+ padding-left: 26px;
2413
+ padding-right: 26px;
2414
+ }
2415
+ #header-outer:not([data-format="left-header"]) header#top nav >ul >li {
2416
+ margin: 0px 12px;
2417
+ }
2418
+ #header-outer[data-lhe="animated_underline"] header#top nav > ul > li.current-menu-item:after {
2419
+ height: 150%;
2420
+ content: '';
2421
+ position: absolute;
2422
+ bottom: -7px;
2423
+ background: #161a2f;
2424
+ transform: skewY(6deg);
2425
+ left: 0px;
2426
+ margin-left: 0;
2427
+ width: 100% !important;
2428
+ }
2429
+ #header-outer[data-lhe="animated_underline"] header#top nav > ul > li#menu-item-355.current-li, #header-outer[data-lhe="animated_underline"] header#top nav > ul > li#menu-item-351.current-menu-item:after{
2430
+ transform: skewY(4deg);
2431
+ }
2432
+ /* Modified Column 2 */
2433
+ body .vc_row-fluid.fullwidth-auto-background .vc_col-sm-2 {
2434
+ width: 14.9213%;
2435
+ }
2436
+ #header-outer[data-lhe="animated_underline"] header#top nav > ul > li.current-menu-item > a {
2437
+ background: #161a2f;
2438
+ color: #fff !important;
2439
+ padding-left: 26px;
2440
+ padding-right: 26px;
2441
+ position: relative;
2442
+ margin: 0;
2443
+ }
2444
+ }
2445
+ @media only screen and (min-width:1000px) and (max-width:1450px) {
2446
+ .translate-overright {
2447
+ -webkit-transform: translateY(40px) !important;
2448
+ transform: translateY(40px) !important;
2449
+ }
2450
+ #footer-outer .row {
2451
+ padding: 60px 0!important;
2452
+ }
2453
+ }
2454
+ @media only screen and (min-width:1001px) and (max-width:1200px) {
2455
+ body #header-outer:not([data-format="left-header"]) header#top nav >ul >li {
2456
+ margin: 0 3px;
2457
+ }
2458
+ #header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a {
2459
+ padding: 28px 3px;
2460
+ }
2461
+ body header#top nav > ul > li > a{
2462
+ font-size: 13px;
2463
+ }
2464
+ #header-outer[data-lhe="animated_underline"] header#top nav > ul > li.current-menu-item > a {
2465
+ padding-left: 10px;
2466
+ padding-right: 10px;
2467
+ }
2468
+ .governance-file {
2469
+ width: 31%;
2470
+ }
2471
+ .event-tile {
2472
+ min-height: 305px;
2473
+ }
2474
+ }
2475
+ @media only screen and (min-width:1001px) and (max-width:1100px) {
2476
+ .event-tile {
2477
+ min-height: 325px;
2478
+ }
2479
+ }
2480
+ @media only screen and (max-width: 1000px){
2481
+ .desktop-hide {
2482
+ display: none;
2483
+ }
2484
+ .small-screen-hide {
2485
+ display: block!important;
2486
+ }
2487
+ body h2.heading-border {
2488
+ font-size: 33px;
2489
+ line-height: 43px;
2490
+ }
2491
+ .governance-file {
2492
+ width: 48%;
2493
+ }
2494
+ .event-tile {
2495
+ width: 48%;
2496
+ min-height: unset;
2497
+ }
2498
+ .static-content {
2499
+ text-align: center;
2500
+ float: none;
2501
+ }
2502
+ body #header-secondary-outer .sf-menu {
2503
+ float: none;
2504
+ text-align: center;
2505
+ }
2506
+ body #header-secondary-outer nav >ul {
2507
+ padding: 0px 0;
2508
+ }
2509
+ body #header-secondary-outer .sf-menu li {
2510
+ line-height: 13px!important;
2511
+ }
2512
+ #header-secondary-outer {
2513
+ padding-bottom: 10px;
2514
+ }
2515
+ body.material #header-outer:not([data-format="left-header"]) header#top .span_3{
2516
+ position:absolute;
2517
+ }
2518
+ body.material #header-outer #logo, body.material #header-outer .logo-spacing {
2519
+ margin-top: -25px;
2520
+ }
2521
+ body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li.fa a{
2522
+ text-indent: -99999px !important;
2523
+ display:block !important;
2524
+ }
2525
+ #header-outer #social-in-menu .fa-facebook:after, .material #slide-out-widget-area.slide-out-from-right .fa-facebook:after, #header-outer #social-in-menu .fa-twitter:after, .material #slide-out-widget-area.slide-out-from-right .fa-twitter:after, #header-outer #social-in-menu .fa-instagram:after, .material #slide-out-widget-area.slide-out-from-right .fa-instagram:after{
2526
+ content:'';
2527
+ }
2528
+ body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li.menu-item-350{
2529
+ position: relative;
2530
+ top: -53px;
2531
+ }
2532
+ body.material[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header="true"]) {
2533
+ padding-top: 30px !important;
2534
+ padding-bottom: 30px !important;
2535
+ }
2536
+ .full-height {
2537
+ min-height: auto !important;
2538
+ }
2539
+ .full-height h1{
2540
+ font-size: 45px !important;
2541
+ line-height: 50px !important;
2542
+ margin-top: 60px;
2543
+ text-align: center !important;
2544
+ }
2545
+ .nectar-button.large.nectar_video_lightbox {
2546
+ width: 80px;
2547
+ height: 80px;
2548
+ background-size: 100%;
2549
+ margin: 0 auto;
2550
+ display: block;
2551
+ margin-top: 25px;
2552
+ }
2553
+ .col.right {
2554
+ text-align: center;
2555
+ }
2556
+ .translate-overright{
2557
+ -webkit-transform: translateY(0px) !important;
2558
+ transform: translateY(0px) !important;
2559
+ }
2560
+ body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.small{
2561
+ right: 25px;
2562
+ }
2563
+ #footer-outer #copyright p.copyright-glabal {
2564
+ text-align: center;
2565
+ display: block;
2566
+ float: none;
2567
+ margin: 5px 0;
2568
+ }
2569
+ #copyright .col_last{
2570
+ display:none;
2571
+ }
2572
+ .footer-secondary-heading {
2573
+ padding-top: 12%;
2574
+ font-size: 14px;
2575
+ margin-bottom: -58px;
2576
+ line-height: 15px;
2577
+ }
2578
+ #footer-widgets {
2579
+ padding-top: 40px;
2580
+ text-align: left;
2581
+ background-size: contain;
2582
+ background-position: bottom;
2583
+ background-color: #cec453;
2584
+ }
2585
+ .instance-45 h2.vc_custom_heading{
2586
+ margin-top: -24px;
2587
+ position: relative;
2588
+ top: 68px;
2589
+ padding-bottom: 10px;
2590
+ }
2591
+ .benefits-padding{
2592
+ padding-bottom:0 !important;
2593
+ }
2594
+ h1.title.vc_custom_heading.heading-border {
2595
+ font-size: 38px;
2596
+ margin-top: 150px;
2597
+ position: relative;
2598
+ }
2599
+ .benefits-parent-padding {
2600
+ padding-top: 15px !important;
2601
+ }
2602
+ .hidden-column-small{
2603
+ display:none;
2604
+ }
2605
+ .full-width-section.what-we-do .row-bg {
2606
+ background-position: bottom !important;
2607
+ background-size: 100% !important;
2608
+ }
2609
+ .full-width-section.what-we-do-top-bg .row-bg{
2610
+ background-position: top !important;
2611
+ background-size: 100% !important;
2612
+ }
2613
+ .what-we-do{
2614
+ padding-bottom:80px !important;
2615
+ }
2616
+ .owl-custom-bg-color{
2617
+ padding-bottom:0 !important;
2618
+ }
2619
+ .owl-carousel[data-column-padding="20px"] .carousel-item {
2620
+ padding: 0;
2621
+ }
2622
+ .owl-carousel .owl-stage{
2623
+ padding:0;
2624
+ }
2625
+ #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
2626
+ font-size: 22px;
2627
+ line-height: 30px;
2628
+ }
2629
+ #slide-out-widget-area .mobile-only .menu.secondary-header-items li a {
2630
+ font-size: 22px;
2631
+ line-height: 30px;
2632
+ }
2633
+ body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
2634
+ height: 75px!important;
2635
+ }
2636
+ body.material[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header="true"]) {
2637
+ padding-top: 44px!important;
2638
+ padding-bottom: 0 !important;
2639
+ }
2640
+ header:before {
2641
+ content: '';
2642
+ background: #fcf4ea;
2643
+ position: absolute;
2644
+ width: 100%;
2645
+ height: 72px;
2646
+ top: -45px;
2647
+ }
2648
+ .single .row .main-event-info .span_6 {
2649
+ width: 100%;
2650
+ }
2651
+
2652
+ .single .row .main-event-info {
2653
+ display: block;
2654
+ }
2655
+ body .video-bottom-bg h1:after {
2656
+ right: 0;
2657
+ margin: 0 auto;
2658
+ }
2659
+ .secondary-row-icons-home {
2660
+ padding-top: 0;
2661
+ }
2662
+ .single-event-image {
2663
+ margin-top: 20px;
2664
+ }
2665
+ .verticalBar {
2666
+ display: none;
2667
+ }
2668
+
2669
+ }
2670
+ @media only screen and (min-width:691px) and (max-width:1000px) {
2671
+ body .vc_row-fluid .vc_col-sm-2.zero-margin {
2672
+ margin-left:0;
2673
+ }
2674
+ body .vc_row-fluid .vc_col-sm-2.has-margin {
2675
+ margin-left: 3.1% !important;
2676
+ }
2677
+ .owl-carousel[data-column-padding="20px"] .carousel-item {
2678
+ padding: 16px;
2679
+ }
2680
+ body .vc_row-fluid.owl-custom-bg-color .wpb_column {
2681
+ margin-bottom: 0;
2682
+ }
2683
+ }
2684
+ @media only screen and (max-width: 1024px) {
2685
+ header#top {
2686
+ margin-top: -20px;
2687
+ }
2688
+ .tablet-hide {
2689
+ display: none!important;
2690
+ }
2691
+ .topbar-menu {
2692
+ width: 100%;
2693
+ }
2694
+ body #header-secondary-outer nav >ul {
2695
+ justify-content: center;
2696
+ }
2697
+ #header-secondary-outer nav >ul >li:last-child {
2698
+ padding-left: 0;
2699
+ }
2700
+ .footer-secondary-heading {
2701
+ width: 66%;
2702
+ margin: 0 auto;
2703
+ }
2704
+ .benefit-img-holder {
2705
+ display: block;
2706
+ width: 100%;
2707
+ margin: 0 auto;
2708
+ }
2709
+ .benefit-img-background, .benefit-text {
2710
+ text-align: center;
2711
+ margin: 0 auto;
2712
+ width: 100%
2713
+ }
2714
+ .row .col .benefit-img-background img {
2715
+ width: 137px;
2716
+ max-width: inherit;
2717
+ margin: 0 auto;
2718
+ }
2719
+ .benefit-img-overlay {
2720
+ left: 272px;
2721
+ }
2722
+ .event-details-container {
2723
+ min-height: 105px;
2724
+ }
2725
+ .widget_text {
2726
+ text-align: left;
2727
+ margin-bottom: 30px!important;
2728
+ }
2729
+ .video-bottom-bg:before {
2730
+ background-image: none !important;
2731
+ }
2732
+
2733
+ }
2734
+
2735
+ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
2736
+ .benefit-img-overlay {
2737
+ left: 107px;
2738
+ }
2739
+
2740
+ }
2741
+ @media only screen and (min-width: 690px){
2742
+ .blog-recent .span_6 {
2743
+ width: 46%;
2744
+ margin: 0 1%;
2745
+ }
2746
+ .blog-recent .col {
2747
+ margin-right: 6%;
2748
+ }
2749
+ }
2750
+ @media only screen and (max-width: 690px){
2751
+ body .vc_row-fluid.what-we-do .vc_col-sm-2 {
2752
+ width: 100%;
2753
+ margin-left: 0;
2754
+ margin-bottom: 40px;
2755
+ }
2756
+ .owl-carousel .owl-nav.disabled {
2757
+ display: none;
2758
+ }
2759
+ .owl-theme .owl-dots {
2760
+ display: block;
2761
+ position: relative;
2762
+ top: -38px;
2763
+ }
2764
+ .owl-theme .owl-dots .owl-dot span {
2765
+ width: 10px;
2766
+ height: 10px;
2767
+ }
2768
+ .owl-custom-bg-color p{
2769
+ background-size: contain;
2770
+ }
2771
+ .promotion-icon p {
2772
+ padding-left: 106px;
2773
+ height: 60px;
2774
+ }
2775
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column:before {
2776
+ width: 92px;
2777
+ height: 63px;
2778
+ background-size: cover;
2779
+ }
2780
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column.cicon-two:before {
2781
+ background-position: -93px 0;
2782
+ }
2783
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column.cicon-three:before {
2784
+ background-position: -185px 0;
2785
+ }
2786
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column.cicon-four:before {
2787
+ background-position: -276px 0;
2788
+ }
2789
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column.cicon-five:before {
2790
+ background-position: -371px 0;
2791
+ }
2792
+ .wpb_row.promotion-icon .vc_col-sm-4.wpb_column.cicon-six:before {
2793
+ background-position: -462px 0;
2794
+ }
2795
+ .promotion-icon p:hover:before {
2796
+ border: 5px solid #f4cf31;
2797
+ width: 43px;
2798
+ height: 43px;
2799
+ left: 25px;
2800
+ top: 5px;
2801
+ }
2802
+ .full-height h1{
2803
+ font-size: 35px !important;
2804
+ line-height: 45px !important;
2805
+ margin-top: 60px;
2806
+ text-align: center !important;
2807
+ }
2808
+ .governance-file {
2809
+ width: 100%;
2810
+ }
2811
+ .event-tile {
2812
+ width: 100%;
2813
+ }
2814
+ .initiatives-images img {
2815
+ padding: 0 20px;
2816
+ }
2817
+ .benefit-img-overlay {
2818
+ left: 132px;
2819
+ }
2820
+ .footer-secondary-heading {
2821
+ margin: 150px auto 0;
2822
+ width: 100%;
2823
+ font-size: 18px;
2824
+ line-height: 22px;
2825
+ }
2826
+ #footer-widgets .textwidget {
2827
+ text-align: left;
2828
+ margin-bottom: 30px;
2829
+ }
2830
+ #footer-widgets {
2831
+ background: #7cc242;
2832
+ }
2833
+ body.material[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header="true"]) {
2834
+ padding-top: 0px!important;
2835
+ }
2836
+ #breadcrumbs {
2837
+ margin-top: 50px;
2838
+ width: 100%;
2839
+ }
2840
+ .main-page-title {
2841
+ padding: 40px 28px 10px!important;
2842
+ }
2843
+ #responsive-form.newsletter-form .column-half {
2844
+ float: none;
2845
+ width: 100%;
2846
+ }
2847
+ .facilties-list .iwithtext .iwt-icon {
2848
+ margin-top: 50px;
2849
+ }
2850
+ .facilties-list .iwithtext .iwt-text {
2851
+ margin-bottom: 50px;
2852
+ }
2853
+ .main-page-title h1 {
2854
+ font-size: 50px!important;
2855
+ line-height: 50px!important;
2856
+ }
2857
+ #responsive-form .column-half, #responsive-form .column-full {
2858
+ font-size: 14px;
2859
+ }
2860
+ .join-hero {
2861
+ background-size: cover;
2862
+ }
2863
+ #ribbon {
2864
+ width: 50%;
2865
+ }
2866
+ #ribbon:before, #ribbon:after {
2867
+ top: 35px;
2868
+ }
2869
+ .vc_col-sm-2.wpb_column.column_container.vc_column_container.col.no-extra-padding {
2870
+ display: flex;
2871
+ align-items: center;
2872
+ }
2873
+ .core-value-text {
2874
+ font-size: 26px;
2875
+ }
2876
+ body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li.menu-item-8090, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li.menu-item-8089, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li.menu-item-8091, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li.menu-item-8950 {
2877
+ display: inline-block;
2878
+ background: white;
2879
+ border-radius: 50%;
2880
+ margin: 0 4px;
2881
+ height: 35px;
2882
+ width: 35px;
2883
+ padding: 6px;
2884
+ margin-bottom: 20px!important;
2885
+ }
2886
+
2887
+ .menu-item-8090 i, .menu-item-8089 i, .menu-item-8091 i, .menu-item-8950 i {
2888
+ color: #101a27;
2889
+ display: flex;
2890
+ align-items: center;
2891
+ justify-content: center;
2892
+ font-size: 25px;
2893
+ margin: 0;
2894
+ }
2895
+ #header-outer #social-in-menu .fa-linkedin:after, .material #slide-out-widget-area.slide-out-from-right .fa-linkedin:after {
2896
+ display: none;
2897
+ }
2898
+ .menu-item-8527 {
2899
+ display: none;
2900
+ }
2901
+
2902
+ .video-bottom-bg:before {
2903
+ background-image: none !important;
2904
+ }
2905
+ header#top {
2906
+ margin-top: -25px;
2907
+ }
2908
+ }
2909
+ /******************** END MEDIA QUERIES *********************/
2910
+
2911
+ .home .event-tile .title{
2912
+ min-height:auto;
2913
+ }
2914
+
2915
+ /**************************************
2916
+ * !Thank You [page]
2917
+ **************************************/
2918
+
2919
+ .page-id-9388 #breadcrumbs,
2920
+ .page-id-9400 #breadcrumbs,
2921
+ .page-id-9403 #breadcrumbs
2922
+ {
2923
+ display: none;
2924
+ }
2925
+
2926
+ .no-image {
2927
+ display: none!important;
2928
+ }
2929
+
2930
+ .column-link:hover {
2931
+ box-shadow: 0 0 20px -5px #2d2d2d;
2932
+ -webkit-transition: box-shadow .1s ease-in-out .1s;
2933
+ -moz-transition: box-shadow .1s ease-in-out .1s;
2934
+ -ms-transition: box-shadow .1s ease-in-out .1s;
2935
+ -o-transition: box-shadow .1s ease-in-out .1s;
2936
+ transition: box-shadow .1s ease-in-out .1s;
2937
+ opacity: 1;
2938
+ }
2939
+
2940
+ .wpb_column .column-link:hover {
2941
+ opacity: 1;
2942
+ }
2943
+
2944
+ .wpb_column .column-link:hover > .column-link {
2945
+ opacity: 0.5;
2946
+ }
2947
+
2948
+ .topbar-left {
2949
+ display: flex;
2950
+ align-items: center;
2951
+ column-gap: 30px;
2952
+ }
2953
+ #copyright .container {
2954
+ padding-top: 30px;
2955
+ padding-bottom: 30px;
2956
+ }
2957
+
2958
+ .nectar_single_testimonial .inner p {
2959
+ text-align: center;
2960
+ font-weight: bold;
2961
+ color: #fff;
2962
+ }
2963
+
2964
+ .nectar_single_testimonial .inner p .open-quote {
2965
+ text-align: left;
2966
+ }
2967
+
2968
+ .nectar_single_testimonial .inner .wrap {
2969
+ text-align: right;
2970
+ width: 100%;
2971
+ font-weight: bold;
2972
+ }
2973
+
2974
+ .nectar_single_testimonial .inner .wrap .title{
2975
+ color: #fff!important;
2976
+ }
2977
+
2978
+ .nectar_single_testimonial span {
2979
+ line-height: 22px;
2980
+ }
2981
+
2982
+ body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
2983
+ background-color: #E9FBE5;
2984
+ }
2985
+
2986
+ .page-to-go {
2987
+ text-transform: uppercase!important;
2988
+ font-weight: 500;
2989
+ letter-spacing: 0.5px;
2990
+ }
2991
+
2992
+ body #header-secondary-outer .topbar-menu .current-menu-item a{
2993
+ position: relative;
2994
+ background-color: #161a2f;
2995
+ padding: 10px 13px!important;
2996
+ text-align: center;
2997
+ display: block;
2998
+ }
2999
+
3000
+ .second-top-bar-menu {
3001
+ display: flex;
3002
+ }
3003
+
3004
+ .topbar-menu .current-menu-item a::after {
3005
+ content: '';
3006
+ left: 50%;
3007
+ width: 21px;
3008
+ border-top: 2px solid #7cc242;
3009
+ transform: translate(-50%,10%);
3010
+ opacity: 1;
3011
+ position: absolute;
3012
+ display: block;
3013
+ }
3014
+
3015
+ .page-to-go a {
3016
+ position: relative;
3017
+ }
3018
+
3019
+ .page-to-go a:hover::after {
3020
+ opacity: 1;
3021
+ }
3022
+
3023
+ .page-to-go a::after {
3024
+ content: '';
3025
+ left: 50%;
3026
+ width: 21px;
3027
+ border-top: 2px solid #161a2f;
3028
+ transform: translate(-50%,10%);
3029
+ opacity: 0;
3030
+ position: absolute;
3031
+ display: block;
3032
+ }
3033
+
3034
+ @media (max-width: 690px) {
3035
+ .page-to-go {
3036
+ text-transform: capitalize!important;
3037
+ }
3038
+
3039
+ .page-to-go {
3040
+ margin: 5px 0;
3041
+ }
3042
+ }
test__1002176_www.eastofengland.org.uk/resources/style.min.css ADDED
The diff for this file is too large to render. See raw diff
 
test__1002176_www.eastofengland.org.uk/resources/styles.css ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wpcf7 .screen-reader-response {
2
+ position: absolute;
3
+ overflow: hidden;
4
+ clip: rect(1px, 1px, 1px, 1px);
5
+ clip-path: inset(50%);
6
+ height: 1px;
7
+ width: 1px;
8
+ margin: -1px;
9
+ padding: 0;
10
+ border: 0;
11
+ word-wrap: normal !important;
12
+ }
13
+
14
+ .wpcf7 .hidden-fields-container {
15
+ display: none;
16
+ }
17
+
18
+ .wpcf7 form .wpcf7-response-output {
19
+ margin: 2em 0.5em 1em;
20
+ padding: 0.2em 1em;
21
+ border: 2px solid #00a0d2; /* Blue */
22
+ }
23
+
24
+ .wpcf7 form.init .wpcf7-response-output,
25
+ .wpcf7 form.resetting .wpcf7-response-output,
26
+ .wpcf7 form.submitting .wpcf7-response-output {
27
+ display: none;
28
+ }
29
+
30
+ .wpcf7 form.sent .wpcf7-response-output {
31
+ border-color: #46b450; /* Green */
32
+ }
33
+
34
+ .wpcf7 form.failed .wpcf7-response-output,
35
+ .wpcf7 form.aborted .wpcf7-response-output {
36
+ border-color: #dc3232; /* Red */
37
+ }
38
+
39
+ .wpcf7 form.spam .wpcf7-response-output {
40
+ border-color: #f56e28; /* Orange */
41
+ }
42
+
43
+ .wpcf7 form.invalid .wpcf7-response-output,
44
+ .wpcf7 form.unaccepted .wpcf7-response-output,
45
+ .wpcf7 form.payment-required .wpcf7-response-output {
46
+ border-color: #ffb900; /* Yellow */
47
+ }
48
+
49
+ .wpcf7-form-control-wrap {
50
+ position: relative;
51
+ }
52
+
53
+ .wpcf7-not-valid-tip {
54
+ color: #dc3232; /* Red */
55
+ font-size: 1em;
56
+ font-weight: normal;
57
+ display: block;
58
+ }
59
+
60
+ .use-floating-validation-tip .wpcf7-not-valid-tip {
61
+ position: relative;
62
+ top: -2ex;
63
+ left: 1em;
64
+ z-index: 100;
65
+ border: 1px solid #dc3232;
66
+ background: #fff;
67
+ padding: .2em .8em;
68
+ width: 24em;
69
+ }
70
+
71
+ .wpcf7-list-item {
72
+ display: inline-block;
73
+ margin: 0 0 0 1em;
74
+ }
75
+
76
+ .wpcf7-list-item-label::before,
77
+ .wpcf7-list-item-label::after {
78
+ content: " ";
79
+ }
80
+
81
+ .wpcf7-spinner {
82
+ visibility: hidden;
83
+ display: inline-block;
84
+ background-color: #23282d; /* Dark Gray 800 */
85
+ opacity: 0.75;
86
+ width: 24px;
87
+ height: 24px;
88
+ border: none;
89
+ border-radius: 100%;
90
+ padding: 0;
91
+ margin: 0 24px;
92
+ position: relative;
93
+ }
94
+
95
+ form.submitting .wpcf7-spinner {
96
+ visibility: visible;
97
+ }
98
+
99
+ .wpcf7-spinner::before {
100
+ content: '';
101
+ position: absolute;
102
+ background-color: #fbfbfc; /* Light Gray 100 */
103
+ top: 4px;
104
+ left: 4px;
105
+ width: 6px;
106
+ height: 6px;
107
+ border: none;
108
+ border-radius: 100%;
109
+ transform-origin: 8px 8px;
110
+ animation-name: spin;
111
+ animation-duration: 1000ms;
112
+ animation-timing-function: linear;
113
+ animation-iteration-count: infinite;
114
+ }
115
+
116
+ @media (prefers-reduced-motion: reduce) {
117
+ .wpcf7-spinner::before {
118
+ animation-name: blink;
119
+ animation-duration: 2000ms;
120
+ }
121
+ }
122
+
123
+ @keyframes spin {
124
+ from {
125
+ transform: rotate(0deg);
126
+ }
127
+
128
+ to {
129
+ transform: rotate(360deg);
130
+ }
131
+ }
132
+
133
+ @keyframes blink {
134
+ from {
135
+ opacity: 0;
136
+ }
137
+
138
+ 50% {
139
+ opacity: 1;
140
+ }
141
+
142
+ to {
143
+ opacity: 0;
144
+ }
145
+ }
146
+
147
+ .wpcf7 [inert] {
148
+ opacity: 0.5;
149
+ }
150
+
151
+ .wpcf7 input[type="file"] {
152
+ cursor: pointer;
153
+ }
154
+
155
+ .wpcf7 input[type="file"]:disabled {
156
+ cursor: default;
157
+ }
158
+
159
+ .wpcf7 .wpcf7-submit:disabled {
160
+ cursor: not-allowed;
161
+ }
162
+
163
+ .wpcf7 input[type="url"],
164
+ .wpcf7 input[type="email"],
165
+ .wpcf7 input[type="tel"] {
166
+ direction: ltr;
167
+ }
168
+
169
+ .wpcf7-reflection > output {
170
+ display: list-item;
171
+ list-style: none;
172
+ }
173
+
174
+ .wpcf7-reflection > output[hidden] {
175
+ display: none;
176
+ }
test__1002176_www.eastofengland.org.uk/resources/timeline.css ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .main-content .timeline ul {
2
+ margin-left: 0;
3
+ }
4
+
5
+ .timeline ul li:first-child {
6
+ padding-top: 50px;
7
+ }
8
+
9
+
10
+ .timeline ul li {
11
+ background: #3b583a;
12
+ position: relative;
13
+ margin: 0 auto;
14
+ width: 5px;
15
+ padding-bottom: 40px;
16
+ list-style-type: none;
17
+ border-left: 5px solid #7bc242;
18
+ padding: 3px;
19
+ }
20
+
21
+ .timeline:before {
22
+ background-image: url(/wp-content/uploads/2018/08/timeline-top.png);
23
+ content: "";
24
+ margin: auto;
25
+ position: absolute;
26
+ left: 0;
27
+ right: 0;
28
+ z-index: 999;
29
+ width: 51px;
30
+ height: 43px;
31
+ background-size: 51px 43px;
32
+ background-repeat: no-repeat;
33
+ }
34
+
35
+ .timeline ul li:last-child {
36
+ padding-bottom: 7px;
37
+ }
38
+
39
+ .timeline ul li:nth-child(even):before {
40
+ content: url("/wp-content/uploads/2018/08/left-leaf.png");
41
+ position: absolute;
42
+ z-index: 2;
43
+ width: 120px;
44
+ height: 30px;
45
+ right: 67px;
46
+ }
47
+
48
+ .timeline ul li:nth-child(odd):before {
49
+ content: url("/wp-content/uploads/2018/08/right-leaf.png");
50
+ position: absolute;
51
+ z-index: 2;
52
+ width: 120px;
53
+ height: 30px;
54
+ }
55
+
56
+ .timeline ul li .hidden {
57
+ opacity: 0;
58
+ }
59
+
60
+ .timeline ul li .content {
61
+ position: relative;
62
+ top: 7px;
63
+ width: 450px;
64
+
65
+
66
+ }
67
+
68
+ .timeline ul li .content h2 {
69
+ color: #fff;
70
+ padding-bottom: 10px;
71
+ text-align: center;
72
+ }
73
+
74
+ .timeline ul li .content-title h2 {
75
+ color: #fff;
76
+ padding-bottom: 0;
77
+ text-align: center;
78
+ margin-bottom: 0;
79
+ padding: 15px 30px 10px;
80
+ }
81
+
82
+
83
+ .timeline ul li .content p {
84
+ padding: 20px 30px !important;
85
+ }
86
+
87
+ .timeline ul li:nth-child(odd) .content {
88
+ left: 50px;
89
+ background: #fff;
90
+ border-top-left-radius: 50px;
91
+ border-bottom-right-radius: 50px;
92
+ margin-top: 20px;
93
+ -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
94
+ box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
95
+ border-bottom-left-radius: 5px;
96
+ border-top-right-radius: 5px;
97
+ }
98
+
99
+ .timeline ul li:nth-child(odd) .content:before {
100
+ left: -38px;
101
+ }
102
+
103
+ .timeline ul li:nth-child(even) .content {
104
+ left: calc(-450px - 45px);
105
+ background: #fff;
106
+ border-top-right-radius: 50px;
107
+ border-bottom-left-radius: 50px;
108
+ margin-top: 20px;
109
+ -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
110
+ box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
111
+ border-bottom-right-radius: 5px;
112
+ border-top-left-radius: 5px;
113
+ }
114
+
115
+ .timeline ul li:nth-child(even) .content-title {
116
+ border-top-right-radius: 50px;
117
+ background: #7bc242;
118
+ border-top-left-radius: 5px;
119
+ }
120
+
121
+ .timeline ul li:nth-child(odd) .content-title {
122
+ border-top-left-radius: 50px;
123
+ background: #7bc242;
124
+ border-top-right-radius: 5px;
125
+ }
126
+
127
+ .time {
128
+ font-size: 50px;
129
+ font-family: Butler-Medium;
130
+ font-weight: 600;
131
+ }
132
+
133
+ .date {
134
+ display: inline-block;
135
+ font-size: 25px;
136
+ color: #575757;
137
+ margin-right: 15px;
138
+ }
139
+
140
+ li:nth-child(odd) .time {
141
+ margin-left: 250px;
142
+ width: 250px;
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: flex-end;
146
+ }
147
+
148
+ li:nth-child(even) .time {
149
+ width: 350px;
150
+ display: flex;
151
+ align-items: center;
152
+ margin-left: -490px;
153
+ }
154
+
155
+ .row .col .timeline-image img {
156
+ margin-bottom: 0;
157
+ }
158
+
159
+ .blog-recent[data-style="minimal"] .meta {
160
+ font-size: 14px;
161
+ margin-bottom: 10px;
162
+ }
163
+
164
+ /* -------------------------
165
+ ----- Media Queries -----
166
+ ------------------------- */
167
+ @media screen and (max-width: 1050px) and (min-width: 950px) {
168
+
169
+ .timeline ul li .content {
170
+ width: 41vw;
171
+ }
172
+
173
+ .timeline ul li:nth-child(even) .content {
174
+ left: calc(-41vw - 45px);
175
+ }
176
+
177
+ li:nth-child(even) .time {
178
+ margin-left: -450px;
179
+ }
180
+
181
+ li:nth-child(odd) .time {
182
+ margin-left: 200px;
183
+ }
184
+ }
185
+
186
+ @media screen and (max-width: 950px) {
187
+ .wpb_wrapper .timeline-start {
188
+ width: calc(100% + 40px);
189
+ margin-left: -20px;
190
+ }
191
+
192
+ .timeline:before {
193
+ left: -20px;
194
+ right: auto;
195
+ }
196
+
197
+ .timeline ul li {
198
+ margin: 0;
199
+ }
200
+
201
+ .timeline ul li:nth-child(even):before {
202
+ right: auto;
203
+ -webkit-transform: scaleX(-1);
204
+ transform: scaleX(-1);
205
+ left: 67px;
206
+ }
207
+
208
+ li:nth-child(even) .time {
209
+ margin-left: 250px;
210
+ width: 300px;
211
+ justify-content: flex-end;
212
+ }
213
+
214
+
215
+ li:nth-child(odd) .time {
216
+ margin-left: 250px;
217
+ width: 300px;
218
+ }
219
+
220
+ .timeline ul li:nth-child(even) .content {
221
+ left: 50px;
222
+ }
223
+
224
+ .timeline ul li:nth-child(odd) .content,
225
+ .timeline ul li:nth-child(even) .content {
226
+ margin-bottom: 75px;
227
+ }
228
+ }
229
+
230
+
231
+ @media screen and (max-width: 690px) {
232
+ .timeline ul li .content {
233
+ width: 300px;
234
+ }
235
+
236
+ li:nth-child(odd) .time,
237
+ li:nth-child(even) .time {
238
+ margin-left: unset;
239
+ width: 325px;
240
+ margin-top: 40px;
241
+ }
242
+
243
+ .timeline ul li .content-title h2 {
244
+ font-size: 22px;
245
+ }
246
+
247
+ .timeline ul li:nth-child(odd) .content,
248
+ .timeline ul li:nth-child(even) .content {
249
+ left: 25px;
250
+ }
251
+ }
252
+
253
+ @media screen and (max-width: 568px) {
254
+ .timeline ul li .content {
255
+ width: 300px;
256
+ }
257
+
258
+ li:nth-child(odd) .time,
259
+ li:nth-child(even) .time {
260
+ margin-left: unset;
261
+ width: 250px;
262
+ margin-top: 40px;
263
+ }
264
+
265
+ .timeline ul li .content-title h2 {
266
+ font-size: 20px;
267
+ }
268
+
269
+ li:nth-child(odd) .time,
270
+ li:nth-child(even) .time {
271
+
272
+ font-size: 40px;
273
+ }
274
+
275
+ }
test__1002176_www.eastofengland.org.uk/resources/wp-mediaelement.min.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}