/*
 Theme Name:   BeTheme Child
 Theme URI:    http://localhost:8888/Bentley-Prep/iSchool/
 Description:  BeTheme Child Theme
 Author:       Denise Skeen
 Author URI:   http://example.com
 Template:     betheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  betheme-child
*/



/* Header */

.green {border: 6px solid #a7d48e}
.orange {border: 6px solid #fab082}
.purple {border: 6px solid #ce8bbc}
.blue {border: 6px solid #2fc3e5}
.yellow {border: 6px solid #FFD500}
.red {border: 6px solid #ff95f1}

.Tgreen {color: #a7d48e; font-weight: 700;}
.Torange {color: #fab082; font-weight: 700;}
.Tpurple {color: #ce8bbc; font-weight: 700;}
.Tblue {color: #2fc3e5; font-weight: 700;}
.Tyellow {color: #FFD500; font-weight: 700;}
.Tred {color: #ff95f1; font-weight: 700;}



/* table.simple */
table.simple td{
	background:none;
	border-width:0;
	border-color: #fff;
	padding: 2px;

}


#Top_bar .menu_wrapper{
	float:right;
	background-color:#39bccf;
	background-image: url(http://www.bentleyprep.co.za/iSchool/wp-content/uploads/2017/02/header-bg.png);

}

#Top_bar .menu > li > a span{
	background-image: url(http://www.bentleyprep.co.za/iSchool/wp-content/uploads/2017/02/header-bg.png);
	border-style: dashed;
	border-color: #c6e7ee;
	border-left-width: 1px;
	border-right-width: 0
	
	
}

#Top_bar .menu > li > a:hover span{
	text-decoration:none; 
	background-image: url(http://www.bentleyprep.co.za/iSchool/wp-content/uploads/2017/02/header-bg2.png);
	color: #39bccf;
	font-weight: normal;
}


#Top_bar .menu > li:last-child > a span{border-right-width:1px}
#Top_bar .menu > li:first-child > a span{border-left-width:1px}
#Top_bar .menu > li > a:after{content:"";height:4px;width:100%;position:absolute;left:0;top:-4px;z-index:203;opacity:0;filter:alpha(opacity=0)}


	

/* 2nd level */

#Top_bar .menu li ul li a{padding:10px 10px 10px 20px;display:block;border-bottom:1px #fff dashed}
#Top_bar .menu li ul li a span{display:inline-block;position:relative;}
#Top_bar .menu li ul li a .menu-arrow{position:absolute;right:7px;top:11px;font-size:12px;color:rgba(0,0,0,0.35)}
#Top_bar .menu > li ul li a:hover,#Top_bar .menu > li ul li.hover > a{text-decoration:none;font-weight: bold;color:#39bccf;}

.menuo-sub-active #Top_bar .menu > li ul li.current-menu-item > a,.menuo-sub-active #Top_bar .menu > li ul li.current-menu-ancestor > a{background:rgba(255,255,255,.06)}




