/*
Theme Name: 	MI Effects
Theme URI: 		http://mieffects.com
Description: 	The totally awesome MI Effects theme!
Version: 		1.0
Author: 		Jon Bloomer
Author URI: 	http://freaksauce.com
*/
@import 'css/bootstrap.min.css';


body {
	font-family: 'futura-pt',sans-serif;
	height: 100%;
}
h1 a:hover,h2 a:hover,h3 a:hover {
	text-decoration: none;
}

row-fluid { 
overflow: auto;
padding-bottom: 100px;
}

ul {
	list-style: none;	
}
a {
	color: #000;
	word-wrap: break-word;
	-ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for webkit */
    word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	font-weight: 300;
}
h2 {
	font-size: 30px;
	font-family: 'futura-pt-condensed', sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
}

/* @group HEADER */

header {
	height: 80px;
	background: #000;
	margin: 0;
	position: relative;
	z-index: 1000001;
}
header h1 {
	background: url(https://miaudio.com/wp-content/uploads/2022/08/mi_logo.jpg) no-repeat;
	width:150px;
	/*background: url(https://miaudio.com/wp-content/uploads/2014/05/miaudio-twicon.jpg) no-repeat;*/
	
	/*width: 162px;*/
	height: 150px;
	text-indent: -9000px;
	margin-left: 20px;
}


header h1 a {
	color: #fff;
	display: block;
	height: 93px;
}
header .nav {
	visibility: hidden;
	position: absolute;
	top: 30px;
	right: 20px;
	/*overflow: auto;*/
}
header .nav li {
	display: inline;
	padding-left: 36px;
}
header .nav li a {
	font-weight: 200;
	font-size: 20px;
	color: #fff;
	text-decoration : none !important;
	/*text-transform: uppercase;*/
	font-family: 'futura-pt-condensed', sans-serif;
	letter-spacing: 1px;
}
header .nav li a:hover {
	text-decoration: none;
}
header #social_links {
	position: absolute;
	right: 20px;
	top: 20px;
	display:none
}
header #social_links ul {
	margin: 0;
	padding: 0;
}
header #social_links li {
	float: left;
	margin-left: 4px;
}
header #social_links li a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(img/social_icons.gif) no-repeat 0 0;
	text-indent: -9000px;
}
header #social_links li#social_twitter a {
	background-position: -64px;
}
header #social_links li#social_googleplus a {
	background-position: -32px;
}
header #social_links li#social_instagram a {
	background-position: -96px;
}
header #social_links li#social_soundcloud a {
	background-position: -128px;
}
header #social_links li#social_youtube a {
	background-position: -160px;
}
header #social_links li#social_vimeo a {
	background-position: -192px;
}
header #social_links li#social_rss a {
	background-position: -224px;
}
header #social_links li#social_email a {
	background-position: -256px;
}
.tinynav { display: none }

/* @end HEADER */

/* @group CONTENT */

.row-fluid {
	margin-bottom: 20px;
}

/* @group HOME */

.home .row-fluid h2 {
	margin: 0;
	background: #000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.home .row-fluid h2 a {
	color: #fff;
}
.home .row-fluid h3 {
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
}
.home .row-fluid h3 a {
	color: #000;
}
.home #content_rows p {
	font-size: 18px;
	text-align: center;
}
.home .content_cols h2 {
	margin-bottom: 10px;
}
.home .content_cols p {
	font-size: 16px;
	text-align: center;
}

/* @end HOME */

/* @group PRODUCTS */

.post-type-archive-effects .product_info, .post-type-archive-amplifiers .product_info {
	min-height: 150px;
}
.post-type-archive-effects .product_info p, .post-type-archive-amplifiers .product_info p {
	font-size: 18px;
	line-height: 22px;
	padding: 10px 15px 0;
}
.post-type-archive-effects .product_info h2, .post-type-archive-amplifiers .product_info h2 {
	background: #000;
	color: #fff;
	font-weight: 400;
	padding: 5px 0 5px 20px;
	text-transform: uppercase;
}
.post-type-archive-effects .product_info h2 em, .post-type-archive-amplifiers .product_info h2 em {
	font-weight: 500;
	font-style: normal;
	padding-right: 20px;
}

