/*
Theme Name: Americans Against Fracking 2013 Stretch
Description: Food and Water Watch – Americans Against Fracking - Summer 2013 Redesign
Author: Crowd Communications Group, LLC
Author URI: http://www.crowdcg.com
Version: 1.0
Template: jumpstart
*/

/**
 * This is a starter child theme for all of you CSS-hackers. 
 * 
 * This file is a copy of Jump Start's default style.css 
 * file that has been edited to give you an overall stretched layout.
 *
 * Because the Theme Blvd framework's core styles are contained 
 * in other CSS files prior to style.css, you can safely hack away 
 * here to skin your Child theme.
 * 
 * @link http://dev.themeblvd.com/tutorial/css-hacking/
 * 
 * Note: Because we are copying everything from Jump Start's 
 * style.css into this style.css, there is no need to @import 
 * Jump Start's style.css as you might do in a classic 
 * WordPress Child theme.
 */

/* =Primary Design and Structure
----------------------------------------------- */

body {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #e4e6ed);
	background-image: -ms-linear-gradient(top, #ffffff, #e4e6ed);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e4e6ed));
	background-image: -webkit-linear-gradient(top, #ffffff, #e4e6ed);
	background-image: -o-linear-gradient(top, #ffffff, #e4e6ed);
	background-image: linear-gradient(top, #ffffff, #e4e6ed);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e6ed', GradientType=0);
}
#top #branding,
#featured .featured-inner,
#main .main-inner,
#featured_below .featured_below-inner,
#footer_content .footer_content-inner,
#footer_sub_content {
	margin: 0 auto;
	max-width: 940px;
}

/* =Global Elements and Typography
-------------------------------------------------------------- */

body {
  color: #666666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	margin-bottom: .4em;	
}
h1 {
	font-size: 2.3em;
	color: #252f6d;
}
h2 {
	font-size: 1.85em;
	color: #252f6d;
}
h3 {
	font-size: 1.4em;
	color: #252f6d;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: .92em;
}
h6 {
	font-size: .85em;
	color: #999999;
	text-transform: uppercase;
}
a {
	color: #c82128;
	text-decoration: none;
}
a:hover,
.tb-text-logo:hover,
.entry-title a:hover {
	color: #c82128;
	text-decoration: underline;
}
#primary-menu li a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 1.38em;
}

/* =Content
----------------------------------------------- */

article {
	margin-bottom: 40px;
}

/* Titles */
.entry-title {
	margin: 0 0 10px 0;
}
h1.entry-title-with-meta {
	font-size: 1.5em;
}
.entry-title-with-meta {
	margin: 0;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}

/* Meta */
.category-press .entry-meta {
display: none;
}
.entry-meta {
	color: #999999;
	font-size: .90em;
	font-weight: bold;
	margin: 5px 2px 15px 2px;
}
.entry-meta [class^="icon-"] {
	padding-right: 5px;
}
.entry-meta .sep {
	color: #cccccc;
	font-weight: normal;
	padding: 0 7px;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
}
img[class*="wp-image-"] {
	/* Style all inserted wp images. */
}
img.size-full {
	max-width: 100%;	
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* =Top
-------------------------------------------------------------- */

#top {
	background: transparent;
	//border-bottom: 1px solid #dddddd;
	position: relative;
}
#header_content {
	padding: 20px 0;
}

/* Text Logo */
.header_logo_text {
	padding: 0 15px;
}
.header_logo_text .tb-text-logo {
	font-size: 2.3em;
	margin: 0;
}
.header_logo_text .tb-text-logo a {
	color: inherit;
}
.header_logo_text .tagline {
	color: #888888;
	font-style: italic;
	font-size: 1em;
}

/* Image Logo */
.header_logo.header_logo_image {
	float: left;
	min-width: 25%;
}

/* Coalition Logos */
.coalition-logos {
	float: left;
	min-width: 75%;
}

/* Primary Navigation */
#access {
	background-color: #999999;
	background-image: -moz-linear-gradient(top, #666666, #999999);
	background-image: -ms-linear-gradient(top, #666666, #999999);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#999999));
	background-image: -webkit-linear-gradient(top, #666666, #999999);
	background-image: -o-linear-gradient(top, #666666, #999999);
	background-image: linear-gradient(top, #666666, #999999);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#999999', GradientType=0);
	border: 1px solid #dddddd;
	border-bottom: none; /* .internal-wrapper has border all the way around, which happens directly after the main menu. */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* Level 1-3 */
#primary-menu li a {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#primary-menu li ul li a {
	text-transform: none;
}
#primary-menu li a .sf-sub-indicator {
	color: #252f6d; /* Because we're using fontawesome for the icons, we can change the color here. */
}

/* Level 1 only */
#primary-menu > li {
	border-right: solid 1px #dddddd;
}
#primary-menu > li#menu-item-303 {
	border-right: none;
}
#primary-menu > li > a {
	line-height: 40px; /* Shapes the HEIGHT of the 1st level anchors */
	padding: 0 26px;
}
#primary-menu > li:first-child > a {
	/* Round left corners of first anchor */
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#primary-menu > li.current_page_item > a {
	/* Style current active menu item on 1st level */
	background: #c82128;
}
#primary-menu > li.current-menu-ancestor > a {
	/* Style current parent menu item present on 1st level */
	background: #c82128;
}
#primary-menu > li > a.sf-with-ul {
	/* If a top-level menu item has a dropdown, reduce its right padding. */
	padding-right: 10px;
}
li#menu-item-303 a.sf-with-ul {
	padding-right: 18px;
}
#primary-menu > [class^="menu-icon-"] > a {
	/* If a top-level menu item has a an icon, reduce its left 
	padding. You can add icons to main menu by adding class "menu-icon-{whatever}" */
	padding-left: 12px;
}
#primary-menu > li > a:hover {
	background: #c82128;
}

