/*
Theme Name: Adopt A Star
Description: This Child theme modifies the default Jump Start theme to have an overall dark style.
Author: Robert Piller
Template: jumpstart
*/

/**
 * Include themeblvd-dark.css
 *
 * In this file we've taken all of the items buried
 * within the framework and "dark-ified" them for you.
 */

@import url('../jumpstart/framework/assets/css/themeblvd-dark.min.css');

/**
 * 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 dark style.
 *
 * 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: #000;
}
#bg1,
#bg2,
#bg3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.ie6 #bg1,
.ie6 #bg2,
.ie6 #bg3 {
	display: none;
}
#bg1 {
	background: url(assets/images/stars1.png);
}
#bg2 {
	background: url(assets/images/stars2.png);
}
#bg3 {
	background: url(assets/images/stars3.png);
}
#container {
	background: #000;
	background: rgba(0,0,0,.75);
	margin: 0 auto;
	max-width: 980px;
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255,255,255,.75);
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255,255,255,.75);
	box-shadow: 0 0 10px #fff;
}
.no-boxshadow #container {
	border-bottom: 1px solid #fff;
}
#wrapper {
	min-width: 320px;
}

/* =Global Elements and Typography
-------------------------------------------------------------- */

html,
body {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}
.anchor {
	padding-top: 90px;
	margin-top: -90px;
}
.lte9 .anchor {
	padding-top: 50px;
	margin-top: -50px;
}
.pointer:hover {
	cursor: pointer;
}
blockquote {
	background: url(assets/images/blockquote_bg.jpg);
	background-size: cover;
	border-left: none;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #000;
}
blockquote p {
	line-height: 56px;
	font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	margin-bottom: .4em;
}
h1 {
	font-size: 27px; /* Fallback for older browsers */
	font-size: 2.3rem;
}
h2 {
	font-size: 24px; /* Fallback for older browsers */
	font-size: 1.85rem;
}
h3 {
	font-size: 18px; /* Fallback for older browsers */
	font-size: 1.4rem;
}
h4 {
	font-size: 14px; /* Fallback for older browsers */
	font-size: 1.1rem;
}
h5 {
	font-size: 13px; /* Fallback for older browsers */
	font-size: 1rem;
}
h6 {
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	color: #999999;
	text-transform: uppercase;
}
p {
	margin-bottom: 1.38em;
}

/* =Content
----------------------------------------------- */

.element {
	padding-bottom: 0;
}

/* Titles */
.entry-title {
	margin: 0 0 10px 0;
}
.entry-title-with-meta {
	margin: 0;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}

/* 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;
}
.wp-image-140 {
	border: 1px solid rgba(255,255,255,.7);
	box-shadow: 0 0 5px #fff;
}
#divider {
	width: 420px;
	height: 90px;
	margin: 0 auto;
	background: url(assets/images/divider-starburst.png) no-repeat center center;
}

/* Social Links */
#social_links {
	margin: 0px 20px -20px;
    position: relative;
    top: -40px;
}
.page #social_links {
	margin: 0 0 0px;
}
#icon-fb,
#icon-gp,
#icon-tw {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	color: #fff;
}
#icon-fb {
	background: #3b5998;
	margin: 2px 0 0 0px;
}
#icon-gp {
	background: #dd4b39;
	margin: 2px 3px 0 5px;
}
#icon-tw {
	background: #00aced;
	margin: 2px 0 0 5px;
}
a.socialink {
	text-decoration: none;
	text-align: center;
}
a.socialink:hover {
	filter: alpha(opacity=80);
	opacity: .8;
}
#___plus_0 {
	position: relative;
	top: 2px;
}
.fb-like {
	top: -8px;
	margin-top: 10px;
}
.twitter-share-button {
	width: 81px !important;
	position: relative;
	top: 2px;
}

/* =Top
-------------------------------------------------------------- */

#top {
	position: relative;
}
#header_content {
	padding: 60px 0 0 0;
}

/* Text Logo */
.header_logo_text {
	position: absolute;
	top: 70px;
	left: 210px;
}
.header_logo_text .tb-text-logo {
	font-family: Ruthie, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 144px;
	margin: 0;
}
.header_logo_text .tb-text-logo a {
	color: #fff;
	text-decoration: none;
}
.header_logo_text .tagline {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: -50px;
	left: 69px;
}
.no-textshadow .header_logo_text .tagline {
	top: 0;
	left: 0;
}
.textshadow a.star .sdesc,
.textshadow a.star:hover .sprice,
.textshadow div.wpcf7 input[type="submit"]:hover,
.textshadow .donate_box input[type="submit"],
.textshadow #primary-menu li a:hover {
	color: #000;
	text-shadow: -1px 0 2px #fff, -1px -1px 2px #fff, 0 -1px 2px #fff, 1px -1px 2px #fff, 1px 0 2px #fff, 1px 1px 2px #fff, 0 1px 2px #fff, -1px 1px 2px #fff;
}
.textshadow .header_logo_text .tb-text-logo a {
	color: #000;
	text-shadow: -1px 0 2px #fff, -1px -1px 2px #fff, 0 -1px 2px #fff, 1px -1px 2px #fff, 1px 0 2px #fff, 1px 1px 2px #fff, 0 1px 2px #fff, -1px 1px 2px #fff, 0 -10px 20px rgba(255,255,255,.5);
}

