/**
 * @Package: WordPress Plugin
 * @Subpackage: Material - White Label WordPress Admin Theme Theme
 * @Since: Mtrl 1.0
 * @WordPress Version: 4.0 or above
 * This file is part of Material - White Label WordPress Admin Theme Theme Plugin.
 */


/* --------- A common file for Material Admin theme - WordPress 4.0 ----------- */
/*
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700");
@import url("http://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700");
*/



/*---------------------------------------------
  General & Typo 
 ---------------------------------------------*/

html{
  background: #f1f1f1;
}

a { color: #353535; 
  line-height: 23px; 
  font-size: 14px;
  display: inline-block;
}

a:hover{ 
  color: #f95e44; 
}

body, p {
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 23px 0;
  font-family: Roboto,sans-serif;
  color: #666;
}

body{
  margin: 0 0 0px 0;
}

h1,h2,h3,h4,h5,h6{
  font-family: Roboto,sans-serif; /*@*/
  color: #333333;
}

h1 {
    font-size: 35px;
    line-height: 46px;
  margin: 0 0 23px 0;
}


h2 {
    font-size: 30px;
    line-height: 46px;
  margin: 0 0 23px 0;
}

h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 23px 0;
  font-weight: 300;
}

h4 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  margin: 0 0 23px 0;
}

h5 {
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
}

h6 {
  font-size: 10px;
  line-height: 16px;
  font-weight: 300;
}


ul{
  margin: 0 0 23px 0;
}


#dashboard_right_now li a:before, #dashboard_right_now li span:before{
  color: #666666;
  font: 400 17px/23px dashicons;
}







/* ------- Layout ------------ */


.mtrl-admin-addon_page_mtrl_menumng_settings *,
#wpadminbar, #wpadminbar *,
.welcome-panel-content * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#wpcontent, #wpfooter{
  margin-left: 230px; /*230px*/
}

.folded #wpcontent, .folded #wpfooter{
  margin-left: 60px;  
}

#wpfooter{
    padding: 10px 25px 10px 30px;
    z-index: 99999;
}

#wpcontent{
  padding-left:30px;
}

.wrap{
  margin: 23px 23px 0 0;
}

.wrap h2, .wrap h1 {
  font-size: 27px;
  font-weight: 400;
  padding: 0;
  line-height:25px;
  /*text-transform: uppercase;*/
  font-family: Roboto,sans-serif; /*@*/
  color: #333333;
  margin-top:0px;
  margin-bottom:50px;
  position: relative;
  z-index: 21;
  white-space: nowrap;
  position: relative;
  z-index: 99999;
}

.wrap h2{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
body h2.screen-reader-text{
  margin:0;
  height: 0px;
}
.tablenav .tablenav-pages{
  margin-top: 0px;
}
.tablenav .actions{
  overflow: visible;
  margin-right: 10px;
}
.highlight, .highlight a {
  background-color: #f95e44;
  color: #fff;
}


h2 .nav-tab {
  padding: 6px 0px 10px 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
      margin: 0 18px;
}

.nav-tab {
  border: 0px solid #ddd;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: #777777;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  padding: 4px 14px 6px;
  text-decoration: none;
  margin: -4px 4px -1px 0;
}

.nav-tab:hover{
  color: #f95e44;
}

.nav-tab-active, .nav-tab-active:focus, 
.nav-tab-active:focus:active, .nav-tab-active:hover,
.nav-tab-active, .nav-tab-active:hover {
  border-bottom: 4px solid #f95e44;
  background: transparent;
  color: #777777;
}

.wp-tab-active, ul.add-menu-item-tabs li.tabs, ul.category-tabs li.tabs{
  border: none;
  border-bottom: 3px solid #f95e44;
  background: transparent;
}
#side-sortables .add-menu-item-tabs, .wp-tab-bar{
  margin-bottom: 8px;
}
ul.add-menu-item-tabs li, ul.category-tabs li, ul.wp-tab-bar li {
    padding: 3px 0px 10px 0px;
    line-height: 36px;
    margin-right: 10px;
}
@media screen and (max-width: 782px){
  ul.add-menu-item-tabs li.tabs {
  padding: 8px 0;
  margin: 0 8px;
  }
  .tagsdiv .newtag, ul.categorychecklist li{
    margin-bottom: 5px;
  }
}

ul.add-menu-item-tabs li{
  padding: 8px 0;
  margin: 0 8px;
}
.customlinkdiv label{
  min-width: 100px;
}
.customlinkdiv .menu-item-textbox{
  float: left;
}
.categorydiv div.tabs-panel, .customlinkdiv div.tabs-panel, .posttypediv div.tabs-panel, .taxonomydiv div.tabs-panel, .wp-tab-panel{
  border: none;
  border-top: 2px solid #f95e44;
  background: transparent;
}

#wpcontent{
  padding-top: 50px;
  position: relative;
  z-index: 99;
}

#screen-meta-links {
    margin: 0px 20px 0 0;
    position: absolute;
    right: 0px;
    z-index: 999999;
  transition: all 0.02s;
  -webkit-transition: all 0.02s;
  -moz-transition: all 0.02s;
  -o-transition: all 0.02s;
  -ms-transition: all 0.02s;
}
.hasfixedtopbar #screen-meta-links{
    z-index: 999999;
}

#wpcontent:before{
  content: " ";
  position: absolute;
  top:0px;
  left: 0px;
  width:100%;
  height:120px;
  z-index: 99999;
  display: block;
  background-color: #ffffff;
}
#wpcontent.hasfixedtopbar:before{
  position: fixed;
  height:50px;
  z-index: 9999999;
}

/* ------- Menu ------------ */
#adminmenumain{
  position: relative;
  z-index: 9999999;
}

#adminmenu{
  margin-top:0px;
  margin-bottom: 0px;
}

#customize-controls,
#adminmenuback{
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}


#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap {
width: 230px;
background-color: rgba(66, 66, 66, 1.0); /*@*/
}


#adminmenuwrap{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-shadow:  none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow:  none !important;
}

#adminmenuwrap:before{background-image: url('../images/logo.png') !important;}
#adminmenu li.menu-top{
  padding:0;
  display: inline-block;
  width: 100%;
/*  min-height: 46px;*/
vertical-align: top;
margin-bottom: 1px;
}

#adminmenu .wp-submenu-head, #adminmenu a.menu-top{
  line-height:46px;
  font-size:15px;
  font-weight:300;
  text-transform: uppercase;
  font-family: Roboto,sans-serif; /*@*/
  border-left: 4px solid transparent;
}

#adminmenu div.wp-menu-name{
  padding: 0;
}

#adminmenu li.wp-menu-separator{
  height: 0;
  margin: 0;
}

#adminmenu a{
  color: #ffffff;
}


#adminmenu div.wp-menu-image{
  width: 40px;
  height: 40px;
  margin-left: 6px;
  opacity: 1;
}

div.wp-menu-image:before{
  padding: 0;
}

.folded .dashicons, .folded .dashicons-before:before{
  line-height: 44px;
}

.dashicons, .dashicons-before:before{
  line-height: 40px;
  width: 46px;
  height: 40px;
  font-size: 18px;
  text-align: center;
}

#adminmenu div.wp-menu-image:before{
  color: #ffffff;
  margin-left: -8px;
}

#adminmenu li:hover div.wp-menu-image:before, #adminmenu a:hover, #adminmenu li.menu-top>a:focus{
  color: #ffffff; 
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu{
  color: #ffffff;
}


#adminmenu li.menu-top:hover, #adminmenu li.opensub>a.menu-top, #adminmenu li>a.menu-top:focus{
  background: rgba(33, 33, 33, 1.0) ;
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu{
  background: rgba(33, 33, 33, 1.0) ;
}

#adminmenu .awaiting-mod, #adminmenu .update-plugins, #sidemenu li a span.update-plugins{
  background: #eb392f;
  margin: 3px 0 0 1px;
}



.menustyle2 #adminmenu div.wp-menu-image{
  width: 100%;
  height: 34px;
}

.menustyle2 #adminmenu a.menu-top{
  text-align: center;
  min-height: 80px;
}

.menustyle2 #adminmenu .dashicons, .menustyle2 #adminmenu .dashicons-before:before{
  font-size: 24px;
  line-height: 50px;
}

.menustyle2 #adminmenu, .menustyle2 #adminmenu .wp-submenu, .menustyle2 #adminmenuback, .menustyle2 #adminmenuwrap{
  width: 180px;
}

.menustyle2 #adminmenu .wp-submenu{
  left: 180px;
}

.menustyle2 #adminmenu .wp-has-current-submenu .wp-submenu, 
.menustyle2 #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, 
.menustyle2 #adminmenu .wp-has-current-submenu.opensub .wp-submenu, 
.menustyle2 #adminmenu a.wp-has-current-submenu:focus+.wp-submenu, 
.menustyle2 .no-js li.wp-has-current-submenu:hover .wp-submenu{
  left: auto;
}

.menustyle2.auto-fold #adminmenu a.menu-top,
.menustyle2.folded #adminmenu a.menu-top{
  text-align: center;
  min-height: auto;
}

.menustyle2.folded #adminmenu .dashicons, 
.menustyle2.folded #adminmenu .dashicons-before:before{
  font-size: 20px;
  line-height: 44px;
}

.menustyle2 #wpcontent, .menustyle2 #wpfooter{
  margin-left: 180px;
}

.menustyle2.folded #wpcontent, .menustyle2.folded #wpfooter{
  margin-left: 60px;
}

.menustyle2 #adminmenu .wp-has-current-submenu ul>li>a, 
.menustyle2 .folded #adminmenu li.menu-top .wp-submenu>li>a{
  padding: 0 0 0 30px;  
}


/* ----- Inner Sub menu ------ */

#adminmenu .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, .folded #adminmenu a.wp-has-current-submenu:focus+.wp-submenu{
  padding: 0px 0 0px 0;
  background: transparent;
}
.wp-submenu.wp-submenu-wrap{
  margin-top: auto !important;
}

#adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu{
  background: #1a1a1a;
}

#adminmenu .wp-has-current-submenu ul>li>a, .folded #adminmenu li.menu-top .wp-submenu>li>a{
  padding:0 0px 0 50px;
  margin-left: 0px;
  line-height: 36px;
  margin-bottom:0px;
  font-family: Roboto,sans-serif; /*@*/
  font-size: 15px;
  font-weight: 400;
  border-left: 4px solid transparent;
}

#adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:hover{
  font-weight: 400;
}

.folded #adminmenu li.menu-top{
  vertical-align: top;
}

.folded #adminmenu li.menu-top .wp-submenu>li>a:hover,
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, 
#adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:hover{
}

#adminmenu .opensub .wp-submenu li.current a, #adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:focus, #adminmenu .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu li.current a{
  color: #a9a9a9; 
}

#adminmenu .wp-submenu a{
  color: #a9a9a9;
}

#adminmenu .wp-submenu{
  margin-bottom: 0px;
}

/* -------- Floating Submenu --------- */

#adminmenu .wp-submenu{
  left: 230px;
}

#adminmenu a.menu-top:focus+.wp-submenu, .js #adminmenu .opensub .wp-submenu, .js #adminmenu .sub-open, .no-js li.wp-has-submenu:hover .wp-submenu{
  top: 0px;
}


#adminmenu .wp-not-current-submenu .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu{
  min-width: 230px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}

#adminmenu .wp-not-current-submenu li>a, .folded #adminmenu .wp-has-current-submenu li>a{
  padding:0 0px 0 24px;
  margin-left: 0px;
  line-height: 40px;
  margin-bottom:0px;
  font-family: Roboto,sans-serif; /*@*/
  font-size: 15px;
  font-weight: 400;
  border-left: 4px solid transparent;
}
.auto-fold #adminmenu li.menu-top .wp-submenu>li>a{
  padding-left: 24px;
}
.auto-fold #adminmenu li.wp-has-current-submenu .wp-submenu>li>a{
  padding-left: 48px;
}


#adminmenu .wp-not-current-submenu li>a:hover, .folded #adminmenu .wp-has-current-submenu li>a:hover{
  padding-left: 24px;
  border-left: 4px solid transparent;
  background: #313131;
  color: #a9a9a9; 
}

#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after{
  border-right-color: #1a1a1a;
}

/*--------- collapsed --------- */

.folded ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after{
  border-width: 7px;
}

.folded #adminmenu, .folded #adminmenu li.menu-top, .folded #adminmenuback, .folded #adminmenuwrap{
  width: 60px;
}

.folded #adminmenu a.menu-top{
  height: 44px;
}

.folded #adminmenu div.wp-menu-image {
  width: 60px;
  height: 44px;
  margin-left: 0px;
  opacity: 1;
}

.folded .dashicons, .folded .dashicons-before:before{
  font-size: 20px;
}

#collapse-button div:after, .dashicons, .dashicons-before:before{
  transition: font 0.3s ease-in-out;
  -webkit-transition: font 0.3s ease-in-out;
  -moz-transition: font 0.3s ease-in-out;
  -ms-transition: font 0.3s ease-in-out;
  -o-transition: font 0.3s ease-in-out;
}

.folded #adminmenu .opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, .folded #adminmenu .wp-has-current-submenu a.menu-top:focus+.wp-submenu, .folded #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-submenu.sub-open, .folded #adminmenu a.menu-top:focus+.wp-submenu, .no-js.folded #adminmenu .wp-has-submenu:hover .wp-submenu{
  left: 60px;
}

.folded #adminmenu .wp-submenu .wp-submenu-head {
  font-size: 15px;
  padding: 0px 0px 0px 24px;
  margin: 0px 0 0px;
}

.folded #adminmenu li.menu-top .wp-submenu>li>a{
  padding: 0 0px 0 24px;
  margin-left: 0px;
}

.folded #adminmenu li.menu-top .wp-submenu>li>a.current{
  border-left: 4px solid #f95e44;
}

.folded #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head{
  background: transparent;
}

/* -- collapse menu link-- */

#collapse-menu{
  line-height:40px;
  font-size:15px;
  font-weight:300;
  
  font-family: Roboto,sans-serif; /*@*/
  color: #a9a9a9;
}

#collapse-menu span{
  line-height: 40px;
  display: inline-block;
  width:100%;
}

#collapse-menu:hover, #collapse-menu:hover #collapse-button div:after{
  color: #a9a9a9;
}

#collapse-button, #collapse-button div{
  width: 65px;
  height: 40px;
}

.folded #collapse-button div{
  margin-left: 7px;
}

#collapse-button {
  margin: 0px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
}

#collapse-button div:after{
  line-height: 40px;
  left: 0px;
  top: -1px;
  color: #a9a9a9;
  width: 46px;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  height: 40px;
  display: inline;
  font-size: 18px !important;
  line-height: 40px !important;
  font-family: dashicons !important;
}

.folded #collapse-button div:after{
  font-size: 20px !important;
}





/* ------------ Menu Top Logo ----------- */

#adminmenuwrap .logo-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  padding-top: 0px;
  opacity: 0;
  float: none;
}

#adminmenuwrap .logo-overlay,
#adminmenuwrap:before{
  content: " ";
  width:230px;
  height:70px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: 0px;
  float: left;
}

.menustyle2 #adminmenuwrap .logo-overlay,
.menustyle2 #adminmenuwrap:before{
  content: " ";
  width:180px;
}

#adminmenu{
  margin-top: 10px;
}

#wpadminbar:before{
  background-image: url("../images/logo.png");
}

.folded #adminmenuwrap:before{
  width: 60px;
  background-image: url("../images/logo-folded.png");
}
.auto-fold #adminmenuwrap:before{
  /*background-image: url("../images/logo-folded.png");
  width: 60px;*/
}
#wpadminbar .quicklinks{
  margin-left: 245px;
}
.folded #wpadminbar .quicklinks{
  margin-left: 75px;
}



/*----------------------------------------------------
 Boxes
-----------------------------------------------------*/

.postbox, .stuffbox {
  margin-bottom: 23px;
  padding: 0;
  line-height: 1;
}
.card,
#titlediv #title,
.wp-core-ui .attachment-preview,
table.widefat,
.notice, div.error, div.updated,
#menu-locations-wrap .widefat,
.widget.open, div#widgets-right .widgets-holder-wrap,
div#widgets-right .widgets-holder-wrap.widget-hover,
.themes .theme, #template textarea, .plugin-card,
.postbox {
  border: 0px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(150,150,150,0.2);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(150,150,150,0.2);
  -moz-box-shadow:  0px 4px 8px 0px rgba(150,150,150,0.2);
  -ms-box-shadow: 0px 4px 8px 0px rgba(150,150,150,0.2);
  -o-box-shadow:  0px 4px 8px 0px rgba(150,150,150,0.2);
  border-radius: 2px;
}

.wp-core-ui .attachment-preview{
  background: transparent;
}

.notice, div.error, div.updated{
  border-left: 4px solid transparent;
}
#poststuff h2,
.metabox-holder h2.hndle,
.postbox .hndle, .stuffbox .hndle{
  line-height:46px;
  font-size:17px;
  font-weight:300;
  text-transform: uppercase;
  font-family: Roboto,sans-serif; /*@*/
  border-bottom: 0px solid #f95e44;
  padding: 0 23px;
  background: #f95e44;
  color: #ffffff; /*rgb(32, 32, 32);*/
}

.metabox-holder .postbox>h3, .metabox-holder .stuffbox>h3, .metabox-holder h2.hndle, .metabox-holder h3.hndle{
  line-height:50px;
  font-size:16px;
  font-weight:400;
  padding: 0px 15px 0 15px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.wp-list-table.posts .column-primary{
  width: 35%;
}
a:focus{
  outline: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.postbox .handlediv{
  height: 46px;
  width: 46px;
  text-align: center;
  position: relative;
  z-index: 22;
}

.js .meta-box-sortables .postbox .handlediv:before, .js .sidebar-name .sidebar-name-arrow:before{
  line-height: 46px;
  right: 0px;
  padding: 0px;
  font-size:23px;
  color: #eeeeee;
}


.postbox .inside, .stuffbox .inside{
  line-height: 23px;
  font-size: 14px;
}

/*post page - inner boxes*/
#poststuff h3{
  font-size: 17px;
  line-height: 46px;
  padding: 0 23px;
  margin: 0;
  height: 46px;
}

#poststuff #submitdiv .inside, #poststuff .inside{
  margin-top: 21px;
}

.postbox .inside, .stuffbox .inside{
  padding: 10px 15px 15px 15px;
}

#poststuff #submitdiv .inside #minor-publishing{
    padding: 0 23px 17px 23px;
}

.misc-pub-section, #misc-publishing-actions, #minor-publishing-actions{
  padding: 0;
}
#minor-publishing-actions #save-action{
    width: 40%;
    display: inline-block;
    float: left;
    text-align: left;
}
#minor-publishing-actions #preview-action{
    width: 40%;
    display: inline-block;
    float: right;
    text-align: right;
}


.misc-pub-section{
  min-height:30px;
  line-height: 30px;
  margin-bottom:0px;
  color: #353535;
}

#misc-publishing-actions label[for=post_status]:before, #post-body #visibility:before, #post-body .misc-pub-revisions:before, .curtime #timestamp:before, span.wp-media-buttons-icon:before{
  color: #777777;
  line-height: 30px;
  font-size: 17px;  
}

#major-publishing-actions {
  padding: 12px 23px 11px 23px;
  clear: both;
  border-top: 1px solid #eee;
  background: #f5f5f5;
}

