/*
Theme Name: Beta
Theme URI: http://themehall.com/beta-second-omega-child-theme
Author: themehall.com
Author URI: http://themehall.com
Description: Beta is a responsive Omega child theme, Valid HTML5 Document, SEO Friendly, multiple page layouts, Theme settings extending the WordPress Customizer
Version: 0.4.1
License: GNU General Public License
License URI: license.txt
Tags: light, green, white, two-columns, one-column, right-sidebar, left-sidebar, flexible-width, full-width-template, theme-options, custom-menu, threaded-comments, sticky-post, translation-ready

Template: omega

Beta WordPress theme, Copyright (C) 2013 themehall.com
Beta WordPress theme is licensed under the GPL.

*/

@import url(../../../../wp-content/themes/omega/style.css);

h1, h2, h3, h4, h5, h6 {
    color: #0038A8;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    line-height: 1.2;
}

.site-header,
.site-header .omega-nav-menu .sub-menu a, .omega-nav-menu .children a {
  background: url('../../../../wp-content/uploads/2014/04/background-1350x270.jpg');
  background-color:#ffffff;
  background-repeat:no-repeat;
};
  border: none;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
}

.site-header > .wrap {
  padding: 1px 0;
}

.site-header .nav-primary,
.site-header .title-area {
  vertical-align: middle;  
  text-align: center;
  display: inline-block;

.site-header .nav-primary {
  float: left;
}

.site-header a,
.site-header a:hover {
  color: #fff;
}

.nav-primary a:hover ,
.nav-primary .sub-menu a:hover,
.nav-primary .children a:hover
{
  color: #eee;
}

.site-header .nav-primary li:last-child a {
  padding-right: 0;
}

.entry-title {
    font-size: 30px;
}

.footer-widgets {
    background: none repeat scroll 0 0 #F5F5F5;
}

.omega-nav-menu .sub-menu .sub-menu,
.omega-nav-menu .children .children {
  margin: -53px 0 0 199px;
}

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

  .site-header .nav-primary,
  .site-header .title-area {
    text-align: center;
    display: block;
    float: none;
  }

}