#discontinued li {
	float: left;
}

.single-effects {
	
}
.single-effects p, .single-amplifiers p {
	font-size: 16px;
}
.single-effects #section_nav, .single-amplifiers #section_nav {
	background: #000;
	overflow: hidden;
}
.single-effects #section_nav li, .single-amplifiers #section_nav li {
	line-height: 40px;
	text-align: center;
	font-family: 'futura-pt-condensed', sans-serif;
}
.single-effects #section_nav li a, .single-amplifiers #section_nav li a {
	border: 1px solid #000;
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	background-color: #000;
	letter-spacing: 1px;
	-webkit-transition:color 300ms ease-in;  
    -moz-transition:color 300ms ease-in;  
    -o-transition:color 300ms ease-in;  
    transition:color 300ms ease-in;  
    -webkit-transition: background-color 300ms linear;
     -moz-transition: background-color 300ms linear;
     -o-transition: background-color 300ms linear;
     -ms-transition: background-color 300ms linear;
     transition: background-color 300ms linear;
}
.single-effects #section_nav li a:hover , .single-amplifiers #section_nav li a:hover {
	text-decoration: none;
	background: #ccc;
	color: #000;
}
.single-effects #section_nav li.selected a, .single-amplifiers #section_nav li.selected a {
	background: #ccc;
	color: #000;
}
.single-effects .section, .single-amplifiers .section {
	display: none;
}
.single-effects .section li, .single-amplifiers .section li {
	list-style: disc;
}
.single-effects .section.selected, .single-amplifiers .section.selected {
	display: block;
}
.single-effects .section li.start, .single-amplifiers .section li.start, .page-template-page-video-php li.start {
	margin-left: 0;
}
.single-effects .section#demos li, .single-amplifiers .section#demos li {
	margin-bottom: 20px;
	list-style: none;
}
.single-effects .section#demos h2, .single-amplifiers .section#demos h2 {
	font-weight: 400;
	font-size: 26px;
}
.single-effects .section#reviews ul#reviews_list li, .single-amplifiers .section#reviews ul#reviews_list li {
	text-align: center;
}
.single-effects .section#reviews ul#reviews_list li h3, .single-amplifiers .section#reviews ul#reviews_list li h3 {
	font-size: 18px;
	text-transform: uppercase;
}
.single-effects .section#reviews ul#reviews_list li h3 a, .single-amplifiers .section#reviews ul#reviews_list li h3 a {
	color: #000;
}
.single-effects .section#manual h2, .single-amplifiers .section#manual h2 {
	text-align: center;
	font-weight: 400;
	font-size: 26px;
	padding: 0;
	margin: 0 0 20px;
}
.single-effects .section#manual h2 a, .single-amplifiers .section#manual h2 a {
	color: #000;
	text-transform: uppercase;
}
.single-effects .section#manual #manual_img, .single-amplifiers .section#manual #manual_img {
	text-align: right;
}

/* @group AMPS */

.post-type-archive-amplifiers #featured-image {
	margin-bottom: 40px;
}
.post-type-archive-amplifiers #thumbs li.end {
	margin-right: 0;
}
.post-type-archive-amplifiers #thumbs .details {
	margin-left:-200px;	
	-webkit-transition: margin-left;
	-moz-transition: margin-left;
	transition: margin-left;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	transition-duration: 250ms;
	width: 277px;
	padding: 0 10px;
}

/* @end AMPS */

/* @end PRODUCTS */

/* @group NEWS */