#delete-action{
  line-height: 36px;
  font-weight:300;
  text-transform: uppercase;
  font-family: Roboto,sans-serif; /*@*/
}

.category-tabs{
  margin: 0 0 2px 0;

}

.categorydiv div.tabs-panel, .customlinkdiv div.tabs-panel, .posttypediv div.tabs-panel, .taxonomydiv div.tabs-panel, .wp-tab-panel{
  padding: 0px 12px 11px 0px;
}

.tabs-panel .categorychecklist{
  margin-bottom: 0px;
}

#category-adder h4{
  margin: 23px 0 0 0;
}


.tagsdiv .newtag{
  width: 160px;
}


#pageparentdiv p{
  margin-top: 13px;
  margin-bottom: 10px;
}





/*--- Dashboard Boxes ---*/

#dashboard_activity .inside, .postbox .inside{
  margin-top:5px;
}

#dashboard_right_now .main{
  padding: 0 23px 23px 23px;
}

.activity-block{
  padding:0 0px 0px 0px;
}

#latest-comments.activity-block{
  padding-right:0;
  padding-left: 0;
}

#activity-widget #latest-comments #the-comment-list .comment-item{
  padding:23px;
}

#activity-widget #the-comment-list img{
  top:auto;
}
#dashboard-widgets .meta-box-sortables{
  margin: 0 12px;
}
#dashboard-widgets #dashboard_activity h4{
  line-height:46px;
  font-size:14px;
  font-weight:300;
  text-transform: uppercase;
  font-family: Roboto,sans-serif; /*@*/
  padding: 0 23px;
  margin: 0px;
}

#dashboard_activity ul{
  padding: 0 23px 23px 23px;
  margin: 0px;
}

#activity-widget #the-comment-list .comment-item h4{
  font-family: Roboto,sans-serif;
  padding: 0;
}

#activity-widget #the-comment-list .comment-item:nth-child(odd){
  background: #fafafa;
}

#activity-widget #the-comment-list .comment-item:nth-child(even){
  background: #ffffff;
}

#latest-comments #the-comment-list .comment-item p.row-actions{
  margin:0;
}

#latest-comments #the-comment-list .comment-item p.row-actions a{font-size: 13px;}

#latest-comments #the-comment-list .comment-item blockquote, #latest-comments #the-comment-list .comment-item blockquote p{
  display: inline-block;
}

#dashboard_activity .subsubsub {
  border-top: 1px solid #eeeeee;
  margin-top: 0;
  padding: 0px 23px 0px 23px;
  line-height: 46px;
}

#bbp-dashboard-right-now .inside{
  padding: 21px 23px 0px 23px;
}

#dashboard-widgets h3, #dashboard-widgets h4, #dashboard_quick_press .drafts h2 {
    margin: 10px 12px 15px 12px;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    color: #757575;
}

/*---- dashboard quick draft widget ---- */
#dashboard_quick_press form{
  margin:21px 23px 0px 23px;
  padding-bottom: 23px;
}

/* dashboard rss widget*/
#dashboard_primary .rss-widget{
  padding: 0 23px;
}

#dashboard_primary .rss-widget p{
  margin: 12px 0 11px 0;
}

#dashboard_primary .rss-widget li{
  padding: 12px 0 11px 0;
}

#dashboard_primary .rss-widget:last-child{
  padding-bottom:0;
}

.search-box input[name="s"], .tablenav .search-plugins input[name="s"], .tagsdiv .newtag{
  height: auto;
}
th.sortable a span, th.sorted a span{
  display: inline;
  white-space: nowrap;
  float: none;
}

th.desc a:focus span.sorting-indicator:before, th.desc:hover span.sorting-indicator:before, th.sorted.asc .sorting-indicator:before {
    margin-left: 8px;
    margin-top: 11px;
}
.widefat th.sortable, .widefat th.sorted{
  outline:none;
}




/*Welcome Panel*/

.welcome-panel{
  margin: 23px 0;
  padding: 0px;
  border: 0px solid #e5e5e5;
  box-shadow: 0px 4px 8px 0px rgba(150,150,150,0.2);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(150,150,150,0.2);
  -moz-box-shadow:  0px 4px 8px 0px rgba(150,150,150,0.2);
  -ms-box-shadow: 0px 4px 8px 0px rgba(150,150,150,0.2);
  -o-box-shadow:  0px 4px 8px 0px rgba(150,150,150,0.2);
  background: #fff;
  font-size: 13px;
  line-height: 2.1em;
}

.welcome-panel h2{
  line-height:69px;
  font-size:21px;
  font-weight:300;
  text-transform: uppercase;
  font-family: Roboto,sans-serif; /*@*/
  border-bottom: 0px solid #f95e44;
  padding: 0 23px;
  background: #f95e44;
  color: #ffffff;
  margin-top: 0px;
}

.welcome-panel .about-description{
  padding: 0 23px;
  font-family: Roboto,sans-serif; /*@*/
  line-height:23px;
  font-size:17px;
  font-weight:300;
  color: #333333;
  margin-top:0px;
  margin-bottom: 0px;
}

.welcome-panel-content{
  margin:0;
}

.welcome-panel .welcome-panel-column:first-child{
  padding-left:23px;
}

.welcome-panel .welcome-panel-close {
  position: absolute;
  top: 0px;
  right: 23px;
  padding: 0px;
  font-size: 13px;
  text-decoration: none;
  line-height: 69px;
  color: #eeeeee;
}

#welcome-panel.welcome-panel .welcome-panel-close:before{
  left: -25px;
  margin-top: 0px;
  line-height: 54px;
  color: #eeeeee;
}

#bulk-titles div a:before, #welcome-panel.welcome-panel .welcome-panel-close:before, .tagchecklist span a:before{
  color: #eeeeee !important;
}

.welcome-panel h4{
  margin: 0 0 23px 0;
}

.welcome-panel-column p.hide-if-no-customize{
  margin-top: 0;
}

.wp-core-ui .button-group.button-hero .button, .wp-core-ui .button.button-hero,
.wp-core-ui .welcome-panel .button.button-hero{
  margin: 23px 0 23px 0;
  font-size: 17px;
}

.wp-core-ui .button-group.button-hero .button, .wp-core-ui .button.button-hero,
.wp-core-ui .welcome-panel .button.button-hero,
.wp-core-ui .button.button-primary.button-hero.active, .wp-core-ui .button.button-primary.button-hero.active:focus, .wp-core-ui .button.button-primary.button-hero.active:hover, .wp-core-ui .button.button-primary.button-hero:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
}


.wp-core-ui .button-group.button-hero .button:active, .wp-core-ui .button.button-hero:active,
.wp-core-ui .button-group.button-hero .button, .wp-core-ui .button.button-hero{
  padding: 0 36px !important;
}

.welcome-panel .welcome-icon{
  padding: 0;
  line-height: 30px;
  font-size: 14px;
}

.welcome-panel .welcome-icon:before{
  top:0px;
  color: #777777;
  font-size: 17px;
  line-height: 30px;
  padding: 0 9px 0 0;
}
















/* --------------- Form ---------------*/
#doaction, #doaction2, #post-query-submit {
    margin: 0px 0px 0 0;
}

#title-wrap #title,
.textarea-wrap #content-prompt-text,
#title-wrap #title-prompt-text{
  font-size: 14px;
  padding: 8px;
}

.media-frame input[type=text], .media-frame input[type=password], .media-frame input[type=number], .media-frame input[type=search], .media-frame input[type=email], .media-frame input[type=url], .media-frame select, .media-frame textarea,
.form-field input[type=text], .form-field input[type=password], .form-field input[type=email], .form-field input[type=number], .form-field input[type=search], .form-field input[type=tel], .form-field input[type=url], .form-field textarea ,
input[type=checkbox], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea{
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  padding: 3px 8px;
  line-height: 23px;
  font-size: 14px;
  margin-bottom: -1px;
  color: #333333;
  border: 0px solid transparent;
    background: transparent;
    border-style: solid;
    border-bottom-width: 2px;
    border-color: #dedede;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

input[type=radio],
input[type=checkbox],
#createuser .form-table input[type="checkbox"]{
    margin-right: 1px;
  padding: 1px !important;
  margin-bottom: -1px;
  border: 2px solid rgba(222, 222, 222, 1);
      height: 20px;
      width: 20px;
}


input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus,
input[type=checkbox]:hover, input[type=color]:hover, input[type=date]:hover, input[type=datetime-local]:hover, input[type=datetime]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=radio]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, select:hover, textarea:hover
{
  border-color: #f95e44; 
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-style: solid;
    border-bottom-width: 2px;
    background: transparent;
    /*border-color: #3f51b5 !important;*/
}

input[type=radio]:checked:before{
  background-color: #f95e44; 
}

input[type=radio]:checked+label:before{
  color: #777777;
}
.pressthis-js-toggle .dashicons{
  color: #ffffff;
  line-height: 27px;
  height: 27px;
  margin: 4px;
}

.form-wrap .form-field #parent{
  width: 95%;
}

.post-format-icon:before{
  line-height: 23px;
  padding: 0;
  margin-bottom: 9px;
}

label.post-format-icon{
  margin: 0 0 0 9px;
  font-size: 17px;
  line-height: 23px;
  padding: 0;
}

input.post-format{
  margin: 4px 0 0 0;
}

form h3, p.submit{
  margin-top:23px;
  padding-left:0px;
}














/*Button*/


.wp-core-ui .button, .wp-core-ui .button-secondary, 
.wordfenceWrap input[type='button'], .wordfenceWrap input[type='submit'] {
  color: #ffffff;
  border-color: transparent;
  background: #a9a9a9;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  vertical-align: top;
  font-family: Roboto,sans-serif; /*@*/
  font-weight: 300;
  border-radius: 2px;
  font-size: 14px;
}


i.mtrlwaves-effect input{   
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0px !important;
    cursor: pointer !important;
    font-size: 14px;
    color: #fff;
}

.wp-media-buttons .add_media span.wp-media-buttons-icon:before{
  color:#fff;
}
.wrap .add-new-h2, .wrap .page-title-action,
.wp-core-ui .button-secondary, 
.wp-core-ui .button{
-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-size: 14px;
    font-weight: 400;
}

.wp-core-ui .button.button-hero:hover, .wp-core-ui .welcome-panel .button.button-hero:hover{
  box-shadow: 0 6px 28px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 6px 28px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 28px rgba(0,0,0,0.1);
    -o-box-shadow: 0 6px 28px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 6px 28px rgba(0,0,0,0.1);
}
.wrap .add-new-h2:hover, .wrap .page-title-action:hover,.wp-core-ui .button-primary:hover,
.wp-core-ui .button-secondary:focus, .wp-core-ui .button-secondary:hover, .wp-core-ui .button.focus, .wp-core-ui .button.hover, .wp-core-ui .button:focus, .wp-core-ui .button:hover, .wp-core-ui .button:active, .wp-core-ui .button:focus{
  background: #777777;
  border-color: transparent;
  color: #ffffff;

  box-shadow: 0 6px 28px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 6px 28px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 28px rgba(0,0,0,0.1);
    -o-box-shadow: 0 6px 28px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 6px 28px rgba(0,0,0,0.1);
   /* height: 64px;
    margin-top: -8px;*/
    z-index:99999;
    border-color: transparent;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.wp-core-ui .button-primary, 
.wordfenceWrap input[type='button'], .wordfenceWrap input[type='submit'] {
  background: #f95e44;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  color: #fff;
  text-decoration: none;
  font-family: Roboto,sans-serif; /*@*/
  font-weight: 300;
  border-radius: 2px;
  font-size: 15px;
  line-height: 23px;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover, 
.wordfenceWrap input[type='button']:hover, .wordfenceWrap input[type='submit']:hover, .wordfenceWrap input[type='button']:focus, .wordfenceWrap input[type='submit']:focus{
  background: #eb392f;
  border-color: transparent;
  /*-webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;*/
  color: #fff;
}


.wp-core-ui .button, .wp-core-ui .button-secondary,
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
  padding: 6px 18px 6px 18px;
  height: auto;
  line-height: 23px;
}


#screen-meta-links .show-settings{
  font-size: 13px;
  line-height: 31px;
  padding: 4px 6px 4px 16px;
}
#screen-meta-links .show-settings:after{
  font-size: 16px;
  bottom: 7px;
  opacity: 0.7;
}
#screen-meta-links .screen-meta-toggle{
  
}

.wp-core-ui #screen-meta-links .show-settings:active,
.wp-core-ui button#show-settings-link:active{
    padding: 3px 6px 3px 16px !important;
}






/*--------- Post page ---------*/

/*title and editor*/

#poststuff{padding-top: 0;}

#titlediv #title {
  padding: 9px;
  font-size: 19px;
  line-height: 27px;
  height: auto;
  width: 100%;
  outline: 0;
  margin: 0;
  font-family: Roboto,sans-serif;
  background: #ffffff;
  border: 0px solid #e8e8e8;
  font-weight: 300;
}

#titlediv #title:focus, #titlediv #title:hover {
  border: 0px solid #f95e44; 
}

#edit-slug-box{
  margin-top:12px;
  padding:0 8px;
  line-height: 23px;
  min-height: 23px;
}

#edit-slug-box .edit-slug.button,
#edit-slug-box #view-post-btn .button
{
  background: #f95e44;
  color: #ffffff;
}

#edit-slug-box .edit-slug.button:hover,
#edit-slug-box #view-post-btn .button:hover
{
  background: #777777;
}

/*
#wp-content-editor-tools{
  background: transparent;
}
*/

.wp-switch-editor{
  height: auto !important;
  padding: 8px 18px !important;
  margin: 4px 0 0 9px !important;
}


#editable-post-name input{
  line-height: 22px;
}

div.mce-toolbar-grp>div{
  padding: 8px !important;
      box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.2);

}

.mce-toolbar .mce-btn-group .mce-btn.mce-wp-fullscreen, .qt-fullscreen{
  margin: 10px 10px 0 0 !important;
}

.mce-toolbar .mce-ico{
  color: #777777;
}
#wp-fullscreen-buttons .mce-btn, #wp-fullscreen-buttons .mce-btn, 
.mce-toolbar .mce-btn-group .mce-btn, 
.mce-toolbar .mce-btn-group .mce-btn, 
.qt-fullscreen, .qt-fullscreen{
-webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-transition: all 0.25s ease-out !important;
    -o-transition: all 0.25s ease-out !important;
    transition: all 0.25s ease-out !important;
    border-radius: 2px !important;
}
#wp-fullscreen-buttons .mce-btn:focus, #wp-fullscreen-buttons .mce-btn:hover, .mce-toolbar .mce-btn-group .mce-btn:focus, .mce-toolbar .mce-btn-group .mce-btn:hover, .qt-fullscreen:focus, .qt-fullscreen:hover{
  background: #f95e44 !important;
  border-color: #f95e44 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 22px rgba(0,0,0,0.1) !important;
    -webkit-box-shadow: 0 6px 22px rgba(0,0,0,0.1) !important;
    -moz-box-shadow: 0 6px 22px rgba(0,0,0,0.1) !important;
    -o-box-shadow: 0 6px 22px rgba(0,0,0,0.1) !important;
    -ms-box-shadow: 0 6px 22px rgba(0,0,0,0.1) !important;
   /* height: 64px;
    margin-top: -8px;*/
    z-index:99999 !important;
    border-color: transparent;
    -webkit-transform: translateY(-2px) !important;
    -moz-transform: translateY(-2px) !important;
    -ms-transform: translateY(-2px) !important;
    -o-transform: translateY(-2px) !important;
    transform: translateY(-2px) !important;
}


#post-body-content  #post-status-info{
      box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.2);
}


#wp-fullscreen-buttons .mce-btn:focus .mce-ico, #wp-fullscreen-buttons .mce-btn:hover .mce-ico, .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico, .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico, .qt-fullscreen:focus .mce-ico, .qt-fullscreen:hover .mce-ico{
  color: #ffffff;
}

div.mce-toolbar-grp{
  border-bottom: 0px !important;
  background: #fafafa !important;
}
.wp-switch-editor{
  background: #ffffff !important;
}
.html-active .switch-html, .tmce-active .switch-tmce {
    background: #fafafa !important;
    border-bottom-color: #fafafa !important;
}
.wp-media-buttons .insert-media{
  padding: 6px 18px !important;
}

.has-dfw .quicktags-toolbar {
  padding-right: 35px !important;
  padding: 14px 0px 0px 0px !important;
  border-bottom: 2px solid #f95e44 !important;
}

.wp-editor-container textarea.wp-editor-area{
  border: 0px !important;
  background: #fff !important;
}

#fullscreen-topbar{
  border-bottom: 1px solid #e5e5e5 !important;
  height: 55px !important;
}

.wp-core-ui .button-group>.button:first-child, .wp-core-ui .button-group>.button:last-child{
  border-radius: 2px;
  border: 0px !important;
}


#all-plugins-table .plugins a.delete, #media-items a.delete, #media-items a.delete-permanently, #nav-menu-footer .menu-delete, #search-plugins-table .plugins a.delete, .plugins a.delete, .row-actions span.delete a, .row-actions span.spam a, .row-actions span.trash a, .submitbox .submitdelete,
#all-plugins-table .plugins a.delete:hover, #media-items a.delete-permanently:hover, #media-items a.delete:hover, #nav-menu-footer .menu-delete:hover, #search-plugins-table .plugins a.delete:hover, .file-error, .plugins a.delete:hover, .row-actions .delete a:hover, .row-actions .spam a:hover, .row-actions .trash a:hover, .submitbox .submitdelete:hover, .widget-control-remove:hover, abbr.required{
  color: #da2527;
}










/*Data Tables */

.feature-filter, .imgedit-group, .popular-tags, .stuffbox, .widgets-holder-wrap, .wp-editor-container, p.popular-tags, table.widefat{
}

