/*
Theme Name: SmartScreen Child
Description: Child theme for the Smartscreen
Author: Your name here
Template: smartscreen
*/

@import url("../smartscreen/style.css");

.menu-toggle {
	display: none;
}


body {
	color: #555;
	line-height: 20px;
	padding-top: 46px;
}


/* footer copyright overrides */
.copyright {
    float: none;
    padding: 2px 0px 4px 0px;
}
/* icon-based special links */
#footernav-a {
	font-size: 12px;
    color: #fff;
    display: block;
    margin-right: 10px;
    float: left;
}
/* standard boring footer links */
#footernav-b {
	font-size: 11px;
    color: #efefef;
    display: block;
    float: left;
    padding-top: 8px;
}

#footernav-a li, #footernav-b li
{
	display: block;
	float:left;
	list-style-type: none;
	padding-right: 2px;
	margin-right: 8px;
}

#footernav-a img { 
	float: left;
}

#footernav-a .icontext {
	display: inline-block;
	float: left;
	padding-top: 7px;
}

#footernav-mobile {
    display: none;
}

.donate-form {
	font: 11px;
    color: #fff;
    float: left;
    padding: 5px 0 0 0px;
}

.rightside {
	margin: 5px;
	border: 1px solid #999;
	float: right;
}

.leftside {
	margin: 5px;
	border: 1px solid #999;
	float: left;
}


a#btn-crowd {
	background: url(images/btn-crowd.png) no-repeat;
	width: 23px;
	height: 21px;
	display: inline-block;
	margin-top: 4px;
}

.footerdonate li a.button span {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/btn_glow.png") center top repeat-x;
    border-top: 1px solid rgba(255, 255, 255, .5);
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.footerdonate li a.s-button {
    padding: 5px 10px;
    font-size: 18px;
    color: #fff !important;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    
    display: inline-block;
    position: relative;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -ms-transition: background-color .5s;
    transition: background-color .5s;
}
.footerdonate li a.s-button:hover {
    background-color: #0182AC;
}

.footerdonate li a.small {
    font-size: 11px;
    margin-right: 5px;
    padding: 2px 4px 2px 4px;
}

.footerdonate li a.large {
    font-size: 14px;
    margin-right: 5px;
    padding: 4px 16px;
    font-family: "Mako", Arial, sans-serif !important;
    font-weight: normal;
    text-shadow: none;  
}

/* Gravity Forms */

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea {

	-webkit-appearance: textfield;

	padding: 3px !important;

	background-color: white;

	border: 1px solid #CCC;

	border-image: initial;

	-webkit-rtl-ordering: logical;

	-webkit-user-select: text;

	cursor: auto;	

}

/* TOP FORM */

#top-form {
	display: block;
	height: 32px;
	width: 702px;
	position: absolute;
	top: 0;
	left: 42%;
	z-index: 9999;
	background: rgba(153, 153, 153, .9);
	-webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
	line-height: 32px;
	padding: 0 1% 0 0;
	margin: 0;
}

#top-form .donateformheader {
	font-size: 12px;
	font-weight: normal;
	float: left;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 0 0 20px;
	padding: 0;
	height: 32px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#top-form ul {
	margin: 0;
	padding: 0;
	float: right;
}

#top-form ul li {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	height: 32px;
	line-height: 32px;
}

#top-form ul li a {
	color: #fff;
	font-weight: normal;
}

#top-form ul li a:hover {
	color: #0182AC;
}


#top-form ul li input {
	margin-right: 3px;
}

#top-form #gform_submit_button_5 {
	border: 0;
	background: url(images/btn-donate-top.png) no-repeat;
	border: 0;
	height: 22px;
	line-height: 100%;
	width: 76px;
	padding: 0 0 0 18px;
	font-family: "Mako", Arial, sans-serif;
	font-weight: normal;
	margin-left: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

#top-form #gform_submit_button_5:hover {
	cursor: pointer;
}

@media screen and (max-width: 480px){

	#controls-wrap {
		display: none !important;	
	}
	
	/* Class must be added via backend to all infographics. */
	img.infographic {
		display: none !important;	
	}

	#sidebar, #slidecaption { 
		display: block !important;
	} 

   /* toggle select menu for smallest screen */
   #footernav-b  { display: none; }
   #footernav-mobile { display: inline; }
   .icontext { display: none; }

	/* obsolete
	#footer-left {
		width: 100%;
		float: left;
	}

	#footer-right {
		width: 100%;
		float: left;
		padding: 30px 20px 20px 45px;
	} */

	/* hide factoids on smallest screen 
	p img { display: none;}    */

	#sidebar {
		width: 100% !important;
		max-width: 200px !important;
	}
	
	.slider-caption {
			padding: 10px 5px 10px 15px;
	}

	#slidecaption {
		width: 100% !important;
		max-width: 320px !important;
		right: 50px !important;
		bottom: 58px;
		padding: 0;
		display: none !important;
	}
	
	#slidecaption a {
		padding: 0;
	}
	
	#slidecaption a p {
		font-size: 10px;
	}
	
	#slidecaption h2 {
		font-size: 18px;	
	}
	
	#top-form ul li {
		margin-right: 0;
		margin-left: 5px;
	}
	
	#top-form ul li input {
		margin-left: 0:
	}
	
	#top-form ul li label {
		font-size: 11px;
	}
	
	#top-form {
		height: 96px;	
	}
	
	#top-form ul {
		display: block;
		float: left;	
		clear: left;
		margin: 0 0 0 0;
	}
	
	#top-form .donateformheader {
		margin: 0 0 0 10px;
	}
	
	#top-form #gform_submit_button_5 {
		margin-right: 0;
		margin-top: 5px;
		margin-left: 0;
		float: left;
		clear: left;
	}
	
	#menu-wrap {
		top: 74px;
	}
	
		#wrap {
		top: 88px;
	}
}

