/*
Theme Name: Moreau Lab
Theme URI: //weavertheme.com
Description: This is a child of the Weaver Xtreme theme
Author: Bruce Wampler
Author URI: //weavertheme.com/about
Version: 2.0.6
Tags: theme-options
Template: weaver-xtreme


    This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 2 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.


About style.css:

Traditionally, a child theme provides its own style.css to override or extend the
parent style.css. This usually involved adding an "@import" to the child's style.css.

Weaver Xtreme handles the main style sheet differently. It is called "assets/css/style.weaverx.css",
and is loaded before the theme "style.css" file. Thus, there is no need to "@import" the
parent stylesheet.

So you can make overrides and extensions directly in this child style.css.

*/



/*  ------------------------------------------------------
 Add specific style overrides here...

  Just for example, this style will change the default BG Color for the site.
*/

body {
	position: relative;
}
body, body * {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}
a:focus {
	outline: 2px solid #7DC141;
}
#site-title {
	display: none !important;
}
#header-image > a {
	display: block;
}
#header-image > a:focus {
	outline: 4px solid #7DC141;
}

#skipnav,
#page-top,
#page-bottom {
	display: block;
	position: absolute;
	top: 24px;
	left: 15px;
	z-index: 999999;
	margin-left: 15px;
}
#page-top {
	top: 64px;
}
.logged-in #skipnav {
	top: 51px;
}
.logged-in #page-top {
	top: 81px;
}
.logged-in #page-bottom {
	top: unset;
}
#skipnav,
#page-top,
#page-bottom {
	color: #fff;
	padding: 2px 8px;
	line-height: 1.4;
	text-decoration: none;
	font-size: 17px;
	white-space: nowrap;
	position: absolute;
	left: -1000em;
}
#skipnav:focus,
#page-top:focus {
	background: #b17129;
	left: 15px;
}
#page-bottom:focus {
	background: #b17129;
	top: unset;
	left: 15px;
	bottom: 50px;
}

#header-inside .menu-primary .wvrx-menu-container {
    background-color: transparent;
	margin: 4px;
}
#wrapper {
	background-color: #303030;
    padding-top: 12px;
    margin-top: 12px;
}
#content {
    background-color: #4D4D4D;
	font-weight: 500;
    padding: 0 26px;
}
#content h1 {
    font-size: 190%;
    margin: 1em 0;
}
#content h2 {
    font-size: 150%;
    margin: 1em 0;
}
#content img[class*=wp-image-] {
    margin-bottom: 25px;
}
#content table,
#content table * {
	border: none;
}
#content #videos {
	width: auto;
    margin: auto;
}
#content .wp-caption p.wp-caption-text {
    color: #cacaca;
    margin: -1.5em 0 0 6px !important;
    padding: 0;
    position: relative;
    text-align: left;
    font-style: normal;
    font-size: 11px;
}
.is-menu-default .wvrx-menu > li {
    margin-left: 3px;
}
.menu-item-has-children > a:focus + .sub-menu {
	display: block;
}
#header-inside .menu-primary .wvrx-menu-container .current-menu-ancestor > a,
#header-inside .menu-primary .wvrx-menu-container .current-menu-item > a,
#header-inside .menu-primary .wvrx-menu-container .current_page_item > a {
    color: #7DC141;
}
#header-inside .menu-primary .wvrx-menu-container li > a:hover,
#header-inside .menu-primary .wvrx-menu-container li > a:focus {
    background: #303030 !important;
	color: #d49246;
}
#nav-primary .menu-arrows .toggle-submenu:after {
    font-size: 63%;
    top: 1.3em;
    padding-left: 3.2em;
}
#nav-primary .menu-item-has-children .sub-menu {
	background: #303030;
	margin-top: 2px;
}
#nav-primary .menu-item-has-children .sub-menu > li {
	padding-top: 4px;
}
#nav-primary .menu-item-has-children > .sub-menu.open {
    display: block;
}
#nav-primary .menu-item-has-children > .sub-menu.closed {
    display: none;
}
#lab-contact-footer {
	margin: 20px auto 5px;
    text-align: center;
}
#content hr {
    background-color: #eee;
    height: 2px;
    width: 62%;
	clear: both;
}
#header-widget-area {
    text-align: center;
}
#header-widget-area aside .textwidget {
    line-height: normal;
}
#custom-tagline span:first-child {
    display: block;
    padding: 3px 15px;
    background: #b17129;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}
#custom-tagline span:last-child {
    display: block;
    padding: 3px 15px;
    background: #b17129;
    text-transform: none;
    margin: -10px auto -11px;
    font-size: 24px;
    font-weight: 500;
}
.people-left {
    clear: both;
}
#cu-seal {
    max-width: 960px;
    padding-left: 15px;
    padding-top: 2px;
    margin: 4px auto -10px;
}
#cu-seal a {
    background: url(images/cu_logo_gray45.png) no-repeat top left;
	display: block;
	width: 169px;
	height: 45px;
}
#cu-seal img {
	display: none;
	
}

@media (min-width: 768px) {
	#header-inside .menu-primary .wvrx-menu-container li a {
		padding-right: 12px;
		font-size: 92%;
		font-weight: bold;
	}
}
@media (min-width: 960px) {
	.dont-wrap-me-bro {
		width: calc(100% - 178px);
		float: right;
		margin-bottom: 1.85em;
	}
}
@media (max-width: 865px) {
	#header-widget-area #custom-tagline span {
		font-size: 21px;
	}
}
@media (max-width: 800px) {
	#header-widget-area #custom-tagline span {
		font-size: 18px;
	}
}
@media (max-width: 500px) {
	.entry-content .wp-caption,
	.entry-content img {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 20px auto !important;
	}
	.entry-content .wp-image-335 {
		width: 150px !important;
	}
}
@media (max-width: 480px) {
	#header-widget-area #custom-tagline span:last-child {
		font-size: 16px;
	}
}