table.widefat thead tr, table.widefat tfoot tr{height: auto;  background: rgba(255, 183, 77, 1.0) ; color: #fff;}
table.widefat thead tr{
  border-bottom: 1px solid #f5f5f5;
  background-color: rgba(255, 183, 77, 1.0) ;
}
th .comment-grey-bubble:before,
th .sorting-indicator:before,
.widefat tfoot tr th, .widefat thead tr th, 
th.manage-column a, th.sortable a:active, th.sortable a:focus, th.sortable a:hover{
  color: #fff;
}

.widefat tfoot tr th, .widefat thead tr th, 
th.manage-column a, th.sortable a{
  font-family: Roboto,sans-serif; /*@*/
  font-weight: 300;
  font-size: 16px;
}


th .sorting-indicator {
  margin-top: 11px;
  margin-left: 11px;
}

.widefat tbody th.check-column, .widefat tfoot th.check-column, .widefat thead th.check-column,
.widefat thead th.check-column{
  padding-top: 15px;
}

input[type=checkbox]:checked:before{
  color: #f95e44;
    -webkit-transition: all 0.5s ease-out;
}

.widefat td{
  min-height: 92px;
  padding: 20px 15px 20px 15px;
  display: table-cell;
}

.widefat thead th,.widefat thead td,.widefat tfoot th,.widefat tfoot td{
  /*padding: 20px 15px 20px 15px;*/
}

.widefat .column-title{
  padding-left:14px;
}

.widefat td.post-title{
  padding: 21px 14px 20px 14px;
}

.widefat tbody th.check-column{
  padding-top: 24px;
}

.widefat td, .widefat tbody th.check-column{
  /*-webkit-box-shadow: inset 0 -1px 0 rgba(100,100,100,.1);
  box-shadow: inset 0 -1px 0 rgba(100,100,100,0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(100,100,100,0.1);
  -ms-box-shadow: inset 0 -1px 0 rgba(100,100,100,0.1);
  -o-box-shadow: inset 0 -1px 0 rgba(100,100,100,0.1);*/
}

.fixed .column-comments{
  padding: 24px 0 0 0;
}

a.post-format-icon:hover:before, a.post-state-format:hover:before{
  color: #f95e44;
}
.post-com-count:hover:after, .post-com-count:hover span{
  background-color: #f95e44;
}

.subsubsub{
  margin: 0 15px 15px 0;
  min-width: 420px;
  text-align: left;
}

.tablenav{
  margin: 15px 0 20px 0;
  height: auto;
  display: inline-block;
  width: 100%;
}

.tablenav select{
  height: auto;
  padding: 7px;
  line-height: 23px;
}

.tablenav .view-switch{
  margin: 0 14px 0 0;
}
.view-switch>a{
  padding: 3px 5px 3px 5px;
  height:20px;
  width: 16px;
  background: #eeeeee;
  vertical-align: top;
  margin-right: 5px;
  line-height: 18px;
}
.view-switch>a:before{
  font-size: 16px;
}
.view-switch a.current:before{
  color: #f95e44;
}

.view-switch>a:before{
  color: #777777;
}

.tablenav .tablenav-pages{
  line-height: 30px;
  height:30px;
}

.tablenav.bottom{
  margin-top: 23px;
}

.wrap .add-new-h2:hover,
.wrap .page-title-action:hover{
}

.wrap .add-new-h2,
.wrap .page-title-action,
.wrap .add-new-h2:active,
.wrap .page-title-action:active{
  font-weight: 400;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  color: #ffffff;
  font-size: 14px;
    background: #bdbdbd !important;
    font-size: 13px;
    padding: 2px 10px !important;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.05);
    border: 0px;
}

.wrap .page-title-action{
    padding: 4px 10px !important;
  border-radius: 2px !important;
}
.row-actions span{
  color: transparent;
}

.row-actions {
  padding-left: 5px;
}

.row-actions span {
  margin-left: -5px;
  margin-bottom: 2px;
  display: inline-block;
}


.row-actions span a{
  background-color: #fafafa;
  padding: 3px 9px;
  line-height:17px;
  font-size:12px;
  font-style: normal;
}

.row-actions span a:hover{
  background-color: #f95e44;
  color: #ffffff !important;
}









/*Categories, Tags...*/

.col-wrap h3{
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 23px 0;
  font-weight: 300;
}

.form-wrap .form-field{
  margin: 0 0 23px 0;
  padding: 0 14px 0 0;
}

.form-wrap label{
  font-size: 16px;
  line-height: 23px;
  font-family: Roboto,sans-serif; /*@*/
  font-weight: 300;
}

.tagcloud {
  width: 95%;
  margin: 0 0 23px;
}

.tablenav .tablenav-pages a:focus, .tablenav .tablenav-pages a:hover{
  background-color: #f95e44;
}

.tablenav .tablenav-pages a, .tablenav .tablenav-pages a{
  background-color: #f7f7f7;
}


.tablenav .tablenav-pages a.disabled, .tablenav .tablenav-pages a.disabled:active, .tablenav .tablenav-pages a.disabled:focus, .tablenav .tablenav-pages a.disabled:hover{
  background-color: #f7f7f7;
}

.tablenav-pages .current-page {
padding-top: 0;
text-align: center;
line-height: 0px;
margin: 2px 0 0 0;
padding: 2px;
height: 27px;
top: 2px;
position: relative;
}














/*-------------Media Library---------------*/
.media-modal{
  z-index: 99999999 !important;
}
table.media .column-title .filename{
  padding-left: 70px;
}
.media-toolbar{
  margin: 0 0 0px 0 !important;
  min-height: 92px !important;
  height: auto !important;
  padding: 0 23px !important;
  border: 0px solid !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  overflow: auto;

}


.wp-filter .view-switch{
  padding: 24px 0;
  margin: 0 23px 0 0;
}
@media only screen and (max-width: 650px){
.themes-php .wp-filter-search {
    left: 10px;
    top: -4px;
}}
.media-toolbar select{
  height: auto;
  padding: 7px;
  margin: 0 14px 0 0;
}

.media-frame.mode-grid .media-button{
  margin: 24px 0 !important;
}


.media-frame a.button, .media-frame a.button:hover{
  color: #fff;
}

.media-toolbar-primary.search-form{
  height: auto;
  margin: 24px 0;
}

.media-modal-content .media-toolbar-primary.search-form{
  margin: 0px 0;
}

.wp-filter .search-form input[type=search] {
  margin: 0;
  padding: 3px 8px;
  width: 40%;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.wp-filter .search-form {
    float: right;
    margin: 24px 0;
}
.wp-filter .search-form.search-plugins {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 21px;
    width: 50%;
    margin: 0px;
    text-align: right;
}
#typeselector{
  width: 30%;
  height: 31px;
}
@media only screen and (max-width: 1024px){
.wp-filter .search-form.search-plugins{
  top: -40px;
  right: 0px;
}
.wp-filter{
  margin-top: 30px;
}
  .attachments-browser .media-toolbar-secondary {
    max-width: 100%;
    width: 100%;
  } 
  .wp-filter .search-form{
    width: 100%;
    float: left;
    margin: 0px 0 15px 0;
  }
  .wp-filter .search-form input[type=search]{
    max-width: 
  }
  p.search-box {
      float: left;
      margin: 0 0 25px 0;
  }
  .wrap.nosubsub p.search-box {
      float: right;
  }
  .tablenav .tablenav-pages{
      float: left;
      margin: 15px 0 0px 0 !important;
      width: 100%;
  }
  #menu-name{
    width: 40%;
  }
}

.wp-core-ui .attachment.details .check, .wp-core-ui .attachment.selected .check:focus, .wp-core-ui .media-frame.mode-grid .attachment.selected .check, .attachment.details .check, .attachment.selected .check:focus, .media-frame.mode-grid .attachment.selected .check{
  z-index: 9999999;
}

.media-frame.mode-grid .attachments-browser .attachments{
  padding: 23px 0px 23px 23px;
  background: #fff;
  border-top: 2px solid #f95e44;
  margin-top: -7px;
}

.attachments .attachment{
  padding: 23px 23px 0 0;
}

.media-modal-content .attachments .attachment{
  padding: 5px;
}
.image-editor .imgedit-settings .imgedit-help-toggle:focus,
.media-modal-content .attachments .attachment:focus{
  box-shadow: none !important;
  -webkit-box-shadow:none !important;
  border-color: transparent !important;
}



.attachment .thumbnail:after{
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}

.attachment-preview{
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background-color: #f7f7f7;
}

.attachment-preview .thumbnail:hover,
.attachment-preview .thumbnail{
  border: 0px solid transparent;
}

.media-frame.mode-grid .attachment.details:focus, 
.media-frame.mode-grid .attachment:focus, 
.media-frame.mode-grid .selected.attachment:focus{
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}

.media-frame.mode-grid .attachment.details:focus .attachment-preview, 
.media-frame.mode-grid .attachment:focus .attachment-preview, 
.media-frame.mode-grid .selected.attachment:focus .attachment-preview{
  border: 2px solid #f95e44;
}





/*add media - upload*/
.drag-drop.drag-over #drag-drop-area{
  border-color: #f95e44;
}

.media-item .bar{
  background-color: #f95e44;  
}

.upload-flash-bypass{margin: 23px 0;}















/*Comments Section*/

.post-com-count:hover:after {
  border-top: 5px solid #f95e44;
  background-color: transparent !important;
}

.row-actions span.unapprove{
  margin-left: 5px;
}

#the-comment-list td, #the-comment-list th{
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}

.no-items td{padding-left:23px;}

#the-comment-list .unapproved th.check-column {
    border-left: 0px solid #d54e21;
}
#the-comment-list .unapproved td, #the-comment-list .unapproved th {
    background-color: #FCE4EC;
}

.wp-list-table .toggle-row:focus:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wp-list-table .toggle-row:before {
    top: 9px;
}







/*Theme*/
.theme-browser .theme{
  border: 0px;
}
.theme-browser .theme.active .theme-name,
.theme-browser .theme .theme-name{
  font-size: 17px;
  font-weight: 300;
  height: auto;
  margin: 0;
  padding: 17px 23px 17px 23px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  font-family: Roboto,sans-serif; /*@*/
  background-color: #ffffff;
}

.theme-browser .theme .theme-actions{
  padding: 0px 9px 0;
  background-color: transparent;
  border: 0px;
  bottom:5px;
}

.theme-browser .theme .theme-actions .button-secondary, 
.theme-browser .theme .theme-actions .button-primary{
  padding: 3px 12px;
}

.theme-browser.rendered .theme:focus .theme-screenshot img, .theme-browser.rendered .theme:hover .theme-screenshot img{
  opacity: .2;
}

.theme-browser .theme .more-details{
  border-radius: 2px;
  font-weight: 300;
  font-family: Roboto,sans-serif; /*@*/
  background-color: #f95e44;
  text-shadow: none;
}

.theme-browser .theme:focus{
  /*box-shadow: none !important;
  -webkit-box-shadow:none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;*/
  border: 2px solid #f95e44;
}

.theme-browser .theme.add-new-theme:focus:after, .theme-browser .theme.add-new-theme:hover:after{
  border-color: transparent;
  color: #fff;
  background: #f95e44;
}

.theme-browser .theme.add-new-theme:after{
  border: 0px;
}

.theme-browser .theme.add-new-theme:focus span:after, .theme-browser .theme.add-new-theme:hover span:after{
  color: #f95e44;
}

.theme-browser .theme.add-new-theme span:after{
  color: #f95e44;
}

.themes-php .wrap h2, .themes-php .wrap h1{
  margin-bottom: 60px;
}

.theme-browser .theme.add-new-theme{
  background-color: #ffffff;
}






/*customize*/

.wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled]{
  color: #ffffff !important;
  background-color: #f95e44 !important;
  opacity: 0.6 !important;
  text-shadow: none !important;
  border: 0px !important;
}
#available-menu-items .item-add:focus:before, #available-menu-items-search .clear-results:focus, #customize-controls .customize-info .customize-help-toggle:focus:before, .customize-screen-options-toggle:focus:before, .menu-delete:focus, .menu-item-bar .item-delete:focus:before, .wp-customizer .menu-item .submitbox .submitdelete:focus, .wp-customizer button:focus .toggle-indicator:after {
    -webkit-box-shadow: 0 0 0 1px #9e9e9e,0 0 2px 1px rgba(33,33,33,.3);
    box-shadow: 0 0 0 1px #9e9e9e,0 0 2px 1px rgba(33,33,33,.3);
}





/*widgets*/

div#widgets-left{
  padding-top:0;
}
.widget,
div#widgets-right .widgets-holder-wrap,
.widget.open{
  margin: 0 0 20px 0 !important;
}
.widgets-holder-wrap .description{
  padding-bottom:23px;
}


.widget-title h3, .widget-title h4{
  font-size: 16px;
}

.widget-holder .widget-title{
  background-color: #ffffff;
}


.widget-title h4 {
  padding: 16px 15px 15px 15px;
  background: #f7f7f7;
}

.widget-top,
.menu-item-bar .menu-item-handle,
#available-widgets .widget-top{
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.menu li.menu-item-edit-active,.menu-item-bar .menu-item-handle:hover,
.menu-item-bar .menu-item-handle:hover,
#available-widgets .widget-top:hover, #widgets-left .widget-in-question .widget-top, #widgets-left .widget-top:hover, .widgets-chooser ul, div#widgets-right .widget-top:hover{
  border-color: #f95e44;

  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    -o-box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 4px 16px rgba(0,0,0,0.1);

    border-color: transparent;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);

}
.widget-top a.widget-action:focus:after,
#menu-management .menu-edit, #menu-settings-column .accordion-container, .feature-filter, .imgedit-group, .manage-menus, .menu-item-handle, .popular-tags, .stuffbox, .widget-inside, .widget-top, .widgets-holder-wrap, p.popular-tags{
  border: 0px solid transparent;
}

.widget-inside{
  border-color: #f95e44;
}

.widgets-chooser li.widgets-chooser-selected{
  background-color: #f95e44;
}

.widgets-chooser-actions .button-primary{
  height: 37px;
}

#available-widgets .widget .widget-description{
  padding: 6px 12px 17px 12px;
}

.widget.open .widget-top{
  border: 0px solid transparent;
}

.widgets-holder-wrap .widget-inside{
  padding: 12px;
  background: #fafafa;
}

div#widgets-right .widgets-holder-wrap.widget-hover{
  border: 0px solid #f95e44;
}

.widget-liquid-left #widgets-left.chooser #available-widgets .widget-in-question{
  background: #ffffff;
  margin-bottom: 15px;
}

.widgets-chooser ul.widgets-chooser-sidebars {
    margin: 0 15px 15px 15px;
}







/*Admin panel -> Menu*/

/*Appearance menu*/
.wrap h2.nav-tab-wrapper, h1.nav-tab-wrapper, h3.nav-tab-wrapper{
  background: #ffffff;
  border-bottom: 2px solid #f95e44;
  padding: 15px 15px 0;
}


.manage-menus {
  margin-top: 23px;
  padding: 12px 15px 11px 15px;
  overflow: hidden;
  background: #fbfbfb;
}

.wp-admin select {
  padding: 5px;
  line-height: 23px;
  height: auto;
  vertical-align: middle;
}

.manage-menus .selected-menu {
  float: left;
  margin: 7px 6px 0 0;
}

.js .control-section .accordion-section-title:focus, .js .control-section .accordion-section-title:hover, .js .control-section.open .accordion-section-title, .js .control-section:hover .accordion-section-title{
  color: #ffffff;
  background-color: #f95e44;
}

.accordion-section-title:after, .handlediv, .item-edit, .sidebar-name-arrow, .widget-action{
  color: #eeeeee;
}

.accordion-section-title:focus:after, .accordion-section-title:hover:after {
  border-color: #eeeeee transparent;
  color: #eeeeee;
}

.control-section.open .accordion-section-title{
  border-bottom: 0px;
}

#nav-menu-meta .accordion-section-content{
  padding: 17px;
}

.quick-search-wrap{ margin-bottom: 0px;}

.metabox-holder h3{
  font-size: 15px;
}

.nav-menus-php .major-publishing-actions{
  padding: 11px 12px 11px 12px;
}

.nav-menus-php .howto span{
  margin-top: 9px;
}

.nav-menus-php #post-body {
  padding: 11px 23px 23px;
  border-top: 0px solid #fff;
  border-bottom: 1px solid #eeeeee;
  background: #fff;
}


.nav-menus-php .item-edit{
  height: 45px;
       color: transparent;
}

.menu-item-bar .menu-item-handle{
  background: #fafafa;
  padding: 12px 15px;
  border: none;
  width: auto;
}
.menu-item-handle .item-title{
  font-weight: 400;
  font-size: 15px;
}
.menu-item-settings .description-thin, .menu-item-settings .description-wide{
  margin-bottom: 10px;
}
.menu-item-settings{width: auto;
    padding: 15px 15px 15px 15px;
    background-color: #fafafa;
    border: none;
}

.menu li{
  margin-bottom: 15px;
  max-width: 500px;
}
.link-to-original{
  border: none; padding-left: 0px;
}
@media only screen and (max-width: 1000px) and (min-width: 769px){
.menu-item-bar .menu-item-handle {
    width: auto;
}}
.menu-item-settings .description-thin, .menu-item-settings .description-wide {
    margin-right: 10px;
    float: none;
    display: block;
    width: 90%;
    clear: both;
}
.menu-item-actions{
  padding-top: 0px;
}

.menu-item-transport{
  margin: 0px;
}

.menu-item-bar .menu-item-handle:hover{
  border-color: #f95e44;
}
.widefat .menu-locations .menu-location-title {
    padding: 27px 11px 0 20px;
}
.nav-tab-active, .nav-tab-active:hover{
  color: #f95e44;
}

.my-sites-php .wrap .submit{
  padding-left: 0px;
}

#update-themes-table{
  margin-bottom: 20px;
}

#update-nag, .update-nag{
    z-index: 999;
    position: relative;
    float: right;
    margin-top: 10px;
    border-color: #3f51b5;
    margin-right: 25px;
}

/*Theme Editor*/

#template textarea {
  font-size: 14px;
  background: #ffffff;
  outline: 0;
  margin-top: 30px;
  padding: 30px;
  margin-bottom: 15px;
}
#templateside{
  margin-top: 30px;
}







  .plugins .active td, .plugins .active th,
  .wp-list-table .active td, .wp-list-table .active th {
    background-color: #f5f5f5;
  }

  .plugins tr.active+tr.inactive td, .plugins tr.active+tr.inactive th, .plugins tr.active.plugin-update-tr+tr.inactive td, .plugins tr.active.plugin-update-tr+tr.inactive th,
  .plugin-install #the-list td, .plugins .active td, .plugins .active th, .plugins .inactive td, .plugins .inactive th, .upgrade .plugins td, .upgrade .plugins th {
    -webkit-box-shadow: inset 0 -1px 0 rgba(100,100,100,0);
    box-shadow: inset 0 -1px 0 rgba(100,100,100,0);
    -moz-box-shadow: inset 0 -1px 0 rgba(100,100,100,0);
    -o-box-shadow: inset 0 -1px 0 rgba(100,100,100,0);
    -ms-box-shadow: inset 0 -1px 0 rgba(100,100,100,0);
    border-bottom: 1px solid #f5f5f5;

  } 
  .plugin-card .install-now:before, .plugin-card .update-now:before, .plugin-update-tr .update-message:before{
    color: #9e9e9e;
    margin-top: 2px;
    font-size: 18px;
  }

/*plugin list*/

.widefat thead td, .widefat thead th{
  border-bottom: 0px solid transparent;
}
.widefat tfoot td, .widefat tfoot th{
  border-top: 0px solid transparent;
}
.column-primary a{
  color: #424242;
}
.row-title{
  font-size: 16px !important;
}

