.courses select
{
    width: 100%;
    padding: 10px 5px;
    font-size: 16px;
    margin-bottom: 10px;
}
@media(min-width:768px)
{
.mobile
{
	display:none;
}
.courses select
	{
		display:none;
	}
}
@media(max-width:767px)
{
.courses ul
	{
		display:none !important;
	}
.courses_content {
    padding: 40px 15px;
    background: #f1f2f2;
}
.wp_courses_content {
    padding: 30px 10px;
}
.wp_courses_content h4 {
    font-size: 24px;
    line-height: 34px;
}
.wp_courses_content p {
    font-size: 16px;
    line-height: 25px;
}
.wp_courses_content ul li {
    font-size: 16px;
    line-height: 27px;
}
.course_info h2 {
    font-size: 28px;
    line-height: 32px;
}
.course_sub_title {
    font-size: 30px !important;
}
.desktop
{
	display:none;
}
h3 {
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}
h4 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
}
p {
    color: #fff;
    font-weight: 300;
    margin-top: 0px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.mobile_logo {
    max-width: 130px;
    height: auto;
    margin-top: 10px;
}
.mobile_header {
    position: fixed;
    top: 0px;
    z-index: 9999;
    display: block !important;
}
.header_wrapper 
{
	display:none;
}
.header_wrapper img
{
	margin:0px auto;
}
.contact_form 
{
	margin-bottom:30px;
}
.about_content {
    padding: 20px 20px;
}
.team_slider .owl-prev {
    height: 30px;
    width: 30px;
    left: 0px;
    bottom:60%;
}
.team_slider .owl-next {
    height: 30px;
    width: 30px;
    right: 0;
    bottom:60%;
}
.item_content h2 {
    font-size: 36px;
    line-height: 38px;
}
.item_content p {
    font-size: 18px;
    line-height: 28px;
}
.wp_featured {
    height: 400px;
}
.featured_content {
    width: 100%;
    padding: 0px 20px;
}
.team_slider h4 {
    margin-bottom: 5px;
    margin-top: 20px;
}
.footer_menu
{
	padding-left: 0px;
}
.video_wrapper iframe {
    height: 40vh;
}
.banner_wrapper .item {
    background-size: cover !important;
    height: 100vh;
}
.item_content {
    max-width: 710px;
    position: absolute;
    bottom: 60px;
}
.item_content a.banner_button {
    margin-top: 10px;
}
.slider_down_arrow {
    bottom: 0px;
}
.courses ul li a {
    margin-right: 0px;
}
.courses ul li {
    display: block !important;
}
.wp_footer ul li a {
    font-size: 14px;
    margin-bottom: 5px;
}
.wp_footer p {
    font-size: 14px;
}
.newsletter_form input[type="submit"]
{
	border-radius:0px;
}
.newsletter_form input[type="email"]
{
border-radius:0px;	
}
.video_wrapper {
    height: 80vh;
    position: relative;
}}