| 1 |
.event_item{ |
| 2 |
display:block; |
| 3 |
clear:both; |
| 4 |
font-size:0.95em; |
| 5 |
margin:1em 0; |
| 6 |
} |
| 7 |
.event_item:after{ |
| 8 |
display:block; |
| 9 |
clear:both; |
| 10 |
padding:1px; |
| 11 |
content:' '; |
| 12 |
} |
| 13 |
.event_item .event_thumbnail{ |
| 14 |
float:left; |
| 15 |
margin:0 1em 0 0; |
| 16 |
} |
| 17 |
.event_map{ |
| 18 |
background:#CCC; |
| 19 |
border:#999 1px solid; |
| 20 |
} |
| 21 |
.event_past{ |
| 22 |
font-size:0.8em; |
| 23 |
opacity:0.7; |
| 24 |
} |
| 25 |
.event_item a{ |
| 26 |
text-decoration: none; |
| 27 |
} |
| 28 |
|
| 29 |
.event_item h5{ |
| 30 |
font-size:1em; |
| 31 |
clear:none; |
| 32 |
} |
| 33 |
.event_item address{ /* Bootstrap patch */ |
| 34 |
line-height:inherit; |
| 35 |
margin-bottom:0; |
| 36 |
} |
| 37 |
.event_data{ |
| 38 |
display:block; |
| 39 |
font-size:0.8em; |
| 40 |
opacity:0.9; |
| 41 |
line-height:1.1em; |
| 42 |
} |
| 43 |
.event_single{ |
| 44 |
padding:0.5em 0.5em 0.5em 1.5em; |
| 45 |
margin:0.5em 0; |
| 46 |
background: #FFF; |
| 47 |
background: rgba(255,255,255,0.9); |
| 48 |
border:none; |
| 49 |
border-left:#FFF 10px solid; |
| 50 |
} |
| 51 |
.event_data .date{ |
| 52 |
font-size:1.2em; |
| 53 |
} |
| 54 |
.event_data .time{ |
| 55 |
font-size:1.1em; |
| 56 |
opacity:0.8; |
| 57 |
} |
| 58 |
.event_data a{ |
| 59 |
font-size:0.7em; |
| 60 |
background:transparent; |
| 61 |
display:block; |
| 62 |
padding:0.2em 0.5em; |
| 63 |
border-radius:0.2em; |
| 64 |
float:right; |
| 65 |
margin:0.1em 0.2em; |
| 66 |
text-decoration:none !important; |
| 67 |
font-weight:900; |
| 68 |
} |
| 69 |
|
| 70 |
.event_data a.gps{ |
| 71 |
font-size:1.1em; |
| 72 |
} |
| 73 |
|
| 74 |
.event_data.event_category{ |
| 75 |
clear:both; |
| 76 |
} |
| 77 |
|
| 78 |
.event_geolist_icon_loader{ |
| 79 |
line-height: 5em; |
| 80 |
background: #CCC; |
| 81 |
background-color: rgba(0, 0, 0, 0.1); |
| 82 |
border:#000 1px dotted; |
| 83 |
text-align: center; |
| 84 |
} |
| 85 |
.event_geolist_icon_loader .dashicons{ |
| 86 |
line-height: 3em; |
| 87 |
} |
| 88 |
.event_geolist_parsed .event_geolist_icon_loader{ |
| 89 |
display:none; |
| 90 |
} |
| 91 |
.event_geolist .event_item{ |
| 92 |
display:none; |
| 93 |
} |
| 94 |
.event_map_popup{ |
| 95 |
background:#F5F5F5; |
| 96 |
border-radius:0 15px 15px; |
| 97 |
border:#FFF 1px solid; |
| 98 |
padding:0.5em; |
| 99 |
color:#000; |
| 100 |
position:absolute; |
| 101 |
top:5px; |
| 102 |
left:5px; |
| 103 |
width:200px; |
| 104 |
box-shadow:rgba(0,0,0,0.5) 2px 2px 5px; |
| 105 |
} |
| 106 |
.event_map_popup a,.event_map_popup a:hover{ |
| 107 |
text-decoration:none; |
| 108 |
color:#222; |
| 109 |
} |
| 110 |
.event_map_popup img{ |
| 111 |
float:left; |
| 112 |
margin-right:4px; |
| 113 |
max-width:50%; |
| 114 |
height:auto; |
| 115 |
} |
| 116 |
|
| 117 |
.olMap img{ |
| 118 |
max-width:none; |
| 119 |
} |
| 120 |
.olControlZoom{ |
| 121 |
display:none; |
| 122 |
} |
| 123 |
|
| 124 |
.olControlAttribution{ |
| 125 |
right:5px; |
| 126 |
bottom:5px; |
| 127 |
font-size:0.6em; |
| 128 |
} |
| 129 |
|
| 130 |
/** Calendar Widget **/ |
| 131 |
.eventpost_calendar{ |
| 132 |
width:100%; |
| 133 |
min-height:100px; |
| 134 |
border:#CCC 1Px solid; |
| 135 |
padding:0.3em; |
| 136 |
box-sizing: border-box; |
| 137 |
-moz-box-sizing: border-box; |
| 138 |
-webkit-box-sizing: border-box; |
| 139 |
position:relative; |
| 140 |
text-align: center; |
| 141 |
} |
| 142 |
.eventpost_cal_loader{ |
| 143 |
margin-top:20px; |
| 144 |
} |
| 145 |
|
| 146 |
.eventpost_cal_list{ |
| 147 |
position:absolute; |
| 148 |
width:100%; |
| 149 |
height:100%; |
| 150 |
left:0; |
| 151 |
background:#FFF; |
| 152 |
padding:0.5em; |
| 153 |
border:#CCC 1px solid; |
| 154 |
top:0; |
| 155 |
overflow:auto; |
| 156 |
box-sizing: border-box; |
| 157 |
-moz-box-sizing: border-box; |
| 158 |
-webkit-box-sizing: border-box; |
| 159 |
} |
| 160 |
|
| 161 |
.eventpost_calendar table{ |
| 162 |
width:100%; |
| 163 |
} |
| 164 |
.eventpost_calendar td, .eventpost_calendar th{ |
| 165 |
text-align: center; |
| 166 |
} |
| 167 |
.eventpost_calendar table caption{ |
| 168 |
text-align: center; |
| 169 |
} |
| 170 |
.eventpost_calendar th{ |
| 171 |
font-weight:900; |
| 172 |
} |
| 173 |
|
| 174 |
.eventpost_calendar tbody td.event_post_day_now{ |
| 175 |
border:#8C4 2px solid; |
| 176 |
} |
| 177 |
.eventpost_calendar button{ |
| 178 |
cursor:pointer; |
| 179 |
display:inline-block; |
| 180 |
padding:0.1em; |
| 181 |
background:transparent; |
| 182 |
font-weight:900; |
| 183 |
box-shadow: none; |
| 184 |
border:none; |
| 185 |
border-radius: 0; |
| 186 |
} |
| 187 |
.eventpost_calendar tbody button{ |
| 188 |
padding:0.3em 0; |
| 189 |
background:rgba(0,0,0,0.4); |
| 190 |
border: transparent 1px solid; |
| 191 |
width: 100%; |
| 192 |
} |
| 193 |
.eventpost_calendar tbody button:hover, .eventpost_calendar tbody button:focus{ |
| 194 |
border:#FFF 1px solid; |
| 195 |
border-radius: 0; |
| 196 |
} |
| 197 |
|
| 198 |
.eventpost_calendar button.eventpost_cal_close{ |
| 199 |
position:absolute; |
| 200 |
right:2px; |
| 201 |
top:2px; |
| 202 |
display:bock; |
| 203 |
padding:0.3em 0.6em; |
| 204 |
background:#555; |
| 205 |
color:#FFF; |
| 206 |
text-decoration: none; |
| 207 |
} |
| 208 |
.eventpost_calendar button.eventpost_cal_close:hover, .eventpost_calendar button.eventpost_cal_close:focus{ |
| 209 |
background:#000; |
| 210 |
color:#FFF; |
| 211 |
} |
| 212 |
|
| 213 |
/*Widget MAP */ |
| 214 |
.widget .eventpost_widget *, |
| 215 |
.widget .eventpost_widget img, |
| 216 |
.widget .eventpost_widget div, |
| 217 |
.widget .eventpost_widget a , |
| 218 |
.widget .eventpost_widget span { |
| 219 |
max-height: none !important; |
| 220 |
max-width: none !important; |
| 221 |
min-height: 0 !important; |
| 222 |
min-width: 0 !important; |
| 223 |
} |
| 224 |
|
| 225 |
|
| 226 |
|
| 227 |
/*Weather*/ |
| 228 |
.eventpost-weather-very-hot { |
| 229 |
background: #f56048; |
| 230 |
} |
| 231 |
.eventpost-weather-hot { |
| 232 |
background: #fbaa1b; |
| 233 |
} |
| 234 |
.eventpost-weather-average { |
| 235 |
background: #E8D024; |
| 236 |
} |
| 237 |
.eventpost-weather-cold { |
| 238 |
background: #60bdfa; |
| 239 |
} |
| 240 |
.eventpost-weather-very-cold { |
| 241 |
background: #1c71f2; |
| 242 |
} |
| 243 |
.eventpost-weather-none { |
| 244 |
background: grey; |
| 245 |
} |
| 246 |
|
| 247 |
.eventpost-weather-clear-sky{ |
| 248 |
|
| 249 |
} |
| 250 |
.eventpost-weather-few-clouds{ |
| 251 |
|
| 252 |
} |
| 253 |
.eventpost-weather-scattered-clouds{ |
| 254 |
|
| 255 |
} |
| 256 |
.eventpost-weather-broken-clouds{ |
| 257 |
|
| 258 |
} |
| 259 |
.eventpost-weather-shower-rain{ |
| 260 |
|
| 261 |
} |
| 262 |
.eventpost-weather-rain{ |
| 263 |
|
| 264 |
} |
| 265 |
.eventpost-weather-thunderstorm{ |
| 266 |
|
| 267 |
} |
| 268 |
.eventpost-weather-snow{ |
| 269 |
|
| 270 |
} |
| 271 |
.eventpost-weather-mist{ |
| 272 |
|
| 273 |
} |
| 274 |
|
| 275 |
/* Search widget */ |
| 276 |
body:not(.wp-admin) .eventpost-date-wrapper label, body:not(.wp-admin) .eventpost-datepicker-simple-inputgroup{ |
| 277 |
display: inline; |
| 278 |
} |
| 279 |
.eventpost-search-item-count{ |
| 280 |
display: inline-block; |
| 281 |
padding: 0.4em 1em; |
| 282 |
border-radius: 3px; |
| 283 |
background:rgba(200, 200, 0, 0.3); |
| 284 |
margin: 1em 0; |
| 285 |
} |