/* Level 2 and 3 */
#primary-menu ul {
	background: #999;
	border: 1px solid #dddddd;
	width: 250px; /* Width of dropdown menus - Original was 200px*/
}
#primary-menu li li a {
	padding: 7px 10px;
}
#primary-menu li li a:hover {
	background: #c82128;
}
#primary-menu li li.nav-header {
	color: #ffffff; /* Slightly lighter color than links */
	font-size: .9em; /* Font size is 90% of everything else to componsate for being bold and uppercase */
	font-weight: bold;
	padding: 7px 10px;
	text-transform: uppercase;
}
#primary-menu li li.divider {
	background-color: #dddddd; /* Color of deviders */
	border-bottom: none; /* Override Bootstrap's default 1px white bottom border */
}

/* Level 2 only */
#primary-menu > li > ul {
	border-top: none;
	margin-left: -1px; /* Shifts dropdowns to the left 1px so they line up with left borders. */
}

/* Level 3 only */
#primary-menu ul ul {
	left: 200px; /* Matches width of dropdown menus */
}

/* Make sure graphic nav shows when expanding window back from tablet size */
@media (min-width: 980px) {
	#access {
		height: auto !important;
		overflow: visible !important;
	}
}

/* =Featured (above)
-------------------------------------------------------------- */

#featured {
	border-bottom: 1px solid #eeeeee;
	padding: 20px;
}

/* =Main
-------------------------------------------------------------- */

#main {
	border-bottom: 2px solid #c82128;
	padding: 20px;
}

/* =Featured (below)
-------------------------------------------------------------- */

#featured_below {
	border-bottom: 1px solid #eeeeee;
	padding: 20px;
}

/* =Posts (general)
----------------------------------------------- */

/* No style mods */

/* =Page
----------------------------------------------- */

/* No style mods */

/* =Post List
----------------------------------------------- */

/* No style mods */

/* =Post Grid
----------------------------------------------- */

.post_grid .entry-title {
	font-size: 15px;
	line-height: 22px;
}

/* =Comments
----------------------------------------------- */

/* Comment List */
#comments li {
	margin: 5px 0;
}
#comments-title {
	padding: 0 10px;
}
#comments .commentlist {
	margin-bottom: 30px;
}
#comments .comment-body {
	border: 1px solid #dddddd;
	padding: 15px;
	padding-left: 83px;
	position: relative;
}
#comments .comment-body .avatar {
	position: absolute;
	top: 15px;
	left: 15px;
}
#comments .comment-author {
	line-height: 100%;
}
#comments .comment-body .says {
	display: none;
}
#comments .comment-body .comment-meta {
	margin-bottom: 10px;
}
#comments .comment-body .comment-meta a {
	color: #9e9e9e;
	font-family: Georgia, serif;
	font-size: .9em;
	font-style: italic;
}
#comments .comment-body .fn {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
}
#comments .comment-body p {
	margin-bottom: 30px;
}
#comments .comment-body .reply a {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#comments .comment-body .reply a:hover {
	background: #dddddd;
}

