/**
Theme Name: Simon Framework
Theme Description: Simon Framework Customized for Steal My Funnel
*/

body {
  background: linear-gradient(to bottom, #003A5D 0%, #0B3351 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.outer_wrap {
width:960px;
margin:0 auto;
}

.inner_wrap {
padding:0!important;
}

.flex_10 {
width:9%;
float:left;
padding:.5%;
}

.flex_20 {
width:19%;
float:left;
padding:.5%;
}

.flex_25 {
width:24%;
float:left;
padding:.5%;
}

.flex_33 {
width:32%;
float:left;
padding:.5%;
}

.flex_50 {
width:49%;
float:left;
padding:.5%;
}

.flex_66 {
border:medium none!important;
width:991px!important;
margin:0 auto!important;
padding:.5%;
}

.flex_75 {
width:75%;
float:left;
padding:.5%;
}

.flex_80 {
width:79%;
float:left;
padding:.5%;
}

.flex_90 {
width:89%;
float:left;
padding:.5%;
}

.flex_100 {
width:99%;
padding:.5%;
}

.flex_vert_pad {
padding:10px 0 15px;
}

#header {
display:none;
height:120px;
}

#navigation {
background:0;
-webkit-box-shadow:rgba(0,0,0,0.4) 0 1px 1px;
-moz-box-shadow:rgba(0,0,0,0.4) 0 1px 1px;
box-shadow:rgba(0,0,0,0.4) 0 1px 1px;
clear:both;
display:block;
float:left;
width:100%;
margin:0;
padding:0;
}

#navigation a {
color:#fff;
font-weight:bolder;
display:block;
line-height:3.333em;
text-decoration:none;
padding:0 1.2125em;
}

#navigation li li a {
color:#434343;
}

#navigation ul {
font-size:13px;
list-style:none;
padding-left:0;
margin:0 0 0 10px;
}

#navigation li {
float:left;
position:relative;
}

#navigation ul ul {
-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
box-shadow:0 3px 3px rgba(0,0,0,0.2);
display:none;
float:left;
position:absolute;
top:3.333em;
left:0;
width:188px;
z-index:99999;
margin:0;
}

#navigation ul ul ul {
left:100%;
top:0;
}

#navigation ul ul a {
background:#f9f9f9;
border-bottom:1px dotted #ddd;
color:#444;
font-size:13px;
font-weight:400;
height:auto;
line-height:1.4em;
width:168px;
padding:10px;
}

#navigation li:hover > a,#navigation ul ul :hover > a,#navigation a:focus {
background:#efefef;
}

#navigation li:hover > a,#navigation a:focus {
background:0;
color:#373737;
}

#navigation ul li:hover > ul {
display:block;
}

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

.sidebaritem {
border-bottom:1px dotted #ccc;
margin:0 0 10px;
padding:0 0 10px;
}

#sidebar ul {
list-style-type:none;
padding:0;
}

.no-widgets h2 {
margin:15px 0 0;
}

#sidebar #h3 {
margin:0;
padding:20px;
}

.post table {
width:100%;
}

dd {
color:#333;
margin:0 0 10px 10px;
}

address {
border:solid 1px #ccc;
width:200px;
margin:0 0 10px;
padding:10px;
}

.postdate {
position:absolute;
margin-left:-71px;
background:0;
width:40px;
text-align:center;
text-shadow:#777 0 1px 0;
padding:5px;
}

.post,.type-post,.type-page {
border-radius:0 0 0 0!important;
background:none repeat scroll 0 0 rgba(0,0,0,0)!important;
border:medium none!important;
box-shadow:none!important;
margin:15px 0;
padding:10px 33px 8px!important;
}

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignleft {
float:left;
clear:both;
margin:0 20px 20px 0;
}

.alignright {
float:right;
clear:both;
margin:0 0 20px 20px;
}

