/*
 Theme Name:   EduPress Child
 Theme URI:    http://theme-stall.com/edupress
 Description:  Responsive Education Learning WordPress Child Theme
 Author:       Themestall
 Author URI:   https://themeforest.net/user/themestall
 Template:     edupress
 Version:      1.0.0
 License:      GNU General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
 Text Domain:  edupress-child
*/

#wju-banner {
    position: relative;
    overflow: hidden;
}

.wju-banner-text {
    position: absolute;
    top: 50%;
    max-width: 840px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    text-align: center;
    line-height: 1.3;
}

.wju-banner-text > * {
	color: rgb(204, 163, 0);
}

.wju-banner-text h2 {
	font-size: 50px;
}

.wju-section {
    padding: 60px 0;
}

.wju-section .widget-title {
    color: #cca300;
    font-family: 'Raleway' !important;
    font-weight: 900 !important;
    font-size: 30px;
    text-align: center;
	line-height: 1.6;
}


.wju-section h3.widget-title:after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.wju-section .textwidget {
    color: #17202A;
}

.wju-section .textwidget p,
.wju-section .textwidget ul li {
	border: none;
    font-size: 20px;
    font-family: 'Raleway' !important;
}

.wju-section .textwidget ul {
	list-style: initial;
	padding-left: 20px;
}

.wju-section.odd .textwidget p,
.wju-section.odd .textwidget ul li {
	color: #fff;
}

.wju-banner-text2 {
	max-width: 650px;
}

.nice-list ul {
    list-style: disc !important;
}

.nice-list ul li {
    border: none;
    color: #fff;
	font-family: 'Raleway' !important;
	font-size: 20px;
}

#panel-5848-5-0-0 .widget-title {
    font-size: 30px;
    text-transform: capitalize;
    color: #cca300;
    letter-spacing: 0px;
}

.home h3.testimonial-heading {
	color: #59757d;
}

.normal-header .navbar-nav > li > a {
    font-weight: bold !important;
    font-size: 15px !important;
}

.normal-header.affix-top .navbar-nav > li:last-child > a {
    padding-bottom: 15px;
    text-shadow: 0 0 13px black;
}

.normal-header .navbar-nav > li.menu-item-6316 > a {
    background: #cca300;
    padding: 15px;
}

@media screen and (max-width: 767px) {
	.wju-banner-text h2 {
		font-size: 26px;
		margin: 0 0 14px;
	}

	.wju-banner-text h3 {
		font-size: 18px;
		margin: 0;
	}

	.navbar-header {
		float: left;
	}
}