.menu-switch-theme a{text-decoration: none;font-weight: 500;color: #f00;outline: none;}
.menu-switch-theme span {font-weight: 600;}


/* From Uiverse.io by adamgiebl */ 
.menu-switch-theme a {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #292929;
  background: transparent;
  cursor: pointer;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  border: 2px solid #292929;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 0 0 #292929;
          box-shadow: inset 0 0 0 0 #292929;
}

.menu-switch-theme a:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 -100px 0 0 #292929;
          box-shadow: inset 0 -100px 0 0 #292929;
}
.wp-switch-theme-a.menu-switch-theme a{
  color: #CB542B;
    border: 2px solid #CB542B;
    -webkit-box-shadow: inset 0 0 0 0 #CB542B;
          box-shadow: inset 0 0 0 0 #CB542B;
}


.wp-switch-theme-a.menu-switch-theme a:hover{
  color: #fff;
  -webkit-box-shadow: inset 0 -100px 0 0 #CB542B;
          box-shadow: inset 0 -100px 0 0 #CB542B;
}