/*
Theme Name: PromoThis
Theme URI: http://www.converthis.com
Description: A landing page theme to promote products and newsletters.
Version: 1.0
Author: ConverThis
Author URI: http://www.converthis.com
Tags: landing page, sales page, email sign up
*/

/* layout */

.clear { clear: both; }
.center {display: block; text-align: center;}

.more-link{
    white-space: nowrap;
}

p.attribution{
    text-align: right;
}
p.related{
    line-height: 0.5;
}

#midtext {
      display: inline-block;
      vertical-align: middle;
   
  
    }

article.post{
    margin-bottom: 18px;
    padding-right: 7px;
}

header .menu-action {
    float: left;
    margin-top: 0;
    position: relative;
    top: 1px;
}

header .menu-action .button.small {
    padding: 8px;
}

header .menu-action .button.small svg {
    opacity: 0.5;
}

.email-boxed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    min-height: 400px;
    background-color: white;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin-top: 32px;
    border-radius:5px;

}

.formcode {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.spam-text p {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    color: #222;
}
.spam-text2 p {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #222;
}

.price{ display: inline; font-size: 38px; font-weight: bold; padding-top: 20px; margin-left: 10px; height: 50px}



.featured-lists { padding-top: 75px;}

.lightgrey-footer { background-color: #f5f5f5; height: 8px; width: 100%; text-align: center; }
.lightgrey-footer .social_icons { padding: 30px 0 0 0; }
.lightgrey-footer .social_icons a { border: 1px solid #ebebeb; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin: 0 5px; width: 34px; height: 34px; display: inline-block; }
.lightgrey-footer .social_icons a:hover { border: 1px solid #fff; }

.darkgrey-footer {
    background-color: #1d1e1f;
    height: 80px;
    width: 100%;
    padding-top: 30px;
    color: #dddddd;
    text-transform: uppercase;

}


.mobile-nav-container{
    margin-left: -100%;
    float: left;
    width: 50%;
    position: absolute;
    top: 150px;
}

.active .mobile-nav-container{
    display: block;
    margin-left: 0;
}

.active #main{
    margin-left: 55%;
}

.mobile-nav-container,
#main{
    -moz-transition: all 0.25s ease-in 0s;
}

.side-nav{
    height: auto;
}

ul.tabs.vertical {
    border-bottom: 1px solid #E6E6E6;
    height: auto;
}

ul.tabs {
    border-bottom: 1px solid #E6E6E6;
    display: block;
    height: 40px;
    margin-bottom: 20px;
    padding: 0;
}

ul.tabs.vertical li {
    border-left: 3px solid #CCCCCC;
}

ul.tabs.vertical li, ul.tabs.vertical li {
    float: none;
    height: auto;
}

ul.tabs li:first-child {
    margin-left: 0;
}

ul.tabs li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

ul.tabs.vertical li a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F2F2F2;
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1px 1px 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 15px 20px;
}

ul.tabs li a {
    color: #6F6F6F;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 23.8px;
}

/* Sales Large Image */

.underbutton { color: #c3c3c3; font-style: italic; text-align: center; margin-top: 10px; margin-bottom: 10px}


/* typography */
h1, h2, h3, h4, h5, h6{ font-family: 'Source Sans Pro', sans-serif; font-weight: 600;}

.siteinfo h1{ font-weight: 800; }

h2 a {
  font-family: "Source Sans Pro";
  font-weight: 600 !important; 
}

/* post styling */

#main p.meta{
    font-style: italic;
color: #808080;
padding-right: 20px;
font-size: 12px;
margin-top: -12px;
margin-bottom: 14px;
    
}

div[id*='attachment_']{
    max-width: 100%;
    height: 100%;
}

#credit320{
    background: url('images/320press_mini.png') no-repeat left top transparent;
    padding-left: 20px;
    display: inline !important;
}

#main article img{
    margin-bottom: 20px;
    border-radius: 2px;
    border: 1px dashed #ccc;
    padding: 3px;
}

h1.single-title{
   line-height: 1.1;
color: #fff;
background-color: #16cc7a;
padding: 10px 10px 18px 20px;
opacity: 0.9;
min-height: 116px;
}

img.alignleft{
    margin-right: 10px;
    float: left;
}

img.alignright{
    margin-left: 10px;
    float: right;
}

img.aligncenter{
    display: block;
    margin: 0 auto;
}

p.tags a:hover{
    color: #f0f0f0;
}

video {
    max-width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    width: 630px;
    max-width: 100%;
    margin-bottom: 18px;
}

