/*
Theme Name: SamWitter
Theme URI: http://wordpress.org/themes/samwitter
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of SamWitter (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: SamWitter is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving SamWitter, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/samwitter/3.3&new_path=/samwitter/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/samwitter/3.3&new_path=/samwitter/4.0) just how much we've revamped things. Last, but not least, SamWitter has now been <a href="https://github.com/tidythemes/samwitter">opened up on GitHub</a> (github.com/tidythemes/samwitter) if anyone would like to make suggested code additions/improvements. Thank you for using SamWitter.
Version: 4.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: samwitter

SamWitter WordPress Theme © 2011-2014 TidyThemes
SamWitter is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


.wrapper {
	width:100%;
}

.container {
	padding:0 20px;
}

.content {
	max-width: 990px;
	width:100%;
	margin:0 auto;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.spacer {
	clear:both;
}

body {
	background-image:url(images/bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#2c2c2c;
	text-align: center;
}

.samwitter {
	width:100%;
	height:auto;
	margin:40px auto 20px;
}

.samwitter img{
	background-image:url(images/samwitter.png);
	background-repeat: no-repeat;
	background-size:100% auto;
}

h1 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:40px;
	margin:20px auto 0;
	text-transform: uppercase;
	color:#fff;
}

h2 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size:40px;
	margin:15% auto;
	text-transform: uppercase;
	color:#00dc8a;
}

.txt-top p {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:25px;
	margin:0px auto 20px;
	color:#fff;
}

.form input[type="text"], .form input[type="email"] {
	background-color:#ffffff;
	border-radius: 10px;
	border:medium none;
	width:24.3%;
	padding:10px 5px 10px 10px;
	font-family: "futura-pt",sans-serif;
	font-size:14px;
}

.form input[name="surname"] {
	margin:0 20px;
}

.form input[type="submit"] {
	width:25%;
	margin:20px auto;
	display:block;
	border-radius: 10px;
	background-color:#00dc8a;
	border:medium none;
	font-family: "futura-pt",sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:10px 0;
	cursor:pointer;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.form input[type="submit"]:hover {
	opacity:0.8;
}

.form span.wpcf7-not-valid-tip {
	position:absolute;
	top:-3px;
	right:24px;
	color:#00dc8a;
	font-family: "futura-pt",sans-serif;
	font-size:12px;
	text-align: right;
}

.form div.wpcf7-response-output {
	margin:0;
	padding:0;
}

.form div.wpcf7-validation-errors,
.form div.wpcf7-mail-sent-ok {
	border:medium none;
	color:#00dc8a;
	font-family: "futura-pt",sans-serif;
	font-size:14px;
	font-weight:bold;
}

.media p {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:22px;
	margin:0px auto 20px;
	color:#fff;
}

.media a:link, .media a:visited,
.k2l a:link, .k2l a:visited {
	color:#00dc8a;
	text-decoration: none;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.media a:hover, .media a:active,
.k2l a: {
	opacity:0.6;
}

.k2l p {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:11px;
	margin-top:40%;
	color:#fff;
}




@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
	.form input[type="submit"] {
		-webkit-appearance: none; 
		-moz-appearance: none;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 667px) { 

	.samwitter img{
		width:100%;
	}

	body {
		background-image:none;
	}

	h1 {
		font-size:20px;
	}

	.txt-top p {
		font-size:20px;
	}

	.form input[type="text"], .form input[type="email"] {
		width:90%;
	}

	.form input[name="surname"] {
		margin:10px auto;
	}

	.form input[type="submit"] {
		width:95%;
		-webkit-appearance: none; -moz-appearance: none;
	}

}

































