  /*
	Template: smarty
	Theme Name: Smarty Child Theme
	Theme URI: http://smartyschool.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Education WordPress Theme
	Version: 3.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, black, red, dark, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: smarty
*/
/* Header */
.stm-nav__menu_type_header>.menu-item>a {
  position: relative;
  display: block;
  height: 70px;
  line-height: 70px;
  white-space: nowrap;
  color: #011b3a;
}

.logo {
  height: 71px;
  line-height: 70px;
  float: left;
}

@media only screen and (max-width: 600px) {
  .logo img {
    max-width: 60%;
  }
}

/* Home */
.home ul.post-categories {
    background: #884d53 !important;
}

/* Footer */
.footer {
  padding-bottom: 29px;
  background: #732d3b;
  padding-top: 50px;
}

.footer .container {
  max-width: 1280px !important;
  margin: 0 auto;
  width: 100% !important;
}

h3.widget-title {
  font-weight: 700;
}

.widget-area_type_footer {
  border-bottom: unset;
}

#first * {
  color: #fff;
}

#first {
  max-width: 480px;
  width: 100%;
}

#second,
#third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#second *,
#third * {
  color: #fff;
}

#second ul#menu-quick-links li {
  margin-bottom: 20px;
}

#first .textwidget *,
#third .textwidget * {
  font-weight: 300;
}

aside#stm_widget_social_networks-6 {
  margin-top: 40px;
  margin-right: 50px;
}

aside#stm_widget_social_networks-6 li.list__item {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {

  #second,
  #third {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
  }
  .row-copywrite{
    margin-top: 40px;		
  } 	
}
