/*
Theme Name: MyWikiPro
Theme URI: https://fasterthemes.com/themes/MyWiki
Description: MyWikiPro is simple, lightweight and faster WordPress Theme for individuals and companies to manage their Knowledgebase or Wiki or FAQs. It is a mobile responsive theme based on Twitter bootstrap framework. This first version has 6 theme colors and is super optimized for faster loading. Upcoming versions will have more features.
Author: FasterThemes
Author URI: https://fasterthemes.com/
Tags: two-columns, custom-background, custom-colors, custom-menu, full-width-template, theme-options, left-sidebar,right-sidebar , translation-ready
version: 6.3
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: mywikipro
*/
/* Main CSS */

body{
    line-height: 25px;    
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    word-wrap: break-word;
    padding: 0;
    line-height: 1.5em;
}
p{
margin-bottom: 20px;
font-weight: 400;
}

div#clear-both{
    clear: both !important;
}

li,.single-page .meta{
    font-weight: 400;
    line-height: 25px;
}
div#sidebar1 {
    padding-top: 25px;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.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 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.btn:active, .btn.active {
    background-image: none;
}
.btn-default {
    background-image: linear-gradient(to bottom, rgb(66, 139, 202) 0%, #E6E6E6 100%);
    background-repeat: repeat-x;
    border-color: #CCCCCC;
    text-shadow: 0 1px 0 #FFFFFF;
}
.btn-default:active, .btn-default.active {
    background-color: #E6E6E6;
    border-color: #E0E0E0;
}
.btn-primary {
    background-image: linear-gradient(to bottom, #428BCA 0%, #3071A9 100%);
    background-repeat: repeat-x;
    border-color: #2D6CA2;
}
.btn-primary:active, .btn-primary.active {
    background-color: #3071A9;
    border-color: #2D6CA2;
}
.btn-success {
    background-image: linear-gradient(to bottom, #5CB85C 0%, #449D44 100%);
    background-repeat: repeat-x;
    border-color: #419641;
}
.btn-success:active, .btn-success.active {
    background-color: #449D44;
    border-color: #419641;
}
.btn-warning {
    background-image: linear-gradient(to bottom, #F0AD4E 0%, #EC971F 100%);
    background-repeat: repeat-x;
    border-color: #EB9316;
}
.btn-warning:active, .btn-warning.active {
    background-color: #EC971F;
    border-color: #EB9316;
}
.btn-danger {
    background-image: linear-gradient(to bottom, #D9534F 0%, #C9302C 100%);
    background-repeat: repeat-x;
    border-color: #C12E2A;
}
.btn-danger:active, .btn-danger.active {
    background-color: #C9302C;
    border-color: #C12E2A;
}
.btn-info {
    background-image: linear-gradient(to bottom, #5BC0DE 0%, #31B0D5 100%);
    background-repeat: repeat-x;
    border: 2px solid #2AABD2;
    color: #048eb0;
    padding: 10px 16px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #048eb0 !important;
}
.btn-info:active, .btn-info.active {
    background-color: #31B0D5;
    border-color: #2AABD2;
    color: #048eb0 !important;
}
.thumbnail, .img-thumbnail {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu {
    border-radius: 5px !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.176);
    margin-left: -34px;
    min-width: 167px;
    text-align: center;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: none;
    color: #048aab;
}
.dropdown-menu > li > a {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #666;
}
.dropdown-menu > li:last-child > a {
    border-bottom: none;
    border-top: 1px solid #666;
}
.dropdown-menu > li:first-child > a {
    border-bottom: 1px solid #CCC;
    border-top: none;
}
.dropdown-menu ul > li > ul > li:first-child > a:after {
    border-bottom: 6px solid #000;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    background: #000 !important;
}
.navbar {
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F8F8F8 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
}
.alignright {
    display: inline;
    float: right;
    margin: 1em 0 1em 2em;
}
.alignleft {
    display: inline;
    float: left;
    margin: 1em 2em 1em 0;
}
.aligncenter {
    display: block;
    margin: 1em auto;
}
a,.cat-main-section header h4,.widget ul li{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#footer {   
    background: #048eb0;
}
#footer p {
    color: #FFF;
}
#widget-footer img {
    height:auto;
    max-width:100%;
}
#widget-footer option {
    color: #333;
}
.navbar .navbar-nav > .active > a {
    background: none;
    color: #048eb0;
}
.navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
    background: none;
    color: #048eb0;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.navbar-brand, .navbar-nav > li > a {
    font-size: 14px;
}
.navbar-inverse {
    background-image: linear-gradient(to bottom, #3C3C3C 0%, #222222 100%);
    background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
    background-color: #222222;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
.alert {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-success {
    background-image: linear-gradient(to bottom, #DFF0D8 0%, #C8E5BC 100%);
    background-repeat: repeat-x;
    border-color: #B2DBA1;
}
.alert-info {
    background-image: linear-gradient(to bottom, #D9EDF7 0%, #B9DEF0 100%);
    background-repeat: repeat-x;
    border-color: #9ACFEA;
}
.alert-warning {
    background-image: linear-gradient(to bottom, #FCF8E3 0%, #F8EFC0 100%);
    background-repeat: repeat-x;
    border-color: #F5E79E;
}
.alert-danger {
    background-image: linear-gradient(to bottom, #F2DEDE 0%, #E7C3C3 100%);
    background-repeat: repeat-x;
    border-color: #DCA7A7;
}
.progress {
    background-image: linear-gradient(to bottom, #EBEBEB 0%, #F5F5F5 100%);
    background-repeat: repeat-x;
}
.progress-bar {
    background-image: linear-gradient(to bottom, #428BCA 0%, #3071A9 100%);
    background-repeat: repeat-x;
}
.progress-bar-success {
    background-image: linear-gradient(to bottom, #5CB85C 0%, #449D44 100%);
    background-repeat: repeat-x;
}
.progress-bar-info {
    background-image: linear-gradient(to bottom, #5BC0DE 0%, #31B0D5 100%);
    background-repeat: repeat-x;
}
.progress-bar-warning {
    background-image: linear-gradient(to bottom, #F0AD4E 0%, #EC971F 100%);
    background-repeat: repeat-x;
}
.progress-bar-danger {
    background-image: linear-gradient(to bottom, #D9534F 0%, #C9302C 100%);
    background-repeat: repeat-x;
}
.list-group {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-image: linear-gradient(to bottom, #428BCA 0%, #3278B3 100%);
    background-repeat: repeat-x;
    border-color: #3278B3;
    text-shadow: 0 -1px 0 #3071A9;
}
.panel {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #F5F5F5 0%, #E8E8E8 100%);
    background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
    background-image: linear-gradient(to bottom, #428BCA 0%, #357EBD 100%);
    background-repeat: repeat-x;
}
.panel-success > .panel-heading {
    background-image: linear-gradient(to bottom, #DFF0D8 0%, #D0E9C6 100%);
    background-repeat: repeat-x;
}
.panel-info > .panel-heading {
    background-image: linear-gradient(to bottom, #D9EDF7 0%, #C4E3F3 100%);
    background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
    background-image: linear-gradient(to bottom, #FCF8E3 0%, #FAF2CC 100%);
    background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
    background-image: linear-gradient(to bottom, #F2DEDE 0%, #EBCCCC 100%);
    background-repeat: repeat-x;
}
.page-numbers {
    border: 1px solid #333;
    border-radius: 8px;
    display: inline-block;
    font-size: 13px !important;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 5px 8px;
    text-decoration: none;
    transition: all 0.17s ease-in-out 0s;
}
a.page-numbers{
    color: #333;
}
.page-numbers.current,a.page-numbers:hover{
   color: #048eb0;
   border-color: #048eb0;
}
/******* Child-css ends ******/

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #eed3d7;
    color: #63222d;
}
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.bs-callout-danger h4 {
    color: #b94a48;
}
/* GENERAL FIXES */

body.admin-bar .navbar-fixed-top {
    top: 28px
}
#content {
    clear: both;
}

.carousel .attachment-eo-carousel {
    margin: 0 auto;
}
.carousel-caption {
    top: 0.1em
}

#content img {
    display: block;
    height: auto;
    max-width: 100%;
}
.post_content {
    width: 100% !important;
    padding-bottom: 25px;
}
body.fixednav #maincont {
    padding-top: 4em;
}
li.menu-item:hover > ul, li.page-item:hover > ul, li.dropdown:hover > ul {
    display: block;
}
li.menu-item.placeholder:hover ul {
    display: none;
}
ul#comment-form-elements {
    list-style-type: none;
    padding-left: 1em;
}
#highlights img {
    margin: 0 auto;
}
span.holdimg {
    display: block;
    height: 100%;
    min-height: 20em;
    width: 100%;
}
#copyright_foot.authl {
    
    margin-bottom: 0;
    padding-bottom: 1em;
    padding-right: 62px;
}
/* wp-specific classes */
.gallery-caption {
    font-weight: 90%;
}
.bypostauthor {
    color:#999;
}
#all_comments ul {
    list-style-type: none;
}
ul.commentlist {
    padding-left: 1em;
}
#all_comments .media {
    border: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 0.4em;
}
.glyphicon {
    margin-right: 0.2em;
}
.cbinl {
    float: left;
    margin-right: 0.8em;
    margin-bottom: 0.4em;
}
.cbinr {
    float: right;
    margin-left: 0.8em;
    margin-bottom: 0.4em;
}
hr {
    width: 100%;
    clear: both;
}
a.cboxElement:hover img {
    width: auto;
}
.gallery-item .thumbnail {
    display: inline-block;
}
/* content_width adjustment */

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}
#home-main .page-catheader .page-title {
    font-size: 24px;
    color: #fcfdfd;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cat-main-section {
    float: left;
    min-height: 225px;
    padding-top: 1%;
    transition: all .3s ease-in-out;
}
.single-post #home-main .page-catheader {
    margin: 25px 0 0 0;
}
.page-catheader.cat-catheader {
    margin: 25px 0 25px 0;
    border-bottom: 1 px black;
}
.single-post h4.cat-title {
    color: #048eb0;
}
.cat-main-section header {
    padding-left: 55px;
    overflow: visible;
    margin-top: -1%;
    padding:0;
    font-size: 18px;
}
.cat-main-section header h4 {
    font-size: 17px;
    margin-top: 10px;
    line-height: 17px;
}
.cat-main-section header h4 span {
    font-size: 16px;
}

a:focus,a:hover, a.wid-cat-title p:hover, a:focus {
    color: #048eb0;
    outline: 0;
    text-decoration: none;
}
.wp-caption .wp-caption-text > a{color:white;text-decoration: blink;}
.wp-caption .wp-caption-text > a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
a {
    outline: 0;
    color: #048eb0;
    text-decoration: none;
}
.cat-main-section header h4:hover {
    color: #007895;
}
.content-according {
    margin-top: 5%;
    margin-bottom: 10%;
}
.content-according ul {
    padding: 0;
    margin: 0;
}
.content-according p {
    padding-left: 10%;
 
    color: #048eb0;
    font-size: 16px;
    margin-top: 3%;
    letter-spacing: 0.5px;
}
.mywikipro_category_widget_function, .widget_popular, .widget_recentpost {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 20px;
}
.wid-category {
    color: #054150;
    margin-left: 10px;
}
div {
    cursor: default;
}
.wid-cat-container {
    width: 100%;
}
a.wid-cat-title {
    text-decoration: none;
}
a.wid-cat-title p {
    padding-left: 30px;
    color: #010101;
    font-size: 13px;
    margin-top: 15px;
}
.attribution {
    font-size: 14px;
    width: auto;
    float: left;
}
.padding-top-bottom .attribution {
    margin-bottom: 0;
    margin-top: 0px;
}
.footer-menu-nav {
    float: right;
}
.footer-menu-nav .footer-nav li {
    vertical-align: middle;
}
.footer-menu-nav .footer-nav li.menu-item a {
    color: #fff !important;
    font-size: 14px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-shadow: none !important;
}
.footer-menu-nav .footer-nav li.menu-item a:hover {
    background: none;
    color: #000 !important;
}
.current-menu-item > a {
    color: #048eb0;
}
.tagline {
    float: left;
    clear: left;
}
/* * * * 

Bootstrap Edits

* * * */

.navbar-collapse.collapse {
    float: right;
}
div.input-group-btn button.btn-info {
    border-radius: 3px !important;
    background: #fff;
}
.glyphicon-search:before {
    content: "SEARCH" !important;
    font-weight: 600;
    font-stretch: semi-expanded;  
    padding-left: 30px;
}
.input-group-btn > .btn {
    position: absolute;
    right: 0%;
    top: 7px;
}
.form-control {
    border-radius: 0px;
}
.navbar-form {
    padding: 0px;
    margin: 0px auto;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-brand {
    font-size: 32px;
}
.navbar-default .navbar-nav > li > a {
    color: #494949;
}

#footer a {
    color: #ffffff;
}
#footer{
    color: #fff;
}

hr {
    margin: 0px;
}
header .navbar .container {
    padding: 0px 0px;
}
/************************Single.php css start**************************/
.single-title {
    color: #017c9a;
    font-size: 18px;
    padding: 12px 0px 1px 36px;
    margin: 0px;
}
.single-page .meta {
    margin-bottom: 20px;
}
/************************Single.php css end**************************/

/************************start wikki search**************************/


#result {
    height: 20px;
    font-size: 16px;
    color: #333;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #FFFF99;
}
#s {
    padding: 7px 5px 5px 38px;
    border: 1px #CCC solid;
    font-size: 16px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.navbar-form #suggest input::placeholder {
    color: #a1a1a1;
}
.navbar-form #suggest input:-ms-input-placeholder { 
    color: #a1a1a1;
}
.navbar-form #suggest input::-ms-input-placeholder { 
    color: #a1a1a1;
}
.suggestionsbox {
    position: absolute;
    left: 0px;
    top: 30px;
    margin: 35px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    color: #fff;
    z-index: 999;
}
.suggestionlist {
    margin: 0px 0px 0px 0px;
    padding: 10px;
}
.suggestionlist ul li {
    list-style: none;
    margin: 0px;
    padding: 7px;
    cursor: pointer;
    margin: 0px 10px;
    font-size: 14px;
}
.suggestionlist ul li:hover {
    color: #048eb0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 10px;
}
.suggestionlist ul li a {
    color: #000;
}
.suggestionlist ul li a:hover {
    color: #048eb0;
}
.suggestionlist ul li a i {
    padding: 0 10px 0 0px;
    font-weight: bold;
    font-size: 16px;
}
#suggestionslist > ul {
    margin-left: 0px;
    padding: 0;
}
ul {
    list-style: disc;
}

.sidebar li {
    margin-top: 7px;
    font-size: 14px;
}
ul li {
    display: list-item;
}
.single_cat_image {
    width: 100%;
}
.widget_popular .fa-bars {
    border-radius: 50%;
    color: rgb(255, 255, 255);
    float: left;
    font-size: 11px;
    padding: 5px 7px;
}
.mywikipro_category_widget_function .fa-bars {
    border-radius: 50%;
    color: rgb(255, 255, 255);
    float: left;
    font-size: 11px;
    padding: 5px 7px;
}
.cat-main-section header .fa{   
    float: left;
    padding-right: 8px;
}
.wid-cat-container .fa-mail-forward {
    color: rgb(4, 142, 176);
    padding-right: 5px;
}
.cat-catheader header .fa {
    color: rgb(4, 142, 176);
    float: left;
    font-size: 5px;
    padding-right: 10px;
}
.search-loader {
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
    display:none;
}
.fa-spinner {
    color: #048EB0;
}
.search-load {
    display:block;  
}
/*Custom Pagination Start*/

.pagination {
    width: 100%;
    margin: 28px 0 58px 0;
    padding: 0;
    float: right;
    text-align: center;
}
.pagination ul {
    margin: 0;
    padding: 0;
}
.pagination ul li {
    margin: 0;
    padding: 0 5px;
    list-style: none;
    display: inline;
}
.pagination ul li a {
    margin: 0;
    padding: 5px 12px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    font-size: 15px;
}
.pagination ul li a:hover, a.select, .pagination .active a {
    border: 1px solid #00bee0;
}
.pagination .active a {
    cursor: default;
}
/*Custom Pagination End*/

/****************Google chrome & Safari ****************************/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, .load {
        background-position:center left;
        background-position-x: 83%;
        background-position-y: 10px;
    }
    .glyphicon-search:before {
        margin-left: 16px !important;
        padding-left: 40px !important;
    }
}
#suggest {
    position: relative;
    width: 100%;
}
.upArrow {
    position: relative;
    top: -17px;
    left: -4px;
}


i.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    content: "\f08e";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
}