.column-comments .comment-count-approved, .column-comments .comment-count-no-comments, .column-response .comment-count-approved, .column-response .comment-count-no-comments{
  background: #9e9e9e;
      min-width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.column-comments .post-com-count-approved:after, .column-comments .post-com-count-no-comments:after, .column-response .post-com-count-approved:after, .column-response .post-com-count-no-comments:after {
    border-top: 5px solid #9e9e9e;
}

.column-comments .post-com-count-pending, .column-response .post-com-count-pending {
    background: #e91e63;
}

.widefat tfoot tr td, .widefat tfoot tr th, 
.widefat thead tr td, .widefat thead tr th{
  color: #ffffff;
}
.updates-table tbody td.check-column, .widefat tbody th.check-column{
    padding: 23px 0 0 3px;
}
.widefat thead td.check-column,.widefat tfoot td.check-column{
  padding-top: 5px;
}

@media only screen and (min-width: 783px){
   .upgrade .plugins td, .upgrade .plugins th,
   .plugins tr.active+tr.update th,
   .plugins tr.active+tr.update td{
    border-bottom: 0px solid transparent;
   }
  .updates-table tbody tr,
  .wp-list-table tr{
    min-height:92px;
  }

  .updates-table tfoot tr,
  .updates-table thead tr,
  .wp-list-table.widefat tfoot tr,
  .wp-list-table.widefat thead tr,
  .wp-list-table tr.plugin-update-tr td,
  .wp-list-table tr.plugin-update-tr{
    min-height: auto;
    height: auto;
  }

  .wp-list-table.plugins tbody tr.plugin-update-tr td.plugin-update{
    display: block;
      -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
      box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
      border-bottom: 1px solid #f8f8f8;
  }

  .widefat.importers tr,
  .updates-table tr,
  .wp-list-table tr { 
    display: block; 
  }

  .updates-table tr.hidden, .wp-list-table tr.hidden{
    display: none;
  }
  
  #wpbody-content .inline-edit-row fieldset .inline-edit-col, tr.inline-edit-row td{
    padding: 15px 10px;
  }
  body fieldset label.inline-edit-private{
    margin: 11px 100px 0px 1px;   
  }

  .widefat.importers tr,
  .updates-table tbody tr,
  .wp-list-table tbody tr{
    vertical-align: top;
      box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
      -o-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
      -ms-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
      
      z-index:0;
      border-bottom: 0px solid #f5f5f5;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      -webkit-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out;
  }

  .updates-table tbody tr{
      border-bottom: 1px solid #f5f5f5;
  }
    .widefat.importers tr{
      background: #ffffff;
      box-shadow: none;
      -webkit-box-shadow: none;
      border-bottom: 1px solid #f5f5f5;
    }
  .widefat.importers tr:hover,
  .updates-table tbody tr.active,
  .updates-table tbody tr:hover,
  .wp-list-table tbody tr.active,
  .wp-list-table tbody tr:hover { 
      box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -webkit-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -moz-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -o-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -ms-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
     /* height: 64px;
      margin-top: -8px;*/
      z-index:99999;
      border-color: transparent;
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px);
      border-top: 0px solid #f5f5f5;
      background: #f5f5f5;
  }
  .wp-list-table tr{
    background: #ffffff;
  }
  td.column-description.desc{
    width: 100%;
  }
  .wp-list-table.widefat thead th.column-name{
    width: 20%;
  }

  .wp-list-table.widefat thead th.column-description{
    width: 100%;
  }

  .plugin-update-tr .update-message{
    margin: 0;
      padding: 15px 15px 15px 40px;
      background-color: transparent;
      font-style: italic;
  }


}

#wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title{
  padding: 20px 15px 20px 15px;
}

.plugins .active td, .plugins .active th, .plugins .inactive td, .plugins .inactive th{
  padding: 20px 25px 24px 25px;
}
.column-description p{
  color: #757575;
}
.plugins .desc p{
  line-height: 23px;
  font-size: 14px;
  margin-bottom:12px;
}
.plugins .inactive .plugin-title strong{
  font-weight: 700;
  opacity: 0.9;
  font-size: 15px;
}
tr.inactive:hover .column-primary strong{
  opacity: 1; 
  font-size: 16px;
}
td.plugin-title strong, td.post-title strong{
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom:12px;
  line-height: 25px;
}
.next-page,.prev-page,.tablenav-pages-navspan,
.attachment-preview .thumbnail,
.wp-core-ui .attachment-preview,
.row-actions a{
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
  .wp-core-ui .attachment-preview:hover{
    box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -webkit-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -moz-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -o-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -ms-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
     /* height: 64px;
      margin-top: -8px;*/
      z-index:99999;
      border-color: transparent;
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px);
}

.next-page,.prev-page,.tablenav-pages-navspan,
.row-actions a{
    border-radius: 2px;
}
.next-page:hover,.prev-page:hover,
.row-actions a:hover{
  box-shadow: 0 6px 22px rgba(0,0,0,0.1) !important;
    -webkit-box-shadow: 0 6px 22px rgba(0,0,0,0.1) !important;
    -moz-box-shadow: 0 6px 22px rgba(0,0,0,0.1) !important;
    -o-box-shadow: 0 6px 22px rgba(0,0,0,0.1) !important;
    -ms-box-shadow: 0 6px 22px rgba(0,0,0,0.1) !important;
   /* height: 64px;
    margin-top: -8px;*/
    z-index:99999;
    border-color: transparent;
    -webkit-transform: translateY(-2px) !important;
    -moz-transform: translateY(-2px) !important;
    -ms-transform: translateY(-2px) !important;
    -o-transform: translateY(-2px) !important;
    transform: translateY(-2px) !important;
}

.plugins .row-actions, .plugins .second{
  padding-bottom: 0px;
  color: #9e9e9e;
  font-style: italic;
}

.plugins tbody th.check-column input[type=checkbox]{
  margin-top:1px;
}

.plugins .active th.check-column {
  border-left: 4px solid rgba(255, 152, 0, 1.0);
}


.plugins tr.active+tr.inactive td, .plugins tr.active+tr.inactive th, .plugins tr.active.plugin-update-tr+tr.inactive td, .plugins tr.active.plugin-update-tr+tr.inactive th{
  border-top: 0px;
}




/*Add Plugin*/

.plugin-install-php .wp-filter{
  margin:0 0 23px 0;
  min-height:55px;
  height: auto;
  border-bottom: 2px solid #f95e44;
  padding: 7px 23px 0 23px;

}

.filter-links .current{
  color: #f95e44;
  border-color: #f95e44;
}

.filter-links li>a{
  padding: 15px 0 17px 0;
  margin: 0 23px 0 0;
}

.filter-links li>a:focus, .filter-links li>a:hover, .show-filters .filter-links a.current:focus, .show-filters .filter-links a.current:hover{
  color: #f95e44;
}

.no-plugin-results , .no-plugin-results a{
  color: #777777;
  font-size: 17px;
  font-style: normal;
  font-family: Roboto,sans-serif; /*@*/
  font-weight: 300;
}

.no-plugin-results{
  margin: 0;
  padding: 46px 0 46px 0;
  text-align: center;
}

.no-plugin-results a:hover{
  color: #f95e44;
}

.no-plugin-results .hide-if-no-js{
  margin-top:12px;
}

.plugin-card h4 a{
  font-size: 21px;
  line-height:23px;
}

.plugin-icon{
  margin: 0 23px 23px 0;
}

.plugin-card {
  margin: 0 12px 24px;
  width: 48.5%;
  width: -webkit-calc(50% - 12px);
  width: calc(50% - 12px);
  width: -moz-calc(50% - 12px);
  width: -ms-calc(50% - 12px);
  width: -o-calc(50% - 12px);
  background-color: #fff;
  border: 1px solid #eeeeee;
}

.plugin-card-top {
  padding: 23px 23px 12px;
  min-height: 161px;
}

.plugin-card:hover{
  border: 0x solid transparent;
}

.plugin-card-bottom {
  clear: both;
  padding: 12px 23px 11px 23px;
  background-color: #fafafa;
  border-top: 1px solid transparent;
  overflow: hidden;
}

.plugin-card .plugin-card-bottom {
  background-color: #f95e44;
  color: #ffffff;
}

.plugin-card .column-compatibility span:before, .plugin-card .star-rating .star{ color: #ffffff;}

.plugin-card .compatibility-untested,
.plugin-card .compatibility-compatible{
  width:100%;
  display: inline-block;
  line-height: 23px;
  font-size:14px;
}

.plugin-card .install-now.button, .plugin-card .button{
  background-color: #f95e44;
}




/*upload plugin*/

.upload-plugin .install-help, .upload-theme .install-help {
  color: #777;
  font-size: 21px;
  font-style: normal;
  margin: 0;
  padding: 42px 0 0;
  font-style: normal;
  font-family: Roboto,sans-serif; /*@*/
  font-weight: 300;
}

.upload-plugin .wp-upload-form, .upload-theme .wp-upload-form {
  background: #f95e44;
  border: 1px solid transparent;
  padding: 46px;
  margin: 46px auto;
  max-width: 460px;
  color: #ffffff;
}

.upload-plugin .wp-upload-form .button{
  /*background: #ffffff;*/
  border-color: transparent;
  color: #f95e44;
  margin-top:0px;
}

.upload-plugin .wp-upload-form .wp-admin input[type=file]{
  padding: 0;
}

.upload-plugin .wp-upload-form .button:disabled{
  opacity: 0.7;
  color: #f95e44;
}


.upload-plugin .wp-upload-form input[type="file"]{
  padding: 0; 
}


/*plugin editor*/
#templateside .highlight{
  font-weight: 300;
}
.highlight .nonessential{
  color: rgba(255,255,255,0.8);
}



/*User Add New*/
.form-table tr:hover, .form-table tr:hover {
  background-color: #ffffff;
}

.form-table tr:hover th, .form-table tr:hover td {
  background-color: transparent;
}

.form-table th {
  vertical-align: top;
  text-align: left;
  padding: 19px 23px 4px 23px;
  width: 207px;
  height: 69px;
  line-height: 23px;
  font-weight: 300;
  font-family: Roboto,sans-serif; /*@*/
  font-size: 16px;
}

.form-table th{
    padding: 15px 10px 15px 23px;
    vertical-align: middle;
}

.form-table td {
  margin-bottom: 9px;
  padding: 12px 23px 11px 0;
  line-height: 23px;
}
.form-table td .description{
  display: block;
  margin-top: 8px;
}
div#profile-page.wrap form#your-profile #profile-nav {
  position: absolute;
  top: -90px;
}

.edit-form-section{
  margin-bottom: 0px;
}

#post-body-content{
  margin-bottom: 23px;
}


/*Tools*/

.tool-box .title{
  margin: 0 0 23px 0;
  line-height: 23px;
}

.form-wrap p, p.description{
  margin: 0 0 23px 0;
  color: #777;
}
.form-table td fieldset label {
    margin: .45em 6px 0px!important;
    display: inline-block;
}
.form-table td fieldset.redux-field label{
    margin: 0px!important;
    display: inline-block;
    top: 0px !important;
}
.redux-main .redux-field-container{
  padding: 2px 0;
}

/*importers*/


table.importers{
  width: 100%;
  margin-bottom: 23px;
}
td.import-system.row-title{
  min-width: 200px;
}
.importers td {
  padding: 23px 23px 23px 23px;
}
.narrow{
  margin-top: 50px;
}
ul.export-filters{
  padding-left: 20px;
}
/*
.importers tr:hover td {
  background-color: #f95e44;
  color: #ffffff;
}

.importers tr:hover td a{
  color: #ffffff;
}*/

table.form-table tr{
  display: inline-block;
  width: 100%;
}
table.form-table tr th{
  display: inline-block;
  width: 100%;
  height: auto;
    position: relative;
    z-index: 3;
    padding: 15px 15px 5px 15px;
        min-height: auto;
        white-space: nowrap;
}
table.form-table tr td{
  display: inline-block;
    width: 100%;
    padding: 0px 15px 15px 15px;
    margin-top: 0px;
    z-index: 2;
    position: relative;
        min-height: auto;
}

#available-widgets .widget-top,
.themes .theme,
.plugin-card,
table.form-table tr{
    vertical-align: top;
      z-index:0;
      border-bottom: 0px solid #f5f5f5;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      -webkit-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out;
  }
#available-widgets .widget-top:hover,
.themes .theme.active,.themes .theme:hover,
.plugin-card:hover,
table.form-table tr:hover { 
      box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -webkit-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -moz-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -o-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      -ms-box-shadow: 0 8px 35px rgba(0,0,0,0.1);
      z-index:9999;
      border-color: transparent;
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px);
  }



#adduser .form-table input, #createuser .form-table input,
.form-table input[type=text], .form-table input[type=password], 
.form-table input[type=email], .form-table input[type=number], 
.form-table input[type=search], .form-table input[type=tel], 
.form-table input[type=url], .form-table textarea,
.form-table select
{
  border: 0px solid transparent;
    background: transparent;
    border-style: solid;
    border-bottom-width: 2px;
    border-color: #dedede;
    padding-left: 0px;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

table .form-table input[type=text]:hover, table .form-table input[type=password]:hover, 
table .form-table input[type=email]:hover, table .form-table input[type=number]:hover, 
table .form-table input[type=search]:hover, table .form-table input[type=tel]:hover, 
table .form-table input[type=url]:hover, table .form-table textarea:hover,
table .form-table input[type=text]:focus, table .form-table input[type=password]:focus, 
table .form-table input[type=email]:focus, table .form-table input[type=number]:focus, 
table .form-table input[type=search]:focus, table .form-table input[type=tel]:focus, 
table .form-table input[type=url]:focus, table .form-table textarea:focus,
.form-table select:hover,.form-table select:focus
{
    border-style: solid;
    border-bottom-width: 2px;
    background: transparent;
    border-color: #3f51b5 !important;
}

input.regular-text,#display_name,
.form-table select,
#adduser .form-table input, #createuser .form-table input{
  width: 80%;
}
.form-table textarea{
  width: 82%;
}
#profile-page .form-table #rich_editing{
  margin-right: 1px;
}

.checkbox-input .waves-input-wrapper,
.menu-item-checkbox.waves-input-wrapper,
.widget-content i.waves-input-wrapper{
  top: 4px;
}
.selectit .waves-input-wrapper{
  top: 6px;
}

.form-table i.waves-input-wrapper,
.form-table label i,
label[for="send_user_notification"] i{
  top: 8px;
  margin-left: -8px;
       padding: 0px 0px 0 2px;
}

@media screen and (max-width: 782px){
  #profile-page .form-table textarea, .form-table span.description, .form-table td input[type=text], .form-table td input[type=password], .form-table td input[type=email], .form-table td select, .form-table td textarea {
      width: 100%;
      font-size: 15px;
      line-height: 23px;
      padding: 3px 10px 3px 0px;
      display: inline-block;
  }
  .form-table label {
      font-size: 14px;
      white-space: nowrap;
      font-size: 16px;
  }

  .form-wrap p, p.description, p.help, span.description{
      font-size: 13px;
      font-style: italic;
  }
  .tablenav .tablenav-pages{
      float: left;
      margin: 5px 0 10px 0 !important;
  }
  .tablenav-pages .pagination-links a, .tablenav-pages-navspan {
      padding: 5px 7px 8px 6px;
      font-size: 18px;
  }
  .tablenav-pages .pagination-links .current-page {
      padding: 4px 5px 5px;
      font-size: 16px;
      margin: 0 0 0 10px;
  }
  p.search-box input[name="s"]{
    max-width: 280px;
  }
  p.search-box input[type=submit] {
      margin-bottom: 0px;
  }
  p.search-box{
    margin-top: 0px;
    height: auto;
  }
}
button.wp-hide-pw .text{

}
button.wp-hide-pw>.dashicons {
    position: relative;
    top: 3px;
        height: auto;
    width: auto;
    line-height: 16px;
    font-size: 16px;
    margin-right: 7px;
}
#pass-strength-result {
    border-color: transparent !important;
    opacity: 1;
    /* float: right; */
    width: 30%;
    margin-right: 10%;
    display: inline-block;
    border-radius: 2px;
    margin-top: 12px;
}

.form-table tr button.wp-cancel-pw{
    margin-top: 12px;
    margin-right: 10px;
}





/*----------------------------------
 Admin Top bar
-----------------------------------*/
html.wp-toolbar{
  padding-top:0px;
}

#wpadminbar,
#wpadminbar *{
  font: 400 14px/50px Roboto,sans-serif;
}

#wpadminbar {
  line-height: 50px;
  min-width: 600px;
  z-index: 999999;
  background:  rgba(255, 152, 0, 1.0);
  height: 50px;
  padding-left: 0px;
}

#wpadminbar.showfixed{
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
  -o-box-shadow: 0 2px 4px rgba(0,0,0,.2);
  -ms-box-shadow: 0 2px 4px rgba(0,0,0,.2);
  z-index: 9999999;
}

#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input{
  height:50px;
  line-height: 50px;
}

#wpadminbar .ab-top-menu>li>.ab-item:focus,
#wpadminbar .ab-top-menu>li.hover>.ab-item, 
#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, 
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, 
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus{
  background-color: rgba(0,0,0,.1);
}

#wpadminbar .quicklinks a:hover{
}

#wpadminbar .quicklinks .ab-top-menu .menupop.hover ul li a:hover{

}


#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon{
  font-size: 17px;
  line-height: 50px;
}

#wpadminbar #wp-admin-bar-new-content .ab-icon:before{
  top:2px;  
}

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon{
  padding: 0;
}

#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar .ab-top-menu>li:hover>.ab-item, 
#wpadminbar .ab-top-menu>li>.ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus{
  color: #a9a9a9;
}

#wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon{
  color: #a9a9a9;
  line-height: 50px;
}

#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input {
  margin: 0;
  padding: 4px 0 0 0;
  background-color: transparent;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

#wpadminbar .menupop .ab-sub-wrapper .ab-submenu{
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    padding: 8px 0;
}


#wpadminbar .ab-submenu{
  padding: 0px;
  width:207px;
/*  overflow: hidden;*/
  overflow: visible;
}

#wpadminbar #wp-admin-bar-my-sites-super-admin{
  overflow: visible;
}


#wp-admin-bar-my-sites .ab-submenu,
#wp-admin-bar-my-account .ab-sub-wrapper .ab-submenu{
  overflow: visible !important;
  width: 230px;
}

#wp-admin-bar-my-account .ab-sub-wrapper .ab-submenu li {
  background-color: #333333;
}

#wpadminbar .ab-top-secondary{
  margin-right: 10px;
}

#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item{
  padding-left:17px;
  padding-right:0px;
}

#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before{
  left: 8px;
  top: 8px;
}

#wpadminbar #wp-admin-bar-user-info span{
  height: auto;
  line-height: 36px;
}

#wpadminbar #wp-admin-bar-user-info:hover a{
  background-color: #444444;
}

#wpadminbar #wp-admin-bar-user-info {
  margin-top: 0px;
  margin-bottom: 0;
  height: auto;
}

#wpadminbar .quicklinks .menupop ul li .ab-item, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li .ab-item, #wpadminbar .shortlink-input, #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item {
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  width:184px;
  max-width: 207px;
  width: 155px;
  box-sizing: border-box;
  min-width: 207px;
}

#wpadminbar .menupop .menupop>.ab-item:before{
  top: 7px;
}

#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input{
  padding: 0 18px;
  color: #fff;
  background-color: transparent;
  border-left: 3px solid transparent;
}

#wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a{
  color: #a9a9a9;
}

#wpadminbar .quicklinks .menupop.hover ul li .ab-item{
  background-color: #333333;  
  margin-left:0px;
}

#wpadminbar .quicklinks .menupop.hover ul li a:hover{
  /*padding-left: 24px;*/
  border-left: 3px solid #f95e44;
  background: #444444;
}

#wpadminbar .quicklinks .ab-empty-item:hover, #wpadminbar .shortlink-input:hover{
  background: #333333;
}


#wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, 
#wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, 
#wpadminbar .quicklinks .menupop.hover ul li a:focus, 
#wpadminbar .quicklinks .menupop.hover ul li a:hover, 
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, 
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover{
  color: #a9a9a9;
}

#wpadminbar>#wp-toolbar a:focus span.ab-label, #wpadminbar>#wp-toolbar li.hover span.ab-label, #wpadminbar>#wp-toolbar li:hover span.ab-label{
  color: #a9a9a9;
}

