/*
Theme Name: Foundry Child
Theme URI:
Description: Child theme for the Foundry theme
Author: <a href="http://www.madeinebor.com">Tom Rhodes</a>
Author URI:
Template: foundry
Version: 1.0.0
*/

@import url('../foundry/style.css');




.wpb_column.vc_column_container.col-md-2 .wpb_wrapper .mb40
{
    text-align: center;
    display: block;
}


.wpb_column.vc_column_container.col-md-2 i.icon.inline-block.mb16.fade-3-4
{
    color: #00c9e0;
    opacity:0.6;
}


/* jfc */
body.home .hero-header
{
	padding-top:0;
}
body.home .button-tabs.vertical > .content
{
	width:70%;
}

body.home .tabbed-content table th,
body.home .tabbed-content table td
{
    padding:5px 15px;
}
body.home .tabbed-content table th
{
    white-space: nowrap;
}
body.home .tabbed-content table td
{
	width:100%;
}
body.home .tabbed-content table tr:nth-child(odd)
{
    background: #f5f5f5;
}



/* blog posts */
.post-content h2
{
    border-top:1px solid #e0e0e0;
    padding-top:1em;
    margin-top:2em;
}
    .post-content h2:first-child
    {
        border-top:0;
        padding-top:1em;
        margin-top:0;
    }

.post-content p,
.post-content li
{
    font-size: 1.6em;
    line-height: 1.8em;
    list-style-position:outside;
}
.post-content p
{
    text-align: justify;
}










/* ************************************************************************** */
/* Theme my login */

.tml {
  max-width: 320px;
}

.tml * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tml .error,
.tml .message {
  color: #333;
  padding: 0.5em;
}

.tml .error {
  border: 1px solid #c00;
  background-color: #ffebe8;
}

.tml .message {
  border: 1px solid #e6db55;
  background-color: #ffffe0;
}

.tml p {
  margin: 0 0 1.5em 0;
  padding: 0;
}

.tml label {
  display: block;
  text-align: left;
}

.tml .tml-rememberme-wrap label {
  display: inline;
}

.tml input,
.tml textarea,
.tml select {
  margin: 0.5em 0;
  width: 100%;
}

.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
  vertical-align: middle;
  width: auto;
}

.tml .tml-action-links {
  display: inline-block;
  list-style: none;
  margin: 0.5em auto;
  padding: 0;
  text-align: center;
}

.tml .tml-action-links li {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  line-height: 1;
  list-style: none;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0 0;
}

.tml .tml-action-links li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.tml .tml-action-links a {
  border: none;
  display: block;
  padding: 0;
  text-decoration: none;
}

.tml .tml-rememberme-submit-wrap:before,
.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:before,
.tml .tml-action-links:after {
  content: "";
  display: table;
}

.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:after {
  clear: both;
}

.tml .tml-user-avatar {
  text-align: left;
}

.mu_register .hint {
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}

.mu_register label.checkbox {
  display: inline;
}

#pass-strength-result {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #23282d;
  font-weight: 600;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  width: 100%;
  opacity: 0;
}

#pass-strength-result.short {
  background-color: #f1adad;
  border-color: #e35b5b;
  opacity: 1;
}

#pass-strength-result.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
  opacity: 1;
}

#pass-strength-result.good {
  background-color: #ffe399;
  border-color: #ffc733;
  opacity: 1;
}

#pass-strength-result.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
  opacity: 1;
}

.pw-weak {
  display:none;
}

.indicator-hint {
  padding-top: 8px;
}

#pass1,
#pass1-text {
  width: 100%;
}

#pass1-text,
.show-password #pass1 {
  display: none;
}

.show-password #pass1-text
{
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .tml .tml-submit-wrap input {
    width: auto;
  }

  .tml-login .tml-rememberme-submit-wrap {
    display: table;
    margin-bottom: 1.5em;
    width: 100%;
  }

  .tml-login .tml-rememberme-wrap {
    display: table-cell;
  }

  .tml-login .tml-rememberme-wrap input {
    margin: 0;
  }

  .tml-login .tml-submit-wrap {
    display: table-cell;
    text-align: right;
  }

  .tml-login .tml-submit-wrap input {
    margin: 0;
    width: auto;
  }
}


.tml{
  margin:auto;
}
@media screen and (min-width: 768px){
  .tml-login .tml-submit-wrap input,
  .tml .tml-submit-wrap input {
      width: 100% !important;
  }
}
.tml.tml-lostpassword .message{
  display:none;
}




/* ************************************************************************** */
/* PMPro and other form bullshit */

body.pmpro-checkout section.type-page
{
    padding-top: 20px;
}

#pmpro_pricing_fields p,
#pmpro_level_cost p
{
    margin-bottom: 5px !important;
    text-align: center;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
form.pmpro_form .input,
form.pmpro_form textarea,
form.pmpro_form select,
form.pmpro_form div.select-option
{
    height:30px !important;
    margin: 0 !important;
    max-width:none !important;
}

form.pmpro_form .input,
#pmpro_form #ExpirationMonth,
#pmpro_form #ExpirationYear
{
    padding:3px 8px !important;
}

.pmpro_asterisk
{
    display:none !important;
}


#pmpro_form #username,
#pmpro_form #password,
#pmpro_form #bemail,
#pmpro_form #AccountNumber
{
    width:240px !important;
}



#pmpro_form thead {
  display:none;
}
#pmpro_form table {
  margin-bottom: 0px;
}
#pmpro_payment_information_fields {
  margin-top:0;
}

.pmpro_payment-expiration
{
    margin: 0 !important;
}
    .pmpro_payment-expiration .ti-angle-down
    {
        display:none !important;
    }

form.pmpro_form div.select-option
{
    display: inline-block;
    clear: none !important;
}

#pmpro_form #ExpirationMonth
{
    width:40px !important;
    margin-right: 5px !important; /* mo/yr separator */
}
#pmpro_form #ExpirationYear
{
    width:60px !important;
    margin-left: 5px !important; /* mo/yr separator */
}



input[type="submit"].pmpro_btn-submit-checkout
{
    line-height: inherit !important;
    font-size: 14px !important;
}
