-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
249 lines (194 loc) · 21.1 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
/*
Theme Name: crunchplus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crunchplus
Tags:
*/
/*========================================================================
**************************** External *******************************
========================================================================== */
/*========================================================================
**************************** Theme style *******************************
========================================================================== */
#menu-main-menu { margin-right: 120px; }
.navbar-default { background: none; border: 0; }
.navbar-default .navbar-brand { color: #eeeeee; }
.navbar-default .navbar-brand:hover { color: #bdbdbd; }
.navbar-nav a { font-size: 14px; font-weight: 500; padding: 8px; margin-bottom: 14px; text-transform: uppercase; -webkit-transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s; -moz-transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s; transition: all cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s; }
.navbar-default .navbar-nav > li > a { color: #48afdb; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; background: none; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus { background: none; color: #48afdb; }
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #fff; background: none; }
.navbar-default .navbar-nav .dropdown.active.open > a { background: #757575; }
.navbar-nav > li > .dropdown-menu { margin-right: 32px; padding: 0; border: 0; background: #191919; -webkit-animation: item_slideUp 0.2s; -moz-animation: item_slideUp 0.2s; animation: item_slideUp 0.2s; }
.navbar-default .navbar-nav .caret { display: none; }
.dropdown-menu > li > a { font-size: 13px; font-weight: 500; color: #f5f5f5; padding: 12px 16px; margin: 0; border-bottom: 1px solid #212121; }
.dropdown-menu > li > a:hover { background: #191919; color: #fafafa; margin-left: 5px; }
.dropdown-menu > li > a:before { content: "\f105"; font-family: "FontAwesome"; padding-right: 8px; }
@media (max-width: 768px) { .navbar-collapse { background: #424242; margin: 0; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav a { border: 0; padding: 16px; margin: 0; color: #eeeeee; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav a:hover { color: #fafafa; }
.navbar-nav .open .dropdown-menu > li > a { background: #212121; }
.navbar-default .navbar-nav a { padding: 16px; } }
@media (min-width: 768px) { .top-bar-nav { position: absolute; right: 0; padding: 12px; color: #fff; }
.top-bar-nav ul { list-style-type: none; text-align: left; border-left: 1px solid #006269; }
.top-bar-nav ul li { display: inline-block; margin: 0px 8px; }
.top-bar-nav ul li a { color: #f2f2f2; }
.top-bar-nav ul li a:hover { color: #fff; }
.dropdown-menu .sub-menu { left: 100%; position: absolute; top: 0; visibility: hidden; margin-top: -1px; }
.dropdown-menu li:hover .sub-menu { visibility: visible; }
.dropdown:hover .dropdown-menu { display: block; }
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; }
.navbar .sub-menu:before { border-bottom: 7px solid transparent; border-left: none; border-right: 7px solid rgba(0, 0, 0, 0.2); border-top: 7px solid transparent; left: -7px; top: 10px; }
.navbar .sub-menu:after { border-top: 6px solid transparent; border-left: none; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: 10px; top: 11px; left: -6px; } }
.navbar-default .navbar-toggle { background: transparent; border: none; }
.navbar-default .navbar-toggle .fa { color: #00BAB5; font-size: 24px; }
.navbar-default .navbar-toggle:hover { background: transparent; }
.navbar-default .navbar-toggle:focus { outline: none; }
.navbar-default .navbar-collapse { border-color: #2854a1; }
@-webkit-keyframes item_slideLeft { from { opacity: 0; -webkit-transform: translate(-30px, 0); }
to { opacity: 1; -webkit-transform: translate(0, 0); } }
@-moz-keyframes item_slideLeft { from { opacity: 0; -moz-transform: translate(-30px, 0); }
to { opacity: 1; -moz-transform: translate(0, 0); } }
@keyframes item_slideLeft { from { opacity: 0; -webkit-transform: translate(-30px, 0); -moz-transform: translate(-30px, 0); -ms-transform: translate(-30px, 0); -o-transform: translate(-30px, 0); transform: translate(-30px, 0); }
to { opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }
@-webkit-keyframes item_slideRight { from { opacity: 0; -webkit-transform: translate(30px, 0); }
to { opacity: 1; -webkit-transform: translate(0, 0); } }
@-moz-keyframes item_slideRight { from { opacity: 0; -moz-transform: translate(30px, 0); }
to { opacity: 1; -moz-transform: translate(0, 0); } }
@keyframes item_slideRight { from { opacity: 0; -webkit-transform: translate(30px, 0); -moz-transform: translate(30px, 0); -ms-transform: translate(30px, 0); -o-transform: translate(30px, 0); transform: translate(30px, 0); }
to { opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }
@-webkit-keyframes item_slideUp { from { opacity: 0; -webkit-transform: translate(0, 30px); }
to { opacity: 1; -webkit-transform: translate(0, 0); } }
@-moz-keyframes item_slideUp { from { opacity: 0; -moz-transform: translate(0, 30px); }
to { opacity: 1; -moz-transform: translate(0, 0); } }
@keyframes item_slideUp { from { opacity: 0; -webkit-transform: translate(0, 30px); -moz-transform: translate(0, 30px); -ms-transform: translate(0, 30px); -o-transform: translate(0, 30px); transform: translate(0, 30px); }
to { opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }
@-webkit-keyframes item_slideDown { from { opacity: 0; -webkit-transform: translate(0, -30px); }
to { opacity: 1; -webkit-transform: translate(0, 0); } }
@-moz-keyframes item_slideDown { from { opacity: 0; -moz-transform: translate(0, -30px); }
to { opacity: 1; -moz-transform: translate(0, 0); } }
@keyframes item_slideDown { from { opacity: 0; -webkit-transform: translate(0, -30px); -moz-transform: translate(0, -30px); -ms-transform: translate(0, -30px); -o-transform: translate(0, -30px); transform: translate(0, -30px); }
to { opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }
@-webkit-keyframes item_fadeIn { from { opacity: .6; }
to { opacity: 1; } }
@-moz-keyframes item_fadeIn { from { opacity: .6; }
to { opacity: 1; } }
@keyframes item_fadeIn { from { opacity: .6; }
to { opacity: 1; } }
@-webkit-keyframes item_scale { 0% { -webkit-transform: scale(1); }
50% { -webkit-transform: scale(1.1) translate(15px, 15px); }
100% { -webkit-transform: scale(1.2) translate(0px, 0px); } }
@-moz-keyframes item_scale { 0% { -moz-transform: scale(1); }
50% { -moz-transform: scale(1.1) translate(15px, 15px); }
100% { -moz-transform: scale(1.2) translate(0px, 0px); } }
@keyframes item_scale { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
50% { -webkit-transform: scale(1.1) translate(15px, 15px); -moz-transform: scale(1.1) translate(15px, 15px); -ms-transform: scale(1.1) translate(15px, 15px); -o-transform: scale(1.1) translate(15px, 15px); transform: scale(1.1) translate(15px, 15px); }
100% { -webkit-transform: scale(1.2) translate(0px, 0px); -moz-transform: scale(1.2) translate(0px, 0px); -ms-transform: scale(1.2) translate(0px, 0px); -o-transform: scale(1.2) translate(0px, 0px); transform: scale(1.2) translate(0px, 0px); } }
.item_slideRight { -webkit-animation: item_slideRight 0.5s ease-in alternate; -moz-animation: item_slideRight 0.5s ease-in alternate; animation: item_slideRight 0.5s ease-in alternate; }
.item_slideLeft { -webkit-animation: item_slideLeft 0.5s ease-in alternate; -moz-animation: item_slideLeft 0.5s ease-in alternate; animation: item_slideLeft 0.5s ease-in alternate; }
.item_slideUp { -webkit-animation: item_slideUp 0.5s ease-in alternate; -moz-animation: item_slideUp 0.5s ease-in alternate; animation: item_slideUp 0.5s ease-in alternate; }
.item_slideDown { -webkit-animation: item_slideDown 0.5s ease-in alternate; -moz-animation: item_slideDown 0.5s ease-in alternate; animation: item_slideDown 0.5s ease-in alternate; }
.item_fadeIn { -webkit-animation: item_fadeIn 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) alternate; -moz-animation: item_fadeIn 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) alternate; animation: item_fadeIn 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) alternate; }
.item_scale { -webkit-animation: item_scale 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) alternate; -moz-animation: item_scale 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) alternate; animation: item_scale 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) alternate; }
@font-face { font-family: 'lato'; src: url("assets/fonts/Lato/Lato-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'raleway'; src: url("assets/fonts/Raleway/Raleway-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }
body { font-family: "Open sans", Helvetica, sans-serif, Arial; font-size: 15px; line-height: 24px; color: #292f33; background: #f7f7f7; }
h1, h2, h3, h4, h5, h6 { font-family: "raleway", "lato", Helvetica, sans-serif, Arial; }
ul { list-style-type: none; padding: 0; margin: 0; }
ul li { padding: 0; margin: 0; }
button { background: none; border: none; }
p { font-family: "Open sans", Helvetica, sans-serif, Arial; font-size: 15px; line-height: 24px; color: #292f33; }
a { color: #3b3e4f; -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
a:hover, a:focus, a:active { color: #2F3F8A; text-decoration: none; }
input { border: 0; padding: 8px; -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); -moz-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
input:focus { outline: none; }
textarea { padding: 8px; -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); -moz-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
textarea:focus { outline: none; }
.cplus-input { background: rgba(255, 255, 255, 0.96); width: 235px; }
.cplus-input2 { border: 1px solid #e3e3e3; width: 100%; }
.cplus-submit { margin-top: 16px; background: #2854a1; width: 100px; border-radius: 2px; color: #fff; }
.cplus-submit:hover { background: #234f9c; }
.cplus-button1 { margin-top: 16px; background: #2854a1; border-radius: 2px; padding: 8px 16px; color: #fff; }
.cplus-button1:hover { background: #234f9c; }
.header-top-bar { position: fixed; z-index: 99999; width: 100%; height: 80px; -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); background: #00293E; padding: 16px 0; -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
.header-top-bar.attach { padding: 8px 0; height: 64px; background: #003D4E; }
.main-content-wrapper { padding-top: 80px; }
.map-wrapper { background: #e2e2e2; height: 485px; position: relative; overflow: hidden; }
.map-wrapper .gmap { width: 100%; height: 100%; }
.map-wrapper .search-box { position: absolute; left: 0; top: 10%; width: 100%; }
.map-wrapper .search-box .search-form { padding: 4px 4px; text-align: center; display: block; }
.form-wrapper { padding: 60px 0; }
.form-wrapper header { text-align: center; margin-bottom: 32px; }
.form-wrapper .main-form { margin: 16px auto; text-align: center; -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); background: rgba(255, 255, 255, 0.97); padding: 16px; }
.form-wrapper .main-form ul { text-align: left; }
.form-wrapper .main-form ul li { margin: 12px; }
.form-wrapper .main-form ul li .field-helper { margin: 8px 0; font-size: 13px; opacity: .87; color: #bdbdbd; }
.form-wrapper .main-form ul li .cplus-submit { margin-top: 32px; }
.form-wrapper .main-form ul li .form-meta { opacity: .78; margin-top: 16px; }
.footer-bottom-wrapper { z-index: 9999; padding: 32px 0; text-align: center; background: #e0e0e0; }
.footer-bottom-wrapper .site-info { color: #000000; }
.footer-bottom-wrapper .site-info a { color: #48afdb; }
.footer-bottom-wrapper .site-info a:hover { color: #fff; }
.content-wrapper { padding: 60px 0; }
.single-map-wrapper { position: fixed; left: 0; padding-top: 80px; width: 40%; background: #191919; height: 100%; overflow: hidden; }
.single-map-wrapper .gmap { width: 100%; height: 100%; }
.post-box { background: #191919; -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); cursor: pointer; padding: 8px; position: relative; overflow: hidden; height: 250px; margin: 16px 0px; }
.post-box .post-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.post-box .post-img img { -webkit-transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19); -moz-transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19); width: 100%; height: 100%; }
.post-box:hover .post-img img { -webkit-transform: scale(1.061) rotate(2deg); -moz-transform: scale(1.061) rotate(2deg); -ms-transform: scale(1.061) rotate(2deg); -o-transform: scale(1.061) rotate(2deg); transform: scale(1.061) rotate(2deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; }
.post-box .post-type { position: absolute; top: 0; right: 0; }
.post-box .post-type p { background: #2854a1; padding: 7px; color: #fff; }
.post-box .post-meta { position: absolute; bottom: 0; left: 0; padding: 8px; width: 100%; background: rgba(25, 25, 25, 0.15); }
.post-box .post-meta .fa { padding-right: 6px; color: #fafafa; }
.post-box .post-meta h4 { color: #fafafa; }
.post-box .post-meta p { color: #e3e3e3; }
.main-content-wrapper.login { background-color: #00BAB5; background: url("images/bg-login.jpg") no-repeat; background-attachment: fixed; background-size: cover; background-position: center; }
.main-content-wrapper.signup { background-color: #00BAB5; background: url("images/bg-signup.jpg") no-repeat; background-attachment: fixed; background-size: cover; background-position: center; }
.main-form.listing { border: 1px solid #e3e3e3; border-radius: 5px; box-shadow: none; padding: 16px 32px; }
.listing-header-wrapper { height: 400px; background: #191919; display: table; width: 100%; color: #fafafa; }
.listing-header-wrapper .listing-details { display: table-cell; padding-bottom: 30px; vertical-align: bottom; }
.listing-header-wrapper .listing-details .post-type { display: inline-block; background: #2854a1; padding: 6px; color: #fff; margin-bottom: -8px; }
.listing-header-wrapper .listing-details h3, .listing-header-wrapper .listing-details p { color: #fafafa; }
.listing-header-wrapper .listing-details .cplus-button1 { margin-top: 8px; }
.listing-content, .listing-widget, .listing-contact { background: #fff; border: 1px solid #e3e3e3; padding: 16px; margin-bottom: 32px; }
.listing-content h4, .listing-widget h4, .listing-contact h4 { display: inline-block; padding-bottom: 8px; border-bottom: 2px solid #2854a1; }
.listing-author { text-align: center; }
.listing-author img { width: 96px; height: 96px; border-radius: 50%; }
.listing-contact .icon-box { margin: 32px 0; text-align: center; }
.listing-contact .icon-box .fa { font-size: 25px; height: 72px; width: 72px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; justify-content: center; color: #fafafa; border-radius: 50%; -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); background: #2854a1; }
.listing-contact .icon-box p { margin-top: 16px; }
.admin-menu-wrapper { position: fixed; top: 80px; z-index: 77777; left: 0; width: 220px; height: 100%; -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); -webkit-transform: translate(-220px, 0); -moz-transform: translate(-220px, 0); -ms-transform: translate(-220px, 0); -o-transform: translate(-220px, 0); transform: translate(-220px, 0); -webkit-transition: 0.3s all cubic-bezier(0.55, 0.055, 0.675, 0.19); -moz-transition: 0.3s all cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: 0.3s all cubic-bezier(0.55, 0.055, 0.675, 0.19); background: #212121; }
.admin-menu-wrapper ul li { padding: 16px; border-bottom: 1px solid #333; -webkit-transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19); -moz-transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19); cursor: pointer; }
.admin-menu-wrapper ul li a { color: #fff; }
.admin-menu-wrapper ul li a .fa { padding-right: 8px; }
.admin-menu-wrapper ul li:hover { background: #333; }
.admin-menu-wrapper .admin-menu-toggle { position: absolute; cursor: pointer; top: 0; right: -40px; width: 40px; padding: 8px; background: #fff; border: 1px solid #e3e3e3; }
.admin-menu-wrapper .admin-menu-toggle .fa { font-size: 24px; }
.admin-menu-wrapper.show { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
.admin-content-wrapper { min-height: 600px; padding: 16px 0px; }
.event-box h2, .agriculture-box h2 { padding: 8px; border: 2px solid #00293E; display: inline-block; }
.event-box ul, .agriculture-box ul { background: #fff; border: 1px solid #e3e3e3; border-radius: 5px; margin: 24px 0; padding: 16px; }
.event-box ul li, .agriculture-box ul li { padding: 6px 0px; border-bottom: 1px solid #e9e9e9; }
.event-box ul li:last-child, .agriculture-box ul li:last-child { border-bottom: none; }
.event-box ul li .post-meta, .agriculture-box ul li .post-meta { opacity: .60; border: none; margin: 0; font-size: 14px; padding: 0; }
.event-box ul li .post-meta li, .agriculture-box ul li .post-meta li { display: inline-block; padding-right: 8px; border: none; }
.overlay-wrapper { background: rgba(0, 0, 0, 0.87); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 66666; animation: fadeIn 0.3s; -webkit-transition: 0.3s all cubic-bezier(0.55, 0.055, 0.675, 0.19); -moz-transition: 0.3s all cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: 0.3s all cubic-bezier(0.55, 0.055, 0.675, 0.19); visibility: hidden; }
.overlay-wrapper.show { visibility: visible; animation: fadeIn 0.3s; }
.single-map { height: 560px; background: #e3e3e3; }
.single-map .map { height: 100%; width: 100%; }
/*========================================================================
**************************** Responsive *******************************
========================================================================== */
@media (max-width: 992px) { .container { width: 85%; }
.single-map-wrapper { display: none; }
.post-box { height: 300px; } }
@media (max-width: 768px) { .post-box { margin: 16px auto; width: 350px; height: 250px; } }
@media (min-width: 992px) { .admin-menu-toggle { visibility: hidden; }
.admin-menu-wrapper { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }