body {
    font-family: "rubik";
}



.popover{
  z-index: 200;
  max-width:unset;
}

.prettify_spacing{
  letter-spacing: 1.5px;
}

.postThumbnail img{
  max-height:96px
}
@media all and (max-width: 360px) {
  .postThumbnail img{
    max-height: 128px;
  }
}

@media all and (max-width: 360px) {
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sidebar li a:hover{
    background: #ecdeed;
    color:white;
    text-decoration: none;
  }
  



/*******************/
/*     MENUS      */
/******************/

.pixelpad_nav_menu #menu_dashboard {
  background: linear-gradient(136.38deg, #07A09C 0%, #06AAA2 100%);
  border-radius: 15px;
}
.pixelpad_nav_menu .nav-item {	
  font-size: 1rem;	
  font-weight: bold;
  line-height: 1.3125rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0.625rem;
  padding: 0 0.625rem;
}


.my_apps_card .play_edit_buttons a{
    color: white;
    padding: 0.25rem 0.25rem;
    background: #12cec6;
}

/********************/
/*   signup/login  */
/*******************/
#switch_to_signup{
  background: #fff; 
  white-space: nowrap; 
  border-radius: 30px; 
  padding: 1rem 2rem; 
  border: 1px solid #0EC4BB; 
  color: #0EC4BB; 
  font-weight: 700;
}

#switch_to_teacher_signup{
  background: #fff; 
  white-space: nowrap; 
  border-radius: 30px; 
  padding: 1rem 2rem; 
  border: 1px solid #9112bd; 
  color: #9112bd; 
  font-weight: 700;
}

#switch_to_signup:hover, #switch_to_login:hover, 
#pixelpad_login_button:hover, #pixelpad_signup_button:hover,
#create_a_new_app_button:hover, #switch_to_teacher_signup, .switch_to_login:hover,
#pixelpad_signup_button_teacher, #create_app_confirm_button, #settings_save:hover {
  cursor:pointer;
}

#switch_to_teacher_signup:hover{
  background: #9112bd;
  color:white;
}

#switch_to_signup:hover{
  background: #0EC4BB;
  color:white;
}

.sidebar-toggle:hover{
  cursor:pointer;
}

.no_select > *{
  user-select: none;
}


/********************/
/* sidebar          */
/********************/ 

.sidebar_items_wrapper{
  overflow: hidden;
}

.sidebar_items_wrapper:hover{
  overflow-y: auto;
  /*touchscreen hover used in pixelpad-course.js to toggle the class*/
}


/********************/
/* woocommerce      */
/********************/ 

#billing_email_field{
  float:left;
}

#customer_details{
  margin-bottom:2rem;
}

.woocommerce .col-1, .woocommerce .col-2{
  max-width:none;
}

#order_review_heading,
.page-template-woo-checkout .woocommerce-billing-fields h3{
  display: none;
}

.bogo-votes.voted{
  color: #0EC4BB;
}


/********************/
/* miscellaneous    */
/********************/ 

.table-scroll{
  max-height: 60vh;
}

/* admin custom posts and editor */
#wp-content-editor-tools, #ed_toolbar, #post-status-info, .wp-heading-inline, .page-title-action, .update-nag{
  display:none !important;
}
.wp-editor-area{
  margin-top:0 !important;
  border-bottom: 1px solid #e5e5e5;
}

#wp-content-wrap{
  padding-top:0 !important;
}

#poststuff{
  margin-top: 2rem;
}
a:hover {
    text-decoration: none;
}

.show ul#menu-main {
    background: #45156c;
    padding: 1rem;
    border-radius: 0 0 1rem 1rem;
}

#spinoffSection:empty {
    display:none;
}