#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
  color: #fff;
  font-size: 17px;
}

#wpadminbar .quicklinks>ul>li>a{
  padding: 0 12px 0 11px;
}

#wp-admin-bar-my-account>.ab-item:before,
#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before,
#wpadminbar #wp-admin-bar-my-sites>.ab-item:before, #wpadminbar #wp-admin-bar-site-name>.ab-item:before{
  top: 0px;
}

#wpadminbar .quicklinks .menupop ul.ab-sub-secondary, 
#wpadminbar .quicklinks .menupop ul.ab-submenu{
  background-color: #ffffff;
}

#wpadminbar .quicklinks #wp-admin-bar-wp-logo ul.ab-submenu{
  padding: 8px 0 0 0;
}

#wpadminbar .quicklinks #wp-admin-bar-wp-logo ul.ab-sub-secondary{
  padding-top: 0px;
  padding-bottom: 8px;
}

#wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label, #wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label, #wpadminbar>#wp-toolbar li.hover span.ab-label,
/*#wpadminbar .ab-top-menu:hover .ab-item:before,*/
#wpadminbar .ab-item:hover .ab-icon:before,
#wpadminbar .ab-top-menu>li.hover>.ab-item, 
#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, 
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, 
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus{
  color: #ffffff;
}

#wpadminbar #wp-admin-bar-user-actions.ab-submenu{
  overflow: hidden !important;
}


/*----------------------------------
 Screen Meta and buttons at top
-----------------------------------*/
#screen-meta {
  margin: 0 23px -1px 0;
  background-color: #fff;
  border: 0px solid transparent;
  border-top: none;
  box-shadow: 0px 12px 35px 0px rgba(50,50,50,0.2);
  -webkit-box-shadow: 0px 12px 35px 0px rgba(50,50,50,0.2);
  -moz-box-shadow:  0px 12px 35px 0px rgba(50,50,50,0.2);
  -ms-box-shadow: 0px 12px 35px 0px rgba(50,50,50,0.2);
  -o-box-shadow:  0px 12px 35px 0px rgba(50,50,50,0.2);
  position: absolute;
  z-index: 999999;
}
.hasfixedtopbar #screen-meta{
  z-index: 999999;
}
#contextual-help-wrap, #screen-options-wrap {
  padding: 12px 23px 12px;
}

#contextual-help-link-wrap, #screen-options-link-wrap {
  height: 37px;
  margin: 0 3px 0 10px;
  border: 0px solid transparent;
  border-top: none;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  -ms-box-shadow:none;
  -o-box-shadow:none;
}

#screen-meta-links a.show-settings{
  height: auto;
  line-height: 23px;
}

#screen-meta-links a {
  color: #666;
}

#screen-meta-links a {
  padding: 6px 18px 6px 18px;
}


/*Inner data and tabs*/
#contextual-help-back{
  left: 173px;
}

.contextual-help-tabs .active a {
  color: #666666;
}

.contextual-help-tabs a {
  padding: 11px 12px 10px 12px;
  line-height: 23px;
}

.contextual-help-tabs .active {
  border-left: 3px solid #f95e44;
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

#contextual-help-back{
  background-color: #f7f7f7;
}



/*----------------------------------
  Notices and Update Messages
-----------------------------------*/
.media-upload-form .notice, .media-upload-form div.error, .wrap .notice, .wrap div.error, .wrap div.updated {
    margin: 5px 0 15px 0px;
}
.notice-error, div.error {
    border-left-color: #F44336;
}






/*----------------------------------
  Responsive
-----------------------------------*/
@media only screen and (max-width: 960px){

/*menu*/
  
  #adminmenu{
    margin-top: 4px;
  }

  .auto-fold #adminmenu, .auto-fold #adminmenu li.menu-top, .auto-fold #adminmenuback, .auto-fold #adminmenuwrap {
    width: 60px;
    vertical-align: top;
  }

  .auto-fold #adminmenu .opensub .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, .auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus+.wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .auto-fold #adminmenu .wp-submenu.sub-open, .auto-fold #adminmenu a.menu-top:focus+.wp-submenu{
    left:60px;
  }

  .auto-fold #adminmenu .wp-submenu .wp-submenu-head {
    color: #fff;
    font-size: 15px;
    padding: 0px 0px 0px 24px;
    margin: 0px 0 0px;
  }

  .auto-fold .dashicons, .auto-fold .dashicons-before:before{
    font-size: 20px;
  }

  .auto-fold #adminmenu div.wp-menu-image {
    width: 60px;
    height: 44px;
    margin-left: 0px;
    opacity: 1;
  }

  .auto-fold #adminmenu a.menu-top {
    height: 44px;
  }

  .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu {
    min-width: 230px;
      box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
      -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
      -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
      -o-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
      -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
      padding: 0px 0 0 0;
  }

  .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
  #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head{
    background: transparent;
  }

  .auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu:after{
    border-width: 4px;
    margin-top: -4px;
    top: 22px;
    border-right-color: #1a1a1a;
  }

  #adminmenu li.wp-has-submenu.wp-has-current-submenu .wp-submenu:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 8px;
    top: 10px;
    z-index: 10000;
  }

  .auto-fold #adminmenu li.menu-top:hover, .auto-fold #adminmenu li.opensub>a.menu-top, .auto-fold #adminmenu li>a.menu-top:focus{
    z-index:9999;
  }

  /*.auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus+.wp-submenu,
  .auto-fold #adminmenu a.menu-top:focus+.wp-submenu {
    left: 0px;
  }*/

  .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu, 
  .auto-fold #adminmenu a.wp-has-current-submenu:focus+.wp-submenu
  {
    margin-right: 0px;
  }
  .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu, .auto-fold #adminmenu a.wp-has-current-submenu:focus+.wp-submenu{
    padding: 3px 0 0 0;
  }


/*wpcontent - main content area*/
  .auto-fold #wpcontent, .auto-fold #wpfooter {
  margin-left: 60px;
  }
  .rtl.auto-fold #wpcontent, .rtl.auto-fold #wpfooter {
  margin-right: 60px;
  }

  .auto-fold #adminmenuwrap .logo-overlay, #adminmenuwrap:before, .folded #adminmenuwrap:before{
    width: 60px;
  }

.menu-expanded #adminmenuwrap:before{
  width: 230px;
}

  .auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after {
      border-width: 7px;
      margin-top: -4px;
      top: 16px;
  }

  .auto-fold #wpadminbar .quicklinks{
    margin-left: 75px;
  }
  .auto-fold #wpcontent{
    padding-left: 45px;
  }

/*welcome box*/

.welcome-panel .welcome-panel-column:nth-child(2),
.welcome-panel .welcome-panel-column:nth-child(3)
 {
  padding-left: 23px;
}

.rtl .welcome-panel .welcome-panel-column:nth-child(2),
.rtl .welcome-panel .welcome-panel-column:nth-child(3)
 {
  padding-right: 23px;
}



  .rtl .wrap {
  margin-left: 0;
  margin-right: 0;
  }

}



@media screen and (max-width: 782px){

  .auto-fold .wp-responsive-open #adminmenuback, .auto-fold .wp-responsive-open #adminmenuwrap {
      display: block;
      height: 100%;
      position: fixed;
  }
  
  .auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus+.wp-submenu,
  .auto-fold #adminmenu a.menu-top:focus+.wp-submenu {
    left: 0px;
  }
  .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu, 
  .auto-fold #adminmenu a.wp-has-current-submenu:focus+.wp-submenu
  {
    margin-right: 0px;
  }

  .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu, .auto-fold #adminmenu a.wp-has-current-submenu:focus+.wp-submenu{
    padding: 0px 0 0 0;
  }


  .auto-fold #adminmenu, .auto-fold #adminmenuback, .auto-fold #adminmenuwrap {
    width: 230px;
  }

  .auto-fold #adminmenu li.menu-top {
    width: 100%;
  }

  .auto-fold #adminmenu .wp-menu-name {
    margin-left: 46px;
  }

  .auto-fold #adminmenu li.menu-top .wp-submenu>li>a{
    padding: 0 0px 0 23px;
    margin-left: 32px;
    line-height: 40px;
    margin-bottom: 3px;
    font-family: Roboto,sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  .auto-fold #adminmenu li a {
    font-size: 15px;
    padding: 0px;
  }

  .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu{
    box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }

  .auto-fold #adminmenu .wp-menu-name {
      margin-left: 46px;
  }

  body.menu-expanded #adminmenuwrap .logo-overlay, #adminmenuwrap:before, body.menu-expanded #adminmenuwrap:before{
    width: 230px;
    background-image: url("../images/logo.png");
  }


  #wpadminbar {
    padding-left: 0px !important;
  }

  .wp-responsive-open #wpadminbar {
    padding-left: 230px !important;
  }

  .rtl .wp-responsive-open #wpadminbar {
    padding-right: 230px !important;
    padding-left: 0px !important;
  }


  #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper .ab-item {
    font-size: 14px;
    padding: 0 12px;
  }

  .auto-fold #wpcontent {
    margin-left: 0;
    padding-left: 23px;
  }

  .rtl.auto-fold #wpcontent {
    margin-right: 0;
    padding-right: 23px;
  }

  #wpadminbar #wp-admin-bar-updates .ab-icon:before{
    top:-8px;
  }

  #wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon{
    margin-top: -5px;
  }

  .wp-admin #wpadminbar #wp-admin-bar-site-name>.ab-item:before{
    font-size: 23px !important;
    line-height: 46px !important;
  }

  #wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before{
    font-size: 20px !important;
    line-height: 46px !important;
  }



  #wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon{
    line-height: 23px;
    width: 46px;
  }

  #wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon{
    height:46px;
    width: 46px;
  }

  #wpadminbar ul#wp-admin-bar-root-default>li{
    margin-right: 0px;
  }

  #wpadminbar .quicklinks>ul>li>a{
    line-height: 46px;
  }

  #wpadminbar .quicklinks>ul>li>a{
    padding: 0;
  }

  #wpadminbar #wp-admin-bar-comments .ab-icon:before {
    display: block;
    font-size: 22px;
    height: 46px;
    line-height: 46px;
    top: 1px;
  }

  #wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    top: 0;
    line-height: 46px;
    height: 46px!important;
    text-align: center;
    width: 46px;
    display: block;
    font-size: 21px;
  }

  #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before{
    font-size: 23px;
    line-height: 46px;
    height:46px;
    width: 46px;
  }

  #wpadminbar #wp-admin-bar-edit>.ab-item:before, 
  #wpadminbar #wp-admin-bar-my-account>.ab-item:before, 
  #wpadminbar #wp-admin-bar-my-sites>.ab-item:before {
    top: 10px;
    width: 46px;  
    font-size: 23px;
  }

  #wpadminbar #wp-admin-bar-menu-toggle a:hover,
  .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
      background: rgba(33,33,33,0.1);
  }
  
  #wpadminbar.mobile .quicklinks .ab-icon:before, #wpadminbar.mobile .quicklinks .ab-item:before,
  .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
      color: #ffffff;
  }

  .wp-responsive-open #wpbody {
    right: -230px;
  }

  .rtl .wp-responsive-open #wpbody {
    left: -230px;
    right: auto;
  }

  .widefat th input[type=checkbox]:before, input[type=checkbox]:checked:before {
    font-size: 23px;
    line-height: 23px;
    margin: -4px -5px;
  }

  .tablenav.top {
    margin: 0px 0 0px 0;
  }

  #wpbody select {
    height: 31px;
    font-size: 14px;
  }

  #wpbody .form-table td select {
      height: 31px;
      box-shadow: none;
  }

  /*Add post*/
  input[type=radio]:checked:before {
      width: 6px;
      height: 6px;
      margin: 4px 4px 4px 4px;
  }

  .widefat tfoot td input[type=checkbox]:before, .widefat th input[type=checkbox]:before, .widefat thead td input[type=checkbox]:before, input[type=checkbox]:checked:before {
      font: 400 22px/1 dashicons;
      margin: -3px -5px;
  }

  #wp-content-media-buttons a{
    margin: 0;
    height: 37px;
    line-height: 23px;
  }

  .wp-media-buttons .add_media span.wp-media-buttons-icon:before{
    line-height: 28px !important;
  }

  form h3, p.submit{
    padding-left: 0px;
    margin:0px;
  }

  .widget-top a.widget-action:after{
    color: #a9a9a9;
  }

  #wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title{
    padding-left: 25px;
  }

  .form-table tr:hover {
    background-color: #ffffff;
  }
  .form-table tr th{
    float:left;
    min-height:69px;
    width: 30%;
    max-width: 30%;
  }

  .form-table tr td{
    float: left;
    width: 70%;
    max-width: 70%;
    min-height: 69px;
  }


  .form-table span.description {
    padding: 0;
    line-height: 23px;
    margin: 0;
    font-size: 13px;
  }

  .form-table tr{
    display: inline-block;
    width: 100%;
  }

  .color-palette tr { height: 68px;}

  .color-option{width:122px; height: 127px;}

  .auto-fold #wpadminbar .quicklinks {
      margin-left: 15px;
  }

  /* -------- Tables ----------*/
  
  .wp-list-table .check-column{
    display: table-cell !important;
  }

/*  .wp-list-table.widefat thead th.column-name{
    width: auto;
  }*/
  .wp-list-table tr{
    display: table-row;
  }
  
  .widefat td{
    min-height: auto;
  }

  #wpbody-content .wp-list-table.plugins td{
    padding: 15px 10px;
  }
  .wp-list-table.plugins .plugin-title strong, .wp-list-table.plugins .theme-title strong{
    line-height: 25px;
    font-size: 16px;
  }

  .plugin-update-tr .update-message{
    padding: 6px 12px 8px 41px;
  }

.plugins .plugin-update-tr:before, .plugins tr.active+tr.inactive td.column-description, .plugins tr.active+tr.inactive th.check-column,
  .wp-list-table.plugins tbody tr.plugin-update-tr td.plugin-update{
    /*-webkit-box-shadow: inset 0 -1px 0 rgba(100,100,100,.05);
    box-shadow: inset 0 -1px 0 rgba(100,100,100,0.05);
    -moz-box-shadow: inset 0 -1px 0 rgba(100,100,100,0.05);
    -o-box-shadow: inset 0 -1px 0 rgba(100,100,100,0.05);
    -ms-box-shadow: inset 0 -1px 0 rgba(100,100,100,0.05);*/
  }

  .wp-list-table.plugins tbody tr.plugin-update-tr td.plugin-update,
  .plugins .plugin-update-tr:before, .plugins tr.active+tr.inactive td.column-description, .plugins tr.active+tr.inactive th.check-column,
  .plugins .update th, .plugins .update td, 
  #wpbody-content .wp-list-table.plugins .plugin-title, #wpbody-content .wp-list-table.plugins .theme-title {
      -webkit-box-shadow: inset 0 -1px 0 rgba(100,100,100,0);
      box-shadow: inset 0 -1px 0 rgba(100,100,100,0);
      -moz-box-shadow: inset 0 -1px 0 rgba(100,100,100,0);
      -o-box-shadow: inset 0 -1px 0 rgba(100,100,100,0);
      -ms-box-shadow: inset 0 -1px 0 rgba(100,100,100,0);
      border-bottom: 0px solid #f8f8f8;
  }

  .wp-list-table.plugins tbody tr.plugin-update-tr td.plugin-update,
  .plugins .plugin-update-tr:before
  {
    border-bottom: 1px solid #f8f8f8;
  } 

}


@media screen and (max-width: 600px){
#wpbody {
     padding-top: 0px; 
}}


  #wpbody .form-table td select {
      height: 31px;
      box-shadow: none;
  }








/*transitions*/
input[type=checkbox], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea,
.form-table tr th, .form-table tr td,
.wp-list-table a, input, select, textarea, a, .button, .importers tr td, #adminmenu li, #adminmenu .wp-submenu a,
#wpadminbar .quicklinks .menupop.hover ul li a,
{
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
}





/*---------------------------------------------
  Redux framework setting
---------------------------------------------*/

/*

- main area bg = #f7f7f7
- menu bg = #eb392e
- menu border color = #eb392d
- title bg = #cccccc

*/
.redux-container table.form-table tr td{
  width: 95%;
}
.redux-container-checkbox li,
.redux-container-radio li{
  margin-bottom: 15px !important;
}
.redux-field .waves-input-wrapper{
  top: 10px !important;
}
.color-transparency-check{
  top: -12px !important;
    position: relative;
    left: 12px;
}
/*menu tabs*/
.toplevel_page__mtrloptions .redux-sidebar .redux-group-menu li a{
    padding: 11px 6px 11px 12px;
    line-height:23px;
    font-weight:300;
}

/*menu title*/
.toplevel_page__mtrloptions .redux-group-tab-link-a span.group_title{
    padding-left: 23px;
}

/*menu icons*/
.toplevel_page__mtrloptions .redux-group-tab-link-a i{
    font-size: 1.10em;
    line-height: 23px;
}

/*menu tab hover*/
.toplevel_page__mtrloptions .redux-sidebar .redux-group-menu li a:hover{
    background-color: #fcfcfc;
}

.toplevel_page__mtrloptions .redux-sidebar .redux-group-menu li.active a, 
.toplevel_page__mtrloptions .redux-sidebar .redux-group-menu li.activeChild a, 
.toplevel_page__mtrloptions .redux-sidebar .redux-group-menu li a:hover{
    width:100%;
}

/*main content area*/
.toplevel_page__mtrloptions .redux-main{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border-left: 1px solid transparent;
}

.toplevel_page__mtrloptions .redux-main .form-table tr, 
.toplevel_page__mtrloptions .redux-group-tab h3{
}

/*fields*/
.toplevel_page__mtrloptions .redux-main input[type=text]{
  padding: 8px;    
}

.toplevel_page__mtrloptions .redux-main .wp-picker-input-wrap input[type=text]{
  padding: 3px 8px;    
  margin: 0 9px;
}

.toplevel_page__mtrloptions .redux-main .wp-picker-input-wrap .wp-picker-default{
  border: 0px;
}


.redux-main select, 
.toplevel_page__mtrloptions .redux-main textarea {
    padding: 6px;
}

/*content info field*/
.toplevel_page__mtrloptions .redux-info-field.redux-normal {
}

/* field title*/
.toplevel_page__mtrloptions .redux-main .form-table tr th, 
.toplevel_page__mtrloptions .redux-main .form-table tr td{
    color: #333333;
}

.toplevel_page__mtrloptions .redux-container *{
    border-radius: 2px !important; 
    -webkit-border-radius: 2px !important; 
    -moz-border-radius: 2px !important; 
    -o-border-radius: 2px !important; 
    -ms-border-radius: 2px !important; 
}


/*image*/
.toplevel_page__mtrloptions .redux-main .redux-option-image{
  background-color: #bdbdbd;
}

.redux-main .redux-container-background .background-preview{
  width: 90%;
}

.toplevel_page__mtrloptions .form-table tr:hover th, 
.toplevel_page__mtrloptions .form-table tr:hover td{
  background-color: transparent;
}

.toplevel_page__mtrloptions .redux_field_th{
  font-weight: 700;
  font-family: Roboto,sans-serif;
}

.toplevel_page__mtrloptions .redux_field_th span:first-child{
  font-weight: 400;
  font-family: Roboto,sans-serif;
}