/************************end wikki search**************************/

.top-menu {
    /*    margin: 32px 0px 0px 0px !important;*/
    padding: 0px !important
}
#navbarcont {
    padding: 15px 0;
}
.logo {    
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px;
    padding: 0;
   }
.logo > p {
    margin: 0 !important;
}
#logo h1 {
    color: #000000;
    font-size: 13px;
    float: left;
    width: 100%;
    margin-top: -22px;  
}
#logo img {
    float: left;
    max-width:250px;
}
.nopadding {
    padding: 0px !important;
}
.nopadding-left {
    padding-left: 0 !important;
}
.padding-top-bottom {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.border-bottom {
    border-bottom: 1px solid #E7E7E7;
    width: 100%;
}
.border-bottom:last-child {
    border: none;
}
.margin-top {
    clear: both;
}
.margin-bottom {
    margin-bottom: 35px;
}
.border-left {
    border-left: 1px solid #E7E7E7;
}
.border-right {
    border-right: 1px solid #E7E7E7;
}
.content-according li {
    list-style-type: none;
    color: #048eb0;
    font-size: 14px;
    padding-bottom: 10px;
}
.content-according li a {
    padding-left: 5px;
}
.wid-cat-container li {
    list-style-type: none;
    color: #010101;
    font-size: 14px;
    margin: 20px 0 20px 28px;
}
.wid-cat-container li:first-child {
    margin:0 px;
}
.wid-cat-container li a {
    color: #010101;
}
.navbar-toggle {
    background-color: #048eb0;
    border-color: #048eb0;
}
.navbar-default .navbar-toggle {
    border-color: #048eb0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0a9cc0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

/* Search */
.searchwrap {
    background: #048eb0;
}
.search-main {
    padding: 25px 15px;
}
.search-query {
    height: 57px;
}
.search-main .input-group{
    display: block;
}
/*===== socia icon css ========*/

.footer-menu-nav ul li a {
    padding:0 5px;
}
.footer-menu-nav .socia_icon a {
    height: 25px;
    width: 25px;
    display: inline-block;
    text-indent: -9999px;
}
.footer-menu-nav .followus {
    margin: 0;
}
.footer-menu-nav i {
    font-size:16px;
}
#inner-header {
    background-color: #048EB0;
    padding-top: 10px;
}
/*==================== M E N U -- C S S =============*/

.mywikipro-header-menu, .mywikipro-header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mywikipro-header-menu:before, .mywikipro-header-menu:after {
    content: "";
    display: table;
}
.mywikipro-header-menu:after {
    clear: both;
}
.mywikipro-header-menu {
    zoom: 1;
    margin-right: 0 !important;
}
.mywikipro-header-menu li {
    float: left !important;
    position: relative;
}
.mywikipro-header-menu a {
    float: left;
    padding: 12px 18px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
.mywikipro-header-menu li:hover > a {
    color: rgb(66, 139, 202);
    text-decoration: none;
}
*html .mywikipro-header-menu li a:hover { /* IE6 only */
    color: #fafafa;
}
.mywikipro-header-menu ul {
    opacity: 0;
    transform: scale(0);
    min-width: 170px;
    border: 1px solid #c1c1c1;
    background: #ffffff;
    border-radius: 5px;
    visibility: hidden;
    position: absolute;
    top: 50px;
    z-index: 99;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mywikipro-header-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
    transform: scale(1);
}
.mywikipro-header-menu ul ul {
    top: 0;
    margin: 0;
    _margin: 0; /*IE6 only*/
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);    
    width: 100%;    
    transform: scale(0);
}
.mywikipro-header-menu ul li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;

}
.mywikipro-header-menu ul li a:hover, .mywikipro-header-menu ul li a:focus, .mywikipro-header-menu ul li a:active {
    color: #428BCA ;
}
.mywikipro-header-menu ul li {
    border: 0 none;
    display: block;
    float: none;
    width: 100%;
    _line-height: 0; /*IE6 only*/
}
.mywikipro-header-menu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mywikipro-header-menu ul a {
    padding: 10px;    
    _height: 10px; /*IE6 only*/
    display: block;
    float: none;
    text-transform: none;
    text-align: left;
}
.mywikipro-header-menu ul li:first-child > a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.mywikipro-header-menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    border-bottom: 6px solid rgb(66, 139, 202);
}
.mywikipro-header-menu ul ul li:first-child a:after {
    border-bottom: 4px dotted rgba(0, 0, 0, 0);
    border-right: 4px solid #300000;
    border-style: solid solid dotted none;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-width: 4px 4px 4px 0;
    margin-top: -6px;
    right: 0;
    top: 50%;
}
.mywikipro-header-menu ul li:first-child a:hover:after {
    border-bottom-color: rgb(66, 139, 202);
}
.mywikipro-header-menu ul ul li:first-child a:hover:after {
    border-right-color: #428BCA;
    border-bottom-color: transparent;
}
.mywikipro-header-menu ul li:last-child > a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
/* Mobile */
#menu-trigger {
    display: none;
}

