/*
Theme Name: studymatters Child
Theme URL:
Description: studymatters Child Theme
Author: Dotsquares
Author URL: 
Template: studymatters
Version: 1.0.0
Text Domain: studymatters-child
*/ 

/* Hides all sub-menus */

#button {
  display: inline-block;
  background-color: #56476f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
li > ul {
  display: none;
}
li:hover > ul {
  display: block;
}
.um span.um-req {
    color: red!important;
}
/* VA .student-profile i{display:none;} */

.second-row{border-top: solid 1px #ddd!important;}
.get-a-test .um-form{border: solid 1px #ddd;
	padding: 0 20px 20px 20px;}
.student-profile .um-profile .um-profile-body .um-field-label label{color:black!important;}
 .cancel{display:none!important;}
.entry-content{text-align: CENTER;
   }
.entry-header-inner{text-align: CENTER!IMPORTANT;
   }
.tutor-profile .um-faicon-cog ul li:nth-child(2) {display:none;}
/*.student-profile ul li:nth-child(2) {display:none;}
.student-profile ul li:nth-child(1) {display:none;}*/
.wc-backward{display:none;}
.um-message-btn-custom:before{font-family: FontAwesome;
margin-right: 8px;
width: 14px;
text-align: left;
display: inline-block;
font-size: 16px;
position: relative;
left: 0;
content: '\f003';}
.um-message-btn-custom{padding: 10px 15px !important; font-size: 13px; background: #73b4bf;color: #ffffff;cursor: no-drop;}
body .tutor-profile .um-header, .student-profile .um-header{display: block!important;}
.um.um-profile.um-editing {
  position: relative;
}
.um.um-profile.um-editing .um-trigger-menu-on-click:before {
  content: '';
  position: absolute;
  background: url(https://studymatters.projectstatus.in/wp-content/uploads/edit-icon.png);
  height: 83px;
  width: 83px;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
}
/*
.university_name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.subject_name {
  font-size: 14px;
  color: #666666;
}


div#um_field_346_university {
    display: flex;
} */

.sub {
    color: #6b4ab5;
    padding: 10px;
    font-weight: bold;
}

.thumbnail_uni {
    font-style: italic; /* Makes the text italic */
}

.thumbnail_degree {
    font-style: italic; /* Makes the text italic */
    margin-bottom: 10px; /* Adds a margin to the bottom of each paragraph */
}


.home_edu {
    display: block;
}

/*.student-profile ul li:nth-child(2) {display:none;}
.student-profile ul li:nth-child(1) {display:none;}
https://studymatters.projectstatus.in/tutor-profile/sheranbrown/?um_action=edit