.page-template-page-news-php {
	
}
.page-template-page-news-php ul#instagram_feed {
	margin: 0;
}
.page-template-page-news-php .instagram-image {
	padding: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 1px #000000;
	box-shadow: 0px 0px 1px #ddd;
}
.page-template-page-news-php .instagram-image.last {
	margin-right: 0;
}
.page-template-page-news-php h2, .page-template-page-r-d-php h2, .single-post h2, .page-template-page-diy-php h2, .category h2, .archive h2 {
	margin: 0 0 20px 0;
	padding: 5px 0 5px 20px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}
.single-post h2 span {
	float: right;
	margin-right: 20px;
	font-size: 16px;
}
.page-template-page-news-php .post, .page-template-page-r-d-php .post, .page-template-page-diy-php .post, .category .post, .archive .post {
	margin-bottom: 0;
}
.page-template-page-news-php .post, .page-template-page-r-d-php .post.first, .page-template-page-diy-php .post.first, .category .post.first, .archive .post.first {
	border-bottom: 5px solid #000;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.page-template-page-news-php .post.last {
	border-bottom: 0;
}
.page-template-page-news-php .post h3, .page-template-page-diy-php .post h3, .page-template-page-r-d-php .post h3, .category .post h3, .archive .post h3 {
	text-align: center;
	font-weight: 400;
	margin: 0 0 10px;
	line-height: 24px;
}
.page-template-page-news-php .post h3 a, .page-template-page-diy-php .post h3 a, .page-template-page-r-d-php .post h3 a, .category .post h3 a, .archive .post h3 a {
	color: #000;
}
.page-template-page-news-php .post p, .page-template-page-r-d-php .post p, .single-post .post p, .page-template-page-diy-php .post p, .page-template-page-r-d-php .post p, .category .post p, .archive .post p {
	font-size: 16px;
}
.page-template-page-news-php .post p.readmore, .page-template-page-diy-php .post p.readmore, .page-template-page-r-d-php .post p.readmore, .category .post p.readmore, .archive .post p.readmore {
	float: left;
}
.page-template-page-news-php .post p.readmore a, .page-template-page-diy-php .post p.readmore a, .page-template-page-r-d-php .post p.readmore a, .category .post p.readmore a, .archive .post p.readmore a {
	color: #000;
}
.page-template-page-news-php .post li, .page-template-page-diy-php .post li, .page-template-page-r-d-php .post li, .category .post li, .archive .post li {
	list-style: disc;
}
.page-template-page-news-php .post .sharethis {
}

.page-template-page-r-d-php .sidebar, .single-post .sidebar, .page-template-page-diy-php .sidebar, .category .sidebar, .archive .sidebar {
	background: #000;
	color: #fff;
	padding-bottom: 10px;
}
.page-template-page-r-d-php .sidebar a, .single-post .sidebar a, .page-template-page-diy-php .sidebar a, .category .sidebar a, .archive .sidebar a {
	color: #fff;
}
.page-template-page-r-d-php .sidebar ul ul, .single-post .sidebar ul ul, .page-template-page-diy-php .sidebar ul ul, .category .sidebar ul ul, .archive .sidebar ul ul {
	margin-left: 0;
}
.category .span9 h1, .archive .span9 h1 {
	font-family: 'futura-pt-condensed';
	font-size: 26px;
}
.wp-pagenavi {
	margin: 20px 0;
}
/* @end NEWS END */

/* @group ARTISTS */

.post-type-archive-artists {
	
}
.post-type-archive-artists h2 {
	background: #000;
	color: #fff;
	font-weight: 400;
	padding: 5px 20px;
	font-size: 30px;
	text-transform: uppercase;
}
.post-type-archive-artists h2 em {
	font-style: normal;
	font-weight: 500;
	padding-right: 30px;
}
.post-type-archive-artists #info .featured-image {
	float: left;
}
.post-type-archive-artists #sm {
	float: right;
	width: 220px;
}
.post-type-archive-artists #info #desc {
	clear: both;
	padding-top: 5px;
}

/* @end ARTISTS */


/* @group DEALERS */

