/*
Theme Name: Education Child Theme
Theme URI: http://education.themerex.net/
Description: Education - Multipurpose and Multiskin Responsive Wordpress theme
Author: ThemeREX
Author URI: https://themerex.net/
Template: education
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: education
*/


/* Theme customization starts here
------------------------------------------------------------ */
/*----GENERAL CSS----*/
h4{
	font-weight:300 !important;
}
h3{
	font-size: 2em !important;
}

/*----MAIN MENU & SEARCH----*/
#rev_slider_2_1_wrapper {
    z-index: 0 !important;
}
.menu_main_nav_area{
	z-index: 1 !important;
}
.search_wrap{
	z-index: 2 !important;
}

/*----BREADCRUMBS----*/
span.breadcrumbs_delimiter::before{
	display:none 
}

/*----TOP MENU THEME'S MODAL LOGIN ----*/
#popup_login .popup_form_field label[for=rememberme]{
	display:none;
}
.popup_form_field.iconed_field::before{
	top: 7px !important;
}

/*----VC BUTTONS----*/
.vc_btn3{
	background-color: #fdb814 !important;
	border-color: #fdb814 !important;
}
.vc_btn3:hover{
	background-color: #9900ff !important;
	border-color: #9900ff !important;
}

/*---UNIVERSITY SHORTCODES BUTTON (axiologiseis mathimaton)---*/
.btn-lg{
	padding: 14px;
	background-color: #fdb814;
	color: #fff;
	border-radius: 10px;
}
.btn-lg:hover{
	background-color: #1e4760;
	color: #fff;
	border-radius: 10px;
}

/*----HOME COUNTDOWN----*/
@media only screen and (max-width: 1140px){
	.sc_countdown.sc_countdown_style_2 .sc_countdown_digits span{
		font-size:0.6em;
	}
}

/*----TESTIMONIALS----*/
.sc_testimonials{
	color:#fff;
}

/*----CONTACT FORM 7----*/
.wpcf7 .wpcf7-text, .wpcf7 textarea{
	background-color: #fdb813;
	color:#fff;
}
.wpcf7 .wpcf7-text::placeholder, .wpcf7 textarea::placeholder{
	color:#fff;
	opacity:1;
}
.wpcf7 p{
	text-align:left;
}
.wpcf7-list-item input[type="checkbox"]{
	display:inherit !important;
}

/*----TEAM MEMBERS---*/
.sc_team_item .sc_team_item_info .sc_team_item_description{
	height: 8em !important;
	margin-top: 2em !important;
	margin-bottom: -1.5em;
}
.sc_team_item .sc_team_item_info .sc_team_item_position{
	height: 5em !important;
}
.sc_team_item .sc_team_item_info .sc_socials{
	margin-top: -1em;
	margin-bottom: -1em;
}
.page-id-384 .sc_team_item_info{
	height:295px;
}

/*----TEAM SINGLE MEMBER---*/
.post_item_single_team .post_thumb{
	display:none;
}

/*----FOOTER AREA----*/
footer h5{
	font-size:20px;
}

/*---EVENTS---*/
/*---CALENDAR PAGE---*/
.archive.post-type-archive.post-type-archive-tribe_events .sidebar.widget_area.bg_tint_light.sidebar_style_white{
	display:none;
}
.archive.post-type-archive.post-type-archive-tribe_events .body_wrap .page_wrap .page_content_wrap .content_wrap .content{
	width:100%;
}
.tribe-events-calendar-month__calendar-event-details h3{
	font-size:1em !important;
}
/*---SINGLE PAGE---*/
.single-tribe_events .sidebar.widget_area.bg_tint_light.sidebar_style_white {
    display: none;
}
.tribe_events-template-default.single-tribe_events .content{
    width: 100% !important;
}
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    display:none;
}
#tribe-events-footer{
    display:none;
}
.single-tribe_events .breadcrumbs{
	display:none;
}
#tribe-events-content {
  h1, h2, h3, p {
    font-weight:300 !important;
	font-family: 'Roboto', sans-serif;
  }
}

/*---BLOG---*/
.blog .sidebar.widget_area.bg_tint_light.sidebar_style_white{
	display:none;
}
.blog .body_wrap .page_wrap .page_content_wrap .content_wrap .content{
	width:100%;
}
.single-post .breadcrumbs{
	display:none;
}

/*----LEARNDASH AREA----*/
/*----LEARNDASH COURSE GRID----*/
.ld_course_grid h3.entry-title{
	font-size: 25px;
}
.ld-course-list-items .ld_course_grid .btn-primary{
	background-color: #fdbd24;
	border-color: #fdbd24;
}
.ld-course-list-items .ld_course_grid .btn-primary:hover{
	background-color: #9900ff;
	border-color: #9900ff;
}

/*---Learning Styles Questionnaire---*/
.lsq-results .fieldname13_1{
	color:#0ba9aa;
}
.lsq-results .fieldname14_1{
	color:#cc2b7b;
}
.lsq-results .fieldname15_1{
	color:#428bcf;
}
.lsq-results .fieldname16_1{
	color:#feb800;
}
.lsq-button input[type=button], .lsq-button input[type=reset]{
	background-color:#fec202 !important;
}