/* Primary Navigation */
#access {
	background-color: #000;
	position: fixed;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	z-index: 200;
	box-shadow: 0 20px 20px #000;
}

#primary-menu {
	box-shadow: 0 3px 8px rgba(0,0,0,.4);
	width: 100%;
	display: table;
}
.sf-menu a.sf-with-ul {
	padding-right: 0 !important;
}

/* Level 1-3 */
#primary-menu li a {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	white-space: nowrap;
	text-decoration: none;
}
#primary-menu li a .sf-sub-indicator {
	display: none;
}
.textshadow #primary-menu li a:hover {
	color: #000;
	text-shadow: -1px 0 3px #fff, -1px -1px 3px #fff, 0 -1px 3px #fff, 1px -1px 3px #fff, 1px 0 3px #fff, 1px 1px 3px #fff, 0 1px 3px #fff, -1px 1px 3px #fff;
}

/* Level 1 only */
#primary-menu > li {
	display: table-cell;
	width: auto;
	float: none !important;
}
.lte7 #primary-menu > li {
	float: left !important;
	padding: 0 40px;
}
#primary-menu > li > a {
	line-height: 50px; /* Shapes the HEIGHT of the 1st level anchors */
	padding-top: 10px;
	text-align: center;
}
#primary-menu > li.current_page_item > a {
	/* Style current active menu item on 1st level */
}
#primary-menu > li.current-menu-ancestor > a {
	/* Style current parent menu item present on 1st level */
}

/* Level 2 and 3 */
#primary-menu ul {
	background: #000;
	box-shadow: 0 10px 10px 10px #000;
	padding: 0 10px;
}
#primary-menu li li a {
	padding: 5px;
	font-size: 16px;
}
#primary-menu li li.nav-header {
	color: #ffffff; /* Slightly lighter color than links */
	font-size: .9em; /* Font size is 90% of everything else to compensate for being bold and uppercase */
	font-weight: bold;
	padding: 7px 10px;
	text-transform: uppercase;
}
#primary-menu li li.divider {
	background-color: #000000; /* Color of deviders */
	border-bottom: none; /* Override Bootstrap's default 1px white bottom border */
}

/* Level 2 only */
#primary-menu > li > ul {
	
}

/* =Page
----------------------------------------------- */

#home {
	margin: 0 20px 20px;
}

.page #main {
	margin: 0 20px;
}

/* Adopt a Stars */

a#syellow {
	background: url(assets/images/adopt-a-star_yellow.png) no-repeat center top;
}
a#sred {
	background: url(assets/images/adopt-a-star_red.png) no-repeat center top;
}
a#sgreen {
	background: url(assets/images/adopt-a-star_green.png) no-repeat center top;
}
a#sblue {
	background: url(assets/images/adopt-a-star_blue.png) no-repeat center top;
}
a.star {
	display: block;
	float: left;
	width: 245px;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
}
.lte9 a.star {
	margin-bottom: 0;
}
.lte7 a.star {
	width: 240px;
}
.sdesc {
	display: block;
	width: 100px;
	height: 72px;
	margin: 90px auto 60px;
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	color: #fff;
}
.sprice {
	font-size: 36px;
	font-weight: bold;
}

/* Adopt a Boxes */