pre {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 18px;
    padding: 8.5px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    color: rgba(0, 0, 0, 0.75);
    padding: 1px 3px;
}

code, pre {
    font-family: Monaco,Andale Mono,Courier New,monospace;
    font-size: 12px;
    padding: 5px 15px;
}

/* featured posts slider */
#featured{
    border: 1px solid #E6E6E6;
}

#featured div{
    padding: 0 15px;
}

#featured h3{
    margin-top: .2em;
    padding-left: .05em;
}

#featured p{
    padding-left: .1em;
}

#featured h3,
#featured p{
    width: 100%;
}

/* page styling */

.page-template-page-homepage-php #main {
    border-bottom: none;
}

/* comments */

#comments{
    line-height: 3.1rem;
    margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
    list-style-type: none;
    margin-left: 0;
}

ol.commentlist div.avatar{
    float: left;
    margin-right: 10px;
}

ol.commentlist time{
    font-size: .8em;
    color: #eeeeee;
}

ol.commentlist div.comment-author{
    position: relative;
}

.panel ol.commentlist a.comment-edit-link{
    color: #ffffff;
    text-decoration: none;
}

ol.commentlist span.edit-comment{
    position: absolute;
    right: 1.5em;
    top: 0;
}

.comment h4{
    margin-bottom: 0;
}

a.comment-reply-link{
    position: absolute;
    right: 1.5em;
    bottom: 0;
}

#cancel-comment-reply{
    padding-left: 20px;
}

a {
    font-weight: 400 !important;
}

#comment-nav ul{
    list-style-type: none;
    margin: 0;
}

#comment-form-elements{
    list-style-type: none;
    margin: 0;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
    max-width: 100%;
}

li.next{
    text-align: right;
}

#sidebar1 .metadata,
#sidebar1 .caption{
    padding-bottom: 20px;
}

/* widget styles */

.widget{
    margin-bottom: 18px;
}

.widget li{
    margin-bottom: 2px;
}

.widget ul.children{
    margin-bottom: 0;
}

.widget ul.children li{
    margin-left: 9px;
}

h4.widgettitle {
color: #136585;
padding: 5px 0px 10px 0px;
border-bottom: 1px dashed #ccc;
font-weight: 600;
}

#tag-cloud{
    margin-bottom: 18px;
}

a[class^='tag-link-']:hover{
    color: #f0f0f0;
}

@media only screen and (min-width: 768px) {
    ol.commentlist div.avatar{
        margin-right: 0;
    }

    #main{
        border-bottom: none;
    }

    #featured h3{
        margin-top: 2em;
        padding-left: 2em;
    }

    #featured p{
        padding-left: 4em;
    }

    #featured h3,
    #featured p{
        width: 66%;
    }
}

@media only screen and (min-width: 940px) {
    /* desktop specific styles */

    #main{
        margin-bottom: 0;
    }

    ol.commentlist div.avatar{
        margin-right: 0;
    }

}

@media only screen and (max-width: 767px) {
    .darkgrey-footer .column { text-align: center; }
}

.mobile_menu { text-align: center; }
.mobile_menu ul.top-nav { background: none; }

.crop{
	float:center;
	margin:0em 0px 0em 0;
	overflow:hidden; /* this is important */
	max-height:300px;
	min-width:100%;
	}
	/* input values to crop the image: top, right, bottom, left */
.crop img{
	min-width:100%;
	margin:-100px -15px -40px 0px;
	}

#my-nav-bar {
    
}

nav {
    top: 0px;
    height: 90px;
    background: #16cc7a !important;
    border-bottom: 1px #08BD6C solid;
    width: 100% !important;
    z-index: 1000;
    padding: 0px 65px 0px 65px;
    overflow: hidden;
    font-weight: 600;
    opacity: 0.94;
}

  nav ul {
    margin: 0;
    padding: 20px 0 20px 0; 
    font-weight: 600;
	float: right;
  }

    nav ul li {
      display: inline-block;
      list-style-type: none;
      font-weight: 300;
      
      -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s; 
    }
      

      nav > ul > li > a {
        color: #fff;
        display: block;
        line-height: 56px;
        padding: 0 24px;
        text-decoration: none;
        font-weight: 300;
      }

        nav > ul > li:hover {
          background-color: #FFF;
        }

        nav > ul > li:hover > a {
          color: #02a65c;
font-weight: 300;
  }

#logo-header {
max-width: 300px;
padding-top: 20px;
padding-bottom: 20px;
float: left;
}

#yarpp {
margin-left: 20px;
width: 100%;
padding-bottom:25px;
}

#author {
margin-right: 20px;
padding-bottom:25px;
}