1/* desbest edit */
2.navbar-header a:link, .navbar-header a:visited { color: unset; }
3.toolbutton img { margin-bottom: 0px !important; }
4.toolbutton { margin: 8px 3px; padding: 8px; }
5footer #inner-footer { color: white; }
6.page li { display: block; }
7.attribution, .doc { float: none !important; }
8.breadcrumbs { font-size: 17px; }
9
10#writtensidebar h1 /*.sidebar-heading*/ {
11	color: #fff;
12	position: relative;
13	margin: 0;
14	padding: 10px;
15	background: #048eb0;
16	border-radius: 3px;
17	font-size: 18px;
18}
19
20
21.navbar-brand {	line-height: 0.85em; }
22.input-group .form-control, #qsearch__in {
23	/*position: relative;*/
24	/*z-index: 2;*/
25	/*float: left;*/
26	width: 100%;
27	max-width: 100%;
28	margin-bottom: 0;
29}
30#dw__search { padding: 25px 15px; display: inline-block; width: 100%; }
31#dw__search button[type="submit"]{ display: none; }
32#dw__search input#qsearch__in {
33	padding: 10px 5px 10px 30px;
34	border-radius: 3px;
35	border: 1px #CCC solid;
36	font-size: 16px;
37 }
38
39.dokuwiki .secedit button {
40	font-size: 0.85em;
41}
42
43
44
45/* config manager */
46
47/*#config__manager fieldset { clear: both; }*/
48#config__manager table { border-collapse: revert; border-spacing: 0px 1.85em; }
49#config__manager tr { padding: 1em 0px; }
50#config__manager td.label span.outkey { font-size: 1.15em !important; }
51
52/* defined in /lib/plugin/config.style.css */
53#config__manager td input.edit {
54    width: 14em;
55}
56#config__manager td .input {
57    min-width: 14.8em;
58}
59#config__manager td select.edit { }
60#config__manager td textarea.edit {
61    width: 11.5em;
62    height: 4em;
63}
64
65/*
66Theme Name: MyWiki
67Theme URI: http://fasterthemes.com/wordpress-themes/mywiki
68Description: MyWiki is simple, lightweight and fast loading WordPress Theme for individuals and companies to manage their Knowledge-base or Support or Wiki or Frequently Asked Questions (FAQs) through a WordPress website. It is powered by Ajax search. It is a mobile responsive theme based on Twitter bootstrap framework. It is a translation ready theme and hence can be translated to any LTR language. Step by step documentation and tutorial is available for free here: https://fasterthemes.com/documentation/mywiki/
69Author: FasterThemes
70Author URI: http://fasterthemes.com/
71Tags: custom-background, custom-menu, full-width-template, theme-options, right-sidebar, featured-images, post-formats, sticky-post, editor-style , translation-ready
72version: 3.0.3
73License: GNU General Public License v3 or later
74License URI: http://www.gnu.org/licenses/gpl-3.0.html
75This theme, like WordPress, is licensed under the FasterThemes.
76Use it to make something cool, have fun, and share what you've learned with others.
77Text Domain: mywiki
78*/
79
80/****** Main CSS ******/
81body {
82	font-family: 'Cabin', sans-serif;
83}
84p {
85	font-family: 'Cabin', sans-serif;
86}
87h1, h2, h3, h4, h5, h6 {
88	font-family: 'Cabin', sans-serif;
89	color: #048eb0;
90}
91a{
92	color:#048eb0;
93}
94table {
95    border: 1px solid #ccc;
96}
97table thead tr {
98    border-bottom: 1px solid #ccc;
99}
100table thead tr th {
101    padding: 5px;
102    border-right: 1px solid #ccc;
103}
104table thead tr th:last-child {
105    border-right: 0;
106}
107table tbody tr {
108    border-bottom: 1px solid #ccc;
109}
110table tbody tr th, table tbody tr td {
111    border-right: 1px solid #ccc;
112    padding: 5px;
113	font-weight: normal;
114}
115
116.post_content ul, ol {
117    margin-top: 0;
118    margin-bottom: 10px;
119}
120
121.post_content li {
122    display: list-item;
123    text-align: -webkit-match-parent;
124}
125
126.post_content ul ul, .post_content ol ul, .post_content ul ol, .post_content ol ol {
127    margin-bottom: 0;
128    margin-left: 10px;
129}
130
131.post_content ul ul ul {
132    list-style-type: square;
133    margin-left: 10px;
134}
135
136.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
137	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
138	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
139}
140.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
141	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
142}
143.btn:active, .btn.active {
144	background-image: none;
145}
146.btn-default {
147	background-image: linear-gradient(to bottom, rgb(66, 139, 202) 0%, #E6E6E6 100%);
148	background-repeat: repeat-x;
149	border-color: #CCCCCC;
150	text-shadow: 0 1px 0 #FFFFFF;
151}
152.btn-default:active, .btn-default.active {
153	background-color: #E6E6E6;
154	border-color: #E0E0E0;
155}
156.btn-primary {
157	background-image: linear-gradient(to bottom, #428BCA 0%, #3071A9 100%);
158	background-repeat: repeat-x;
159	border-color: #2D6CA2;
160}
161.btn-primary:active, .btn-primary.active {
162	background-color: #3071A9;
163	border-color: #2D6CA2;
164}
165.btn-success {
166	background-image: linear-gradient(to bottom, #5CB85C 0%, #449D44 100%);
167	background-repeat: repeat-x;
168	border-color: #419641;
169}
170.btn-success:active, .btn-success.active {
171	background-color: #449D44;
172	border-color: #419641;
173}
174.btn-warning {
175	background-image: linear-gradient(to bottom, #F0AD4E 0%, #EC971F 100%);
176	background-repeat: repeat-x;
177	border-color: #EB9316;
178}
179.btn-warning:active, .btn-warning.active {
180	background-color: #EC971F;
181	border-color: #EB9316;
182}
183.btn-danger {
184	background-image: linear-gradient(to bottom, #D9534F 0%, #C9302C 100%);
185	background-repeat: repeat-x;
186	border-color: #C12E2A;
187}
188.btn-danger:active, .btn-danger.active {
189	background-color: #C9302C;
190	border-color: #C12E2A;
191}
192.btn-info {
193	background-image: linear-gradient(to bottom, #5BC0DE 0%, #31B0D5 100%);
194	background-repeat: repeat-x;
195	border: 2px solid #2AABD2;
196	color: #048eb0;
197	padding: 10px 16px;
198}
199.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
200	color: #048eb0 !important;
201}
202.btn-info:active, .btn-info.active {
203	background-color: #31B0D5;
204	border-color: #2AABD2;
205	color: #048eb0 !important;
206}
207.thumbnail, .img-thumbnail {
208	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
209}
210.dropdown-menu {
211	border-radius: 5px !important;
212	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.176);
213	margin-left: -34px;
214	min-width: 167px;
215	text-align: center;
216}
217.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
218	background: none;
219	color: #048aab;
220}
221.dropdown-menu > li > a {
222	border-bottom: 1px solid #CCC;
223	border-top: 1px solid #666;
224}
225.dropdown-menu > li:last-child > a {
226	border-bottom: none;
227	border-top: 1px solid #666;
228}
229.dropdown-menu > li:first-child > a {
230	border-bottom: 1px solid #CCC;
231	border-top: none;
232}
233.dropdown-menu ul > li > ul > li:first-child > a:after {
234	border-bottom: 6px solid #000;
235	border-left: 6px solid rgba(0, 0, 0, 0);
236	border-right: 6px solid rgba(0, 0, 0, 0);
237	content: "";
238	background: #000 !important;
239}
240.navbar {
241	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F8F8F8 100%);
242	background-repeat: repeat-x;
243	border-radius: 4px;
244	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
245}
246.top-bg {
247	background-image: url(./images/top-bg.png);
248	background-repeat: repeat-x;
249	border-top-left-radius: 0px;
250	border-top-right-radius: 0px;
251}
252.alignright {
253    display: inline;
254    float: right;
255    margin: 1em 0 1em 2em;
256}
257.alignleft {
258    display: inline;
259    float: left;
260    margin: 1em 2em 1em 0;
261}
262.aligncenter {
263    display: block;
264    margin: 1em auto;
265}
266
267.sidebar-heading {
268  	color: #ffffff;
269    position: relative;
270    margin: 0;
271    padding: 10px 10px;
272    background: #048eb0;
273	border-radius: 3px;
274}
275
276#widget-footer .sidebar-heading {
277  	padding: 10px 0px !important;
278}
279
280#footer {
281	background: #048eb0 !important;
282}
283#footer p {
284	color: #FFF;
285	font-weight: normal;
286}
287#widget-footer img {
288    height: auto;
289    max-width: 100%;
290}
291#widget-footer select {
292    max-width: 100%;
293}
294.navbar .navbar-nav > .active > a {
295	background: none;
296	color: #048eb0;
297}
298.navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
299	background: none;
300	color: #048eb0;
301}
302.nav > li > a:hover, .nav > li > a:focus {
303	background: none;
304}
305.navbar-brand, .navbar-nav > li > a {
306	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
307	font-family: 'Cabin', sans-serif;
308	font-size: 14px;
309	color: #1F1F1F;
310}
311.footer-menu-nav .footer-nav > li a {font-size: 18px;}
312
313
314.navbar-inverse {
315	background-image: linear-gradient(to bottom, #3C3C3C 0%, #222222 100%);
316	background-repeat: repeat-x;
317}
318.navbar-inverse .navbar-nav > .active > a {
319	background-color: #222222;
320}
321.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
322	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
323}
324.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
325	border-radius: 0;
326}
327.alert {
328	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
329	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
330}
331.alert-success {
332	background-image: linear-gradient(to bottom, #DFF0D8 0%, #C8E5BC 100%);
333	background-repeat: repeat-x;
334	border-color: #B2DBA1;
335}
336.alert-info {
337	background-image: linear-gradient(to bottom, #D9EDF7 0%, #B9DEF0 100%);
338	background-repeat: repeat-x;
339	border-color: #9ACFEA;
340}
341.alert-warning {
342	background-image: linear-gradient(to bottom, #FCF8E3 0%, #F8EFC0 100%);
343	background-repeat: repeat-x;
344	border-color: #F5E79E;
345}
346.alert-danger {
347	background-image: linear-gradient(to bottom, #F2DEDE 0%, #E7C3C3 100%);
348	background-repeat: repeat-x;
349	border-color: #DCA7A7;
350}
351.progress {
352	background-image: linear-gradient(to bottom, #EBEBEB 0%, #F5F5F5 100%);
353	background-repeat: repeat-x;
354}
355.progress-bar {
356	background-image: linear-gradient(to bottom, #428BCA 0%, #3071A9 100%);
357	background-repeat: repeat-x;
358}
359.progress-bar-success {
360	background-image: linear-gradient(to bottom, #5CB85C 0%, #449D44 100%);
361	background-repeat: repeat-x;
362}
363.progress-bar-info {
364	background-image: linear-gradient(to bottom, #5BC0DE 0%, #31B0D5 100%);
365	background-repeat: repeat-x;
366}
367.progress-bar-warning {
368	background-image: linear-gradient(to bottom, #F0AD4E 0%, #EC971F 100%);
369	background-repeat: repeat-x;
370}
371.progress-bar-danger {
372	background-image: linear-gradient(to bottom, #D9534F 0%, #C9302C 100%);
373	background-repeat: repeat-x;
374}
375.list-group {
376	border-radius: 4px;
377	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
378}
379.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
380	background-image: linear-gradient(to bottom, #428BCA 0%, #3278B3 100%);
381	background-repeat: repeat-x;
382	border-color: #3278B3;
383	text-shadow: 0 -1px 0 #3071A9;
384}
385.panel {
386	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
387}
388.panel-default > .panel-heading {
389	background-image: linear-gradient(to bottom, #F5F5F5 0%, #E8E8E8 100%);
390	background-repeat: repeat-x;
391}
392.panel-primary > .panel-heading {
393	background-image: linear-gradient(to bottom, #428BCA 0%, #357EBD 100%);
394	background-repeat: repeat-x;
395}
396.panel-success > .panel-heading {
397	background-image: linear-gradient(to bottom, #DFF0D8 0%, #D0E9C6 100%);
398	background-repeat: repeat-x;
399}
400.panel-info > .panel-heading {
401	background-image: linear-gradient(to bottom, #D9EDF7 0%, #C4E3F3 100%);
402	background-repeat: repeat-x;
403}
404.panel-warning > .panel-heading {
405	background-image: linear-gradient(to bottom, #FCF8E3 0%, #FAF2CC 100%);
406	background-repeat: repeat-x;
407}
408.panel-danger > .panel-heading {
409	background-image: linear-gradient(to bottom, #F2DEDE 0%, #EBCCCC 100%);
410	background-repeat: repeat-x;
411}
412/******* Child-css ends ******/
413
414.bs-callout h4 {
415	margin-top: 0;
416	margin-bottom: 5px;
417}
418.bs-callout-danger {
419	background-color: #fdf7f7;
420	border-color: #eed3d7;
421	color: #63222d;
422}
423.bs-callout {
424	margin: 20px 0;
425	padding: 20px;
426	border-left: 3px solid #eee;
427}
428.bs-callout-danger h4 {
429	color: #b94a48;
430}
431/* GENERAL FIXES */
432
433body.admin-bar .navbar-fixed-top {
434	top: 28px
435}
436#content {
437	padding-top: 1em;
438	padding-bottom: 50px;
439}
440.carousel .attachment-eo-carousel {
441	margin: 0 auto;
442}
443.carousel-caption {
444	top: 0.1em
445}
446/* _eo-review: make this an option ? */
447
448#content img {
449	height: auto;
450	max-width: 100%;
451        margin-bottom: 15px;
452}
453.blog article, .archive article{
454    border-bottom: 1px solid #ccc;
455	margin-bottom: 15px;
456}
457.post_content {
458	width: 100% !important;
459	padding: 15px 0px 0 !important;
460}
461.navbar-fixed-top {
462}
463body.fixednav #maincont {
464	padding-top: 4em;
465}
466li.menu-item:hover > ul, li.page-item:hover > ul, li.dropdown:hover > ul {
467	display: block;
468}
469li.menu-item.placeholder:hover ul {
470	display: none;
471}
472ul#comment-form-elements {
473	list-style-type: none;
474	padding-left: 1em;
475}
476#highlights img {
477	margin: 0 auto;
478}
479span.holdimg {
480
481	display: block;
482	height: 100%;
483	min-height: 20em;
484	width: 100%;
485}
486#copyright_foot.authl {
487	margin-bottom: 0;
488	padding-bottom: 1em;
489	padding-right: 62px;
490}
491/* wp-specific classes */
492
493.wp-caption {
494}
495.wp-caption-text {
496}
497.sticky {
498
499}
500.gallery-caption {
501	font-weight: 900;
502}
503.bypostauthor {
504 color:#999;
505}
506#all_comments ul {
507	list-style-type: none;
508}
509ul.commentlist {
510	padding-left: 1em;
511}
512#all_comments .media {
513	border: 1px solid #ccc;
514	padding: 1em;
515	margin-bottom: 0.4em;
516}
517.glyphicon {
518	margin-right: 0.2em;
519}
520.cbinl {
521	float: left;
522	margin-right: 0.8em;
523	margin-bottom: 0.4em;
524}
525.cbinr {
526	float: right;
527	margin-left: 0.8em;
528	margin-bottom: 0.4em;
529}
530hr {
531	width: 100%;
532	clear: both;
533}
534a.cboxElement:hover img {
535	width: auto;
536}
537.gallery-item .thumbnail {
538	display: inline-block;
539}
540/* content_width adjustment */
541
542.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
543	max-width: 100%;
544	height: auto;
545}
546#home-main .page-catheader {
547    margin: 15px 0 15px;
548    padding-bottom: 5px;
549    padding-left: 10px;
550    padding-top: 5px;
551    font-size: 22px;
552    /*background: #048eb0;*/
553	border-radius:3px;
554}
555.category .page-catheader, .archive .page-catheader {
556    background: #048eb0;
557}
558.single-post #home-main .page-catheader {
559    margin: 0;
560    padding-bottom: 5px;
561    padding-top: 5px;
562	padding-left: 0px;
563    font-size: 22px;
564	background: transparent;
565}
566.single-post .cat-title {
567    color: #048eb0;
568    font-family: 'Cabin', sans-serif;
569    font-size: 17px;
570}
571
572.cat-main-section {
573	float: left;
574	padding-top: 1%;
575	min-height: 150px;
576	transition: all .3s ease-in-out;
577}
578.cat-main-section header {
579	padding-left: 55px;
580	overflow: visible;
581	margin-top: -1%;
582	padding: 1px 0 1px 55px;
583
584}
585.cat-main-section header h4 {
586	color: #292929;
587	font-family: 'Cabin', sans-serif;
588	font-size: 17px;
589	margin-top: 8px;
590}
591.cat-main-section header h4 span {
592	color: #292929;
593	font-size: 16px;
594}
595.cat-main-section:hover {
596    box-shadow: 0px 1px 6px 0px #ccc;
597}
598
599a:hover, a.wid-cat-title p:hover, a:focus {
600	color: #048eb0 !important;
601}
602a {
603	text-decoration: none !important;
604	font-family: 'Cabin', sans-serif;
605}
606.cat-main-section header h4:hover {
607	color: #007895;
608}
609.content-according {
610	margin-top: 4%;
611	margin-bottom: 8%;
612	overflow: hidden;
613}
614.content-according ul{
615	padding:0;
616	margin:0;
617}
618.mywiki_category_widget_function, .widget_popular, .widget_recentpost {
619	margin-top: 44px;
620}
621.wid-category {
622	padding-bottom: 10px;
623	border-bottom: 1px solid #e7e7e7;
624	color: #054150;
625}
626div {
627	cursor: default;
628}
629.wid-category span {
630	font-family: 'Cabin', sans-serif;
631	margin-left: 30px;
632}
633.wid-cat-container {
634	width: 100%;
635}
636a.wid-cat-title {
637	text-decoration: none;
638}
639a.wid-cat-title p {
640	padding-left: 30px;
641	color: #010101;
642	font-size: 13px;
643	margin-top: 15px;
644}
645.attribution {
646	font-family: 'Cabin', sans-serif;
647	font-size: 14px;
648	width: auto;
649	float: left;
650}
651.attribution a {
652	font-weight: normal;
653}
654.padding-top-bottom .attribution {
655	margin-top: 1.5%;
656}
657.footer-menu-nav {
658	float: right;
659	margin-top: 1.5%
660}
661.footer-menu-nav .footer-nav li.menu-item a {
662	color: #fff !important;
663	font-size: 14px;
664	padding-top: 0px !important;
665	padding-bottom: 0px !important;
666	text-shadow: none !important;
667}
668.footer-menu-nav .footer-nav li.menu-item a:hover {
669	background: none;
670	color: #000 !important;
671}
672.current-menu-item > a {
673	color: #048eb0 !important;
674}
675.tagline {
676	float: left;
677	clear: left;
678	font-family: 'Cabin', sans-serif;
679}
680/* * * *
681
682Bootstrap Edits
683
684* * * */
685
686.col-md-9 {
687	width: auto !important;
688}
689.navbar-collapse.collapse {
690	float: right;
691}
692div.input-group-btn button.btn-info {
693	border-radius: 3px !important;
694	background: #fff;
695}
696.glyphicon-search:before {
697	content: "SEARCH" !important;
698	font-family: 'Cabin', sans-serif;
699	font-weight: 600;
700	font-stretch: semi-expanded;
701	padding-left: 30px;
702}
703.searchwrap {
704	background: none repeat scroll 0 0 #048eb0;
705	width: 100%;
706}
707.input-group, .input-group-btn {
708	display: block;
709}
710.input-group-btn > .btn {
711	position: absolute;
712	right: 0%;
713	top: 7px;
714}
715.form-control {
716	border-radius: 0px;
717}
718.navbar-form {
719	padding: 0px;
720	margin: 0px auto;
721}
722.navbar-form .form-control{
723	height: 57px;
724}
725.search-main {
726	padding: 25px 15px;
727}
728.navbar {
729	margin-bottom: 0px;
730}
731.navbar-brand {
732	font-size: 45px;
733	height: auto;
734	margin: 20px 0 10px;
735    padding: 0px 0 0 15px;
736}
737.navbar-brand > img {
738    display: block;
739    width: 70%;
740}
741.navbar-default .navbar-nav > li > a {
742	color: #494949;
743}
744#footer {
745	background: #fdfdfd;
746}
747#footer a {
748	color: #FFF;
749}
750#footer a:hover {
751	color: #FFF !important;
752}
753hr {
754	margin: 0px;
755}
756/* Widget */
757#sidebar1 .widget {
758    margin-top: 20px;
759    margin-bottom: 30px;
760}
761
762/************************Single.php css start**************************/
763
764.single-title {
765	color: #017c9a;
766	font-size: 18px;
767	font-family: 'Cabin', sans-serif;
768	padding: 12px 0px 1px 36px;
769	margin: 0px;
770}
771.single-page {
772	font-family: 'Cabin', sans-serif;
773}
774/************************Single.php css end**************************/
775
776/************************start wikki search**************************/
777
778#result {
779	height: 20px;
780	font-size: 16px;
781	font-family: 'Cabin', sans-serif;
782	color: #333;
783	padding: 5px;
784	margin-bottom: 10px;
785	background-color: #FFFF99;
786}
787#s {
788	padding: 25px 5px 25px 30px;
789	border: 1px #CCC solid;
790	font-size: 16px;
791	font-family: 'Cabin', sans-serif;
792	-moz-border-radius: 6px;
793	-webkit-border-radius: 6px;
794	border-radius: 3px;
795}
796.suggestionsbox {
797	position: absolute;
798	left: 0px;
799	top: 40px;
800	margin: 35px 0px 0px 0px;
801	width: 100%;
802    max-width: 50%;
803	padding: 0px;
804	background-color: #fff;
805	border: 1px solid #D1D1D1;
806	color: #fff;
807	z-index: 999;
808	box-shadow: 1px 0 1px #B0B0B0;
809}
810.suggestionlist {
811	margin: -11px 0px 0px 0px;
812	padding: 0px;
813}
814.suggestionlist ul li {
815	list-style: none;
816	margin: 0px;
817	padding: 7px;
818	cursor: pointer;
819	margin: 0px 10px;
820	font-family: 'Cabin', sans-serif;
821	font-size: 14px;
822}
823.suggestionlist ul li:hover {
824	color: #048eb0;
825	border-radius: 5px;
826	-moz-border-radius: 5px;
827	-webkit-border-radius: 5px;
828	-khtml-border-radius: 5px;
829	border-radius: 5px;
830	margin: 0px 10px;
831}
832.suggestionlist ul li a {
833	color: #000;
834}
835.suggestionlist ul li a:hover {
836	color: #048eb0;
837}
838.suggestionlist ul li a i {
839    padding: 0 10px 0 0px;
840    font-weight: bold;
841    font-size: 16px;
842}
843#suggestionslist > ul {
844	margin-left: 0px;
845	padding: 0;
846}
847
848ul {
849	margin: 0;
850	padding-inline-start: 0px !important;
851}
852.category-edgecase .post_content ul{
853	padding:0;
854	margin-bottom: 10px;
855}
856.sidebar ul {
857	font-size: 13px !important;
858	padding-left: 10px;
859}
860.sidebar li {
861	padding-top: 7px;
862	font-size: 14px;
863}
864ul li {
865	display: block;
866	color: rgb(66, 139, 202);
867}
868.load {
869	background-image: url(./images/loader.gif);
870	background-position: right 180px center;
871	background-repeat: no-repeat;
872}
873.single_cat_image {
874	width: 100%;
875}
876
877/****************Google chrome & Safari ****************************/
878
879.navbar-form #suggest.input-group {
880	position: relative;
881	width: 100%;
882}
883.upArrow {
884	position: relative;
885	top: -17px;
886	left: -4px;
887}
888/************************end wikki search**************************/
889
890.navbar.navbar-default .navbar-collapse.top-menu {
891	margin: 16px 0px 14px 0px;
892	padding: 0px;
893}
894#logo h1 {
895	color: #000000;
896	font-size: 13px;
897	float: left;
898	width: 100%;
899	margin-top: -22px;
900	font-family: 'Lato', sans-serif;
901}
902#logo img {
903	float: left;
904}
905.nopadding {
906	padding: 0px !important;
907}
908.nopadding-left {
909	padding-left: 0 !important;
910}
911.padding-top-bottom {
912	padding-top: 15px !important;
913	padding-bottom: 15px !important;
914}
915.border-bottom {
916	border-bottom: 1px solid #E7E7E7;
917	width: 100%;
918}
919.border-bottom:last-child {
920	border: none;
921}
922.margin-top {
923	margin-top: 121px;
924}
925.margin-bottom {
926	margin-bottom: 35px;
927}
928.border-left {
929	border-left: 1px solid #E7E7E7;
930}
931.content-according li {
932	list-style-type: none;
933	color: #048eb0;
934	font-size: 14px;
935	font-family: 'Cabin', sans-serif;
936	padding-bottom: 10px;
937}
938.content-according li a {
939	padding-top: -3px;
940	padding-left: 5px;
941}
942.wid-cat-container li {
943	list-style-type: none;
944	color: #010101;
945	font-size: 14px;
946	padding-left: 20px;
947	margin: 20px 0 20px 38px;
948	font-family: 'Cabin', sans-serif;
949}
950.wid-cat-container li:first-child {
951	margin: 15px 0 20px 38px;
952}
953.wid-cat-container li a {
954	color: #010101;
955}
956.navbar-toggle {
957	background-color: #048eb0;
958	border-color: #048eb0;
959}
960.navbar-default .navbar-toggle {
961	border-color: #048eb0 !important;
962}
963.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
964	background-color: #0a9cc0 !important;
965}
966.navbar-default .navbar-toggle .icon-bar {
967	background-color: #FFF !important;
968}
969/*===== socia icon css ========*/
970
971.footer-menu-nav ul li a {
972	padding: 5px 5px 15px 5px;
973}
974.footer-menu-nav .socia_icon a {
975	height: 25px;
976	width: 25px;
977	display: inline-block;
978	text-indent: -9999px;
979}
980
981/*==================== M E N U -- C S S =============*/
982
983.mywiki-header-menu, .mywiki-header-menu ul {
984	margin: 0;
985	padding: 0;
986	list-style: none;
987}
988.mywiki-header-menu {
989	max-width: 960px;
990}
991.mywiki-header-menu:before, .mywiki-header-menu:after {
992	content: "";
993	display: table;
994}
995.mywiki-header-menu:after {
996	clear: both;
997}
998.mywiki-header-menu {
999	zoom: 1;
1000}
1001.mywiki-header-menu li {
1002	float: left !important;
1003	position: relative;
1004}
1005.mywiki-header-menu a {
1006	float: left;
1007	padding: 12px 18px;
1008	color: #000;
1009	text-transform: uppercase;
1010	text-decoration: none;
1011}
1012.mywiki-header-menu li:hover > a {
1013	color: rgb(66, 139, 202);
1014	text-decoration: none;
1015}
1016*html .mywiki-header-menu li a:hover { /* IE6 only */
1017	color: #fafafa;
1018}
1019.mywiki-header-menu ul {
1020	opacity: 0;
1021	visibility: hidden;
1022	position: absolute;
1023	top: 38px;
1024	left: 0;
1025	z-index: 10;
1026	-webkit-transition: all .2s ease-in-out;
1027	-moz-transition: all .2s ease-in-out;
1028	-ms-transition: all .2s ease-in-out;
1029	-o-transition: all .2s ease-in-out;
1030	transition: all .2s ease-in-out;
1031}
1032.mywiki-header-menu li:hover > ul {
1033	opacity: 1;
1034	visibility: visible;
1035	margin: 0;
1036}
1037.mywiki-header-menu ul ul {
1038	top: 0;
1039	margin: 0 0 0 0px;
1040	_margin: 0; /*IE6 only*/
1041	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
1042	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
1043	box-shadow: -1px 0 0 rgba(255,255,255,.3);
1044	left: -100%;
1045	width: 100%;
1046}
1047.mywiki-header-menu ul li a {
1048	color: #000 !important;
1049	text-decoration: none;
1050	background: #EEEEEE !important;
1051}
1052.mywiki-header-menu ul li a:hover, .mywiki-header-menu ul li a:focus, .mywiki-header-menu ul li a:active {
1053	color: #428BCA !important;
1054}
1055.mywiki-header-menu ul li {
1056	float: none;
1057	display: block;
1058	border: 0;
1059	_line-height: 0; /*IE6 only*/
1060}
1061.mywiki-header-menu ul li:last-child {
1062	-moz-box-shadow: none;
1063	-webkit-box-shadow: none;
1064	box-shadow: none;
1065}
1066.mywiki-header-menu ul a {
1067	padding: 10px;
1068	width: 140px;
1069	_height: 10px; /*IE6 only*/
1070	display: block;
1071	float: none;
1072	text-transform: none;
1073	text-align: left;
1074}
1075.mywiki-header-menu ul a:hover {
1076}
1077.mywiki-header-menu ul li:first-child > a {
1078	-moz-border-radius: 3px 3px 0 0;
1079	-webkit-border-radius: 3px 3px 0 0;
1080	border-radius: 3px 3px 0 0;
1081}
1082.mywiki-header-menu ul li:first-child > a:after {
1083	content: '';
1084	position: absolute;
1085	border-bottom: 6px solid rgb(66, 139, 202);
1086}
1087.mywiki-header-menu ul ul li:first-child a:after {
1088	border-bottom: 4px dotted rgba(0, 0, 0, 0);
1089	border-right: 4px solid #300000;
1090	border-style: solid solid dotted none;
1091	border-top: 4px solid rgba(0, 0, 0, 0);
1092	border-width: 4px 4px 4px 0;
1093	margin-top: -6px;
1094	right: 0;
1095	top: 50%;
1096}
1097.mywiki-header-menu ul li:first-child a:hover:after {
1098	border-bottom-color: rgb(66, 139, 202);
1099}
1100.mywiki-header-menu ul ul li:first-child a:hover:after {
1101	border-right-color: #428BCA;
1102	border-bottom-color: transparent;
1103}
1104.mywiki-header-menu ul li:last-child > a {
1105	-moz-border-radius: 0 0 3px 3px;
1106	-webkit-border-radius: 0 0 3px 3px;
1107	border-radius: 0 0 3px 3px;
1108}
1109/* Mobile */
1110
1111#menu-trigger {
1112	display: none;
1113}
1114
1115
1116.avatar.avatar-32.photo {
1117	display: -moz-groupbox !important;
1118	margin: 0 12px -19px 0 !important;
1119}
1120
1121.cat-hadding {
1122	font-family: 'Cabin', sans-serif;
1123    font-size: 18px;
1124    color: #191919;
1125    text-align: left;
1126}
1127.cat-hadding a {
1128	color: #048eb0;
1129    background-position: 0 -126px;
1130    padding: 10px 0px;
1131    width: 100%;
1132    display: inline-block;
1133}
1134.cat-hadding a:hover{
1135	color: #868686 !important;
1136}
1137.box-border {
1138	border: #d9d9d9 solid 1px;
1139}
1140/************************* CATEGORY **********************************/
1141.cat-content {
1142	font-family: 'Cabin', sans-serif;
1143	font-size: 15px;
1144	color: #181818;
1145	line-height: 29px;
1146	margin: 25px 0px;
1147	text-align: justify;
1148	min-height: 235px;
1149}
1150.cat-image {
1151	float: right;
1152	margin: 7px 0px 0px 20px;
1153}
1154.cat-image img {
1155	max-width: 200px;
1156	max-height: 200px;
1157	border: #d9d9d9 solid 1px;
1158}
1159.cat-catheader {
1160	background-position: 0 -279px !important;
1161}
1162.cat-title {
1163	color: #ffffff;
1164	font-family: 'Cabin', sans-serif;
1165	font-size: 17px;
1166}
1167.cat-title span {
1168	color: #ffffff;
1169}
1170/************************** Singal page *******************************************/
1171
1172.tags {
1173	margin: 10px 0px 0px 0px
1174}
1175.tags a {
1176	color: #fff;
1177	font-size: 14px;
1178	font-family: 'Cabin', sans-serif;
1179	background-color: #09aad8;
1180	padding: 1px 10px;
1181}
1182.tags a:hover, .tags a:focus {
1183}
1184.tags .tags-title {
1185	color: #181818;
1186	font-family: 'Cabin', sans-serif;
1187	font-size: 18px;
1188}
1189/********************* Comment ****************************/
1190
1191.comment_form {
1192	font-family: 'Cabin', sans-serif;
1193}
1194.comment_form > .form-comment-field {
1195	width: 31%;
1196	float: left;
1197}
1198.comment_form > .form-comment-field1 {
1199	width: 100%;
1200	float: left;
1201}
1202.comment_form input[type='text'] {
1203	border-radius: 5px;
1204	border: #cfcfcf solid 1px;
1205	height: 32px;
1206	width: 90%;
1207	padding: 2px 5px;
1208}
1209.comment_form input[type='submit'] {
1210	background: #0083c1;
1211	color: #FFF;
1212	border: 0px;
1213	padding: 5px 5px;
1214}
1215.comment_form textarea {
1216	border-radius: 5px;
1217	border: #cfcfcf solid 1px;
1218	height: 143px;
1219	width: 90%;
1220	padding: 5px;
1221}
1222.comment_form > p:first-child {
1223	float: left;
1224	width: 100%;
1225}
1226#respond > h3 {
1227	font-family: 'Cabin', sans-serif;
1228	font-size: 19px;
1229}
1230#commentform small {
1231	font-family: 'Cabin', sans-serif;
1232	font-weight: normal;
1233}
1234#commentform p {
1235	float: left;
1236	width: 100%;
1237}
1238#commentform p:nth-child(4) {
1239	width: 90%;
1240}
1241#commentform input[type='text'] {
1242	border-radius: 3px;
1243	border: 1px solid #cfcfcf;
1244	height: 32px;
1245	width: 100%;
1246	padding: 2px 5px;
1247	font-family: 'Cabin', sans-serif;
1248	outline:0;
1249}
1250#commentform input[type='submit'] {
1251	background: #048eb0;
1252	color: #FFF;
1253	border: 0px;
1254	padding: 5px 5px;
1255	font-family: 'Cabin', sans-serif;
1256	outline:0;
1257}
1258#commentform textarea {
1259	border-radius: 3px;
1260	border: #cfcfcf solid 1px;
1261	height: 143px;
1262	width: 100%;
1263	padding: 5px;
1264	font-family: 'Cabin', sans-serif;
1265	outline:0;
1266}
1267#main > h3 {
1268	font-family: 'Cabin', sans-serif;
1269	font-size: 22px;
1270	font-weight: normal;
1271}
1272ol.commentlist {
1273	float: left;
1274	font-family: 'Cabin', sans-serif;
1275	font-weight: normal;
1276	list-style: none outside none;
1277	width: 100%;
1278}
1279.col-sm-8 .navigation {
1280	margin: 5px 0;
1281}
1282.comment-metadata time {
1283	font-size: 14px;
1284}
1285.comment-metadata {
1286	margin-left: 44px;
1287}
1288.comment {
1289	border-top: 1px solid #F0F0F0;
1290	padding: 20px 0 5px 0;
1291}
1292.comment > .children {
1293	border-top: 1px solid #F0F0F0;
1294	margin-top: 15px;
1295	padding: 0 0 5px;
1296}
1297.comment:first-child, .comment > .children:first-child {
1298	border: none;
1299	padding: 10px 0 5px 0;
1300}
1301.comment > .children {
1302	margin-left: 20px;
1303}
1304.comments-area .comment-meta {
1305	color: rgb(51, 51, 51);
1306	font-size: 14px;
1307}
1308.comment-content > p {
1309	color: rgb(51, 51, 51);
1310	font-size: 14px;
1311	line-height: 20px;
1312	padding-top: 20px;
1313}
1314.comment-respond input[type="submit"] {
1315	width: 135px;
1316}
1317.wp-caption.alignnone {
1318	overflow: hidden;
1319	width: 100% !important;
1320}
1321.wp-caption {
1322	background: none repeat scroll 0 0 #048EB0;
1323	margin-bottom: 14px;
1324	max-width: 100%;
1325	padding: 5px;
1326	text-align: center;
1327}
1328.wp-caption-text {
1329	color: #FFF;
1330	font-size: 14px;
1331	font-weight: bold;
1332	margin: 0;
1333	padding: 8px 0;
1334}
1335.wp-caption.alignnone img {
1336	margin: 0 auto;
1337	max-width: 100% !important;
1338}
1339.wp-caption img {
1340	height: auto;
1341	max-width: 100%;
1342}
1343.sidebar img {
1344	display: inline !important;
1345}
1346.sidebar table {
1347	width: 100%;
1348}
1349/********************* PAGINATION ****************************/
1350
1351.navigation {
1352	margin: 4px 0 57px;
1353	float: left;
1354	width: 100%;
1355}
1356.navigation li a, .navigation li a:hover, .navigation li a.active-page-pick, .navigation li.disabled {
1357	color: #fff;
1358	text-decoration: none;
1359}
1360.navigation li {
1361	display: inline;
1362	color: #000;
1363}
1364.navigation li a, .navigation li a:hover, .navigation li a.active-page-pick, .navigation li.disabled {
1365	background-color: #848585;
1366	cursor: pointer;
1367	padding: 5px 10px;
1368}
1369.navigation li a:hover, .navigation li a.active-page-pick, .navigation li a:focus {
1370	background-color: #515151;
1371	color: #fff !important;
1372}
1373.single-sub-menu {
1374	background-color: #FFF !important;
1375	margin: 0 0 0 22px !important;
1376	padding-bottom: 0 !important;
1377}
1378
1379#suggestionslist {
1380	max-height: 220px;
1381	width: 100%;
1382	overflow: auto;
1383	margin-bottom: 20px;
1384	margin-right: auto;
1385}
1386input {
1387	border-radius: 3px;
1388	border: #cfcfcf solid 1px;
1389	height: 32px;
1390	width: 60%;
1391	padding: 2px 5px;
1392	font-family: 'Cabin', sans-serif;
1393}
1394textarea {
1395	border-radius: 3px;
1396	border: #cfcfcf solid 1px;
1397	width: 60%;
1398	padding: 2px 5px;
1399	font-family: 'Cabin', sans-serif;
1400}
1401input[type="submit"] {
1402	cursor: pointer;
1403	-webkit-appearance: button;
1404	background: #0083c1;
1405	color: #FFF;
1406	border: 0px;
1407	padding: 5px 5px;
1408	font-family: 'Cabin', sans-serif;
1409	width: 30%
1410}
1411.search-submit{
1412    background: #048eb0;
1413    color: #FFF;
1414    border: 0px;
1415    padding: 9px 14px;
1416    border-radius: 3px;
1417    outline: 0;
1418    margin-left: 4px;
1419}
1420.mywiki_breadcrumbs {
1421	margin-bottom: 20px;
1422	font-family: 'Cabin', sans-serif;
1423}
1424.mywiki-nav-next {
1425	float: right;
1426}
1427.commentlist ul li {
1428	display: block;
1429	color: rgb(51, 51, 51);
1430	font-size: 14px;
1431}
1432#comments {
1433	border-top: 1px solid rgb(217, 217, 217);
1434	padding-top: 20px;
1435	margin-top: 10px;
1436}
1437.main-page-title {
1438	border-bottom: 1px solid rgb(238, 238, 238);
1439	margin: 15px 0px;
1440	padding-bottom: 9px;
1441}
1442.comments-title {
1443	font-family: 'Cabin', sans-serif;
1444}
1445.mywiki_breadcrumbs .current {
1446	font-family: 'Cabin', sans-serif;
1447}
1448.post-meta-entry {
1449	font-size: 13px;
1450	margin-bottom: 0;
1451}
1452.fluid-sidebar .widget_search .screen-reader-text {
1453	display: none;
1454}
1455.fluid-sidebar .widget_search .search-field {
1456	width: 86%;
1457	outline:0;
1458}
1459.current_page_item a {
1460	color: rgb(4, 142, 176) !important;
1461}
1462.navbar-header p {
1463	margin: 30px 0px 35px;
1464}
1465.header-theme-text {
1466	color: rgb(41, 41, 41);
1467	font-family: 'Cabin', sans-serif;
1468}
1469.header-text {
1470	color: #048EB0;
1471	font-family: 'Cabin', sans-serif;
1472}
1473.sidebar select {
1474	max-width: 100%;
1475}
1476.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, .sidebar .h1, .sidebar .h2, .sidebar .h3, .sidebar .h4, .sidebar .h5, .sidebar .h6 {
1477	font-family: 'Cabin', sans-serif;
1478}
1479/**
1480 mywiki gallery
1481 * -----------------------------------------------------------------------------
1482 */
1483
1484.gallery {
1485	margin-bottom: 20px;
1486}
1487.gallery-item {
1488	float: left;
1489	margin: 0 4px 4px 0;
1490	overflow: hidden;
1491	position: relative;
1492}
1493.gallery-columns-1 .gallery-item {
1494	max-width: 100%;
1495}
1496.gallery-columns-2 .gallery-item {
1497	max-width: 48%;
1498	max-width: -webkit-calc(50% - 4px);
1499	max-width: calc(50% - 4px);
1500}
1501.gallery-columns-3 .gallery-item {
1502	max-width: 32%;
1503	max-width: -webkit-calc(33.3% - 4px);
1504	max-width: calc(33.3% - 4px);
1505}
1506.gallery-columns-4 .gallery-item {
1507	max-width: 23%;
1508	max-width: -webkit-calc(25% - 4px);
1509	max-width: calc(25% - 4px);
1510}
1511.gallery-columns-5 .gallery-item {
1512	max-width: 19%;
1513	max-width: -webkit-calc(20% - 4px);
1514	max-width: calc(20% - 4px);
1515}
1516.gallery-columns-6 .gallery-item {
1517	max-width: 15%;
1518	max-width: -webkit-calc(16.7% - 4px);
1519	max-width: calc(16.7% - 4px);
1520}
1521.gallery-columns-7 .gallery-item {
1522	max-width: 13%;
1523	max-width: -webkit-calc(14.28% - 4px);
1524	max-width: calc(14.28% - 4px);
1525}
1526.gallery-columns-8 .gallery-item {
1527	max-width: 11%;
1528	max-width: -webkit-calc(12.5% - 4px);
1529	max-width: calc(12.5% - 4px);
1530}
1531.gallery-columns-9 .gallery-item {
1532	max-width: 9%;
1533	max-width: -webkit-calc(11.1% - 4px);
1534	max-width: calc(11.1% - 4px);
1535}
1536.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
1537	margin-right: 0;
1538}
1539.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
1540	clear: left;
1541}
1542.gallery-caption {
1543	background-color: rgba(0, 0, 0, 0.7);
1544	-webkit-box-sizing: border-box;
1545	-moz-box-sizing: border-box;
1546	box-sizing: border-box;
1547	color: #fff;
1548	font-size: 12px;
1549	line-height: 1.5;
1550	margin: 0;
1551	max-height: 50%;
1552	opacity: 0;
1553	padding: 6px 8px;
1554	position: absolute;
1555	bottom: 0;
1556	left: 0;
1557	text-align: left;
1558	width: 100%;
1559}
1560.gallery-caption:before {
1561	content: "";
1562	height: 100%;
1563	min-height: 49px;
1564	position: absolute;
1565	top: 0;
1566	left: 0;
1567	width: 100%;
1568}
1569.gallery-item:hover .gallery-caption {
1570	opacity: 1;
1571}
1572.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
1573	display: none;
1574}
1575.post_content p iframe{
1576    width: 100%;
1577}