#target {
	box-shadow: 0 0 5px 1px #fff, inset 0 0 50px -5px #fc0;
}
#double {
	box-shadow: 0 0 5px 1px #fff, inset 0 0 50px -5px #c00;
}
#candidate {
	box-shadow: 0 0 5px 1px #fff, inset 0 0 50px -5px #090;
}
#planet {
	box-shadow: 0 0 5px 1px #fff, inset 0 0 50px -5px #03f;
}
.fancy_outline {
	position: relative;
	margin: 25px 0;
	padding: 20px;
}
/*.fancy_outline:before {
	content: "";
	position: absolute;
	top: -23px;
	right: 20px;
	width: 680px;
	height: 45px;
	background: url('assets/images/divider-planets.png') no-repeat;
	z-index: 2;
}*/
.fancy_inner {
	padding: 20px;
	box-shadow: 0 0 5px 1px #fff;
	border-radius: 30px;
}
.no-boxshadow .fancy_inner {
	padding: 19px;
}
.no-boxshadow #target .fancy_inner {
	border: 1px solid #fc0;
}
.no-boxshadow #double .fancy_inner {
	border: 1px solid #c00;
}
.no-boxshadow #candidate .fancy_inner {
	border: 1px solid #090;
}
.no-boxshadow #planet .fancy_inner {
	border: 1px solid #03f;
}
.fancy_inner h2 {
	margin-top: 0;
	line-height: 100%;
}
.donate_box {
	width: 450px;
	float: left;
	font-size: 20px;
}
.donate_box input[type="text"] {
	background-color: transparent;
	border: 1px solid #fff;
	border-top-color: #000 !important;
	border-right-color: #000 !important;
	border-left-color: #000 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	font-style: italic;
}
.donate_box input[type="text"]:active,
.donate_box input[type="text"]:focus,
.donate_box input[type="text"]:hover {
	box-shadow: inset 0 0 5px #fff;
	border: 1px solid #fff !important;
}
.donate_box .kic_number {
	height: 35px;
	line-height: 1;
	padding: 2px 6px;
	font-size: 20px;
	width: 155px;
}
.donate_box .adopted_by {
	width: 290px;
	font-size: 20px;
	position: relative;
	top: 3px;
}
.donate_box input[type="submit"] {
	width: 200px;
	height: 50px;
	border-radius: 30px;
	border: none;
	float: right;
	margin: 10px 85px 0 0;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}