@media (min-width: 200px) and (max-width: 240px) {    
   
    #s {
        font-size: 12px;
    }
    .top-nav {
        text-align: center;
    }
    .logo {
        min-width: 96% !important
    }
}
@media (min-width: 241px) and (max-width: 379px) {
    #s {
        font-size: 12px;
        padding: 20px 20px 20px 20px;
    }     
    .top-nav {
        text-align: center;
    }
    .navbar-nav {
        margin: 0px !important;
    }
    .suggestionsbox {
        width: 100%;
    }
    .margin-top {
        margin-top: 10px !important;
    }
    .padding-top-bottom .attribution {
        margin-top: 15px;
        margin-bottom: 0;
    }
    /* To fix postion of loader image in Mozilla */

}
@media (min-width: 380px) and (max-width: 479px) {
    #s {
        font-size: 12px;
        padding: 20px 20px 20px 20px;
    }    
    
    .top-nav {
        text-align: center;
    }
    .navbar-nav {
        margin: 0px !important;
    }
    .suggestionsbox {
        width: 70%;
    }
    .margin-top {
        margin-top: 10px !important;
    }
    /* To fix postion of loader image in Mozilla */

}
@media(max-width: 480px) {
.footer-article {   
    text-align: center;
}
.footer-menu-nav {
    display: inline-block;
    float: none;   
    text-align: center;
    width: 100%;
}
.footer-nav.nav.navbar-nav {
    display: inline-block;
}
.attribution {
    display: inline-block;
    float: none;  
    width: 100%;
     margin-top: 0 !important;
}

}

@media (min-width: 480px) and (max-width: 568px) {
    #s {
        font-size: 12px;
        padding: 20px 20px 20px 20px;
    }
   
    .top-nav {
        text-align: center;
    }
    .navbar-nav {
        margin: 0px !important;
    }
    .margin-top {
        margin-top: 10px !important;
    }
    /* To fix postion of loader image in Mozilla */

}
@media (min-width: 569px) and (max-width: 767px) {
    #s {
        font-size: 12px;
        padding: 20px 20px 20px 20px;
    }
   
    .top-nav {
        text-align: center;
    }
    .navbar-nav {
        margin: 0px !important;
    }
    .margin-top {
        margin-top: 10px !important;
    }
    /* To fix postion of loader image in Mozilla */
}

@media (min-width: 768px) and (max-width: 900px) {
    .search-main {
        width: 735px !important;
    }
    #navbarcont{
        text-align: center;
    }
    .nav-container{
        display: inline-block;
    }
    .navbar-collapse.collapse{
     float: none;
}
.menu-main-manu-container {
    display: inline-block;
    margin-top: 15px;
}
    .navbar-brand.logo{
        margin-left: 0 !important;
        margin-top: 25px;
    }
    /* To fix postion of loader image in Mozilla */
}

.avatar.avatar-32.photo {
    display: -moz-groupbox !important;
    margin: 0 12px -19px 0 !important;
}

