/*
 Theme Name:   Education Hub Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Education Hub Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     education-hub
 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:  twenty-fifteen-child
*/


#main-nav {
	background-color: #134c5f; 
	border-bottom: 5px solid #02b900;
	
}

#tophead {
    background-color: #134c5f;
	
}
	
.widget-title {
	
	background-color: #134c5f!important;
	
}
	
#sidebar-primary .widget-title {
	
	border-left: 5px solid #02b900;
}

#quick-contact li::before {
    color: #02b900;
	
}

#quick-contact .top-news-title::before {
    color: #02b900;
	
}

.scrollup {
    background: #02b900 none repeat scroll 0 0;
	
}
	
.site-footer {
	background-color: #134c5f!important; 

}

.search-form .search-submit {
    
	background-color: #134c5f;
	
	
}

.main-navigation li.current_page_item > a {
	
	background: #02b900;
}

.main-navigation li a:hover {
	
	background: #02b900;
}

.site-info {
	
	display: none;
}


@media (max-width: 767px) {
  
  img {
    height: auto;
    max-width: 376%;
	margin-left: -100px;
}

.menu-toggle {
    background-color: #134c5f;
}

  }


.quick-links a.links-btn::after {
    background: #02b900 none repeat scroll 0 0;
	
}

button,
a.cta-button-primary,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #02b900;
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 20px;
}


.news-content {
    background: #f3f3f3 none repeat scroll 0 0;
    border-top: 5px solid #02b900;
    margin-bottom: 20px;
    padding: 15px;
}


.main-navigation li a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a ,
.main-navigation li:hover > a{
    background:#02b900;
    color: #fff;
}

ul.tzpost-default, ul.tzpost-feature {
    list-style: none;
    padding-left: 60px;
}


.wp-post-image {width: 100%;}