.attachment-post-thumbnail {
float:left;
min-width:inherit;
border:5px solid #fff;
-moz-box-shadow:0 0 5px #888;
-webkit-box-shadow:0 0 5px #888;
box-shadow:0 0 2px #888;
overflow:hidden;
margin:0 20px 20px 0;
}

#footer {
background:none repeat scroll 0 0 #07304C;
border:3px solid #07304C;
color:#FFF;
font-family:Arial;
font-size:13px;
text-align:center;
margin:0 auto;
padding:30px;
}

.time {
background:url(images/calender-icon.gif) no-repeat top left;
margin:0 0 0 3px;
padding:0 0 2px 18px;
}

.post-comments {
background:url(images/comment-icon.gif) no-repeat top left;
margin:0 0 0 3px;
padding:0 0 2px 18px;
}

.categories {
background:url(images/file-icon.gif) no-repeat center left;
margin:0 0 0 2px;
padding:0 0 3px 20px;
}

.tags {
background:url(images/tag-icon.gif) no-repeat top left;
margin:0 0 0 3px;
padding:0 0 4px 18px;
}

.sticky {
background:url(images/must-read.png) no-repeat right top;
background-color:#fff;
}

.wp-caption-text {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

.pagenavi {
width:400px;
background:#f3f3f3;
border:1px solid #ccc;
-moz-box-shadow:inset 0 0 5px #fff;
-webkit-box-shadow:inset 0 0 5px #fff;
box-shadow:inset 0 0 5px #fff;
margin:0 auto 20px;
padding:5px;
}

.pagenavi a {
text-decoration:none;
color:#666;
background-color:inherit;
margin:3px;
padding:5px 6px 4px;
}

.pagenavi span.pages {
color:#333;
font-weight:700;
background-color:inherit;
margin:3px;
padding:5px 6px 4px;
}

.pagenavi span.current {
font-weight:700;
color:#fff;
background-color:#ccc;
margin:3px;
padding:5px 6px 4px;
}

select {
color:#333;
font-family:Arial, Helvetica, Tahoma, sans-serif;
font-size:14px;
font-weight:400;
line-height:22px;
text-decoration:none;
border:solid 1px #e3e3e3;
margin:0;
padding:0;
}

textarea {
font-weight:400;
line-height:22px;
text-decoration:none;
width:98%;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#444;
display:block;
border:1px solid #ccc;
-moz-box-shadow:inset 0 0 10px #ececec;
-webkit-box-shadow:inset 0 0 10px #ececec;
box-shadow:inset 0 0 10px #ececec;
margin:0;
padding:5px;
}

input {
color:#333;
font-family:Arial, Helvetica, Tahoma, sans-serif;
}

fieldset {
border:1px solid #ccc;
margin:0 0 1.5em;
padding:1.4em;
}

legend {
font-weight:700;
font-size:1.2em;
}

#search {
width:300px!important;
float:right;
padding:7px;
}

input[type=text] {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#444;
width:175px;
height:22px;
display:block;
border:1px solid #ccc;
-moz-box-shadow:inset 0 0 10px #f3f3f3;
-webkit-box-shadow:inset 0 0 10px #f3f3f3;
box-shadow:inset 0 0 10px #f3f3f3;
margin:0;
padding:5px;
}

#s {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#444;
border:1px solid #ccc;
width:190px;
height:22px;
-moz-box-shadow:inset 0 0 5px #ececec;
-webkit-box-shadow:inset 0 0 5px #ececec;
box-shadow:inset 0 0 5px #ececec;
margin:0;
padding:2px 0 2px 5px;
}

#searchsubmit {
font:bold 14px Arial, Helvetica, sans-serif;
color:#444;
text-shadow:0 1px 0 #eee;
cursor:pointer;
background:0 to(#cecece));
border:0;
height:auto;
-moz-border-radius:20px;
-webkit-border-radius:20px;
-o-border-radius:20px;
margin:0 0 0 5px;
padding:5px 13px;
}

#header h1 {
font-weight:bolder;
border-right:1px solid #ccc;
float:left;
margin:45px 0 0;
padding:10px 20px 10px 0;
}