.toplevel_page__mtrloptions .redux-main .wp-picker-container .wp-color-result,
.redux-main .wp-picker-container .wp-color-result {
  height: auto;
}

.toplevel_page__mtrloptions .redux-main .redux-info-field .redux-info-desc{
  margin: 23px 0;
}

.toplevel_page__mtrloptions .wp-color-result:after{
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.toplevel_page__mtrloptions .redux-container .expand_options{
  height: 25px;
  width: 23px;
}

.toplevel_page__mtrloptions .redux-main .button.remove-image, .redux-main .removeCSS {
  margin-left: 10px;
  color: #ffffff;
}

.toplevel_page__mtrloptions #redux-header {
  background: #f95e44 !important;
  border-color: #f95e44 !important;
}

.toplevel_page__mtrloptions .redux-container{
  margin-top:55px !important;
}

.toplevel_page__mtrloptions .redux-sidebar .redux-group-menu li a{
  background-color: #e2e2e2; 
  color: #333333;
  border-color: #fcfcfc;
  font-weight: 400;
}

.toplevel_page__mtrloptions .redux-sidebar .redux-group-menu li.active a{
  background-color: #fcfcfc;
  font-weight: 400;
}

.wp-core-ui p .button{
  vertical-align: top;
}
.wp-core-ui .button.button-hero, .wp-core-ui .welcome-panel .button.button-hero{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08),0 4px 8px 0 rgba(0,0,0,0.05);
}
.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary{
  height: auto;
  line-height: 21px;
  padding: 4px 13px;
  border-width: 0px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08),0 4px 8px 0 rgba(0,0,0,0.05);
  font-size: 14px;
}
i.mtrlwaves-effect.mtrlwaves-input-wrapper{
  padding: 3px 13px;
}

/*-------------------------------------------
RTL
---------------------------------------------*/

.rtl #wpcontent, .rtl #wpfooter {
  margin-right: 230px;
  margin-left: 0px;
}

.rtl #wpcontent{
  padding-right: 0px;
}

.rtl .welcome-panel .welcome-panel-column:first-child{
  padding-left: 0px;
  padding-right: 23px;
}

.rtl .welcome-panel .welcome-panel-close{
  right: auto;
  left: 23px;
}


.rtl #adminmenu .wp-has-current-submenu ul>li>a, .rtl .folded #adminmenu li.menu-top .wp-submenu>li>a{
  padding: 0 23px 0 23px;
  margin-right: 32px;
  margin-left: 0px;
}


.rtl .folded #adminmenu li.menu-top .wp-submenu>li>a:hover, 
.rtl #adminmenu .wp-submenu a:focus, 
.rtl #adminmenu .wp-submenu a:hover, 
.rtl #adminmenu .wp-submenu li.current a, 
.rtl #adminmenu .wp-submenu li.current a:hover{
  border-right-color: #f95e44;
}


.rtl .folded #adminmenu li.menu-top .wp-submenu>li>a:hover, 
.rtl #adminmenu .wp-submenu a:focus, 
.rtl #adminmenu .wp-submenu a:hover, 
.rtl #adminmenu .wp-submenu li.current a, 
.rtl #adminmenu .wp-submenu li.current a:hover{
  border-right: 3px solid #f95e44;
  border-right-color: #f95e44;
  border-left: 0px !important;
}

.rtl #adminmenu .wp-not-current-submenu .wp-submenu{
  left: auto;
  right: 230px;
}

.rtl #adminmenu .wp-not-current-submenu li>a, .rtl .folded #adminmenu .wp-has-current-submenu li>a {
  padding: 0 14px 0 0px;
  margin-right: 23px;
  margin-left: 0px;
}

.rtl.menu-collapsed #adminmenu .wp-not-current-submenu .wp-submenu{
  right: 46px;
}

.rtl.menu-collapsed #wpcontent, .rtl.menu-collapsed #wpfooter{
  margin-right: 46px;
}

.rtl.folded #adminmenu li.menu-top .wp-submenu>li>a {
  padding: 0 14px 0 0px;
  margin-left: 0;
}

.rtl #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
  border-right-color: transparent;
}

.rtl form h3, .rtl p.submit{
  padding-right: 23px;
  padding-left: 0px;
}

.rtl .wp-admin select{
  padding: 8px;
}


.rtl .plugins .active th.check-column {
  border-right-color: #f95e44;
}

.rtl .plugins .active th.check-column {
  border-left: 0px solid #f95e44;
}

.rtl #wpadminbar .quicklinks .menupop.hover ul li a:hover {
  padding-right: 20px;
  padding-left: 0px;
  border-right: 3px solid #f95e44;
  border-right-color: #f95e44;
  border-left: 0px !important;
}

.rtl #wpadminbar .quicklinks .menupop.hover ul li .ab-item {
  margin-right: 23px;
  margin-left: 0px;
}

.rtl #wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before {
  top: 5px;
  right: 3px;
  content: '\f139';
}

.rtl .contextual-help-tabs .active {
  border-right: 3px solid #f95e44;
  border-left: 0px;
}

.rtl .contextual-help-tabs {
margin-right: -23px;
}



/*---------------------------------
  Menu Management Settings
-----------------------------------*/
.mtrlmenu.ui-sortable-helper .mtrlmenu-wrap, 
.mtrlmenu.ui-sortable-helper .mtrlmenusep,
.mtrlmenu.ui-sortable-helper .mtrlsubmenu
{
  border: 1px solid #cccccc;
  background-color: #eeeeee;
}

.mtrlmenu-wrap, .mtrlmenusep{
  display: block;
  width:460px;
  padding: 0;
  border: 1px solid #eeeeee;
  background-color: #fafafa;
  margin-bottom:3px;
  font-size: 14px;
  line-height: 23px;
  cursor: move;
}

.mtrlsubmenu{
  display: block;
  width:420px;
  padding:0;
  border: 1px solid #eeeeee;
  background-color: #f7f7f7;
  margin-bottom:3px;
  margin-left: 40px;
  font-size: 14px;
  line-height: 23px;
  cursor: move;
}

.mtrlicon:before{
  display: inline-block;
  width:23px;
  height:23px;
  background-color: transparent;
  vertical-align: top;
  margin-right:5px;
  line-height: 46px;
  font-size: 18px;
}

.uvalue .mtrlicon:before{
  line-height: 23px;
  font-size: 21px;
}

.uvalue .mtrlicon{
  padding-left: 0px;
  margin-left: -6px;
}

.mtrltext{
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
}

.mtrlmenusep{
  border: 1px solid #f1f1f1;
  background-color: #f8f8f8;
  padding: 0px;
}

.mtrlmenusep .mtrlicon{
  width:23px;
  height:0px;
  display: block;

}

.mtrlicon, .mtrltext, .mtrltoggle, .mtrlsubtoggle, .mtrldisplay, .mtrlsubdisplay, .mtrlmove, .ulrasubmove{
  padding-top:12px;
  padding-bottom: 11px;
}

.mtrlicon{
  padding-left: 12px;
}

.mtrltoggle, .mtrlsubtoggle, .mtrldisplay, .mtrlsubdisplay, .mtrlmove, .ulrasubmove{
  padding-right: 12px;
}

.mtrltoggle, .mtrlsubtoggle{
  font-weight: 700;
}

.mtrlsubmenu .mtrltext {
  padding-top:12px;
  padding-bottom: 11px;
  padding-left: 12px;
}


.mtrl-connectedSortable{
  display: inline-block;
  width: 506px;
  padding:23px;
  min-height: 230px;
  vertical-align: top;
  float: left;
  margin-right: 23px;
}



#mtrl-enabled{

}

#mtrl-disabled{

}

.mtrltoggle, .mtrlsubtoggle, .mtrldisplay, .mtrlsubdisplay, .mtrlmove, .ulrasubmove{
  float: right;
  font-size: 19px;
  line-height: 23px;
  cursor: hand;
  cursor: pointer;
  width: 23px;
  text-align: center;
}

.mtrldisplay, .mtrlsubdisplay{
  font-size: 13px;
  width: auto;
}

.mtrleditpanel.opened {
  width: 100%;
  min-height:100px;
  display: block;
  background-color: #fafafa;
  padding: 12px 23px 11px 32px;
  margin-bottom: 3px;
  margin-top: -4px;
  z-index:2;
  position: relative;
  border:1px solid #e8e8e8;
}

.mtrleditpanel.closed{
  width: 100%;
  display: none;
}


.mtrlsubmenu .mtrleditpanel.opened {
  background-color: #fafafa;
  padding: 12px 23px 11px 32px;
  border:0px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.clearboth{
  width: 100%;
  display: block;
  height: 0px;
  clear: both;
}

.mtrleditpanel .ufield, .mtrleditpanel .uvalue{
  height: 37px;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 5px;
}

.mtrleditpanel .ufield{
  width: 25%;
  padding-top:6px;
  display: inline-block;
  color: #888888;
  font-size: 13px;
}

.mtrleditpanel .uvalue{
  width: 73%;
  padding-top:6px;
  display: inline-block;
  color: #888888;
  padding-left: 6px;
  font-size: 13px;
}

.mtrleditpanel .uvalue input[type="text"]{
  margin-top: -6px;
  margin-left: -6px;
  font-size: 13px;
}

.ui-state-highlight { height: 137px; line-height: 23px; 
  border: 1px dashed #cccccc;
  background: #eeeeee;
  width: 100%;
  margin-bottom: 3px;
}

.mtrlsubmenu-wrap .ui-state-highlight { 
  height: 46px; line-height: 23px; 
  border: 1px dashed #cccccc;
  background: #e8e8e8;
  width: 420px;
  margin-left: 40px;
  margin-bottom: 3px;
}

.mtrldisplay, .mtrlsubdisplay{
  float: right;
}

.mtrlsubmenu.disabled,
.mtrlmenu.disabled{
  opacity: 0.4;
}

.uvalue{
  position: relative;
}

.mtrliconpanel{
  position: absolute;
  top:0;
  right: auto;
  left: 34px;
  height: 345px;
  width: 345px;
  overflow: auto; 
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  display: none;
  padding: 5px;

}

.mtrliconpanel .pickicon{
  width: 36px;
  height: 36px;
  border: 1px solid #eeeeee;
  background-color: #fcfcfc;
  cursor: hand;
  cursor: pointer;
  line-height: 34px;
  margin: 3px 0px 0 3px;
  padding: 0 0 0 5px;
  display: inline-block;
  text-align: center;
}

.mtrliconpanel .pickicon:hover{
  background-color: #777777;
  border-color: #bbbbbb;
  color: #ffffff; 
}


.mtrliconpanel .pickicon:before{
  line-height: 36px;
  text-align: center;
}

.mtrlicons{
  display: none;
}

.mtrlicon{
  cursor: hand;
  cursor: pointer;
}

.mtrltoggle, .mtrlsubtoggle,
.mtrlmove, .mtrlsubmove,
.mtrldisplay, .mtrlsubdisplay{
  padding: 0 12px 0 0;
  height: 46px;
  width: 30px;
}

.mtrltoggle:before, .mtrlsubtoggle:before,
.mtrlmove:before, .mtrlsubmove:before,
.mtrldisplay:before, .mtrlsubdisplay:before{
  font-size: 15px;
  color: #999999;
  line-height: 50px;
  width: 23px;
}

.mtrldisplay:before, .mtrlsubdisplay:before{
  line-height: 48px;
}

.mtrlmove:before, .mtrlsubmove:before{
  font-size: 16px;
}

.mtrl-savearea{
  float:left;
  width: 460px;
  padding: 23px;
  margin-right: 23px;
  color: #777777;
  font-size: 14px;
  line-height: 23px;
}

.mtrl-savearea .wp-menu-image, .mtrl-savearea .wp-menu-image:before{
  line-height: 23px;
  height:23px;
  width: 23px;
}

.redux-container-image_select ul.redux-image-select li{
  max-width: 270px;
  margin-bottom: 15px !important;
  text-align: center;
}

.wp-core-ui .welcome-panel .button.button-hero{
  line-height: 44px !important;
}

/*.wp-core-ui .welcome-panel .button.button-hero:active{
  line-height: 46px !important;
}*/

#wpfooter a{
  font-size: inherit;
}





/*---------------------------------------------------
Multisite and WordPress 4.1.2 compatibility Style
-----------------------------------------------------*/

#myblogs table h3{
  margin-top:0px;
}

#myblogs table p{
  padding-left: 23px;
}


.wp-core-ui .quicktags-toolbar input.button.button-small:first-child{
  margin-left: 8px;
}

.wp-core-ui .quicktags-toolbar input.button.button-small{
  margin-top: 8px;
}

.wp-core-ui .quicktags-toolbar input.button:active,
#edit-slug-box .edit-slug.button:active, #edit-slug-box #view-post-btn .button:active {
  padding: 0px 8px 1px !important;
}

.wp-core-ui .button-group.button-small .button, .wp-core-ui .button.button-small,
.wp-core-ui .button-group.button-small .button:active, .wp-core-ui .button.button-small:active{
  line-height: 24px;
  margin: 0 3px;
}
.media-frame a:focus{
  box-shadow: none;
  -webkit-box-shadow: none;
}


.media-frame.mode-grid .media-button.delete-selected-button{

  margin: 24px 9px !important;
  height: 35px;
  line-height: 25px;
}

.wp-core-ui .attachment .check{
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
}

.wp-core-ui .attachment.details .check .media-modal-icon, .wp-core-ui .media-frame.mode-grid .attachment.selected .check .media-modal-icon {
    background-position: -23px -2px;
}
.wp-core-ui .attachment .check .media-modal-icon {
    display: block;
    background-position: -1px 0;
    height: 10px;
    width: 10px;
    margin: 5px;
}


.wp-core-ui .attachment.details .check:hover .media-modal-icon, .wp-core-ui .attachment.selected .check:focus .media-modal-icon, .wp-core-ui .media-frame.mode-grid .attachment.selected .check:hover .media-modal-icon {
    background-position: -60px -2px;
}


.media-frame.mode-grid .attachment.details,.media-frame.mode-grid .selected.attachment,
.attachment.details, .selected.attachment
 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.contextual-help-sidebar {
  width: 130px;
  padding: 0 0px 0 12px;
}

.nav-menus-php .item-edit:before,
.widget-top a.widget-action:after {
  color: #999;
}

div#widgets-right .widgets-sortables {
  padding: 12px 23px;
}

.widget-control-edit,
#widgets-right a.widget-control-edit{
  line-height: 46px;
    text-decoration: none;
}

#widgets-right a.widget-control-edit:hover{
  line-height: 45px;
  border: 0px solid transparent;
}

#widgets-left .widget-control-edit:hover, #widgets-right .widget-control-edit:hover {
    color: #fff;
    background: #757575;
    border-left: 0;
    outline: #444 solid 0px;
}

.widget-control-edit{
  border-left: 0px solid transparent;
}

.control-section .accordion-section-title:after {
  color: #ccc;
}

p.submit {
  margin-top: 23px;
  padding-left: 0px;
}

form h3{
  margin-top: 23px;
  padding-left: 0px;
}



.col-wrap form p.submit {
  padding-left:0px;
}

form table+p.submit {
  padding-left:15px;
}
/*
.export-php .wrap p, .export-php .wrap h3, .export-php .wrap form{
  padding-left: 23px;
}*/

.export-php .wrap p.submit{
  padding-left: 0px;
}

.widefat.updates-table{
  margin-bottom: 20px;
}


.admin-color-fresh #redux-header .display_header span {
  color: #dddddd;
}



/*Jetpack plugin settings*/

.jp-frame .modal{
  margin-left: 245px !important; /*230px*/
}

.jetpack-pagestyles #wpcontent, 
.jetpack-pagestyles #wpfooter{
  margin-left: 245px;
}



/*envato wordpress toolkit */
body #adminmenu .toplevel_page_envato-wordpress-toolkit .menu-icon-generic div.wp-menu-image:before{
  text-align: center !important;
  font: normal 15px/36px "envato" !important;
}

#adminmenu .current.toplevel_page_envato-wordpress-toolkit .menu-icon-generic div.wp-menu-image:before, 
#adminmenu .toplevel_page_envato-wordpress-toolkit a:hover div.wp-menu-image:before, 
.folded #adminmenu li.opensub.toplevel_page_envato-wordpress-toolkit .menu-icon-generic div.wp-menu-image:before{
  margin-top:0px !important;
}



/*
As suggested by "anthonyparsons" on envato 
*/
@media (max-width: 600px) { 
#wpadminbar { position: fixed !important; } 

#adminmenuwrap{top: 15px; }

.auto-fold #adminmenu { top: auto !important; }
#wpwrap.wp-responsive-open { overflow-x: visible !important; }

#adminmenu li a.wp-has-current-submenu .update-plugins, #adminmenu li.current a .awaiting-mod { 
  vertical-align: text-top !important; 
 }

}

.wp-core-ui .button-primary{
  text-shadow: none;  
}


/*------ woocommerce --------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
  height: 23px;
  text-align: center;
}

/* -------------------------------------------
  default theme added in core css file 
  Generated Dynamically
---------------------------------------------*/

#wpadminbar .quicklinks #wp-admin-bar-root-default #wp-admin-bar-wp-logo .ab-item{
  padding: 0 12px;
}

/* -------------------------------------------
  wave ripples
---------------------------------------------*/
.check-column i.waves-effect{
    color: rgb(118, 118, 118);
    height: 20px;
    background: transparent !important; 
    width: 30px;
    margin-top: -7px;
    padding: 0px 6px 15px 0;
}

.waves-input-wrapper{
    background: transparent !important; 
 }
/* -------------------------------------------
  Dashboard charts
---------------------------------------------*/
#dashboard-widgets .inside .chartBox{
  margin-bottom: 30px;
  padding-right: 10px;
}

#dashboard-widgets .inside .chartBox .widhead{
  margin-bottom: 25px;
  display: block;
}
#totalPages_wiseChart{
  margin-top: 30px;
}

.widspacer10{
  display: block;
  height: 10px;
  width: 100%;
  clear: both;
}





