/**
Theme Name: Radiology Learning London Theme
Author: Radiology Learning London
Author URI: https://radiologylearninglondon.com
Description: Radiology Learning London Theme (Astra child)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: radiology-learning-london-theme
Template: astra
*/

/*** Rate my Post modification ***/


.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon {
    display: inline-block !important;
    width: auto;
}

.rmp-rating-widget--has-rated {
    display: none;
}

/***Hide "Edit Profile" link in My Account***/
#ld-profile .ld-profile-card {
	display:none;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
	color: #3A3A3A;
}

@media (max-width : 920px){
		span.ast-header-account-text {
			color: #3A3A3A !important; 
	}
}
	
.ld-course-status-segment.ld-course-status-seg-price {
	display:none;
}

.rll-syllabus-table {
	margin-bottom: 3em;
}

.rll-syllabus-table a {
	border: 1px solid #0675c4;
    border-radius: 2px;
    padding: 2px;
    font-size: x-small;
	background: #0675c4;
    color: white;
}

.rll-syllabus-table a:hover {	  
    background: #fff;
	color #0675c4: 
}

.ast-dropdown-active .astra-search-icon {
	color: black !important;
}

.rll-feedback-prompt {
	position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.rll-page-sidebar {
	border: solid 1px #ccc;
	margin: 5px !important;
}

.entry-title {
	font-size: 2.1em !important;
}

.login_logout_class {
	background: white;
    padding: 10px;
    border-radius: 5px;
}

.login_logout_class:hover {
	background: #0274be;
	color: white;
}

.rll-center {
	text-align: center;
}

.rll-img-border {
	border: 1px solid #c1c1c1;
    border-radius: 10px;
}

.wpautoterms-footer {
	z-index: 999 !important;
}