/* Admin Comment */
#comments .bypostauthor > .comment-body,
#comments .bypostauthor > .comment-body .reply a {
	/* None in this theme */
}
#comments .bypostauthor > .comment-body .reply a:hover {
	/* None in this theme */
}

/* Top Level */
#comments ol {
	list-style: none;
	margin: 0;
}

/* Children */
#comments ul.children {
	border-left: 1px solid #e9e9e9;
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 10px 0 10px 20px;
}

/* Comment Form */
.comment-form-wrapper {
	margin-bottom: 30px;
}
#reply-title {
	margin: 10px 0;
}
#commentform input[type=text] {
	margin-right: 10px;
	width: 40%;
}
#commentform textarea {
	width: 98%;
}
#commentform label {
	display: inline-block;
}
#commentform .form-submit {
	margin: 10px 0;
}
#commentform .form-allowed-tags {
	display: none;
}

/* =Widgets
----------------------------------------------- */

.widget ul {
	list-style: none;
	margin-left: 0;
}
.widget ul li {
	padding: 3px 0;
}

/* Widgets in columns element and fixed sidebars */
.fixed-sidebar .widget {
	margin: 0 0 30px 0;
}

/* Collapsible Widget Areas */
.widget-area-collapsible .widget {
	padding: 10px 0;
}

/* =Bottom
----------------------------------------------- */
#bottom {
	background: #666666;
}

/* Footer Columns */
#footer_content {
	border-bottom: 1px solid #eeeeee;
	padding: 30px 19px; /* 19px to compensate for 1px border around #internal-wrapper */
}

/* Copyright */
#footer_sub_content {
	color: #ffffff;
	font-size: .9em;
	padding: 20px;
	text-align: center;
}
#footer_sub_content .footer-nav ul {
	margin: 0;
}
#footer_sub_content .footer-nav li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}

#footer_sub_content .footer-nav li a {
	color: #ffffff;
}
#footer_sub_content .footer-nav li a:hover {
	text-decoration: underline;
}

/* =Layout Builder
----------------------------------------------- */

/* General Elements */
.element {
	/* Style all elements in custom layouts. */
}
.last-element {
	padding-bottom: 0;
}
.element-columns {
	/* Style the "Columns" element. */
}
.element-content {
	/* Style the "Content" element. */
}
.element-divider {
	/* Style the "Divider" element. */
}
.element-headline {
	/* Style the "Headline" element. */
}
.element-post_grid_paginated {
	/* Style the "Post Grid (paginated)" element. */
}
.element-post_grid {
	/* Style the "Post Grid" element. */
}
.element-post_grid_slider {
	/* Style the "Post Grid Slider" element. */
}
.element-post_list_paginated {
	/* Style the "Post List (paginated)" element. */
}
.element-post_list {
	/* Style the "Post List" element. */
}
.element-post_list_slider {
	/* Style the "Post List Slider" element. */
}
.element-slider {
	/* Style the "Slider" element. */
}
.element-slogan {
	/* Style the "Slogan" element. */
}
.element-tabs {
	/* Style the "Tabs" element. */
}
.element-tweet {
	/* Style the "Tweet" element. */
}

/* Elements by location */
#featured .element {
	/* Style elements of a custom layout 
	in the featured area ABOVE the content. */
}
#main .element {
	/* Style elements of a custom layout 
	in the main content area. */
}
#featured_below .element {
	/* Style elements of a custom layout 
	in the featured area BELOW the content. */
}

/* =Optimized for Tablets
------------------------------------------------- */