#header h1 a {
color:#000;
font-size:42px;
letter-spacing:-2.5px;
text-decoration:none;
}

#header h1 a:hover {
color:#333;
text-decoration:none;
}

.description {
color:#777;
float:left;
margin:55px 0 0;
padding:0 0 0 20px;
}

.bread-crumb {
color:#777;
font-size:10px;
background:#f3f3f3;
margin:0 0 20px;
padding:5px 5px 5px 10px;
}

.postmonth {
color:#FFF;
font-size:11px;
text-transform:uppercase;
font-weight:bolder;
margin:0;
padding:0;
}

.postday {
color:#fff;
font-weight:bolder;
font-size:20px;
margin:0;
padding:0;
}

h1 {
color:#333;
font-family:"Myriad Pro";
font-size:45px;
letter-spacing:-.03em;
line-height:50px;
text-align:center;
margin:10px 0 0;
padding:10px 0;
}

h1 a {
line-height:29px;
}

h2 {
color:#000;
font-family:Calibri;
font-size:30px;
font-weight:700;
letter-spacing:-.5px;
line-height:42px;
text-align:center;
margin:13px 0 20px;
padding:0;
}

h3 {
color:#000;
font-family:Tahoma;
font-size:26px;
letter-spacing:-.02em;
line-height:34px;
padding-bottom:37px;
padding-top:14px;
}

h4 {
color:#000;
font-family:Tahoma;
font-size:20px;
letter-spacing:-.02em;
line-height:34px;
padding-bottom:37px;
padding-top:14px;
}

h5 {
font-size:14px;
color:#000;
font-weight:lighter;
}

h6 {
font-size:12px;
color:#000;
letter-spacing:-.5px;
font-weight:lighter;
}

p {
font-family:Myriad Pro;
font-size:20px;
letter-spacing:0;
line-height:27px;
margin-top:0;
padding:0 0 19px;
}

pre {
font-size:11px;
color:#000;
letter-spacing:0;
background-color:#f3f3f3;
}

code {
font-size:11px;
color:#066;
letter-spacing:0;
background-color:#0F9;
padding:2px;
}

blockquote {
font-style:italic;
color:#333;
background:url(images/quotes.png) no-repeat top left;
margin:5px;
padding:10px 10px 0 30px;
}

em {
font-style:italic;
}

.post ul,.post ol {
padding:0 0 10px 30px;
}

.postmetadata {
border-top:dotted 1px #e3e3e3;
color:#777;
font-size:10px;
line-height:18px;
text-transform:capitalize;
clear:both;
padding:15px 0 5px;
}

#comments-title:before {
content:"Comments: ";
}

#comments-title {
text-align:center!important;
margin:0;
padding:30px 0 0;
}

.comment-author {
font-weight:bolder;
font-size:14px;
font-style:italic;
text-transform:capitalize;
border-top:solid 1px #ccc;
margin:20px 0 0;
padding:15px 5px 0;
}

#comment-block {
background:url(images/comment-block-bg.png) no-repeat top center;
margin:0 0 10px;
}

#comment-block ol ol {
list-style-type:square;
font-size:12px;
margin:5px 0 10px;
padding:0 0 0 20px !important;
}

.comment ul li {
list-style-type:square;
font-size:12px;
margin:5px 0 0;
padding:0;
}

#comment-block ol ul {
list-style-type:none;
padding:0 0 0 20px;
}

a.comment-reply-link {
font:bold 12px Arial, Helvetica, sans-serif;
color:#444;
text-shadow:0 1px 0 #eee;
cursor:pointer;
background:0 to(#cecece));
border:0;
height:auto;
-moz-border-radius:20px;
-webkit-border-radius:20px;
-o-border-radius:20px;
margin:0 0 0 5px;
padding:5px 13px;
}

.commentmetadata {
font-size:10px;
margin:0;
padding:0;
}

#comments {
margin:20px 0 10px;
padding:20px 0 10px;
}

