/*!
Theme Name: SOH ZongWang
Theme URI: http://underscores.me/
Author: SOH Web Dev Team
Author URI: http://www.soundofhope.org
Description: Sound of Hope Radio website theme.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sohzw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SOH ZongWang is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-header-normal .main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  #site-header-normal .main-navigation ul.menu > li > ul.sub-menu {
    padding-top: 0.2rem; }
  #site-header-normal .main-navigation ul.sub-menu li {
    background: -webkit-linear-gradient(#2668ab, #215992) left repeat;
    background: linear-gradient(#2668ab, #215992) left repeat;
    line-height: 3.3rem; }
    #site-header-normal .main-navigation ul.sub-menu li:hover {
      background: -webkit-linear-gradient(#1e5185, #23619e) left repeat;
      background: linear-gradient(#1e5185, #23619e) left repeat; }
    #site-header-normal .main-navigation ul.sub-menu li a {
      font-size: 1.5rem;
      color: white;
      text-decoration: none;
      text-align: left;
      padding: 0 0.5rem !important; }
  #site-header-normal .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    #site-header-normal .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      left: -999em;
      z-index: 99999; }
      #site-header-normal .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      #site-header-normal .main-navigation ul ul li:hover > ul, #site-header-normal .main-navigation ul ul li.focus > ul {
        left: 100%; }
      #site-header-normal .main-navigation ul ul a {
        width: 158px; }
    #site-header-normal .main-navigation ul li:hover > ul {
      left: auto; }
    #site-header-normal .main-navigation ul li.focus > ul {
      left: auto; }
  #site-header-normal .main-navigation li {
    float: left;
    position: relative; }
  #site-header-normal .main-navigation a {
    display: block;
    text-decoration: none; }

#site-header-normal .menu-toggle {
  display: none; }
#site-header-normal .main-navigation ul {
  display: block; }

#site-header-compact .main-navigation ul {
  display: none; }
#site-header-compact .main-navigation.toggled ul {
  display: block; }

#site-header-compact {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #site-header-compact .main-navigation .menu-head-nav-container {
    position: relative; }
  #site-header-compact button {
    outline: none; }
  #site-header-compact ul.menu {
    overflow: auto;
    position: absolute;
    top: 0.7rem;
    margin-left: 0;
    padding-left: 0;
    width: 436px; }
    #site-header-compact ul.menu a {
      text-decoration: none; }
    #site-header-compact ul.menu > li {
      background: -webkit-linear-gradient(#2668ab, #215992) left repeat;
      background: linear-gradient(#2668ab, #215992) left repeat;
      padding-top: 0.6rem;
      padding-bottom: 0.6rem; }
      #site-header-compact ul.menu > li > a {
        padding-left: 2rem;
        color: #eee;
        font-size: 1.7rem;
        font-weight: bold; }
        #site-header-compact ul.menu > li > a:hover {
          color: white; }
      #site-header-compact ul.menu > li > ul.sub-menu {
        margin-left: 0;
        padding-left: 2.3rem;
        padding-right: 2rem; }
        #site-header-compact ul.menu > li > ul.sub-menu > li {
          display: inline-block;
          padding-left: 0.3rem;
          padding-right: 0.3rem; }
          #site-header-compact ul.menu > li > ul.sub-menu > li a {
            color: #eee;
            font-size: 1.4rem; }
            #site-header-compact ul.menu > li > ul.sub-menu > li a:hover {
              color: white;
              font-weight: bold; }
          #site-header-compact ul.menu > li > ul.sub-menu > li > ul.sub-menu {
            display: none; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
