1/* desbest edit */
2@media screen and (max-width: 480px){
3  fieldset,
4  #mediamanager__page,
5  #mediamanager__page .filelist{
6    max-width: 100%; min-width: unset;
7  }
8  #mediamanager__page .file,
9  #mediamanager__page .namespaces,
10  #mediamanager__page .panel {
11    width: 100%; clear: both; float: none;
12  }
13  /*li, dd { margin: 1.35em 0px !important; }*/
14  li, dd { margin: 1em 1.35em 0px 1em !important; }
15  #config__manager tr { }
16  #config__manager td { display: block;  padding: 1.15em 0px; max-width: 50%;  }
17
18  #config__manager fieldset td.value { width: unset; }
19
20  #config__manager td .input,
21  #config__manager fieldset td.value,
22  #config__manager td input.edit {
23    max-width: 70%;
24  }
25
26  .header-img { inset: 0px auto auto 0px !important } /* arcade basic specific */
27  button { margin: 3px 8px; }
28}
29/* ---- end desbest edit ---- */
30
31@media (min-width: 768px) and (max-width: 991px) {
32  .visible-sm-block {
33    display: block !important; } }
34
35@media (min-width: 768px) and (max-width: 991px) {
36  .visible-sm-inline {
37    display: inline !important; } }
38
39@media (min-width: 768px) and (max-width: 991px) {
40  .visible-sm-inline-block {
41    display: inline-block !important; } }
42
43@media (min-width: 992px) and (max-width: 1199px) {
44  .visible-md {
45    display: block !important; }
46@media (min-width: 1200px) {
47  .visible-lg-block {
48    display: block !important; } }
49
50@media (min-width: 1200px) {
51  .visible-lg-inline {
52    display: inline !important; } }
53
54@media (min-width: 1200px) {
55  .visible-lg-inline-block {
56    display: inline-block !important; } }
57
58@media (max-width: 767px) {
59  .hidden-xs {
60    display: none !important; } }
61@media (min-width: 768px) and (max-width: 991px) {
62  .hidden-sm {
63    display: none !important; } }
64@media (min-width: 992px) and (max-width: 1199px) {
65  .hidden-md {
66    display: none !important; } }
67@media (min-width: 1200px) {
68  .hidden-lg {
69    display: none !important; } }
70    @media (max-width: 600px) {
71      #site-meta i {
72        font-size: 60px !important;
73        margin: 10px 0 !important; } }
74  @media (max-width: 480px) {
75    #site-meta {
76      padding-top: 10px; } }
77          @media (max-width: 600px) {
78      .no-fittext #site-title a {
79        font-size: 60px !important; } }
80          @media (max-width: 600px) {
81    #more-site {
82      display: none !important; } }
83        @media (max-width: 768px) {
84    .admin-bar .navbar-fixed-top {
85      top: 46px; } }
86@media (max-width: 600px) {
87  .navbar-fixed-top {
88    top: 0 !important;
89    position: absolute; } }
90
91  @media (max-width: 480px) {
92    .navbar-inverse {
93      background: rgba(0, 0, 0, 0.85); } }
94        @media (max-width: 768px) {
95    #menu-social {
96      float: none;
97      margin-bottom: 10px;
98      padding: 0; } }
99       @media (max-width: 768px) {
100    .home-jumbotron,
101    .jumbo-headline.widget_text {
102      padding: 30px 0; } }
103
104
105  @media (max-width: 768px) {
106      .home-jumbotron h2,
107      .jumbo-headline.widget_text h2 {
108        font-size: 32px; } }
109          @media (max-width: 768px) {
110    #home-page-widgets {
111      margin: 0; } }
112       @media (max-width: 992px) {
113    #primary {
114      float: none !important; } }
115        @media (max-width: 480px) {
116    .pullquote {
117      width: 100%;
118      margin: 0 0 .5em 0;
119      float: none;
120      text-align: left; } }
121      @media (max-width: 768px) {
122  .columns {
123    -webkit-column-count: 1 !important;
124    -moz-column-count: 1 !important;
125    column-count: 1 !important; } }
126      @media (max-width: 480px) {
127    article.error404 .entry-title {
128      font-size: 400%; } }
129        @media (max-width: 480px) {
130    article.error404 .entry-content {
131      font-size: 150%; } }
132        @media (max-width: 480px) {
133    .gallery .gallery-item {
134      width: 100%;
135      margin-bottom: 20px; } }
136
137    @media (max-width: 480px) {
138      .page-header .navigation {
139        float: left; } }
140          @media (max-width: 480px) {
141    #secondary,
142    #tertiary {
143      margin-top: 0; } }
144        @media (max-width: 768px) {
145    #footer .copyright span,
146    #footer .copyright aside {
147      display: block;
148      float: none !important;
149      text-align: center; } }
150          @media (max-width: 768px) {
151      #footer .fa-leaf {
152        display: none; } }
153
154
155        @media screen and (max-width: 767px) {
156    .table-responsive {
157      width: 100%;
158      margin-bottom: 15px;
159      overflow-y: hidden;
160      -ms-overflow-style: -ms-autohiding-scrollbar;
161      border: 1px solid #ddd; }
162      .table-responsive > .table {
163        margin-bottom: 0; }
164        .table-responsive > .table > thead > tr > th,
165        .table-responsive > .table > thead > tr > td,
166        .table-responsive > .table > tbody > tr > th,
167        .table-responsive > .table > tbody > tr > td,
168        .table-responsive > .table > tfoot > tr > th,
169        .table-responsive > .table > tfoot > tr > td {
170          white-space: nowrap; }
171      .table-responsive > .table-bordered {
172        border: 0; }
173        .table-responsive > .table-bordered > thead > tr > th:first-child,
174        .table-responsive > .table-bordered > thead > tr > td:first-child,
175        .table-responsive > .table-bordered > tbody > tr > th:first-child,
176        .table-responsive > .table-bordered > tbody > tr > td:first-child,
177        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
178        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
179          border-left: 0; }
180        .table-responsive > .table-bordered > thead > tr > th:last-child,
181        .table-responsive > .table-bordered > thead > tr > td:last-child,
182        .table-responsive > .table-bordered > tbody > tr > th:last-child,
183        .table-responsive > .table-bordered > tbody > tr > td:last-child,
184        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
185        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
186          border-right: 0; }
187        .table-responsive > .table-bordered > tbody > tr:last-child > th,
188        .table-responsive > .table-bordered > tbody > tr:last-child > td,
189        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
190        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
191          border-bottom: 0; } }
192
193          @media (max-width: 767px) {
194    .navbar-nav .open .dropdown-menu {
195      position: static;
196      float: none;
197      width: auto;
198      margin-top: 0;
199      background-color: transparent;
200      border: 0;
201      box-shadow: none; }
202      .navbar-nav .open .dropdown-menu > li > a,
203      .navbar-nav .open .dropdown-menu .dropdown-header {
204        padding: 5px 15px 5px 25px; }
205      .navbar-nav .open .dropdown-menu > li > a {
206        line-height: 20px; }
207        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
208          background-image: none; } }
209
210
211
212           @media (min-width: 768px) {
213    .navbar-nav {
214      float: left;
215      margin: 0; }
216      .navbar-nav > li {
217        float: left; }
218        .navbar-nav > li > a {
219          padding-top: 15px;
220          padding-bottom: 15px; } }
221
222            @media (max-width: 767px) {
223    .navbar-form .form-group {
224      margin-bottom: 5px; }
225      .navbar-form .form-group:last-child {
226        margin-bottom: 0; } }
227
228        @media (max-width: 767px) {
229    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
230      color: #777; }
231      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
232        color: #333;
233        background-color: transparent; }
234    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
235      color: #555;
236      background-color: #e7e7e7; }
237    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
238      color: #ccc;
239      background-color: transparent; } }
240
241
242      @media (max-width: 767px) {
243    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
244      border-color: #090909; }
245    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
246      background-color: #090909; }
247    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
248      color: #9d9d9d; }
249      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
250        color: #fff;
251        background-color: transparent; }
252    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
253      color: #fff;
254      background-color: #090909; }
255    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
256      color: #444;
257      background-color: transparent; } }
258
259      @media (max-width: 767px) {
260  .visible-xs {
261    display: block !important; }
262
263  table.visible-xs {
264    display: table !important; }
265
266  tr.visible-xs {
267    display: table-row !important; }
268
269  th.visible-xs,
270  td.visible-xs {
271    display: table-cell !important; } }
272@media (max-width: 767px) {
273  .visible-xs-block {
274    display: block !important; } }
275
276@media (max-width: 767px) {
277  .visible-xs-inline {
278    display: inline !important; } }
279
280@media (max-width: 767px) {
281  .visible-xs-inline-block {
282    display: inline-block !important; } }
283
284
285
286@media (min-width: 768px) and (max-width: 991px) {
287  .visible-sm {
288    display: block !important; }
289
290  table.visible-sm {
291    display: table !important; }
292
293  tr.visible-sm {
294    display: table-row !important; }
295
296  th.visible-sm,
297  td.visible-sm {
298    display: table-cell !important; } }
299
300  table.visible-md {
301    display: table !important; }
302
303  tr.visible-md {
304    display: table-row !important; }
305
306  th.visible-md,
307  td.visible-md {
308    display: table-cell !important; } }
309@media (min-width: 992px) and (max-width: 1199px) {
310  .visible-md-block {
311    display: block !important; } }
312
313@media (min-width: 992px) and (max-width: 1199px) {
314  .visible-md-inline {
315    display: inline !important; } }
316
317@media (min-width: 992px) and (max-width: 1199px) {
318  .visible-md-inline-block {
319    display: inline-block !important; } }
320
321@media (min-width: 1200px) {
322  .visible-lg {
323    display: block !important; }
324
325  table.visible-lg {
326    display: table !important; }
327
328  tr.visible-lg {
329    display: table-row !important; }
330
331  th.visible-lg,
332  td.visible-lg {
333    display: table-cell !important; } }