.post-type-archive-dealers {
	
}
.tax-dealers #featured-image {
	position: relative;
}
.tax-dealers #featured-image #overlay {
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/white-trans_tile.png) no-repeat;
	width: 170px;
	height: 170px;
}
.post-type-archive-dealers #featured-image #overlay #overlay_inner {
	position: absolute;
}
.tax-dealers #featured-image #overlay h3, .tax-dealers #featured-image #overlay h4, .tax-dealers #featured-image #overlay h5 {
	color: #000;
	width: 170px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: inherit;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
}
.tax-dealers #featured-image #overlay h3 {
	font-weight: 500;
}
.tax-dealers .addr_details {
	position: relative;
	float: right;
	width: 220px;
}
.tax-dealers .addr_details p {

}
.tax-dealers .gmap {
	float: left;
}
.tax-dealers #desc {
	clear: both;
	margin-right: 10px;
	width: 630px;
}
.tax-dealers .lrg_image {
	float: left;
	margin: 0 10px;
}

#region_nav {
	background: #000;
}
#region_nav ul {
	margin: 0;
}
#region_nav ul li {
	text-align: center;
	float: left;
	padding: 8px 0 11px;
	margin: 0 20px;
}
#region_nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
}

#thumbs {
	/** covers both products, dealers & artists thumbs **/
}
#thumbs li, #discontinued li {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	cursor: pointer;
}
#thumbs li.end, #discontinued li.end {
	margin-right: 0;
}
#thumbs li h2, #discontinued li h2 {
	background: #000;
	color: #fff;
	font-weight: 400;
	padding: 5px 0 5px 20px;
	text-transform: uppercase;
}
#thumbs li h2 em, #discontinued li h2 em {
	font-weight: 500;
	font-style: normal;
	padding-right: 20px;
}
#thumbs li p, #discontinued li p {
	font-size: 18px;
	line-height: 22px;
}
.demo_videos li {
	position: relative;
	margin-bottom: 20px;
}
#thumbs li .overlay, #discontinued li .overlay, .demo_videos li .overlay {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/thumb_overlay.png) 0 0;
	height: 100%;
	width: 100%;							
}
#thumbs li .overlay h3, #thumbs li .overlay h4, #discontinued li .overlay h3, #discontinued li .overlay h4, .demo_videos li .overlay h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	line-height: inherit;
}
#thumbs li .overlay h4, #discontinued li .overlay h4 {
	font-size: 16px;
	font-weight: 400;
}
#thumbs li a, #discontinued li a {
	display: block;
}
#thumbs .details, #discontinued .details {
	margin-left:-200px;	
	-webkit-transition: margin-left;
	-moz-transition: margin-left;
	transition: margin-left;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	transition-duration: 250ms;
	width: 150px;
	padding: 0 10px;
}
#thumbs li#info, #discontinued li#info {
	cursor: default;
}
#discontinued ul {
	margin-left: 0;
}
#sm {
	
}
#sm a {
	display: inline-block!important;
	width: 32px;
	height: 32px;
	text-indent: -9000px;
	margin-right: 3px;
}
#sm p#sm_website {
	margin-bottom: 10px;	
}
#sm p#sm_website a {
	text-indent: 0;
	width: auto;
	height: auto;
	font-size: 16px;
}
#sm #sm_icons {
	float: right;
}
#sm a#sm_facebook {
	background: url(img/sm_icons/facebook.gif) no-repeat;
}
#sm a#sm_twitter {
	background: url(img/sm_icons/twitter.gif) no-repeat;
}
#sm a#sm_youtube {
	background: url(img/sm_icons/youtube.gif) no-repeat;
}
#sm a#sm_soundcloud {
	background: url(img/sm_icons/soundcloud.gif) no-repeat;
}

/* @end DEALERS */

/* @group VIDEO */

