/* 
 Theme Name:   Education X Child
 Theme URI:    
 Description:  
 Author:       RB
 Author URI:   
 Template:     education-x
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/


.top-bar {
  background-color: #128750;
}

.header-links .link-list .link-icon {
  margin: 0px;
  border-width: 0px;
}

.col-md-8.col-sm-12.col-xs-12 {
  float: right;
  width: 865px;
}

/*top top bar wider only 1 line*/

/*.col-md-8 {
  width: 500px;
  float: right;
}*/

.row {
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 0px;
}

.header-main.header-overlay {
  padding-top: 0px;
}

/*changing background for mobile menu*/

@media only screen and (max-width: 991px) {
  .table-align {
    background-color: #128750;
  }

  .col-md-3.col-sm-12.col-xs-12 {
    background-color: #128750;
  }

  .col-md-9.col-sm-12.col-xs-12 {
    background-color: #128750;
  }

  .main-navigation {
    background-color: #128750;
  }

  .row.equal-row {
    background-color: #128750;
  }
}

/*end of mobile menu colour*/

/*hiding footer stuff*/

.footer-bottom {
  display: none;
}

.footer-widget-area {
  display: none;
}

@media only screen and (min-width: 992px) {
  .main-navigation .sub-menu > li:hover > a,
  .main-navigation .sub-menu > li:focus > a {
    background: #128750;
    color: #fff;
  }
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body .btn-primary,
.mouse-icon .wheel,
.top-bar,
.main-navigation .menu > ul.menu-desktop > li.current-menu-item > a:after,
.main-navigation .menu > ul.menu-desktop > li:hover > a:after,
.main-navigation .menu > ul.menu-desktop > li:focus > a:after {
  background: #128750;
  color: #fff;
}

/*hide headers*/

.bg-image,
.data-bg {
  display: none;
}

body:not(.blog) .content {
  margin-top: 0;
}

body:not(.blog) .header-image {
  background-image: none !important;
  max-height: 0;
}

/*moving content below menubar on news&blog page*/

#primary.content-area {
  padding-top: 60px;
}

#secondary.widget-area {
  padding-top: 60px;
}

.breadcrumb-wrapper.secondary-bgcolor {
  display: none;
}

/*making logo larger at top*/

@media only screen and (min-width: 893px)
{.col-md-3.col-sm-12.col-xs-12 {
     width: 100%; 
	}}

@media only screen and (min-width: 992px)
{.col-md-3.col-sm-12.col-xs-12 {
     width: 35%; 
	}}