@media (max-width: 979px) {	
	
	/* Primary Structure */
	#top #branding,
	#featured .featured-inner,
	#main .main-inner,
	#featured_below .featured_below-inner,
	#footer_content .footer_content-inner,
	#footer_sub_content {
		margin: 0 auto;
		max-width: 720px;
	}
	#top {
		padding: 0 20px;
	}
	#featured,
	#main,
	#featured_below {
		padding: 20px;
	}
	
	/* Header */
	#branding .header_logo {
		float: none;
		text-align: center;
	}
	
	/* Primary Navigation */
	#access {
		border-right: none;
		border-radius: 0;
		display: none;
	}
	#access li {
		float: none;
		padding: 0;
	}
	#access #primary-menu > li:first-child > a {
		-webkit-border-radius: 5px;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 5px;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-radius: 5px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#access li li a { 
		padding-left: 20px; 
	}
	#access li li li a { 
		padding-left: 30px;
	}
	#access .sf-menu ul {
		border: none;
		margin: 0; 
		position: static; 
		width: auto;
	}
	#access .sf-menu ul .sf-sub-indicator.icon-caret-right {
		position: static;
		right: inherit;
	}
	#access .sf-menu ul .sf-sub-indicator.icon-caret-right:before {
		content: "\f0d7";
	}
	.btn-navbar {
		background: #ffffff;
		border: 1px solid #dddddd;
		border-bottom: none;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		color: #666666;
		display: inline-block;
		outline: none;
		margin-left: 10px;
		padding: 4px 10px;
	}

}

/* =Optimized for Mobile Devices
------------------------------------------------- */

@media (max-width: 767px) {
	
	/* Primary Structure */
	#top #branding,
	#featured .featured-inner,
	#main .main-inner,
	#featured_below .featured_below-inner,
	#footer_content .footer_content-inner,
	#footer_sub_content {
		margin: 0 auto;
		max-width: 460px;
	}
	#top {
		padding: 0 30px;
	}
	#featured,
	#main,
	#featured_below {
		padding: 20px 30px;
	}
	
	/* Typography */
	h1 {
	  font-size: 24px;
	  line-height: 1.3em;
	}

	/* Builder - Slogan */
	.element-slogan .has_button .btn-large {
		display: block;
		float: none;
		margin: 0 0 10px 0;
	}
	.element-slogan .slogan .slogan-text { 
		display: block;
		font-size: 1.3em;
		text-align: center;
	}

	/* Builder - Divider */
	.divider-shadow {
		background-size:100%;
	}
	
	/* Posts */
	.attachment-small {
		width:40%;
	}
	
	/* Comments */
	#comments {
		font-size: .85em;
	}
	#comments .comment-body {
		padding: 2px 10px;
	}
	#comments .comment-author,
	#comments .comment-meta {
		padding-left: 35px;
	}
	#comments .comment-body .avatar {
		top: 5px;
		left: 5px;
		width: 30px;
		height: 30px;
	}
}

/* All Sliders */
.standard-slider-wrapper .slides-wrapper {
    background: transparent;
}

/* Coalition Slider */

.coalition-logos h2 {
    margin: 0px;
}

#tb-slider-coalition-logos {
    max-width: 705px;
    min-height:80px;
}

#tb-slider-coalition-logos .flexslider .slides img {
    max-width: 100%;
    display: inline;
}

.standard-slider-wrapper .slides-wrapper.slides-wrapper-coalition-logos {
    background: #ffffff;
}

.standard-slider-wrapper .slides-wrapper.slides-wrapper-coalition-logos .slide-body img {
    margin-right: 20px;
}

.coalition-logos .element {
    padding-bottom: 0px;
}

/* Home Columns & Custom widgets */
.home-col {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	height: 348px;
	//max-width: 288px;
	padding: 5px;
}
.home-col h3 {
	margin-top: 2px;
}
.fb-col {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	//height: 360px;
	//max-width: 288px;
	padding: 0 5px;
}

/* #WhattheFrack Popup */
@media (min-width: 768px){
	#fancybox-wrap div {
		max-height: 600px;
	}	
}
body.custom-layout-whatthefrack-popup {
	background: #c82128;
	color: #ffffff;
}

.custom-layout-whatthefrack-popup .element {
	padding-bottom: 0px;
}
.custom-layout-whatthefrack-popup #top, 
.custom-layout-whatthefrack-popup #bottom,
.custom-layout-whatthefrack-popup #wpadminbar {
	display: none;
}
.custom-layout-whatthefrack-popup h1 a,
.custom-layout-whatthefrack-popup h1 a:hover {
	color:#fff;
	font-size: 1.3em;
}
#tb-slider-whatthefrack-photos {
	background: #333;
}

.custom-layout-whatthefrack-popup .standard-slider .media-align-left .content-inner, 
.custom-layout-whatthefrack-popup .standard-slider .media-align-right .content-inner {
	padding: 0;
	margin-top: -5px;
	margin-right: 20px;
	margin-left: 20px;
}
.custom-layout-whatthefrack-popup div.wpcf7 input[type="text"],
.custom-layout-whatthefrack-popup div.wpcf7 select {
	max-width:100%;
}
.custom-layout-whatthefrack-popup a,
.custom-layout-whatthefrack-popup a:hover {
	color:#07293C;
}