.donate_box input[type="submit"]:hover {
	color: #fff;
	text-shadow: none;
}
#target input[type="submit"] {
	background: #e1b400;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxYjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDFhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e1b400 0%, #201a00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1b400), color-stop(100%,#201a00));
	background: -webkit-linear-gradient(top, #e1b400 0%,#201a00 100%);
	background: -o-linear-gradient(top, #e1b400 0%,#201a00 100%);
	background: -ms-linear-gradient(top, #e1b400 0%,#201a00 100%);
	background: linear-gradient(to bottom, #e1b400 0%,#201a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1b400', endColorstr='#201a00',GradientType=0 );
}
#double input[type="submit"] {
	background: #b40000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b40000 0%, #1a0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b40000), color-stop(100%,#1a0000));
	background: -webkit-linear-gradient(top,  #b40000 0%,#1a0000 100%);
	background: -o-linear-gradient(top,  #b40000 0%,#1a0000 100%);
	background: -ms-linear-gradient(top,  #b40000 0%,#1a0000 100%);
	background: linear-gradient(to bottom,  #b40000 0%,#1a0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#1a0000',GradientType=0 );
}
#candidate input[type="submit"] {
	background: #008700;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDEzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #008700 0%, #001300 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008700), color-stop(100%,#001300));
	background: -webkit-linear-gradient(top, #008700 0%,#001300 100%);
	background: -o-linear-gradient(top, #008700 0%,#001300 100%);
	background: -ms-linear-gradient(top, #008700 0%,#001300 100%);
	background: linear-gradient(to bottom, #008700 0%,#001300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008700', endColorstr='#001300',GradientType=0 );
}
#planet input[type="submit"] {
	background: #002de1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmRlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDA2MjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #002de1 0%, #000620 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002de1), color-stop(100%,#000620));
	background: -webkit-linear-gradient(top, #002de1 0%,#000620 100%);
	background: -o-linear-gradient(top, #002de1 0%,#000620 100%);
	background: -ms-linear-gradient(top, #002de1 0%,#000620 100%);
	background: linear-gradient(to bottom, #002de1 0%,#000620 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002de1', endColorstr='#000620',GradientType=0 );
}
.instruction_box {
	width: 450px;
	float: left;
}
.instruction_box li {
	margin-top: 1em;
}

/* News */

h3.journalists {
	text-align: right;
	margin-right: 40px;
}
ul.articles,
ul.journalists {
	margin: 0 40px;
	list-style: none;
}
ul.articles i {
	margin-right: 5px;
}
ul.journalists {
	text-align: right;
}
#news_covers a {
	margin: 25px 25px 10px;
	display: inline-block;
}
#news_covers a:hover,
a img:hover {
	filter: alpha(opacity=80);
	opacity: .8;
}

/* About */

.padded {
	padding: 0 40px;
}

/* Contact */

form.wpcf7-form {
	margin: 20px 40px;
}
div.wpcf7 img.ajax-loader {
    float: right;
    position: relative;
    top: 15px;
}
div.wpcf7 input[type="email"],
div.wpcf7 input[type="text"] {
    margin-right: 0;
    max-width: none;
    width: 226px;
}
div.wpcf7 input[type="email"],
div.wpcf7 input[type="text"],
div.wpcf7 textarea,
div.wpcf7 input[type="submit"] {
	font-size: 16px;
	background-color: transparent;
	border-color: #fff;
	border-color: rgba(255,255,255,.7);
	-webkit-box-shadow: inset 0 0 5px #fff;
	-moz-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
div.wpcf7 input[type="email"]:active,
div.wpcf7 input[type="email"]:focus,
div.wpcf7 input[type="text"]:active,
div.wpcf7 input[type="text"]:focus,
div.wpcf7 textarea:active,
div.wpcf7 textarea:focus,
div.wpcf7 input[type="submit"]:active,
div.wpcf7 input[type="submit"]:focus {
	border-color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div.wpcf7 input[type="submit"] {
	position: relative;
	top: 25px;
	left: 300px;
	width: 238px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	/*top: 0;
	left: 75px;
	width: 75px;
	height: 75px;
	border-radius: 40px;*/
}
div.wpcf7 textarea {
	margin-top: 5px;
}
span.wpcf7-not-valid-tip {
	top: 30px;
	width: 100%;
}
.three00 {
	width: 300px;
	padding-bottom: 15px;
	float: left;
}

/* Stars with Planets */

#early-adopters,
#planet-hosts {
	width: 100%;
}
#early-adopters td,
#planet-hosts td {
	vertical-align: top;
}
#planet-hosts th {
	text-align: left;
}

/* =Bottom
----------------------------------------------- */

/* Footer Columns */
#footer_content {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 30px 5px;
}

/* Copyright */
#footer_sub_content {
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	padding: 20px;
	text-align: center;
}

/* =Transitions
------------------------------------------------- */

a,
a img,
input,
input.donate_button[type="submit"],
#news_covers a,
.sprice {
	-webkit-transition: all .3s ease;
	-khtml-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

nothing {
	-webkit-transition: none;
	-khtml-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* =Optimized for Tablets
------------------------------------------------- */

@media (max-width: 979px) {

	/* Primary Navigation */
	#access {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	
	.header_logo_text .tb-text-logo {
		font-size: 110px;
	}
	.header_logo_text .tagline {
	    font-size: 16px;
	    font-weight: normal;
	    top: -33px;
	    left: 0px;
    }
    
    div.wpcf7 input[type="submit"] {
		left: 148px;
	}

}

/* =Optimized for Mobile Devices
------------------------------------------------- */

@media (max-width: 767px) {
	
	#container {
		border-left: none;
		border-right: none;
		box-shadow: none;
	}
	
	/* Typography */
	h1 {
		font-size: 24px; /* Fallback for older browsers */
		font-size: 1.85rem;
		line-height: 1.3em;
	}
	
	/* Top */
	#header_content {
	    padding: 70px 0px 20px;
	}
	.header_logo_text {
	    left: 0;
	    width: 100%;
	}
	.header_logo_text .tb-text-logo {
		font-size: 80px;
		padding: 0 0 0 100px;
	}
	.header_logo_text .tagline {
		top: -24px;
	    left: 0px;
		width: 100%;
	    display: block;
	    font-size: 12px;
	    line-height: 20px;
	    text-align: center;
	}
	
	/* Primary Navigation */
	#primary-menu li a {
		font-size: 16px;
		letter-spacing: 0;
	}
	
	a.star {
		width: 240px;
	}
	
	.donate_box,
	.instruction_box {
    	width: 100%;
    }
    
    .donate_box input[type="submit"] {
	    float: none;
	    margin: 20px auto;
	    display: block;
	}
	
	#news_covers a {
    	margin: 10px 9px 10px;
    }
    
	div.wpcf7 input[type="submit"] {
    	left: 0;
    }
    div.clearfix.lastone {
		display: none;
	}
	
	#early-adopters,
	#planet-hosts {
		font-size: 14px;
	}
	
}

/* =Optimized for iPhone portrait orientation
------------------------------------------------- */

@media (max-width: 479px) {
	
	#divider {
		width: 320px;
	}
	
	#icon-fb {
		margin: 0 0 0 8px;
	}
	
	/* Top */
	#header_content {
	    padding: 70px 0;
	}
	.header_logo_text .tb-text-logo {
		font-size: 52px;
		padding: 0 0 0 70px;
	}
	.header_logo_text .tagline {
	    left: 20px;
	    top: 5px;
	    width: 280px;
	}
	
	/* Primary Navigation */
	#primary-menu li a {
		font-size: 12px;
	}
	
	a.star {
		width: 320px;
	}
	
	.donate_box .adopted_by {
		width: 226px;
		font-size: 16px;
	}
	
	ul.articles,
	ul.journalists {
    	margin: 0px 20px;
    }
    h3.journalists {
		margin-right: 20px;
	}
	.padded {
	    padding: 0px 20px;
	}
	
	.three00 {
    	width: 240px;
    }
    div.wpcf7 input[type="submit"] {
    	top: 0;
	}
	
}