/*
 Theme Name:   Santri Child
 Theme URI:    https://2assistu.biz/cgs/santri-child/
 Description:  Santri Child Theme
 Author:       Roland Peer
 Author URI:   https://2assistu.biz/cgs
 Template:     santri
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  santri-child
*/

/* ----- body ----- */
body {
	font-family: Arial;
	background-color: #f9f9f9;
	color: #000;
	word-wrap: break-word;
}

/* ----- logo ----- */
#logo img {
    width: 200px;
}

/* ----- header ----- */
header {
	background-color: #FFF;
}

header #header-top {
	background-color: #FFF;
	color: #000;
    border-bottom:4px solid #0399CC;
	border-top:2px solid #091F40;
	background-color: #FFF;
	color: #091F40;
	padding: 4px 0 8px 0;
    border-top:4px solid #091F40;
	height:100%;

}

header #logo {
	float: left;
}

header #header-top li>a {
	color: #555;
}

header #header-top li>a:hover,a:focus {
	text-decoration: none;
	color: #EA168C;
}


#logo img {
  	display: block;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	background: url(https://groundspace.aas.aero/elearning/wp-content/uploads/2021/11/Logo-Groundspace.jpg) no-repeat;
	
		/*https://groundspace.aas.aero/elearning/wp-content/uploads/2021/04/Logo_AAS_GAA_WIH-1.jpg*/
  	width: 360px; 
  	height: 31px; 
	padding-left: 360px; 
	background-size: cover;
	/*margin-left: -35px;*/
}


/* ----- links ----- */
a {
	color: #0399CC;
}

a:hover,a:focus {
	text-decoration: none;
	color: #EA168C;
}



/* ----- sidebar ----- */
.avatar_container { display: none; }
#primary-sidebar #loginform, #widget_ldcoursenavigation-2, #ldcourseprogress-2 { padding-left: 15px; }
#primary-sidebar .widget_wp_sidebarlogin h4 { padding-left: 15px; }

#primary-sidebar .widget_ldcourseprogress, .ldcourseprogress-2 {
    color: #ccc;
    border-color: #555;
    background: #555; }

#primary-sidebar .learndash_navigation_lesson_topics_list, #course_navigation {
    color: #ccc;
    border-color: #555;
    background: #939393; }

/* ----- courses grid ----- */
.price { display: none; }
.date-author { display: none; }


/* ----- profile ----- */
.profile_info { display: none; }
.learndash_profile_heading { display: none; }


/* ----- footer ----- */
footer {
	background-color: #555;
	color: #fff;
	padding: 10px 0 8px 0;
    border-top:2px solid #0399CC;
	height:100%;
}