.page-template-page-video-php h2 {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 30px;
	margin: 0;
}
.page-template-page-video-php h3 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}
.page-template-page-video-php p {
	font-size: 16px;
}
.page-template-page-video-php .demo_videos ul {
	margin: 0;
	padding: 0;
}
.page-template-page-video-php .demo_videos li {
	cursor: pointer;
}
.page-template-page-video-php .content_cols h2 {
	margin-bottom: 10px;
}
.page-template-page-video-php .content_cols h2 a {
	color: #fff;
}
.page-template-page-video-php .content_cols p {
	font-size: 16px;
	text-align: center;
}
.page-template-page-video-php #main_img {
	position: absolute;
	z-index: 1000000;
	cursor: ;
}

/* @end VIDEO */


/* @group ABOUT US */

.page-template-page-aboutus-php h2 {
	margin: 0;
	padding: 5px 0 5px 20px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}
.page-template-page-aboutus-php h3 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 400;
}
.page-template-page-aboutus-php #about_content p {
	font-size: 16px;
}

/* @end ABOUT US */

/* @group SUPPORT */

.page-template-page-support-php h2 {
	margin: 0;
	padding: 5px 0 5px 20px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}
.page-template-page-support-php h3 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 400;
}
.page-template-page-support-php #faq ul {
	margin: 0;
}
.page-template-page-support-php #faq li {
	font-size: 16px;
	margin-bottom: 10px;
}
.page-template-page-support-php #faq .question {
	font-weight: bold;
}
.page-template-page-support-php #faq .answer {
	display: none;
}

/* @end CONTACT */

.contact h2 {
	margin: 0 0 40px;
	padding: 5px 0 5px 20px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 31px;
}
.contact h3 {
	font-weight: 400;
	margin-bottom: 60px;
}
.contact h4  {
	clear: left;
	float: left;
	width:  170px;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.contact .address p {
	margin-left: 170px;
	font-size: 16px;
	font-weight: 500;
}

/* @group CONTACT */



/* @end SUPPORT */

wpforms-submit-container.button {
    position: absolute;
    top:50%;
    background-color:#0a0a23;
    color: #fff;
    border:none; 
    border-radius:10px; 
    padding:15px;
    min-height:30px; 
    min-width: 120px;
  }

/* @group FORMS */

/* gravity forms */
ul.gform_fields {
	margin: 0;
	padding: 0;
}
ul.gform_fields label {
	clear: left;
	float: left;
	width: 160px;
	font-size: 18px;
}
ul.gform_fields input.medium, ul.gform_fields textarea {
	width: 300px;
}
.gform_footer {
	width: 474px;
}
.gform_footer .gform_button {
	float: right;
	
}
.validation_error {
	color: #ff2200;
	font-weight: 500;
	margin-bottom: 5px;
}
.validation_message {
	margin-bottom: 100px;	
	color: #faa732;
}	

/* @end FORMS */

/* @end CONTENT */

/* @group FOOTER */

footer {
	position: relative;
	background: #000;
	color: #fff;
	height: 75px;
	margin-top: -75px
    clear: both;
	/*margin-bottom: 20px*/;
}


footer #ft_logo {
	float: left;
}
footer #ft_logo img{
	margin: 0px 55px 0 25px;
}
footer ul {
	text-align: center;
}

footer ul#col1, footer ul#col2 {
	float: left;
	margin: 12px 0 0 10px;
	padding: 0;
}
footer ul#col2 {
	margin-left: 80px;
}
footer li {
	display: inline;
	float: right;
	margin: 20px 20px 0 20px;
	
}
footer li a {
	color: #fff;
	font-weight: 700;
	font-family: 'futura-pt-condensed', sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	text-decoration: none !important;
	/*text-transform: uppercase;*/
}
footer li a:hover {
	color: #999;
	text-decoration: none;
}

footer #signup h2 {
	font-size: 21px;
	margin: 0;
	padding: 0;
	text-align: center;
}
footer #signup #mc_embed_signup form {
	padding: 0;
}

footer #signup #tnp-field-email {
	width: 200px;
	display: inline-block;
}

