/*
Theme Name:     Conservation Magazine
Description:    Uses stylemag as parent theme.
Author:         Conservation Magazine
Template:       stylemag
*/

@import url("../stylemag/style.css");
@import url("../stylemag/css/responsive.css");

#background-wrapper-header {
    background: none repeat scroll 0 0 #000000;
	width:100%;
}
.child-content-wrapper {
    margin: 0 auto;
    width: 1000px;
}

#main-menu-wrapper {
    margin-top: 25px;
	}
#site-title h2 {
    border-top: none;
    padding:0;
	}


/* Captions */
.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {	
	text-align: center;
	font-size: 10px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 10px;
}


.shopping-bag {
	background: url(images/shopping-bag-reversed.png) no-repeat;
	}

/* 6.3 - Tables */
.page-content table,
#sidebar-content table,
#footer-wrapper table {
	border-top: #FFFFFF 5px solid;
	border-left: #FFFFFF 1px solid !important;
	margin: 0 0 30px 0;
	font-size: 14px;
	color: #1c1c1c;
}

.page-content table td, 
.page-content table th,
#sidebar-content table td,
#sidebar-content table th,
#footer-wrapper table td,
#footer-wrapper table th {
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	text-align: left;
	vertical-align: top;
}

/* 12.3 - Latest Posts Widget */
.widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0 !important;
	border-bottom: #dfdcdc 1px solid;
	list-style: none !important;
}

.widget .latest-posts-list li a {
	color: #1c1c1c;
}

.widget .latest-posts-list li:last-child {
	border-bottom: none;
	padding: 0 !important;
	margin: 0 !important;
}

.widget .latest-posts-list li .lpl-img {
	float: none;
	width: auto !important;
}

.widget .latest-posts-list li .lpl-img img {
	max-width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
}

.widget .latest-posts-list li .lpl-content {
	float: none;
	width: 100% !important;
	margin: 0;
	text-align: center;
}

.widget .latest-posts-list li .lpl-content h6 {
	line-height: 1.2;
	text-transform: none !important;
	font-size: 14px;
	font-weight: bold;
	margin: 0 !important;
}

.widget .latest-posts-list li .lpl-content h6 a {
	text-decoration: none;
}

.widget .latest-posts-list li .lpl-content h6 span {
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin: 5px 0 0 0;
}

#footer .widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 4px 0 4px 0;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-img img {
	width: 50px;
	height: 50px;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-content {
	width: 145px;
}

#footer .lpl-content h6 {
	text-transform: capitalize;
}


/* Responsive */
@media only screen and (max-width: 1100px) {
	
	.child-content-wrapper {
		width: 700px;		
	}
.shopping-bag {
	background: url(images/shopping-bag-reversed.png) no-repeat;
	}
}


@media only screen and (max-width: 767px) {
.child-content-wrapper {
		width: 400px;
	}
.shopping-bag {
background: url(images/shopping-bag-reversed.png) no-repeat;
	}

#header-right {
	width: 100%;
	margin: 20px 0 0 0;
}
	.social-icons {
	padding: 0px 105px 0px 105px !important;
	}
}

@media only screen and (max-width: 479px) {
	
	.child-content-wrapper {
		width: 280px;
	}
	.shopping-bag {
		background: url(images/shopping-bag-reversed.png) no-repeat;
	}
	

	.widget_text {
		list-style: none;
	}

	#social-wrap {
		height:0px;
		width:0px;
	}

}

.back-issue {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5;
}

.back-issue img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0.5em;
}

.back-issue a {
	display: block;
	text-decoration: none;
}

.back-issue small {
	font-size: 0.6em;
}

/** Begin Greenwire styles **/
.the-greenwire .greenwire-header {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-left: 96px;
	vertical-align: middle;
	background: url(greenwire.jpg) no-repeat left center;
	height: 80px;
}

.the-greenwire .greenwire-header h1 {
	color: #269B66;
	margin-bottom: 10px;
	font-size: 28px;
}

.the-greenwire .greenwire-header .greenwire-copy {
	font-size: 10px !important;
	color: #888;
}

.the-greenwire .greenwire-nav {
	position: absolute;
	top: 0;
	right: 0;
	border-style: none;
	margin: 0;
	padding: 0;
}

.the-greenwire .greenwire-nav li {
	float: left;
	font-size: 0.8em;
}

.the-greenwire .greenwire-nav li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: none;
	color: #fff !important;
	background: #269b66;
}

.the-greenwire .greenwire-nav li a.left {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.the-greenwire .greenwire-nav li a.right {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.the-greenwire .greenwire-nav li a:hover {
	color: #fff !important;
}

.the-greenwire .greenwire-nav li.current a {
	box-shadow: inset 0 0 5px #222;
	background: #269B66;
	color: #fff !important;
	font-weight: bold;
}

#greenwire .greenwire-item {
	display: block;
	width: 310px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#greenwire article {
	margin: 15px;
	padding: 15px;
	border-top: 10px solid #269B66;
	box-shadow: 2px 2px 5px 4px #ddd;
	border-radius: 10px;
}

#greenwire a.greenwire-item:hover article {
	border-top-color: #39275B;
	box-shadow: 2px 2px 5px 4px #888;
	background-color: #eee;
}

#greenwire article aside {
	margin-bottom: 5px;
	font-size: 13px;
	text-transform: uppercase;
	color: #999;
}

#greenwire a.greenwire-item:hover article aside {
	color: #666;
}

#greenwire article div.greenwire-thumb {
	margin: 0 auto 15px;
	text-align: center;
}

#greenwire article img {
	max-width: 100%;
	height: auto;
}

#greenwire article h1 {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 15px;
	line-height: 1.5;
}

#greenwire article section.greenwire-item-twitter {
	font-size: 11px;
	color: #999;
	line-height: 1.5;
}

#greenwire a.greenwire-item:hover article section.greenwire-item-twitter {
	color: #666;
}

#greenwire .no-items {
	text-align: center;
	color: #ccc;
	font-size: 24px;
	display: block;
	margin: 4em 0;
}

@media only screen and (max-width: 767px) {
	#greenwire .greenwire-item {
		width: auto;
	}
	
	.the-greenwire .breadcrumbs-wrapper {
		display: none;
	}
	
	.the-greenwire .greenwire-nav {
		position: relative;
		text-align: center;
		margin: 20px 0;
	}
}
/** End Greenwire styles **/