/*
 Theme Name:   Oxygen Child
 Theme URI:    http://alienwp.com/themes/oxygen/
 Author:       AlienWP
 Author URI:   http://alienwp.com
 Template:     oxygen
 Version:      0.5
 Description:  NOTE: 0.5 is a major update. Please backup your theme before updating and read the changelog.txt file for details. Oxygen is a minimalistic, mobile-optimized magazine theme with responsive layout. The main features include a featured content slider, custom front page template, 5 widget areas, and 3 menus. Background is provided by http://subtlepatterns.com
 Tags:         flexible-width, theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, three-columns, right-sidebar, left-sidebar, custom-background, featured-images
 Text Domain:  oxygen-child
 License:      GNU General Public License v2.0
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

*/

@import url("../oxygen/style.css");

/*-----------------------------------*/

/*-----     HEADER     -----*/
#branding {
  width: 100%;
}

/*-----     NAVIGATION     -----*/



div#menu-primary.site-navigation.menu-container {
  margin: 25px auto;
}

#menu-primary li a {
  text-transform: uppercase; !important
}

#menu-primary li.current-menu-item a {
  color: #777;
}

/*-----     PAGE CONTENT     -----*/

body {
  color: #777;
  /*font-family: 'Abel', Helvetica, sans-serif;*/
}

.hentry img.featured {
  box-shadow: 0 0 4px #333;
}

.entry-content a,
.entry-content a:visited {
  color: #555;
}

iframe {
  box-shadow: 1px 1px 4px #555;
}

div.breadcrumb-trail.breadcrumbs,
.singular-page .entry-title {
  display: none;
}

div.su-column-size-2-5 {
  margin-left: 3%;
  margin-right: 0;
}

.gallery img {
  box-shadow: 0 0 4px #333;
}

div.ssba {
  clear: both;
}

div.ssba div {
  padding-top: 60px;
}

#sidebar-subsidiary .widget {
  width: 46%;
}

#social-icons-widget-2 img {
  box-shadow: 1px 1px 4px #555;
}

#comments {
  display: none;
}

/*-----     TABLEPRESS     -----*/

.tablepress .row-hover tr:hover td {
	background: none;
}

h2.tablepress-table-name {
  font-size: 1.3em;
	color: #555;
	text-transform: uppercase;
	margin-left: 5%;
	margin-bottom: 10px;
}

.tablepress tbody td {
	border-top: 1px solid #777;
	color: #777;
	line-height: 1.2rem;
}

.entry-content table {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 85%;
	border-bottom: none;
}

/*-----     FOOTER     -----*/

#footer-content {
  font-size: 0.8em;
  width: 100%;
}

/*-----     MEDIA QUERIES     -----*/

@media only screen and (min-width:768px){
  .secMinHeight {
    min-height: 320px;
  }
}

@media only screen and (max-width:767px){
  .secMinHeight {
    min-height: 500px;
  }
}