.navigation {
text-shadow:0 1px 0 #ccc;
width:100%;
text-align:center;
margin:0 0 50px;
padding:5px;
}

.navigation a {
font-weight:700;
color:#555;
text-shadow:0 1px 0 #fff;
background:#fcfcfc;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
margin:3px;
padding:5px 6px 4px;
}

.navigation a:hover {
color:#000;
font-weight:700;
background-color:#dfdfdf;
margin:3px;
padding:5px 6px 4px;
}

.navigation span.pages {
color:#333;
font-weight:700;
background-color:inherit;
display:none;
margin:3px;
padding:5px 6px 4px;
}

.navigation span.current {
font-weight:700;
color:#fff;
text-shadow:0 1px 0 #333;
background-color:#888;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
margin:3px;
padding:5px 6px 4px;
}

.img {
margin-top:10px;
}

#navigation .current_page_item > a,#navigation .current_page_ancestor > a,label {
font-weight:700;
}

#sidebar img,.post img {
max-width:100%;
}

.post th,dt {
font-weight:bolder;
}

.pagenavi a:hover,#comment-block a {
color:#000;
}

#download,#submit,.wpcf7-submit {
font:bold 14px Arial, Helvetica, sans-serif;
color:#444;
text-shadow:0 1px 0 #eee;
cursor:pointer;
background:0 to(#cecece));
border:0;
height:auto;
-moz-border-radius:20px;
-webkit-border-radius:20px;
-o-border-radius:20px;
margin:0;
padding:5px 13px;
}

textarea:focus,input[type=text]:focus,#s:focus {
border:1px solid #9a9a9a;
}

a,a:focus,a:active,a:hover {
color:#00F!important;
text-decoration:underline;
}

#comment-block ol,#comment-block ol,#comment-block .children li {
font-size:16px;
list-style-type:none;
margin:10px 0 20px;
padding:0;
}

li {
font-family:Myriad Pro;
font-size:20px;
margin-bottom:20px;
}

select,input[type=text],input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input,comment-reply-link {
color:#000!important;
font-family:Arial!important;
font-size:16px!important;
font-weight:400;
text-shadow:0 1px 0 rgba(255,255,255,0.75);
}

#pages,#archives,#categories,#feeds,#sidebarmeta,#blogroll,#af-form-1007003024 div {
margin:0;
}

cite,*,#sidebar ul li {
margin:0;
padding:0;
}

#reply-title,.logged-in-as,.form-allowed-tags,.comment-notes,.comment-form-url {
display:none;
}

.head-wrap {
background-image:0;
background-color:#2F6298;
background-size:100% auto;
border-bottom:1px solid rgba(0,0,50,0.5);
display:none;
height:60px;
width:100%;
}

.nothanks a {
color:#FFF!important;
font-size:17px;
text-decoration:none!important;
}

.nothanks-blu a {
color:#07304C!important;
font-size:17px;
text-decoration:none!important;
}

.nothanks {
height:27px;
}

.nothanks-blu {
height:27px;
margin-bottom:22px;
margin-left:-19px;
margin-top:-42px;
width:100%;
}

#evp-EVXHBGAQCQ-video-shim {
display:none!important;
}

.cblegal {
  color: #DDDDDD;
  font-size: 11px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: 760px;
}

.optinform {
margin-top:-200px;
}

.headline {
font-family:Droid Serif;
font-size:31px;
line-height:41px;
padding-left:30px;
padding-right:30px;
margin:0 auto 17px;
}

.linebreak {
border-bottom:2px dashed #ddd;
margin-bottom:25px;
}

.dlhead {
margin-bottom:2px;
font-size:26px;
}

.dlsub {
margin-bottom:13px;
line-height:31px;
font-size:24px;
margin-top:7px;
}

.specialoffer {
margin-bottom:-16px;
margin-top:-6px;
}

.linebreak2 {
border-top:1px dotted #E3E3E3;
margin-bottom:17px;
}

