/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
blockquote {
	font-size: 1em;
	font-weight: bold;
}

img.alignleft { margin-top:10px; }
img.aligncenter { margin-top:10px; }
img.alignright { margin-top:10px; }

h1 { font-size: 30px; }
h2 { font-size: 25px; }
h3 { font-size: 20px; }

@media screen and (max-width: 767px) {
    .x-column {
        margin-bottom: 3%;
    }
	.x-container.width {
		width: 98% !important;
	}
	
}

/* Recent post widget */
#recent-posts-4{
  background-color: rgba(255,255,255,0.3);
  padding: 10px;
  
}

/* CSS if logged in. Hide non-critical items if not logged in */
.logged-in .mslogin {
  display:none;
}

/* class for lesson text on a course page to highlight current lesson */
.activelesson {
  font-weight:bold;
}

/* custom button for classes already enrolled in */
.x-btn.enrolled-btn {
    color: #ffffff;
    background-color: #306e73;
    border-color: #1B3D40;
}

 .x-btn.enrolled-btn:hover {
    color: #ffffff;
    background-color: #89BBBF;
    border-color: #50B7BF;
}


/* wpcomplete custom css */

.wpc-content {
  display:inline-block;
}

/* this is the style for all WPC buttons. */
a.wpc-button { 
	margin-top: 10px;
}