.blog article, .archive article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.cat-heading {
    font-size: 20px;
    text-align: left;
    overflow: hidden;
    padding-top: 25px;
}
.cat-heading a {
    font-size: 20px;
    width: 100%;
    display: inline-block;
    word-wrap: break-word;
    margin: 0 0 0.5em;
}
.box-border {
    border: #d9d9d9 solid 1px;
}
/************************* CATEGORY **********************************/

.cat-content {
    font-size: 15px;
    color: #181818;
    line-height: 29px;
    margin: 25px 0px;
    text-align: justify;
    min-height: 235px;
}
.cat-image {
    float: right;
    margin: 7px 0px 0px 20px;
}
.cat-image img {
    max-width: 200px;
    max-height: 200px;
    border: #d9d9d9 solid 1px;
}
.cat-title {
    font-size: 17px;
    text-transform: capitalize;
}
/************************** Single page *******************************************/

.tags {
    margin: 10px 0px 0px 0px
}
.tags a {
    color: #fff;
    font-size: 14px;
    background-color: #09aad8;
    padding: 1px 10px;
}
.tags .tags-title {
    color: #181818;
    font-size: 18px;
}
/********************* Comment ****************************/

.comment_form > .form-comment-field {
    width: 31%;
    float: left;
}
.comment_form > .form-comment-field1 {
    width: 100%;
    float: left;
}
.comment_form input[type='text'] {
    border-radius: 5px;
    border: #cfcfcf solid 1px;
    height: 32px;
    width: 90%;
    padding: 2px 5px;
}
.comment_form input[type='submit'] {
    background: #0083c1;
    color: #FFF;
    border: 0px;
    padding: 5px 5px;
}
.comment_form textarea {
    border-radius: 5px;
    border: #cfcfcf solid 1px;
    height: 143px;
    width: 90%;
    padding: 5px;
}
.comment_form > p:first-child {
    float: left;
    width: 100%;
}
#respond > h3 {
    font-size: 19px;
}
#commentform small {
    font-weight: normal;
}
#commentform p {
    float: left;
    width: 60%;
}

