/*
 Theme Name:   Oxygen Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Oxygen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     oxygen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain: oxygen-child
*/

@import url("../oxygen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.featured-wrapper {
	float: left;
	width: 100%;
}

.featured-thumbnail {
width:100%;
}

.content-wrap {
	float: left;
	width: 100%;
}

.post-content img.featured {
	width: 100%;
	height: auto;
}

.category-pages img.featured {
	width: 100%;
}

.category-news img.featured {
	width: 100%;
}

/*.category-news img.featured {
	height: 140px;
	width: auto;
}

.category-news a {
	float: right;
}

.category-news div a {
	float: none;
}*/
.featured-wrapper .featured-thumbnail {
	width: 100%;
}

html body.custom-background {
	background-size: 200px 200px;
}

.featured-post h2.entry-title a {
	color: #fff;
	background: #19A79A;
}

/*#slider-nav li {
	width: 18.08%;
}*/
#slide-thumbs li:last-child {
	margin: 0;
}

#slider-nav li img.slider-nav-thumbnail {
	width: 100%;
}

img[src$="placeholder.gif"] {
	height: 0;
}

div#footer-content.footer-content {
	width: 100%;
}


.share-count {
background: #19A79A !important;}

h1.page-title, h1.post-title {text-transform:none !important; color:#19A79A !important;}


#site-title span {text-transform:none !important;}

#site-title {margin-bottom:20px !important;}

h2.post-title, h2.post-title a {text-transform:none !important;}

h2.page-title, h2.page-title a {
  text-transform: none !important;
}

a:hover {border-color:#19A79A !important;}



/* .home h4.section-title{
display: none;
} */

img.archive-thumbnail.featured {width:589px !important; height:174px !important;}

div.twoColumn {width:40%; margin:0 20px 0 0; float:left;}

div.oneThird {width: 28%;
	float: left;
	padding: 0 0 0 5%;}

div.twoThirds {
float: left;
  width: 62.66666666666667%;
  margin: 0 0 30px 0;}

div.twoColumn {float: right;
  width: 33.33333333333333%;}

div.columns {
	overflow: hidden;
}
.paypal-form {width: auto;
  float: left;
  padding: 0 15px 0 0;}

body {
	font-size: 1em;
}

.site-navigation {
	font-size: .75em !important;
}
.entry-header, .entry-summary {
		width: 100%;
		overflow: hidden;
	}
	
	.byline-date, .byline-author, .byline-edit {
		float: left;
		padding: 0 .75em 0 0;
	}
.widgets_on_page ul {margin:0;}
#menu-primary li {
  padding-left: 1.4em;
}
#menu-primary li a {
  margin-right: 0.6em;
}

ul.lcp_catlist li {line-height:1.5em; margin:0 0 0.75em 0; list-style-type:none;}

ul.lcp_catlist {margin:0;}

#post-1576 .entry-content {overflow:hidden;}



@media only screen and (max-width: 767px) {
	body {
		/*font-size: .75em;*/
		padding: 0;
	}
	
	
	#site-title {font-size:2.0em; width:75%; margin-bottom:0 !important;}
div.twoColumn, div.twoThirds, div.oneThird {width:100%; margin:0; padding:0;  float:none;}

#bluenod {height:450px;}

div#footer-content.footer-content div {
	width: 100% !important;
}

.mobile520 {width:100%;}

}

@media only screen and (max-width: 940px) {
.mobile940 {width:100%;}
}


@media only screen and (min-width: 940px) {
.featured-wrapper .featured-thumbnail {
    height: 476px;
background-size:contain;
width:940px;
}}


.singular-page-2733 form input:hover { cursor: pointer;}