/*------------------------------
 Waves Effect 
 -------------------------------*/

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-radial-gradient(rgba(33, 33, 33, 0.1) 0, rgba(66, 66, 66, 0.2) 40%, rgba(117, 117, 117, 0.3) 50%, rgba(189, 189, 189, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(33, 33, 33, 0.1) 0, rgba(66, 66, 66, 0.2) 40%, rgba(117, 117, 117, 0.3) 50%, rgba(189, 189, 189, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(33, 33, 33, 0.1) 0, rgba(66, 66, 66, 0.2) 40%, rgba(117, 117, 117, 0.3) 50%, rgba(189, 189, 189, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(33, 33, 33, 0.1) 0, rgba(66, 66, 66, 0.2) 40%, rgba(117, 117, 117, 0.3) 50%, rgba(189, 189, 189, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
  z-index: 999999999;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #424242 100%);
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.waves-block {
  display: block;
}
/*------------------------------
 Material Waves Effect 
 -------------------------------*/

.btn {
  line-height: 31px;
  position: relative;
  padding: 5px 22px;
  border: 0;
  margin: 10px;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1, .btn, .btn-floating {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half, .btn:hover, .btn-floating:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.hoverable:hover {
  transition: box-shadow 0.25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mtrlwaves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mtrlwaves-effect .mtrlwaves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.mtrlwaves-effect.mtrlwaves-light .mtrlwaves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.mtrlwaves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.mtrlwaves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.mtrlwaves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.mtrlwaves-input-wrapper .mtrlwaves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.mtrlwaves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.mtrlwaves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
a.mtrlwaves-effect .mtrlwaves-ripple {
  z-index: -1;
}

 /*revolution slider & visual composer*/

body .composer-switch, body .composer-switch *, body #vc_properties-panel,
.toplevel_page_revslider *{
  box-sizing:content-box;
  -o-box-sizing:content-box;
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
}

.toplevel_page_themepunch-google-fonts .button-primary,
.toplevel_page_themepunch-google-fonts .button-secondary,
.toplevel_page_revslider .button-secondary,
.toplevel_page_revslider .button-primary{
  padding: 0px 10px 1px 10px;
  height: auto;
}


/*---------------------------
  Menu User Info
----------------------------*/

.menu-expanded .menu-userinfo,
.folded .menu-userinfo,
 .menu-userinfo{
  display: inline-block;
  width: auto;
  padding: 15px;
  position: relative;
  bottom: 0px;
  padding-top: 24px;
}

.folded .menu-userinfo a,
 .menu-userinfo a{
  text-decoration: none;
  white-space: nowrap;
}

.folded .menu-userinfo .dispavatar,
 .menu-userinfo .dispavatar{
  position: absolute;
  top: auto;
  left: auto;
  z-index: 2;
}
.menu-expanded .dispavatar a img,
 .menu-userinfo .dispavatar a img{
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 2px solid #eeeeee;
}

 .menu-userinfo .logoutlink a{
  color: rgba(174,178,183,1.0); 
}


.menu-expanded .dispname,
 .menu-userinfo .dispname{
  float: left;
  width: auto;
  padding-left: 65px;
  position: relative; 
  top: 2px; 
  display: block;
  height: 26px;
}

.menu-expanded .disproles,
 .menu-userinfo .disproles{
  float: left;
  width: auto;
  padding-left: 65px;
  position: relative; 
  top: 2px; 
  text-transform: capitalize;
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  display: block;
  opacity: 0.8;
}


 .menu-userinfo .logoutlink{
  float: left;
  width: auto;
  padding-left: 65px;
  position: relative; 
  top: 2px; 
  text-transform: capitalize;
  color: rgba(255,255,255,1);
  margin-top: 0px;
}


 .menu-userinfo .logoutlink .iconlink{
  display: none;
}



/*---------- Collapsed Menu Style -----------*/

@media only screen and (max-width: 960px){
  .auto-fold .menu-userinfo {
      width: 60px;
      vertical-align: top;
      padding: 15px 0px 5px 0px;
      text-align: center;
  }
  .auto-fold .menu-userinfo .dispname,
  .auto-fold .menu-userinfo .disproles{
    display: none;
  }
  .auto-fold .menu-userinfo .dispavatar{
    position: relative;
        top: auto;
        left: auto;
        z-index: 2;
  }
  .auto-fold .menu-userinfo .dispavatar a img{
    height: 35px;
    width: 35px;
  }
}

  .folded .menu-userinfo {
      width: 60px;
      vertical-align: top;
      padding: 15px 0px 5px 0px;
      text-align: center;
  }
  .folded .menu-userinfo .dispname,
  .folded .menu-userinfo .disproles{
    display: none;
  }
  .folded .menu-userinfo .dispavatar{
    position: relative;
        top: auto;
        left: auto;
        z-index: 2;
  }
  .folded .menu-userinfo .dispavatar a img{
    height: 35px;
    width: 35px;
  }


@media only screen and (max-width: 782px){
  .menu-expanded .menu-userinfo {
      width: 230px;
      vertical-align: top;
      padding: 15px;
      text-align: center;
           padding-top: 24px;
  }
  .menu-expanded .menu-userinfo .dispname,
  .menu-expanded .menu-userinfo .disproles{
    display: block;
  }
  .menu-expanded .menu-userinfo .dispavatar{
    position: absolute;
        top: auto;
        left: auto;
        z-index: 2;
  }
  .menu-expanded .menu-userinfo .dispavatar a img{
    height: 50px;
    width: 50px;
  }
}


/*---- Added fix for wordpress default menu-----*/
#adminmenuwrap{
  position: absolute !important;
  top:0px !important;
  bottom: auto !important;
}

.mtrl-menu-profile-links .all-links{
  display: none;
  padding: 15px 15px 10px 15px;
}

.all-links #wp-admin-bar-user-info{
  display: none;
}
.menu-userinfo .dispname:hover .all-links,
.mtrl-menu-profile-links:hover .all-links{
  display: block;
  position: absolute;
  top: 25px;
  background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    padding: 8px 0;
  padding: 10px 15px 10px 15px;
  width: 140px;
  z-index: 99;
       margin-left: -57px;

}

.mtrl-menu-profile-links:after{
    right: -4px;
    content: "\f140";
    font: 400 16px/1 dashicons;
    speak: none;
    display: inline-block;
    padding: 0 5px 0 0;
    bottom: 4px;
    position: relative;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
    color: #ffffff;
    opacity: 0.8;
}

.menu-userinfo .dispname:hover .all-links li{
  margin-bottom: 0px;
  line-height: 34px;
}

/*------------------------------------*\
    Floating Menu
\*------------------------------------*/


.fmenu--tl{
  animation: fromTop 1s 1;
  -webkit-animation: fromTop 1s 1;
}
.fmenu--tr{
  animation: fromTop 1.3s 1;
  -webkit-animation: fromTop 1.3s 1;
}
.fmenu--br{
  animation: fromBottom 1.6s 1;
  -webkit-animation: fromBottom 1.6s 1;
}
.fmenu--bl{
  animation: fromBottom 1.9s 1;
  -webkit-animation: fromBottom 1.9s 1;
}
@keyframes fromBottom {
  0% {
    transform: translateY(250px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fromTop {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fromBottom {
  0% {
    transform: translateY(250px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fromTop {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0);
  }
}






.fmenu--tl, .fmenu--tr, .fmenu--bl, .fmenu--br {
  box-sizing: border-box;
  margin: 25px;
  position: fixed;
  white-space: nowrap;
  z-index: 30;
  padding-left: 0;
  list-style: none; }
  .fmenu--tl *, .fmenu--tr *, .fmenu--bl *, .fmenu--br *, .fmenu--tl *:before, .fmenu--tr *:before, .fmenu--bl *:before, .fmenu--br *:before, .fmenu--tl *:after, .fmenu--tr *:after, .fmenu--bl *:after, .fmenu--br *:after {
    box-sizing: inherit; }

/**
 * placement of the button.
 */
.fmenu--tl {
  left: 0;
  top: 0; }

.fmenu--tr {
  right: 0;
  top: 0; }

.fmenu--bl {
  left: 0;
  bottom: 0; }

.fmenu--br {
  right: 0;
  bottom: 0; }
#mtrl-floatingmenu{
  z-index: 9999999;
  width: 50px;
}
/*
    #BUTTONS | Base
*/
.fmenu__button--main, .fmenu__button--child {
  background-color: #e91e63;
  display: inline-block;
  position: relative;
  padding: 0;
  position: relative;
  -webkit-user-drag: none;
  color: #ffffff; 
  cursor: pointer;
  outline: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  border: none;
  border-radius: 50%;
}

.fmenu__button--main:focus, .fmenu__button--child:focus,
.fmenu__button--main, .fmenu__button--child{
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.10), 0 4px 8px rgba(0, 0, 0, 0.20);
}

/***/
.fmenu__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fmenu__list > li {
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    padding: 10px 0;
    margin: -10px 0; }

#mtrl-floatingmenu .fmenu__main-icon--resting,
#mtrl-floatingmenu .fmenu__main-icon--resting.dashicons-before:before,
#mtrl-floatingmenu .fmenu__main-icon--active,
#mtrl-floatingmenu .fmenu__main-icon--active.dashicons-before:before{
  font-size: 25px;
  line-height: 50px;
  height: auto;
  color: #ffffff;
}

.fmenu__list .fmenu__child-icon,
.fmenu__list .fmenu__child-icon:before{
  font-size: 18px;
  line-height: 42px;
  height: auto;
  color: #ffffff;
  width: 42px;
}

/**
 * icons inside the main button
 */
.fmenu__icon, .fmenu__main-icon--active,
.fmenu__main-icon--resting, .fmenu__child-icon {
  position: absolute;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  width: 100%; }

.fmenu__wrap {
  padding: 0;
  margin: 0; }

[data-mtrlfm-toggle="hover"]:hover .fmenu__icon, [data-mtrlfm-toggle="hover"]:hover .fmenu__main-icon--active,
[data-mtrlfm-toggle="hover"]:hover .fmenu__main-icon--resting, [data-mtrlfm-toggle="hover"]:hover .fmenu__child-icon,
[data-mtrlfm-state="open"] .fmenu__icon,
[data-mtrlfm-state="open"] .fmenu__main-icon--active,
[data-mtrlfm-state="open"] .fmenu__main-icon--resting,
[data-mtrlfm-state="open"] .fmenu__child-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }

/*
    #BUTTONS
*/
.fmenu__button--main {
  height: 50px;
  width: 50px;
  z-index: 20; }

.fmenu__button--child {
  height: 42px;
  width: 42px; 
  margin: 0 4px;
}

.fmenu__main-icon--active,
.fmenu__main-icon--resting {
  -webkit-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1); }

.fmenu__child-icon,
.fmenu__child-icon {
  line-height: 50px;
  font-size: 18px; }

.fmenu__main-icon--active {
  opacity: 0; }

[data-mtrlfm-toggle="hover"]:hover .fmenu__main-icon,
[data-mtrlfm-state="open"] .fmenu__main-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }
[data-mtrlfm-toggle="hover"]:hover .fmenu__main-icon--resting,
[data-mtrlfm-state="open"] .fmenu__main-icon--resting {
  opacity: 0;
  position: absolute !important; }
[data-mtrlfm-toggle="hover"]:hover .fmenu__main-icon--active,
[data-mtrlfm-state="open"] .fmenu__main-icon--active {
  opacity: 1; }

/*
    #BUTTONS | Animations
*/

.fmenu--tl.mtrlfm-slidein .fmenu__list li,
.fmenu--tr.mtrlfm-slidein .fmenu__list li {
  opacity: 0;
  transition: all 0.5s; }
.fmenu--tl.mtrlfm-slidein[data-mtrlfm-toggle="hover"]:hover .fmenu__list li, 
.fmenu--tl.mtrlfm-slidein[data-mtrlfm-state="open"] .fmenu__list li,
.fmenu--tr.mtrlfm-slidein[data-mtrlfm-toggle="hover"]:hover .fmenu__list li,
.fmenu--tr.mtrlfm-slidein[data-mtrlfm-state="open"] .fmenu__list li {
  opacity: 1; }

.fmenu--bl.mtrlfm-slidein .fmenu__list li,
.fmenu--br.mtrlfm-slidein .fmenu__list li {
  opacity: 0;
  transition: all 0.5s; 
}
.fmenu--bl.mtrlfm-slidein[data-mtrlfm-toggle="hover"]:hover .fmenu__list li, 
.fmenu--bl.mtrlfm-slidein[data-mtrlfm-state="open"] .fmenu__list li,
.fmenu--br.mtrlfm-slidein[data-mtrlfm-toggle="hover"]:hover .fmenu__list li,
.fmenu--br.mtrlfm-slidein[data-mtrlfm-state="open"] .fmenu__list li {
  opacity: 1; }

/*
    #LABELS | base
*/

[data-mtrlfm-label]:after {
  content: attr(data-mtrlfm-label);
  opacity: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 10px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: normal;
  pointer-events: none;
  line-height: normal;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  transition: all 0.5s; }

.fmenu__list li:hover [data-mtrlfm-label]:after{
  content: attr(data-mtrlfm-label);
  opacity: 1;
  transition: all 0.3s; }

/*
    #LABELS | Modifiers
*/
.fmenu--br [data-mtrlfm-label]:after, .fmenu--tr [data-mtrlfm-label]:after {
  content: attr(data-mtrlfm-label);
  right: 55px; }

.fmenu--br .fmenu__list [data-mtrlfm-label]:after, .fmenu--tr .fmenu__list [data-mtrlfm-label]:after {
  content: attr(data-mtrlfm-label);
  right: 55px; }

.fmenu--tl [data-mtrlfm-label]:after, .fmenu--bl [data-mtrlfm-label]:after {
  content: attr(data-mtrlfm-label);
  left: 55px; }

.fmenu--tl .fmenu__list [data-mtrlfm-label]:after, .fmenu--bl .fmenu__list [data-mtrlfm-label]:after {
  content: attr(data-mtrlfm-label);
  left: 55px; }





/* link icons position */
.fmenu__list > li{
  position: absolute;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  width: 50px;
}

.fmenu--bl.mtrlfm-slidein[data-mtrlfm-toggle="hover"]:hover .fmenu__list li, 
.fmenu--br.mtrlfm-slidein[data-mtrlfm-toggle="hover"]:hover .fmenu__list li, 
.fmenu--bl.mtrlfm-slidein[data-mtrlfm-state="open"] .fmenu__list li,
.fmenu--br.mtrlfm-slidein[data-mtrlfm-state="open"] .fmenu__list li
{
  position: relative;
  bottom: 50px;
  right: 0px;
  opacity: 1;
}

.fmenu__list{
  padding-bottom: 42px;
}
.mtrlfm-slidein[data-mtrlfm-toggle="hover"]:hover .fmenu__list,
.mtrlfm-slidein[data-mtrlfm-state="open"] .fmenu__list{
  padding-bottom: 60px;
}
.fmenu__button--main{
  position: absolute;
  bottom: 0px;
  right: auto;
}

/*top style*/
.fmenu--tl .fmenu__list > li,
.fmenu--tr .fmenu__list > li{
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  width: 50px;
}

.fmenu--tl.mtrlfm-slidein[data-mtrlfm-toggle="hover"]:hover .fmenu__list li, 
.fmenu--tr.mtrlfm-slidein[data-mtrlfm-toggle="hover"]:hover .fmenu__list li, 
.fmenu--tl.mtrlfm-slidein[data-mtrlfm-state="open"] .fmenu__list li,
.fmenu--tr.mtrlfm-slidein[data-mtrlfm-state="open"] .fmenu__list li
{
  position: relative;
  top: 50px;
  right: 0px;
  opacity: 1;
}
.fmenu--tl .fmenu__list,
.fmenu--tr .fmenu__list{
  padding-bottom: 0px;
  padding-top: 42px;
}
.fmenu--tr.mtrlfm-slidein[data-mtrlfm-toggle="hover"]:hover .fmenu__list,
.fmenu--tl.mtrlfm-slidein[data-mtrlfm-toggle="hover"]:hover .fmenu__list,
.fmenu--tr.mtrlfm-slidein[data-mtrlfm-state="open"] .fmenu__list,
.fmenu--tl.mtrlfm-slidein[data-mtrlfm-state="open"] .fmenu__list{
  padding-top: 20px;
  padding-bottom: 0px;
}
.fmenu--tr .fmenu__button--main,
.fmenu--tl .fmenu__button--main{
  position: absolute;
  top: 0px;
  right: auto;
}
 h1,h2,h3,h4,h5,h6,.wrap h2, .wrap h1, .postbox .hndle, .stuffbox .hndle, #delete-action, #dashboard-widgets #dashboard_activity h4, .welcome-panel h2, .welcome-panel .about-description,#titlediv #title,.widefat tfoot tr th, .widefat thead tr th, th.manage-column a, th.sortable a, .widefat tfoot tr td, .widefat thead tr td,.form-wrap label,.theme-browser .theme .theme-name, .theme-browser .theme .more-details,.no-plugin-results , .no-plugin-results a, .form-table th, #ws_menu_editor .ws_item_title,#ws_menu_editor .ws_edit_field, .settings_page_menu_editor .ui-dialog-title{font-family: 'Roboto', Arial, Helvetica, sans-serif;font-weight:400;font-style:normal; } body, p, #activity-widget #the-comment-list .comment-item h4,#wpadminbar, .ws_edit_field-colors .ws_color_scheme_display, #ws_menu_editor .ws_main_container .ws_edit_field input, #ws_menu_editor .ws_main_container .ws_edit_field select, #ws_menu_editor .ws_main_container .ws_edit_field textarea{font-family: 'Roboto', Arial, Helvetica, sans-serif;font-weight:400;font-size:14px;line-height:23px;font-style:normal; } #adminmenu .wp-submenu-head, #adminmenu a.menu-top, #adminmenu .wp-has-current-submenu ul>li>a, .folded #adminmenu li.menu-top .wp-submenu>li>a, #adminmenu .wp-not-current-submenu li>a, .folded #adminmenu .wp-has-current-submenu li>a,#collapse-menu{ font-family: 'Roboto', Arial, Helvetica, sans-serif;font-weight:300;font-size:15px;line-height:40px;font-style:normal; } .wp-core-ui .button, .wp-core-ui .button-secondary,.wp-core-ui .button-primary, i.mtrlwaves-effect input, .upload-plugin .install-help, .upload-theme .install-help,.wordfenceWrap input[type='button'], .wordfenceWrap input[type='submit']{ font-family: 'Roboto', Arial, Helvetica, sans-serif;font-weight:400;font-size:14px;line-height:21px;font-style:normal; } #screen-meta-links .show-settings,#screen-meta-links .show-settings:after{color:rgba(117,117,117,1.0) ;} html, body, #wp-content-editor-tools, #ws_menu_editor .ws_editbox{background-color: rgba(238,238,238,1.0) ; ; }#wpcontent:before{background-color: rgba(255,255,255,1.0) ; ; }h1,h2,h3,h4,h5,h6, .wrap h2, .wrap h1 , .welcome-panel .about-description, .theme-browser .theme.active .theme-name, #dashboard-widgets h3, #dashboard-widgets h4, #dashboard_quick_press .drafts h2{color:rgba(66,66,66,1.0) ;}body, p, #screen-meta-links.opened .screen-meta-toggle .show-settings,#screen-meta-links.opened .show-settings:after, .widefat p, #submitted-on, .submitted-on,.widefat td, .widefat th,.tablenav .tablenav-pages, .form-table th, .form-wrap label, #dashboard_right_now li a:before, #dashboard_right_now li span:before, .welcome-panel .welcome-icon:before,#misc-publishing-actions label[for=post_status]:before, #post-body #visibility:before, #post-body .misc-pub-revisions:before, .curtime #timestamp:before, span.wp-media-buttons-icon:before,.misc-pub-section, input[type=radio]:checked+label:before, .view-switch>a:before,.no-plugin-results , .no-plugin-results a,.upload-plugin .install-help, .upload-theme .install-help,.form-wrap p, p.description,#screen-meta-links a, .contextual-help-tabs .active a, .widget-title h3{color:rgba(117,117,117,1.0) ;}a, .no-plugin-results a{color:rgba(255,152,0,1) ;} a:hover, .no-plugin-results a:hover {color:rgba(66,66,66,1) ;} a:focus, .no-plugin-results a:focus {color:rgba(66,66,66,1) ;}#adduser .form-table input, #createuser .form-table input, .form-table input[type=text], .form-table input[type=password], .form-table input[type=email], .form-table input[type=number], .form-table input[type=search], .form-table input[type=tel], .form-table input[type=url], .form-table textarea, .form-table select, input[type=checkbox], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea, #createuser .form-table input[type='checkbox']{background-color:transparent ;} #adduser .form-table input, #createuser .form-table input, .form-table input[type=text], .form-table input[type=password], .form-table input[type=email], .form-table input[type=number], .form-table input[type=search], .form-table input[type=tel], .form-table input[type=url], .form-table textarea, .form-table select, input[type=checkbox], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea, #createuser .form-table input[type='checkbox']{border-color:rgba(222,222,222,1) ;} #adduser .form-table input, #createuser .form-table input, .form-table input[type=text], .form-table input[type=password], .form-table input[type=email], .form-table input[type=number], .form-table input[type=search], .form-table input[type=tel], .form-table input[type=url], .form-table textarea, .form-table select, input[type=checkbox], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea, #createuser .form-table input[type='checkbox']{color:rgba(117,117,117,1.0) ;}#titlediv #title{border-color:rgba(222,222,222,1) ;} .nav-tab.nav-tab-active, .nav-tab-active, .nav-tab-active:hover , .nav-tab:hover, input[type=checkbox]:checked:before,a.post-format-icon:hover:before, a.post-state-format:hover:before,.view-switch a.current:before,.theme-browser .theme.add-new-theme:focus span:after, .theme-browser .theme.add-new-theme:hover span:after,.theme-browser .theme.add-new-theme span:after,.nav-tab-active, .nav-tab-active:hover,.filter-links .current,.filter-links li>a:focus, .filter-links li>a:hover, .show-filters .filter-links a.current:focus, .show-filters .filter-links a.current:hover,.upload-plugin .wp-upload-form .button,.upload-plugin .wp-upload-form .button:disabled{color:rgba(255,152,0,1.0) ;}.highlight, .highlight a, input[type=radio]:checked:before,#edit-slug-box .edit-slug.button, #edit-slug-box #view-post-btn .button,.post-com-count:hover:after,.tablenav .tablenav-pages a:focus, .tablenav .tablenav-pages a:hover,.media-item .bar,.theme-browser .theme .more-details,.theme-browser .theme.add-new-theme a:focus:after, .theme-browser .theme.add-new-theme a:hover:after, .widgets-chooser li.widgets-chooser-selected,.plugin-card .plugin-card-bottom, #ws_menu_editor a.ws_button:hover,#ws_menu_editor .ws_main_container .ws_container{background-color:rgba(255,152,0,1.0) ;}.pace .pace-progress{background-color:rgba(255,224,178,1.0) ;}input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus,input[type=checkbox]:hover, input[type=color]:hover, input[type=date]:hover, input[type=datetime-local]:hover, input[type=datetime]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=radio]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, select:hover, textarea:hover,#titlediv #title:focus, #titlediv #title:hover,.attachment-preview .thumbnail:hover,.media-frame.mode-grid .attachment.details:focus .attachment-preview,.media-frame.mode-grid .attachment:focus .attachment-preview,.media-frame.mode-grid .selected.attachment:focus .attachment-preview,.drag-drop.drag-over #drag-drop-area,.theme-browser .theme:focus,#available-widgets .widget-top:hover, #widgets-left .widget-in-question .widget-top, #widgets-left .widget-top:hover, .widgets-chooser ul, div#widgets-right .widget-top:hover,.widget-inside, .widget.open .widget-top, div#widgets-right .widgets-holder-wrap.widget-hover,.filter-links .current,.plugin-card:hover, #update-nag, .update-nag,.contextual-help-tabs .active, .wp-tab-active, ul.add-menu-item-tabs li.tabs, ul.category-tabs li.tabs, .categorydiv div.tabs-panel, .customlinkdiv div.tabs-panel, .posttypediv div.tabs-panel, .taxonomydiv div.tabs-panel, .wp-tab-panel{border-color:rgba(255,152,0,1.0) ;} .has-dfw .quicktags-toolbar{border-color:#FF9800 !important;} div.mce-toolbar-grp>div, .plugin-install-php .wp-filter, #ws_menu_editor .ws_main_container .ws_toolbar, .wrap h2.nav-tab-wrapper, .nav-tab-active, h1.nav-tab-wrapper, h3.nav-tab-wrapper{border-bottom-color:rgba(255,152,0,1.0) ;}.post-com-count:hover:after, .media-frame.mode-grid .attachments-browser .attachments{border-top-color:rgba(255,152,0,1.0) ;}.plugins .active th.check-column{border-left-color:rgba(255,152,0,1.0) ;} #wp-fullscreen-buttons .mce-btn:focus, #wp-fullscreen-buttons .mce-btn:hover, .mce-toolbar .mce-btn-group .mce-btn:focus, .mce-toolbar .mce-btn-group .mce-btn:hover, .qt-fullscreen:focus, .qt-fullscreen:hover,.wrap .add-new-h2:hover, .wrap .page-title-action:hover { background: #FF9800 !important;border-color: #FF9800 !important;color: #ffffff !important;}.wrap .add-new-h2, .wrap .page-title-action{background: #bdbdbd !important;color: #ffffff !important;}.toplevel_page__mtrloptions #redux-header{border-color:#FF9800 !important;background-color:#FF9800 !important;}.media-progress-bar div{background-color: #FF9800;}.media-modal-content .attachment.details {-webkit-box-shadow: inset 0 0 0 3px #fff,inset 0 0 0 7px #FF9800;box-shadow: inset 0 0 0 3px #fff,inset 0 0 0 7px #FF9800;-moz-box-shadow: inset 0 0 0 3px #fff,inset 0 0 0 7px #FF9800;-ms-box-shadow: inset 0 0 0 3px #fff,inset 0 0 0 7px #FF9800;-o-box-shadow: inset 0 0 0 3px #fff,inset 0 0 0 7px #FF9800;}.wp-core-ui .attachment.details .check, .wp-core-ui .attachment.selected .check:focus, .wp-core-ui .media-frame.mode-grid .attachment.selected .check,.attachment.details .check, .attachment.selected .check:focus, .media-frame.mode-grid .attachment.selected .check {background-color: #FF9800;-webkit-box-shadow: 0 0 0 1px #fff,0 0 0 2px #FF9800;box-shadow: 0 0 0 1px #fff,0 0 0 2px #FF9800;-moz-box-shadow: 0 0 0 1px #fff,0 0 0 2px #FF9800;-ms-box-shadow: 0 0 0 1px #fff,0 0 0 2px #FF9800;-o-box-shadow: 0 0 0 1px #fff,0 0 0 2px #FF9800;}.rtl .folded #adminmenu li.menu-top .wp-submenu>li>a:hover, .rtl #adminmenu .wp-submenu a:focus, .rtl #adminmenu .wp-submenu a:hover, .rtl #adminmenu .wp-submenu li.current a, .rtl #adminmenu .wp-submenu li.current a:hover,.rtl .folded #adminmenu li.menu-top .wp-submenu>li>a:hover, .rtl #adminmenu .wp-submenu a:focus, .rtl #adminmenu .wp-submenu a:hover, .rtl #adminmenu .wp-submenu li.current a, .rtl #adminmenu .wp-submenu li.current a:hover,.rtl .plugins .active th.check-column,.rtl #wpadminbar .quicklinks .menupop.hover ul li a:hover,.rtl .contextual-help-tabs .active{border-right-color: #FF9800;} #ws_menu_editor.ws_is_actor_view .ws_is_hidden_for_actor{background-color: #FF9800 !important;} #ws_menu_editor.ws_is_actor_view .ws_is_hidden_for_actor.ws_active{background-color: #FFB74D !important;} #adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap,#adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu,#adminmenu .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu{background-color: rgba(66,66,66,1.0) ; ; }#adminmenu a, #adminmenu li.menu-top:hover, #adminmenu li.opensub>a.menu-top, #adminmenu li>a.menu-top:focus, #adminmenu div.wp-menu-image:before, #ws_menu_editor .ws_item_title, #adminmenu li a:focus div.wp-menu-image:before, #adminmenu li.opensub div.wp-menu-image:before,#adminmenu .current div.wp-menu-image:before, #adminmenu .wp-has-current-submenu div.wp-menu-image:before, #adminmenu a.current:hover div.wp-menu-image:before,#adminmenu a.wp-has-current-submenu:hover div.wp-menu-image:before, #adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before, #adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before, #adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before,#adminmenuwrap .menu-userinfo .disproles, #adminmenuwrap .menu-userinfo .dispname a, #adminmenuwrap .mtrl-menu-profile-links:after{color:rgba(255,255,255,1.0) ;} #adminmenu li:hover div.wp-menu-image:before, #adminmenu a:hover, #adminmenu li.menu-top>a:focus,#adminmenu li.menu-top:hover, #adminmenu li.opensub>a.menu-top, #adminmenu li>a.menu-top:focus, #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu,#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu .wp-menu-image:before,#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,#adminmenuwrap .mtrl-menu-profile-links .all-links li a{color:rgba(255,255,255,1.0) ;}#adminmenu li.menu-top:hover, #adminmenu li.opensub>a.menu-top, #adminmenu li>a.menu-top:focus, #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu, #adminmenuwrap .mtrl-menu-profile-links .all-links{background-color:rgba(33,33,33,1.0) ;} #adminmenu li a.menu-top:hover, #adminmenu li.opensub>a.menu-top, #adminmenu li>a.menu-top:focus, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu {border-left-color:rgba(255,152,0,1.0) ;}.folded #adminmenu li.menu-top .wp-submenu>li>a:hover, #adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:hover{background-color:transparent ;} .folded #adminmenu li.menu-top .wp-submenu>li>a:hover, #adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:hover{color:rgba(224,224,224,1.0) ;} .folded #adminmenu li.menu-top .wp-submenu>li>a:hover, #adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:hover{border-left-color:rgba(255,152,0,1) ;} #adminmenu .opensub .wp-submenu li.current a, #adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:focus, #adminmenu .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu li.current a,#adminmenu .wp-submenu a{color:rgba(224,224,224,1.0) ;}#adminmenu .wp-not-current-submenu li>a:hover, .folded #adminmenu .wp-has-current-submenu li>a:hover{color:rgba(224,224,224,1.0) ;} #adminmenu .wp-not-current-submenu li>a:hover, .folded #adminmenu .wp-has-current-submenu li>a:hover{background-color:transparent ;} #adminmenu .wp-not-current-submenu li>a:hover, .folded #adminmenu .wp-has-current-submenu li>a:hover{border-left-color:rgba(255,152,0,1) ;}#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after{border-right-color:rgba(66,66,66,1) ;} .folded #adminmenu .wp-submenu .wp-submenu-head, .auto-fold #adminmenu .wp-submenu .wp-submenu-head{color:rgba(255,255,255,1.0) ;}#collapse-menu, #collapse-menu:hover, #collapse-menu:hover #collapse-button div:after, #collapse-button div:after{color:rgba(224,224,224,1.0) ;}.folded #adminmenu li.menu-top .wp-submenu>li>a.current{border-left-color:rgba(255,152,0,1) ;}#adminmenuwrap:before, .folded #adminmenuwrap:before{background-color:transparent ;}.welcome-panel, .postbox, #screen-meta, #screen-meta-links.opened .screen-meta-toggle, #contextual-help-link-wrap, #screen-options-link-wrap, #ws_menu_editor .ws_main_container{background-color: rgba(255,255,255,1.0) ; ; }.postbox .hndle, .stuffbox .hndle, .welcome-panel h2, h2.hndle.ui-sortable-handle, #poststuff h2, .metabox-holder h2.hndle, .postbox .hndle, .stuffbox .hndle,.settings_page_menu_editor .ui-dialog-titlebar{background-color: rgba(255,183,77,1.0) ; ; } .postbox .hndle, .stuffbox .hndle, .welcome-panel h2, h2.hndle.ui-sortable-handle, #poststuff h2, .metabox-holder h2.hndle, .postbox .hndle, .stuffbox .hndle,.settings_page_menu_editor .ui-dialog-titlebar{color:rgba(255,255,255,1.0) ;} #ws_menu_editor .ws_main_container .ws_container.ws_active{background-color: rgba(255,183,77,1.0) ; ; } #ws_menu_editor .ws_item_title{color:rgba(255,255,255,1.0) ;}table.widefat thead tr, table.widefat tfoot tr{background-color: rgba(255,183,77,1.0) ; ; } table.widefat thead tr, table.widefat tfoot tr,th .comment-grey-bubble:before, th .sorting-indicator:before, .widefat tfoot tr th, .widefat thead tr th, .widefat tfoot tr td, .widefat thead tr td, th.manage-column a, th.sortable a:active, th.sortable a:focus, th.sortable a:hover{color:rgba(255,255,255,1.0) ;}.js .control-section .accordion-section-title:focus, .js .control-section .accordion-section-title:hover, .js .control-section.open .accordion-section-title, .js .control-section:hover .accordion-section-title{background-color: rgba(255,183,77,1.0) ; ; } .js .control-section .accordion-section-title:focus, .js .control-section .accordion-section-title:hover, .js .control-section.open .accordion-section-title, .js .control-section:hover .accordion-section-title{color:rgba(255,255,255,1.0) ;}.upload-plugin .wp-upload-form, .upload-theme .wp-upload-form{background-color: rgba(255,183,77,1.0) ; ; } .upload-plugin .wp-upload-form, .upload-theme .wp-upload-form{color:rgba(255,255,255,1.0) ;}.js .meta-box-sortables .postbox .handlediv:before, .js .sidebar-name .sidebar-name-arrow:before, .welcome-panel .welcome-panel-close, #welcome-panel.welcome-panel .welcome-panel-close:before,.accordion-section-title:after, .handlediv, .item-edit, .sidebar-name-arrow, .widget-action,.accordion-section-title:focus:after, .accordion-section-title:hover:after, #ws_menu_editor a.ws_edit_link:before{color:rgba(255,255,255,0.7) ;}#bulk-titles div a:before, #welcome-panel.welcome-panel .welcome-panel-close:before, .tagchecklist span a:before{color: rgba(255,255,255,0.7)!important ; } .accordion-section-title:focus:after, .accordion-section-title:hover:after{border-color: rgba(255,255,255,0.7) transparent ; } .wp-core-ui .button, .wp-core-ui .button-secondary, .wp-media-buttons .add_media span.wp-media-buttons-icon:before, .wp-core-ui .button-secondary:focus, .wp-core-ui .button-secondary:hover, .wp-core-ui .button.focus, .wp-core-ui .button.hover, .wp-core-ui .button:focus, .wp-core-ui .button:hover,.wp-core-ui .button-primary, i.mtrlwaves-effect input,.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover,#wp-fullscreen-buttons .mce-btn:focus .mce-ico, #wp-fullscreen-buttons .mce-btn:hover .mce-ico, .mce-toolbar .mce-btn-group .mce-btn:focus .mce-ico, .mce-toolbar .mce-btn-group .mce-btn:hover .mce-ico, .qt-fullscreen:focus .mce-ico, .qt-fullscreen:hover .mce-ico,.media-frame a.button, .media-frame a.button:hover,.wordfenceWrap input[type='button'], .wordfenceWrap input[type='submit'], .wordfenceWrap input[type='button']:hover, .wordfenceWrap input[type='submit']:hover, .wordfenceWrap input[type='button']:focus, .wordfenceWrap input[type='submit']:focus{color:rgba(255,255,255,1.0) ;}.wp-core-ui .button, .wp-core-ui .button-secondary, .wordfenceWrap input[type='button'], .wordfenceWrap input[type='submit'],i.button.mtrlwaves-effect{background-color:rgba(189,189,189,1.0) ;}.wp-core-ui .button-secondary:focus, .wp-core-ui .button-secondary:hover, .wp-core-ui .button.focus, .wp-core-ui .button.hover, .wp-core-ui .button:focus, .wp-core-ui .button:hover,#edit-slug-box .edit-slug.button:hover, #edit-slug-box #view-post-btn .button:hover{background-color:rgba(158,158,158,1.0) ;}.wp-core-ui .button-primary,.row-actions span a:hover,.plugin-card .install-now.button, .plugin-card .button,.wordfenceWrap input[type='button'], .wordfenceWrap input[type='submit'],i.button.mtrlwaves-effect.button-primary{background-color:rgba(255,152,0,1.0) ;}.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover,i.button.mtrlwaves-effect.button-primary:hover,i.button.mtrlwaves-effect.button-primary:focus,#adminmenu .awaiting-mod, #adminmenu .update-plugins, #sidemenu li a span.update-plugins,.wordfenceWrap input[type='button']:hover, .wordfenceWrap input[type='submit']:hover, .wordfenceWrap input[type='button']:focus, .wordfenceWrap input[type='submit']:focus,#adminmenu li a.wp-has-current-submenu .update-plugins, #adminmenu li.current a .awaiting-mod{background-color:rgba(255,183,77,1.0) ;} .wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled] {color: rgba(255,255,255,1.0)!important ; } .wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled] {background-color: rgba(255,152,0,1.0)!important ; } #wpadminbar{background-color: rgba(255,152,0,1.0) ; ; } #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,#wpadminbar .menupop .ab-sub-wrapper .ab-submenu, #wpadminbar .shortlink-input, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary, #wpadminbar .quicklinks .menupop ul.ab-submenu,#wp-admin-bar-my-account .ab-sub-wrapper .ab-submenu li,#wpadminbar .quicklinks .menupop.hover ul li .ab-item,#wpadminbar .quicklinks .ab-empty-item:hover, #wpadminbar .shortlink-input:hover{background-color:rgba(66,66,66,1.0) ;} #wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar .ab-top-menu>li:hover>.ab-item, #wpadminbar .ab-top-menu>li>.ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, #wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a,#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input,#wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,#wpadminbar>#wp-toolbar a:focus span.ab-label, #wpadminbar>#wp-toolbar li.hover span.ab-label, #wpadminbar>#wp-toolbar li:hover span.ab-label{color:rgba(224,224,224,1.0) ;} #wpadminbar .quicklinks .menupop.hover ul li a:hover{border-left-color:rgba(255,152,0,1) ;} #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon,#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before, #wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus, #wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label, #wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label, #wpadminbar>#wp-toolbar li.hover span.ab-label, body #wpadminbar .quicklinks .ab-item:hover .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before,#wpadminbar.mobile .quicklinks .hover .ab-icon:before, #wpadminbar.mobile .quicklinks .hover .ab-item:before{color:rgba(255,255,255,1.0) ;} body #wpadminbar #wp-admin-bar-user-info:hover a,body #wpadminbar .quicklinks .menupop.hover ul li a:hover{background-color:rgba(33,33,33,1.0) ;} body #wpadminbar #wp-admin-bar-user-info:hover a,body #wpadminbar .quicklinks .menupop.hover ul li a:hover{color:rgba(117,117,117,1.0) ;} body .fmenu__button--main, body .fmenu__button--child{background-color: rgba(255,145,0,1.0) ; ; }body .fmenu__list .fmenu__child-icon, body .fmenu__list .fmenu__child-icon:before,body .fmenu__button--main, body .fmenu__button--child,body #mtrl-floatingmenu .fmenu__main-icon--resting, body #mtrl-floatingmenu .fmenu__main-icon--resting.dashicons-before:before, body #mtrl-floatingmenu .fmenu__main-icon--active, body #mtrl-floatingmenu .fmenu__main-icon--active.dashicons-before:before{color:rgba(255,255,255,1.0) ;} 