footer #signup input#tnp-1 {
	width: 190px;
	height: 35px;
	display: inline-block;
}
footer #signup input#tnp-subscription {
	margin-top: -10px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: inline-block;
}
footer #signup p {
	font-size: 11px;
	text-align: center;
	line-height: 12px;
}

/* @end FOOTER */

@media (min-width: 768px) and (max-width: 979px) {
	header .nav {
		width: 475px;
	}
	header .nav li {
		padding-left: 10px;
	}
	header .nav li a {
		font-size: 26px;
	}
	.home .row-fluid.content_cols h2 a{
		font-size: 18px;
	}
	footer #signup {
		width: 160px;
		top: 0;
	}
	footer #signup h2 {
		text-align: left;
	}
	footer #signup input#mce-EMAIL {
		width: 160px;		
		display: block;
	}
	footer #signup input#mc-embedded-subscribe {
		display: block;
		margin-top: 0;
	}
	footer #signup p {
		display: none;
	}
}
@media (max-width: 768px) {	
	header .nav li {
		padding-left: 10px;
	}
}
@media (min-width: 655px) and (max-width: 767px) {
	header .nav {
		width: 405px;
	}
	header .nav li a {
		font-size: 22px;
	}
	footer #signup {
		width: 160px;
		top: 0;
		right: 20px;
	}
	footer #signup h2 {
		text-align: left;
	}
	footer #signup input#mce-EMAIL {
		width: 160px;		
		display: block;
	}
	footer #signup input#mc-embedded-subscribe {
		display: block;
		margin-top: 0;
	}
	footer #signup p {
		display: none;
	}
	footer ul#col1 {
		margin-left: 0;
	}
	footer ul#col2 {
		margin-left: 20px;
	}
}
@media (max-width: 655px) {
	header #social_links {
		display: none;
	}
	header .nav {
		display: none;
	}
	.tinynav { 
		position: absolute;
		top: 50px;
		right: 10px;
		width: 50%;
		display: block 
	}
	footer {
		height: 165px;
	}
	footer ul#col1, footer ul#col2 {
		display: none;
	}
	footer #signup {
		width: 50%;
		top: 0;
		right: 20px;
	}
	footer #signup h2 {
		text-align: left;
	}
	footer #signup input#mce-EMAIL {
		width: 90%;		
		display: block;
	}
	footer #signup input#mc-embedded-subscribe {
		display: block;
		margin-top: 0;
	}
	footer #signup p {
		text-align: left;
		padding-top: 5px;
	}
}
@media (max-width: 480px) {
	header {
		text-align: center;
		height: 170px;
	}
	header h1 {
		margin-left: auto;
		margin-right: auto;
	}
	header #social_links {
		display: none;
	}
	header .nav {
		display: none;
	}
	.tinynav { 
		position: absolute;
		top: 120px;
		right: 10px;
		width: 94%;
		display: block 
	}
	#content_rows .row-fluid img {
		width: 100%;
	}
	.content_cols img {
		width: 100%;
	}
	footer {	
		height: auto;
	}
	footer #col1,footer #col2 {
		display: none;
	}
	footer #ft_logo {
		float: none;
		text-align: center;
	}
	footer #ft_logo img {
		margin: 30px auto;
	}
	footer #signup {
		position: static;
		margin: 0 0 0 20px;
		padding-bottom: 10px;
		width: 90%;
	}
	footer #signup input#mce-EMAIL {
		width: 90%;		
		display: block;
	}
}
@media (max-width: 320px) {
	header h1 {
		width: 137px;
		height: 73px;
		margin-top: 20px;
		background-size: 137px 73px;
	}
	.tinynav { 
		width: 92%;
	}
	footer #signup {
		margin-left: 0;	
		width: auto;
	}
	footer #signup input {
		width: 90%!important;
		margin: 5px 5% 5px!important;
	}
	footer #signup p {
		width: 80%;
		margin: auto;
	}
}


.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}