.highlight {
background:none repeat scroll 0 0 #FFFC96!important;
}

.header1 {
background:none repeat scroll 0 0 #FFF;
color:#FFF;
margin-bottom:0;
text-align:center;
}

.info {
color:#FFF;
font-family:PT Sans;
font-size:22px;
font-style:normal;
font-weight:400;
margin-bottom:25px;
text-align:center;
padding:0;
}

.subheadline {
color:#FFF;
font-family:PT Sans;
font-size:35px;
font-weight:700;
line-height:1.2em;
margin-bottom:19px;
text-align:center;
padding:0;
}

.optbox {
  background: none repeat scroll 0 0 #F0F0F0;
  border: 7px solid #052B45;
  height: 132px;
  margin: 0 auto 41px;
  padding-bottom: 22px;
  padding-top: 22px;
  width: 774px;
}

#footer > a {
color:#FFF!important;
font-family:arial;
font-size:13px!important;
text-decoration:none!important;
}

.float-right {
margin-left:603px;
margin-top:0;
position:absolute;
}

.subheadline2 {
color:#5b5c60;
margin-top:-9px;
margin-bottom:30px;
font-family:PT Sans;
font-size:35px;
font-weight:700;
line-height:1.2em;
text-align:center;
padding:0;
}

.subheadline3 {
color:#FFF;
font-family:PT Sans;
font-size:34px;
font-weight:700;
line-height:1.2em;
margin-bottom:5px;
text-align:center;
padding:0;
}

.powerful {
margin-left:582px;
margin-top:39px;
position:absolute;
}

.vidbox3 {
display:block;
background:none repeat scroll 0 0 #000;
width:535px;
height:400px;
border:11px solid #07304c;
float:left;
margin-left:8px;
margin-bottom:70px;
}

.downloadsml {
border:3px solid #07304C;
border-radius:37px;
margin-left:15px;
margin-top:136px;
position:absolute;
}

#final {
margin-left:633px;
margin-top:204px;
}

.thanks {
color:#FFF;
font-family:PT Sans;
font-size:79px;
font-weight:700;
letter-spacing:-2px;
margin-top:50px;
text-align:center;
margin-bottom:40px;
}

.downloadpg {
color:#FFF;
font-family:PT Sans;
width:686px;
margin:0 auto;
}

.spacer {
background:url(https://s3.amazonaws.com/funnelwso/shadow.png) no-repeat scroll 0 0 rgba(0,0,0,0);
height:43px;
margin:0 auto 25px;
}

.musthavebox {
background:none repeat scroll 0 0 #F0F0F0;
line-height:0;
width:767px;
margin:0 auto;
padding:25px;
}

.musthavebox > p {
font-family:PT Sans;
font-size:22px;
font-weight:700;
text-align:left;
padding:0;
}

.musthavebox-evn {
background:none repeat scroll 0 0 #07304C;
line-height:0;
width:767px;
margin:7px auto;
padding:25px;
}

.musthavebox-evn > p {
color:#FFF;
font-family:PT Sans;
font-size:22px;
font-weight:700;
text-align:left;
padding:0;
}

.musthavebox-evn span {
color:#FF8215;
}

.musthavebox-evn a {
border-bottom:1px solid #FF8213;
text-decoration:none;
}

.top5 {
background:none repeat scroll 0 0 #FFF;
border:6px solid #07304C;
width:820px;
margin:0 auto;
}

.closing {
color:#6E8FA2;
font-family:Rock Salt;
font-size:25px;
margin-top:24px;
text-align:center;
}

.vidbox1 {
border:10px solid #07304C;
height:462px;
width:820px;
margin:-17px auto 0;
}

.nothanks p,.nothanks-blu p {
text-align:right;
font-size:15px;
padding-bottom:0!important;
}
#opthead {
font-weight: bold; 
letter-spacing: -0.3px; 
margin: 0px auto 18px; 
color: rgb(5, 43, 69);
}