/*
Theme Name: 	Rob Cantor
Theme URI: 		http://www.robcantor.com
Description: 	Theme for Rob Cantor
Version: 		1.0
Author: 		Paice Studios
Author URI: 	http://www.paicestudios.com
*/

/*
===========================
CONTENTS:

01 Defaults
02 Typography
03 Design 
04 Media queries

===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Defaults -------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
section, header{
	display: block;
}
body{
	background: #fff;
	font-weight: 200;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-family: 'IM Fell Double Pica', serif;
	padding:0;
	margin:0;
}

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('fonts/MonoSocialIconsFont-1.10.eot');
    src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}
a:link, a:visited {
	color: #131313;
	text-decoration: none;
	-webkit-transition: .2s linear; 
	-moz-transition: .2s linear;  
	-ms-transition: .2s linear;  
	-o-transition: .2s linear;  
	transition: .2s linear; 
}
a:hover {
	color: #9abbc3;
	-webkit-transition: .2s linear; 
	-moz-transition: .2s linear;  
	-ms-transition: .2s linear;  
	-o-transition: .2s linear;  
	transition: .2s linear; 
}
a:hover.ee  {
	color: #131313;
}
h1 {
	font-size:400%;
	text-transform:uppercase;
	letter-spacing:.8em;
	font-weight:100;
}
h2 {
    font-size: 380%;
    text-transform: uppercase;
    letter-spacing: 0.27em;
    font-weight: 700;
    text-align: center;
    padding-left: .27em;
}
h3 {
	font-size: 460%;
	text-transform: none;
	letter-spacing: 6px;
	font-weight: 300;
	text-align: center;
	padding-left: 6px;
}
h4 {
	font-size: 180%;
	text-transform: none;
	letter-spacing: 2px;
	font-weight: 100;
	text-align: center;
	padding-left: 2px;
	font-style:italic;
	margin:2em 0 3em;
}
h5 {
	font-size: 150%;
	font-weight: normal;
}
h6 {
	font-size: 120%;
	text-transform: none;
	letter-spacing: 2px;
	font-weight: 100;
	text-align: center;
	padding-left: 2px;
	font-style:italic;
	margin:2em 0 3em;
}
p {
	font-size:1.2em;
}
.message {
    width:660px;
    padding: 2px 0;
    margin:0;
    font-family: 'IM Fell Double Pica', serif;
}
a{text-decoration:none;}
.stretch_it{
    white-space: nowrap;
}
.justify{
    text-align:justify;
}
.justify:after {
  
  display: inline-block;
  width: 100%;
}

.one{font-size:17px;letter-spacing:2px;text-transform:uppercase;text-align:center;}
.two{font-size:24px;text-transform:uppercase;text-align:center;}
.three{font-size:45px;letter-spacing:4px;text-align:center;margin-top:-1px;}
.four{font-size:59px;text-transform:uppercase;text-align:center;}
.five{font-size:14px;text-transform:uppercase;text-align:center;letter-spacing:1.5em;margin: .2em 0 .8em;text-align:center;}

/* ---------------------------------------------------------------------------------------------------------- 
03 Design ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.top {
    width: 100%;
    margin: 0px;
    clear: both;
    height: 30px;
    padding: .3em 0;
}
.top-left {
	float:left;
	width:20%;
	display:inline-block;
	padding:0 0 .4em 1.2em;
}
.top-right {
	float:right;
	width:20%;
	display:inline-block;
	padding:0 1.2em .4em 0;
	text-align:right;
}
.border {
	background:url(images/border.png) repeat-x top center;
	height:5px;
	width:100%;
}
header {
	height: auto;
	width: 100%;
	margin: 0px auto;
	padding: 1em 0px;
	text-align: center;
}
.container > header{
	margin: 0 auto;
	position: relative;
	display: block;
    text-align: center;
}
.main-video {
	margin:3em auto 0;
	text-align:center;
	background:#fff;
	max-width:1280px;
}
.gif-video {
	margin:3em auto 0;
	text-align:center;
	background:#fff;
	max-width:320px;
}
.gif-video img {
	width:100%;
	height:auto;
}
#video-id {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom:0;
}
#video-id iframe,  
#video-id object,  
#video-id embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-fig {
	margin: 0 auto 0px;
	max-width: 1280px;
	height: 20px;
	padding: 0.5em 0px;
	text-align: right;
	font-style:italic;
}
article {
	margin:0 auto;
	padding:3em 0;
	width:511px;
	text-align:center;
}
.notatrampoline {
    font-size: 280%;
    letter-spacing: 0.1em;
}
.trampoline {
	width:660px;
}
.trampoline img {
	width:100%;
	height:auto;
	margin-bottom: -8px;
}
.margin {
	padding: 3em 0px 0;
}
.divider {
	background:url(images/divider.png) no-repeat top center;
	margin:1em 0;
	height:7px;
	width:511px;
}
.links li {
	list-style-type: none;
	font-size: 240%;
	text-transform: none;
	letter-spacing: 4px;
	font-weight: 300;
	text-align: center;
	padding: .4em 0 .4em 6px;
	border-bottom: 1px solid #000;
}
.links li:last-child {
	border-bottom:0;
}
.links li a, .links li a:visited {
	
}
#top {
	clear:both;
	width:100%;
	height:auto;
}
#bottom {
	clear:both;
	width:100%;
	height:auto;
}
.rob-frame {
	width: 80%;
	height: auto;
	margin: 0px auto 0px -40%;
	text-align: center;
	position: relative;
	left: 50%;
	bottom: 0px;
	overflow: hidden;
}
.rob-frame img {
	width:100%;
	height:auto;
	margin-bottom: -8px;
}
.rob-social {
    float: left;
    width: 511px;
    display: inline;
    height: 1.4em;
    font-size: 3em;
    letter-spacing: .2em;
    text-align: center;
    clear: both;
}
.decoration-circle {
	background:url(images/decoration-circle.png) no-repeat center center;
	height:14px;
	width:13px;
	margin:0 auto;
}
.decoration-left {
	background:url(images/decoration-left.png) no-repeat center center;
	height:12px;
	width:21px;
	padding-right: 2em;
}
.decoration-right {
	background:url(images/decoration-right.png) no-repeat center center;
	height:12px;
	width:21px;
	padding-left: 2em;
}
.clr{
	clear: both;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    background-color: #fafafa;
    color: #000;
    width: 70%;
    padding: .7em;
    border: 1px solid #000;
    margin: 1em 0;
    font-family: 'IM Fell Double Pica';
    font-size: .9em;
}
.wpcf7 input[type="submit"], input[name="submit"], .mailing-list-submit {
    font-family: 'IM Fell Double Pica';
    text-transform: uppercase;
    font-size: 130%;
    padding: .5em .7em .5em 1em;
    margin: .3em 0 0;
    background: #000;
    border: 0;
    color: #fff;
    letter-spacing: .2em;
    text-align: center;
}
.form-mailinglist {
	width:560px;
}
.mailing-list-input {
    background-color: #FAFAFA;
    color: #000;
    width: 100%;
    padding: 0.7em;
    border: 1px solid #000;
    margin: 0.8em 70px .8em 0;
    font-family: 'IM Fell Double Pica';
    font-size: 0.9em;
    float: right;
}
.street-team {
	width:400px;
	margin:0 auto;
	text-align:center;
}
.tickbox {
	margin-left:35%;
}
.input-titles {
	float: left;
	width: 156px;
	margin: 1em;
}


/* ---------------------------------------------------------------------------------------------------------- 
04 Media Queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 200px) and (max-width: 479px)  {
header {
    padding: 0.2em 0px;
}
h1 {
    font-size: 120%;
	letter-spacing: .3em;
}
h2, .notatrampoline {
    font-size: 200%;
}
h3 {
    font-size: 190%;
}
h4 {
    font-size: 120%;
	letter-spacing: 1px;
}
p {
    font-size: 1em;
}
.top {
    height: 20px;
}
.top-left {
    padding: 0px 0px 0.2em .8em;
}
.top-right {
    padding: 0px .8em 0.2em 0px;
}
.main-fig {
	width: 90%;
	border-top:1px solid #000;
	margin-top:-4px;
}
.links li {
    font-size: 140%;
	letter-spacing: .15em;
}
.divider {
    background: url('images/divider-small.png') no-repeat scroll center top transparent;
    margin: 1em 0 1em -6px;
    height: 6px;
    width: 300px;
    overflow: hidden;
}
article {
    margin: 0px auto;
    padding: 2em 0px;
    width: 90%;
    text-align: center;
}
.rob-social {
    float: left;
    width: 99%;
}
.rob-frame {
    width: 100%;
    height: auto;
    margin: 0px auto 0px -50%;
    text-align: center;
    position: relative;
    left: 50%;
    bottom: 0px;
    overflow: hidden;
}
.decoration-left {
	padding-right: 1em;
}
.decoration-right {
	padding-left: 1em;
}
.rob-social {
    letter-spacing: 0.1em;
}
.main-video {
	display:none;
}
.form-style{
    display:block;
	width: 100%;
}
h5 {
	font-size: 100%;
	text-align: center;
	margin: 0px auto;
	max-width: 320px;
	width: 100%;
}
.mailing-list-input {
	width: 80%;
	float:none;
	margin: .8em 0;
}
.form-mailinglist {
	width: 90%;
margin: 0 auto;
padding: 1em;
float: left;
}
td {
	float: left;
}
.tickbox {
	margin-left:0;
}
.submit-button {
	padding: 0px 0px 0px 74px;
	float:left;
	width:100px;
}
.street-team {
    width: 100%;
    margin: 0px auto;
    float: left;
    padding: 0;
}
.check-box {
	display:inline-block;
	float:none
}
.input-titles {
	float: none;
	width: 100%;
	margin: 0 auto;
}
.trampoline {
	width:300px;
}
.message {
    width:300px;
    padding: 2px 0;
    margin:0;
    font-family: 'IM Fell Double Pica', serif;
}
a{text-decoration:none;}
.stretch_it{
    white-space: nowrap;
}
.justify{
    text-align:justify;
}
.one{font-size:9px;letter-spacing:0;text-transform:uppercase;text-align:center;}
.two{font-size:20px;text-transform:uppercase;}
.three{font-size: 22px;letter-spacing: 1.6px;text-align:center;}
.four{font-size:28px;text-transform:uppercase;text-align:center;}
.five{font-size:14px;text-transform:uppercase;text-align:center;letter-spacing:1.5em;}
}
@media screen and (min-width: 480px) and (max-width: 799px)  {
header {
    padding: 0.3em 0px;
}
h1 {
    font-size: 140%;
}
h2, .notatrampoline {
    font-size: 280%;
}
h3 {
    font-size: 320%;
}
h5 {
	text-align:center;
	font-size:120%;
}
.main-fig {
	width: 90%;
	border-top:1px solid #000;
	margin-top:-4px;
}
.links li {
    font-size: 160%;
}
.divider {
    background: url('images/divider-medium.png') no-repeat scroll center top transparent;
    margin: 1em auto;
    height: 7px;
    width: 360px;
    overflow: hidden;
    text-align: center;
}
article {
    margin: 0px auto;
    padding: 3em 0px;
    width: 94%;
    text-align: center;
}
.rob-social {
    float: left;
    width: 99%;
}
.main-video {
	display:none;
}
.form-style{
    display:block;
	width: 100%;
}
h5 {
	font-size: 130%;
	text-align: center;
	margin: 0px auto;
	max-width: 100%;
	width: 100%;
}
.mailing-list-input {
	width: 80%;
	float:none;
	margin: .8em 0;
}
.form-mailinglist {
	width: 90%;
margin: 0 auto;
padding: 1em;
float: left;
}
td {
	float: left;
}
.tickbox {
	margin-left:18%;
}
.submit-button {
    padding: 0px 0px 0px 154px;
    float: left;
    width: 100px;
}
.street-team {
    width: 100%;
    margin: 0px auto;
    float: left;
    padding: 0;
}
.check-box {
	display:inline-block;
	float:none
}
.input-titles {
	float: none;
	width: 100%;
	margin: 0 auto;
}
.trampoline {
	width:480px;
}
.message {
    width:460px;
    padding: 2px 0;
    margin:0;
    font-family: 'IM Fell Double Pica', serif;
}
a{text-decoration:none;}
.stretch_it{
    white-space: nowrap;
}
.justify{
    text-align:justify;
}
.one{font-size:10px;text-transform:uppercase;text-align:center;}
.two{font-size:20px;text-transform:uppercase;text-align:center;}
.three{font-size:26px;text-align:center;}
.four{font-size:39px;text-transform:uppercase;text-align:center;}
.five{font-size:14px;text-transform:uppercase;text-align:center;letter-spacing:1.5em;text-align:center;}

}
@media screen and (min-width: 800px) and (max-width: 1079px)  {
header {
    padding: 0.4em 0px;
}
h1 {
    font-size: 200%;
}
.trampoline {
	width:660px;
}
.main-fig {
	width: 90%;
}
.links li {
    font-size: 200%;
}
.gif-video {
	display:none;
}
}
@media screen and (min-width: 1080px) and (max-width: 1440px)  {
header {
    padding: 0.4em 0px;
}
h1 {
    font-size: 260%;
}
.main-fig {
	width: 90%;
}
.rob-frame {
    width: 100%;
    height: auto;
    margin: 0px auto 0px -50%;
    text-align: center;
    position: relative;
    left: 50%;
    bottom: 0px;
    overflow: hidden;
}
.gif-video {
	display:none;
}
}
@media screen and (min-width: 1441px) {
.gif-video {
	display:none;
}
}
