/* Enter Your Custom CSS Here */
.page header.entry-header {
  display: none;
}
h2 {
    color: #03284d;
}
#mainnav ul li a {
    font-size: 20px;
  	font-weight: bold;
}
.site-header.fixed {
    background-color: #ea5052 !important;
}
.site-header {
background-color: #ea5052;
}
#mainnav ul li a:hover {
	color: #03284d;
}
/* break */
@media only screen and (max-width:767px){
        
  .header-wrap .container{
    text-align: left;
  }

  .header-wrap .btn-menu{
    float: right;
    margin-right: 15px;
  }  

  .header-wrap .col-md-4 {
    max-width: 90%;
    position: relative;
    z-index: 2;
  }

  .header-wrap .col-md-8 {
    margin-top: -50px;       
  }        

  #mainnav-mobi {
    top: 70px;
  }
  
}
.footer-widgets {
    padding: 20px 0;
}

divider{
    width:20px;
    height:auto;
    display:inline-block;
}