#commentform input {
    border-radius: 5px;
    border: #cfcfcf solid 1px;
    height: 51px;
    width: auto;
    padding: 2px 5px;
}
#commentform input[type='submit'] {
    background: #048eb0;
    color: #FFF;
    border: 0px;
    padding: 13px 30px 13px 30px;
}
#commentform textarea {
    border-radius: 5px;
    border: #cfcfcf solid 1px;
    height: 143px;
    width: 100%;
    padding: 5px;
}
#main > h3 {
    font-size: 22px;
    font-weight: normal;
}
ol.commentlist {
    float: left;
    font-weight: normal;
    list-style: none outside none;
    width: 100%;
}
.col-sm-8 .navigation {
    margin: 5px 0;
}
.comment-metadata time {
    font-size: 14px;
}

.comment {
    border-top: 1px solid #F0F0F0;
    padding: 15px 0 15px 0;
}
.comment > .children {
    border-top: 1px solid #F0F0F0;
    margin-top: 15px;
    padding: 0 0 5px;
}
.comment:first-child, .comment > .children:first-child {
    border: none;
    padding: 10px 0 5px 0;
}
.comment > .children {
    margin-left: 20px;
}
.comments-area .comment-meta {
    color: rgb(51, 51, 51);
    font-size: 14px;
}

.comment-content {
    margin-top: 10px;
}
.comment-content > p {
    color: rgb(51, 51, 51);
    font-size: 13px;
}
.comment-respond input[type="submit"] {
    max-width: 100%;
}
.wp-caption.alignnone {
    overflow: hidden;
    width: 100% !important;
}
.wp-caption {
    background: none repeat scroll 0 0 #048EB0;
    margin-bottom: 14px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}
.wp-caption-text {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 8px 0;
}
.wp-caption.alignnone img {
    margin: 0 auto;
    max-width: 100% !important;
}
.wp-caption img {
    height: auto;
    max-width: 100%;
}
.sidebar img {
    display: inline !important;
}
.sidebar table {
    width: 100%;
}
/********************* PAGINATION ****************************/

.navigation {
    margin: 4px 0 57px;
    float: left;
    width: 100%;
}
.navigation li a, .navigation li a:hover, .navigation li a.active-page-pick, .navigation li.disabled {
    color: #fff;
    text-decoration: none;
}
.navigation li {
    display: inline;
    color: #000;
}
.navigation li a, .navigation li a:hover, .navigation li a.active-page-pick, .navigation li.disabled {
    background-color: #848585;
    cursor: pointer;
    padding: 5px 10px;
}
.navigation li a:hover, .navigation li a.active-page-pick, .navigation li a:focus {
    background-color: #515151;
    color: #fff !important;
}
.single-sub-menu {
    background-color: #FFF !important;
    margin: 0 0 0 22px !important;
    padding-bottom: 0 !important;
}