.custom-layout-whatthefrack-popup img.popup-logo {
	max-height:50px;
	margin: 0 20px;
}

.custom-layout-whatthefrack-popup a.show-videos {
	float: right;
	display: inline;
	margin-top: 12px;
	color: #105C88;
}

@media (max-width: 600px) {
	#fancybox-wrap {
		top:20px !important;
		left:5px !important;
		width:inherit !important;
	}
	.custom-layout-whatthefrack-popup #main {padding:5px;}
	#fancybox-content {
		min-width: 280px !important;
		min-height: 950px !important;
	}
	.custom-layout-whatthefrack-popup h2 {text-align:center;color:#333;}
	.standard-slider .media-align-left .grid_fifth_3, .standard-slider .media-align-right .grid_fifth_2 {
		float:none;
		width: 100%;
		position: absolute;
		top: 10px;
	}
	.standard-slider .media-align-left .grid_fifth_2, .standard-slider .media-align-right .grid_fifth_3 {
		float: none;
		position: relative;
		margin-top: 140px;
	}
	.standard-slider .media-align-left .slide-title, .standard-slider .media-align-right .slide-title {
		font-size: 1.5em;
	}
	.tight .grid_fifth_2 {
		width: 100%;
	}
	.flexslider {
		width: 95%;
	}
	.custom-layout-whatthefrack-popup img.popup-logo {
		max-height: 50px;
		margin: 5px auto;
		display: block;
	}
}
/* #WhattheFrack Video */
.custom-layout-whatthefrack-videos-page #tb-slider-whatthefrack-video {
	background: #c82128;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	color: #ffffff;
}

.custom-layout-whatthefrack-videos-page .standard-slider-wrapper .slides-wrapper.slides-wrapper-whatthefrack-video {
	padding: 0px;
}

.custom-layout-whatthefrack-videos-page  .standard-slider .media-align-left .content-inner {
	padding: 0px 20px;
}
.custom-layout-whatthefrack-videos-page .column.grid_4 {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	width: 29.39%;
	min-height:440px;
}
.custom-layout-whatthefrack-videos-page img.alignleft {
	height: 65px;
	margin-right: 10px;
	width: auto;
}
.custom-layout-whatthefrack-videos-page .logos {
	text-align: center;
}
.custom-layout-whatthefrack-videos-page img.banfracking {
	margin: 0 20px;
}
.custom-layout-whatthefrack-videos-page img.aaf-logo {
	max-height: 100px;
}
.custom-layout-whatthefrack-videos-page img.fww-logo {
	max-height: 100px;
}
.custom-layout-whatthefrack-videos-page img.ema-logo {
	max-height: 50px;
}
.custom-layout-whatthefrack-videos-page img.ame-logo {
	max-height: 100px;
}

/* #WhattheFrack Instagram */
.custom-layout-whatthefrack-instagram-page .embed-container {position: relative; padding-bottom: 100%; padding-top: 0; height: 0; overflow: hidden;} 
.custom-layout-whatthefrack-instagram-page .embed-container video, .custom-layout-whatthefrack-instagram-page .embed-container object, .custom-layout-whatthefrack-instagram-page .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
.custom-layout-whatthefrack-instagram-page .embed-container p { position: relative; top: 0; left: 0; width: 100%; }

.custom-layout-whatthefrack-instagram-page .sign-up {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
}
.custom-layout-whatthefrack-instagram-page img.alignleft {
	height: 65px;
	margin-right: 10px;
	width: auto;
}
.custom-layout-whatthefrack-instagram-page .logos {
	text-align: center;
}
.custom-layout-whatthefrack-instagram-page img.banfracking {
	margin: 10px 0;
}
.custom-layout-whatthefrack-instagram-page img.aaf-logo {
	max-height: 100px;
}
.custom-layout-whatthefrack-instagram-page img.fww-logo {
	max-height: 100px;
}
.custom-layout-whatthefrack-instagram-page img.ema-logo {
	max-height: 50px;
}
.custom-layout-whatthefrack-instagram-page img.ame-logo {
	max-height: 100px;
}