ul.sub-menu .submenu-right {
    right: 100%;
}
ul.sub-menu .submenu-left {
    left: 100%;
}
.meta .sprite {
    margin-left: 10px;
}
.meta .sprite:first-child {
    margin-left:0px;
}
#suggestionslist {
    max-height: 220px;
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
    margin-right: auto;
}
input {
    border-radius: 3px;
    border: #cfcfcf solid 1px;
    height: 32px;
    width: 60%;
    padding: 2px 5px;
    outline: 0;
}
textarea {
    border-radius: 5px;
    border: #cfcfcf solid 1px;
    width: 60%;
    padding: 2px 5px;
    outline: 0;
}
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    background: #048eb0;
    color: #FFF;
    border: 0px;
    padding: 5px 5px;
}
.mywikipro_breadcrumbs {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.mywikipro-nav {
    padding: 15px 0;
}
.mywikipro-nav-next {
    float: right;
    text-transform: capitalize;
}
table {
    width: 100%;
}
td, th {
    padding: 5px;
}
.commentlist ul li {
    display: block;
    color: rgb(51, 51, 51);
    font-size: 14px;
}
#comments {
    border-top: 1px solid rgb(217, 217, 217);
}
.main-page-title {
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: 28px;
    color: #048eb0;
    padding-bottom: 9px;
}
.comments-title {
    color: #333;
    font-size: 19px;
    text-transform: capitalize;
}

.post-meta-entry {
    font-size: 13px;
}
.fluid-sidebar .widget_search .screen-reader-text {
    display: none;
}

.mywikipro-header-menu .current_page_item a {
    color: #048eb0;
}

.navbar-header img {
    max-width: 180px;
    height: auto;
}
.header-theme-text {
    color: rgb(41, 41, 41);
}
.header-text {
    color: #048EB0;
}
.sidebar select,
#widget-footer select {
    outline: 0;
    height: 32px;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    border-color: #cfcfcf;
    background: transparent;
}
.search-submit {
    background: #048eb0;
    color: #FFF;
    border: 0px;
    padding: 9px 14px;
    border-radius: 3px;
    outline: 0;
    margin-left: 4px;
}
.sidebar .widgettitle {   
    padding: 10px;
    color: #fff;
    background: #048eb0;
    border-radius: 3px;
    font-size: 18px;
}

.widget ul{
    list-style-type: none;
    padding-left: 0px;
    padding-bottom: 25px;
}
.widget ul li{
    position: relative;
}
#sidebar1 li:before {
    content: "\f08e"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em; /* same as padding-left set on li */
  }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}
.preloader .preloader-gif {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;    
    transform-origin: 35px 35px;
    background-size: contain;
    animation: rotate 1s infinite linear;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* Responsive Style */

@media (max-width: 359px) {
    #home-main .page-catheader .page-title {
       
        font-size: 24px;
        color: #fff;
        
    }
    .input-group .form-control {
        display: inline-block;
        height: 57px;
        font-size: 12px;
    }
    
    .footer-menu-nav .nav > li {
        float: left;
    }
    .navbar-brand {
    font-size: 24px;
}
    .meta .sprite {
    margin-left: 0px;
}
}
@media (min-width: 360px) and (max-width: 767px) {
    .navbar-brand {
        font-size: 24px;
    }
    #home-main .page-catheader .page-title {
        font-size: 24px;
        padding-top: .5%;
    }
    .input-group .form-control {
        display: inline-block;
        height: 57px;
        font-size: 12px;
    }
    
    .footer-menu-nav .footer-nav li {
        float: left;
    }
    .meta .sprite {
    margin-left: 0px;
}
    
}
@media (min-width: 768px) and (max-width: 979px) {
    #home-main .page-catheader .page-title {      
        font-size: 24px;
        color: #fff;
        padding-top: .5%;
    }    
}
@media (min-width: 980px) and (max-width: 1279px) {
    #home-main .page-catheader .page-title {        
        font-size: 24px;
        color: #fff;
        padding-top: .5%;
    }
}
@media (min-width: 1280px) {
    #home-main .page-catheader .page-title {
        color: #048eb0;
        font-size: 24px;
        padding-top: 1%;
    }
    .home #home-main .page-catheader .page-title {
        font-size: 24px;     
        padding-top: .5%;
    }
}
.post_content input {
    width:auto;
}
/**
 mywikipro gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.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) {
    margin-right: 0;
}
.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) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}
#widget-footer{   
    padding-bottom: 20px;
    padding-top: 30px
}
#widget-footer h4, #widget-footer h4 > .wid-category{
}
#widget-footer h4 > .wid-category{
    border-bottom:0;
}
#widget-footer li{
    color: #b6b6b6;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 0;
}
#widget-footer li > i{
    color: #fff;
}
#widget-footer #wp-calendar{
    width: 100%;
}
#widget-footer .screen-reader-text {
    display: none;
}


#widget-footer .widget_popular .fa-bars {
    display:none;
}

#widget-footer .wid-category {
    margin-left:0px !important;
}
/*footer start*/
.footer-widget ul li ul{
    padding-left: 0;
}
.footer-widget ul li:hover{
    padding-left: 0;
}
.footer-widget .search-form label,.sidebar .search-form label{
    display: inline;
}
.footer-widget input[type="search"],.sidebar input[type="search"] {
    width: 86%;
    outline: 0;
    font-weight: normal;
    background: transparent;
}
.footer-widget input[type="submit"],.sidebar input[type="submit"]   {
    width: 23%;
    outline: 0;
}
.footer-widget .tagcloud a {
    border: 1px solid #b6b6b6; 
    border-radius: 8px;    
    display: inline-block; 
    font-size: 13px !important; 
    margin-bottom: 10px; 
    margin-right: 6px; 
    padding: 5px 8px; 
    text-decoration: none; 
    transition: all 0.17s ease-in-out 0s;
}
.footer-widget .tagcloud a:hover,
.footer-widget .tagcloud a:active,
.footer-widget .tagcloud a:focus{
    border-color: #ffffff;
}
.footer-article {
    padding: 25px 0 10px 0;
    border-top: 1px solid #ffffff;    
}
#wp-calendar th, #wp-calendar tbody tr td {
    text-align: center;
}
#wp-calendar tfoot td#prev {
    padding-left: 15px;
    text-align: left;
}
#wp-calendar tfoot td#next {
    padding-right: 15px;
    text-align: right;
}
#wp-calendar a {
    color: #048eb0 ;
}
/*footer end*/
/*sidebar*/

.fluid-sidebar .widget ul li ul{
    padding-left: 0px;
}
.sidebar ul li a{
    color: #333 ;
}
.sidebar ul li a:hover{
    color: #048eb0;
}
.search-form {
    padding-top: 10px;
}
.fluid-sidebar{
    color: #333 !important;    
}
.sidebar .tagcloud a {
    border: 1px solid #333; 
    border-radius: 8px;    
    display: inline-block; 
    font-size: 13px !important; 
    margin-bottom: 10px; 
    margin-right: 6px; 
    color: #333;
    padding: 5px 8px; 
    text-decoration: none; 
    transition: all 0.17s ease-in-out 0s;
}
.sidebar  .tagcloud a:hover,
.sidebar  .tagcloud a:active,
.sidebar  .tagcloud a:focus{
    border-color: #048eb0;
}
.recentcomments a:before{
    content: "" !important;
}
.post_content > p {
    line-height: 25px;
    margin-top: 10px;
    word-wrap: break-word;
}
/*sidebar*/
.navbar-nav>li{
    float: none;
    display: inline-block;
}
@media (max-width: 767px) {
     /* nav-wrap */
    .navbar-collapse.in {
        overflow-y: initial;
    }
    .mywikipro-header-menu li > a{
        padding: 5px 0;
    }
    .menu-main-manu-container {
        padding-top: 10px;
    }
    .menu-wrap {
        position: relative;
    }
    .menu-wrap * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* menu icon */

    #menu-trigger {
        cursor: pointer;
        display: block;
        height: 40px;
    }
    .mywikipro-header-menu {
        background-color: #FFF !important;
        display: block !important;
        padding: 0px !important;
        position: relative !important;
        top: 0px !important;
    }
    .mywikipro-header-menu ul li a {
        font-size: 14px;
        text-align: left;
    }
    .mywikipro-header-menu:after {
        content: '';
        position: absolute;
        left: 25px;
        top: -8px;
        border: none;
    }
    .mywikipro-header-menu a:hover, .mywikipro-header-menu a:focus {
        color: #048EB0;
    }
    .mywikipro-header-menu li:hover > a {
        color: #380101;
        text-decoration: none;
    }
    .mywikipro-header-menu ul {
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background: none;
        border: none;
        transform: scale(1);
    }
    .mywikipro-header-menu ul ul {
        margin: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        transform: scale(1);
    }
    .mywikipro-header-menu li {
        position: relative;
        display: block;
        float: left !important;
        border: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 90%;
        text-align: left;
    }
    .mywikipro-header-menu ul li {
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .mywikipro-header-menu a {
        display: block;
        float: none;
        padding: 0;
        color: #000;
    }
    .mywikipro-header-menu a:hover, .mywikipro-header-menu a:focus {
        color: #fafafa;
    }
    .mywikipro-header-menu ul a {
        padding: 5px 0;
        width: auto;
    }
    .mywikipro-header-menu ul a:hover {
        background: none;
    }
    .mywikipro-header-menu ul li:first-child a:after, .mywikipro-header-menu ul ul li:first-child a:after {
        border: 0;
    }
    .mywikipro-header-menu li> a {
        color: #048EB0;
    }
    .mywikipro-header-menu li> a:hover {
        color: #048EB0;
    }
    .top-menu {
        margin: 0px 0px 0px 0px !important;
    }
    .footer-menu-nav .nav > li {        
        padding: 5px 0px;
    }
    
    #s::-webkit-input-placeholder {
        color:#fff;
    }
    .input-group-btn > .btn {
        width: 52px;
        overflow: hidden;
        padding-left: 0px;
    }
    .glyphicon-search:before {
        margin-left: 16px !important;
        padding-left: 40px !important;
    }
    .border-bottom {
        border: none;
    }    
    .date-icon, .author-icon, .cat-icon-small, .comments-icon-small, .single-page .meta {
        float: left;
        width: 100%;
    }
    #commentform p {
        width: 95%;
    }
    .border-right,.border-left {
        border: none;
        margin-bottom: 30px;
    }
}