/*
Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.entry-wrap {
    box-shadow:none;
}
[class*=woocommerce] .entry-wrap {
    padding: 60px 0px;
}

.woocommerce .u-column1 {
    margin-bottom: 50px;
}
.woocommerce-account h2 {
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #001446;
    font-size: 2em;
    margin: 10px 0 20px;
}

.woocommerce-form {
    margin: 40px auto 10px;
}
.woocommerce-form label {
    position: relative;
    font-family: "EB Garamond",serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #292929;
    font-size: 1em;
    padding-top: 15px;
} 

.woocommerce-account .button, .woocommerce-checkout .button {
    font-family: 'Roboto';
    font-size: 1em;
    font-weight: 700;
    background: #001446;
    color: #f1f2f2;
    border-radius: 2px;
    border: none;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: none;
    margin-right: 10px;
}

.woocommerce-form__input-checkbox {
    margin-right: 5px;
}

.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    position: relative;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info > a {
    position: absolute;
    top: 100px;
    left: 0;
    margin: 0;
    padding: 10px 12px;
    text-shadow: none;
}
.x-alert-info,
.woocommerce-info,
.woocommerce-message {
    border-radius: 0 !important;
    border-width: 2px !important;
}

.x-alert-info, 
.buddypress #message.info, 
.bbp-template-notice.info, 
.woocommerce-info, 
.woocommerce-message {
    background-color: #ffffff;
    border-color: #0770cc;
    color: #0770cc;
}

.x-alert-danger, 
.buddypress #message.error, 
.bbp-template-notice.error, 
.woocommerce-error {
    background-color: #FFFFFF;
    border-color: #b94a48;
    color: #b94a48;
    border-radius: 0 !important;
    border-width: 2px !important;
}

.woocommerce-account form .payment_methods .woocommerce-error li, 
.woocommerce-checkout form .payment_methods .woocommerce-error li {
    margin-bottom: 0px;
}

.woocommerce-account .button:hover, .woocommerce-checkout .button:focus {
    color: #f1f2f2;
    background: rgba(0,5,0,0.6);
}

.woocommerce-button.button.woocommerce-form-login__submit {
    margin: 20px 0px;
    padding: 10px 15px;
    position: relative;
    left: -25px;
}


li.wc_payment_method > label {
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #001446;
    margin: 10px 0 20px;
    font-size: 164%;
    padding-left: 0 !important;
}

li.wc_payment_method > label :before {
    position: absolute;
    width: 100%;
    height: 10px;
    content: '';
    top: -10px;
    background-color: #6B9AC4;
}

.woocommerce-button.button.woocommerce-form-register__submit {
    padding: 10px 15px;  
}

.woocommerce-account form .payment_methods li, 
.woocommerce-checkout form .payment_methods li {
    margin-bottom: .75em;
}

.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    margin-left: 0;
}

.woocommerce-SavedPaymentMethods li {
    list-style: none;
}

.woocommerce-SavedPaymentMethods li > label {
    padding-left: 10px;
}

body .woocommerce .cart-collaterals table.shop_table th, 
body .woocommerce .cart-collaterals table.shop_table td {
    width: 50% !important;
}

tr.recurring-totals {
    background-color: #429eae;
    color: #001446;
    text-transform: uppercase;
}

.woocommerce-form p {
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #292929;
    font-size: 1em;
}

.woocommerce-account h3, .woocommerce-checkout h3 {
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #001446;
    font-size: 1.5em;
    margin: 10px 0 20px;
}

.woocommerce-account h3:before, .woocommerce-checkout h3:before {
    position: absolute;
    width: 100%;
    height: 10px;
    content: '';
    top: -10px;
    background-color: #6B9AC4;
}
   
#billing_company_field, #shipping_company_field {
    width: 100%;
    overflow: hidden;
}

.my-account-contact-support {
    margin-top: 30px;
}

/** LOGIN **/
.customer-login-wrap {
    display: flex;
    justify-content: flex-start;
    text-align: center; 
}
.customer-login-wrap h2{
    font-size: 2em;

}
.customer-login-wrap h2:before {
    position: absolute;
    height: 10px;
    width: 195px;
    content: '';
    top: -10px;
    background-color: #429eae;
}

.customer-login-wrap .u-column1{
    width: 50%;
    margin-right: 10px;
}

.customer-login-wrap .u-column1 h2:before {
    width: 95px;
}
.customer-login-wrap .u-column2{
    width: 50%;
    margin-left: 10px;
}
.customer-login-wrap .u-column2 h2:before {
    width: 150px; 
}
.customer-login-wrap #rememberme,
.customer-login-wrap #mailchimp_woocommerce_newsletter{
    margin-right: 10px; 
    display: inline-block;
}

.customer-login-wrap .woocommerce-form label.woocommerce-form__label-for-checkbox {
    padding-top: 0px; 
}

.woocommerce-ResetPassword {
    margin: 20px 0px 10px;
}

/** MY ACCOUNT MENU **/ 
.myaccount-wrapper .woocommerce {
    width: 100%;
    position: relative;
    clear: both;
}

.myaccount-wrapper .woocommerce-notices-wrapper {
    width: 100%;
}

.myaccount-wrapper .woocommerce-error li {
    color: #c02b0a;
}
.woocommerce-MyAccount-navigation {
   width: 23%;
   margin-right: 30px;
   float: left;
}
.woocommerce-MyAccount-navigation ul {
    flex-direction: column;
}

.woocommerce-MyAccount-navigation-link {
    background-color: rgba(0, 5, 0, 0.05);
    width: 255px;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation-link.is-active,
.woocommerce-MyAccount-navigation-link:hover,
.woocommerce-MyAccount-navigation-link:focus {
    background-color: #001446;  
}

.woocommerce-MyAccount-navigation-link a {
    font-family: 'Roboto';
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #001446 !important;
    margin: 0px;
    border: none;
    padding:0.575em 0.85em;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link:hover a,
.woocommerce-MyAccount-navigation-link:focus a {
    color:#f1f2f2 !important;
}
.woocommerce-MyAccount-content {
   width: 73%;
   float: left;
}
.myaccount-wrapper .myaccount-title {
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #001446;
    font-size: 2em;
    margin: 5px 0 25px;
}

.myaccount-wrapper .myaccount-title:before {
    position: absolute;
    height: 10px;
    content: '';
    top: -10px;  
    background-color: #429eae;
}
.myaccount-wrapper .myaccount-title.--dashboard:before {
    width: 195px;
}
.myaccount-wrapper .myaccount-title.--account:before {
    width: 280px;
}
.myaccount-wrapper .myaccount-title.--makeover:before {
    width: 275px;
}
.myaccount-wrapper .myaccount-title.--orders:before {
    width: 275px;
}
.myaccount-wrapper .myaccount-title.--myaddress:before {
    width: 430px;
}
.myaccount-wrapper .myaccount-title.--ordersdonations:before { 
    width: 395px;
}
.myaccount-wrapper .myaccount-title.--billing:before {
    width: 275px;
}
.myaccount-wrapper .myaccount-title.--paymentmeth:before {
    width: 305px;
}
.myaccount-wrapper .myaccount-title.--horses:before {
    width: 180px;
}
.myaccount-wrapper .myaccount-title.--digital-issues:before {
    width: 235px;
}
.myaccount-wrapper .myaccount-title.--membership:before {
    width: 205px;
}
.myaccount-wrapper .myaccount-title.--membershipdiscount:before {
    width: 375px;
}
.myaccount-wrapper .myaccount-title.--membershipproduct:before {
    width: 380px;
}
.myaccount-wrapper .myaccount-title.--membershipnotes:before {
    width: 315px;
}


.myaccount-wrapper .myaccount-subtitle {
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #001446;
    font-size: 1.5em;
    margin: 10px 0 20px;
}

.myaccount-wrapper .myaccount-subtitle:before {
    position: absolute;
    width: 100%;
    height: 10px;
    content: '';
    top: -10px;  
    background-color: #6B9AC4;
}

.myaccount-wrapper .change-pass-cont {
    margin-top: 45px;
    display: block;
}
   
.woocommerce-MyAccount-content p a {
    text-decoration: underline;
}

.woocommerce-MyAccount-content p a:hover, .woocommerce-MyAccount-content p a:focus {
    color: #001446;
}

.woocommerce-MyAccount-content p span em {
    font-size: 1em;
}

.woocommerce-EditAccountForm label {
    position: relative;
    font-family: "EB Garamond",serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #292929;
    font-size: 1em;
}

.woocommerce-MyAccount-content textarea, 
.woocommerce-MyAccount-content input[type=text], 
.woocommerce-MyAccount-content input[type=password], 
.woocommerce-MyAccount-content input[type=number], 
.woocommerce-MyAccount-content input[type=email], 
.woocommerce-MyAccount-content input[type=url], 
.woocommerce-MyAccount-content input[type=search], 
.woocommerce-MyAccount-content input[type=tel] {
    background: #EFF1F2;
    padding: 10px;
    font-family: 'Roboto';
    font-size: 1em;
    color: #000500;
    box-shadow: none;
    border: none;
}

.woocommerce-MyAccount-content button[type=submit] {
  font-family: 'Roboto';
  font-size: 1em;
  font-weight: 700;
  background: #001446;
  color: #f1f2f2;
  border-radius: 2px;
  border: none;
}

.woocommerce-MyAccount-content button[type=submit]:hover, .woocommerce-MyAccount-content button[type=submit]:focus {
    background: rgba(0,5,0,0.6);
}

.myaccount-button-cta-con {
    display: flex;
}

.myaccount-button-cta-con {
    display: flex;
}

.myaccount-button-cta-con.--makeover {
   margin: 50px 0;
}

.myaccount-button-cta-con .myaccount-btn {
    font-family: 'Roboto';
    font-size: 1em;
    color: #f1f2f2;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 16px 30px;
    border: 2px solid #001446;
    background: #001446;
    margin-right: 20px;
}

.myaccount-button-cta-con .myaccount-btn:hover, .myaccount-button-cta-con .myaccount-btn:focus{
   background: #f1f2f2;
   color: #001446;
}  

.myaccount-button-cta-con .myaccount-btn:last-child {
    margin-right: 0px;
}

.myaccount-accordion-con > section {
    margin-bottom: 10px;
}
.myaccount-accordion-con > section header {
  cursor: pointer;
  position: relative; 
  font-family: 'Roboto';
  font-size: 1em;
  color: #ffffff;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-weight: bold;
  background: #001446;
  padding: 15px 20px;
}
.myaccount-accordion-con section .content {
    
}

.myaccount-accordion-con > section div.content {
    padding: 20px;
    display: none;
    background: rgba(0,5,0,0.05);
}
.myaccount-accordion-con > section div.content p { 
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;   
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 5, 0, 0.05);
}
.myaccount-accordion-con > section div.content p a {
  text-decoration: underline;
}
.myaccount-accordion-con > section div.content a, .myaccount-accordion-con > section div.content a:hover {}
.myaccount-accordion-con > section > header span.state-open{ font-family: "Font Awesome";content: '\f078';width:20px;height:20px;display:block;position:absolute;right:0;top:12px; }
.myaccount-accordion-con > section:first-child > header span.state-open{ top:-5px; }  
.myaccount-accordion-con > section > header span.state-open.close{ font-family: "Font Awesome";content: '\f078';opacity:1 }

/** MAKEOVER  **/
.makeover-table-data {
    margin: 50px 0 100px;
}

.makeover-table-data form {
    margin-right: 20px; 
    display: inline-block;
}
.makeover-table-data form [type="submit"] {
    font-family: 'Roboto';
    font-size: 1em;
    color: #f1f2f2;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 16px 30px;
    border: 2px solid #001446;
    background: #001446;
    text-shadow: none;
}

.makeover-table-data form [type="submit"]:hover, .makeover-table-data form [type="submit"]:focus {
   background: #f1f2f2;
   color: #001446;
} 

/** BILLING  **/
.billing-table-data {
    margin: 50px 0 100px;
}

/**MEMBERSHIP **/
.my_account_memberships thead th {
    padding: 15px;
    color: #292929;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
}
.my_account_memberships thead th a, .my_account_memberships thead th span {
    color: #292929;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 1.4em;
}
.my_account_memberships tbody tr td {
    padding: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #292929;
    font-size: 1em;
}

.my_account_memberships tbody tr:nth-child(odd) { background-color: rgba(0,5,0,0.05); }
.my_account_memberships thead th a, .my_account_memberships thead th span {
    color: rgba(0,5,0,0.6);
    font-style: normal;
    font-family: "Roboto",sans-serif;
    font-size: 1rem;
    font-weight: bold;
}
.membership-content-actions { text-align:center; }
.membership-content-actions a { display:flex;justify-content: center; }
.woocommerce-account .wc-memberships-members-area-pagination a { display:inline-block; }

/** ORDERS **/
.back-to-contactus {
    font-family: 'Roboto';
    font-size: 1em;
    font-weight: 700;
    background: #001446;
    color: #f1f2f2;
    border-radius: 2px;
    border: none;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: none;
}
 
.back-to-contactus:hover {
    color: #f1f2f2;
    background: rgba(0,5,0,0.6);
}
.makeover-table-data form [type="submit"] {
    font-family: 'Roboto';
    font-size: 1em;
    color: #f1f2f2;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align:center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding:16px 30px;
    border: 2px solid #001446;
    background: #001446;
    text-shadow: none;
}

.makeover-table-data form [type="submit"]:hover, .makeover-table-data form [type="submit"]:focus {
   background: rgba(0,5,0,0.6);
	border: solid 2px rgba(0,5,0,0.6);
} 

.my_account_digital_issues h4 {
    margin-top: 0px;
}

.my_account_digital_issues tbody .column-digital_issues-thumbnail {
    width: 130px;
}

.wc-pao-addon-custom-textarea {
    width: 100%;
}

/** MEDIA QUERY **/
/* SMALL LAPTOP */  
@media only screen and (max-width: 1550px) {
    
}
@media screen and (max-width: 1330px) and (min-width: 1024px) {
    [class*=woocommerce] .entry-wrap {
        padding: 30px 15px;
    }
    .woocommerce-MyAccount-navigation {
       width: 25%;
    }
}
/* TABLET */
@media only screen and (max-width: 1023px) {
    [class*=woocommerce] .entry-wrap {
       padding: 20px 15px;
    }
    .myaccount-wrapper .woocommerce {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce-MyAccount-content {
       width: 100%;
    }
    .woocommerce-MyAccount-navigation {
       width: 25%;
       margin-right: 0px;
    }
}  


/* MOBILE */
@media only screen and (max-width:550px) {
    .customer-login-wrap {
       flex-wrap: wrap;  
    }
    .myaccount-button-cta-con.--makeover {
        margin: 30px auto;
        flex-wrap: wrap;
    }
    .myaccount-button-cta-con .myaccount-btn {
        margin: 0 auto 15px;
        width: 100%;
    }
}

.woocommerce-password-strength {
    padding: 10px;
    border-radius: 50px;
    color: #FFFFFF;
    text-align: center;
    margin: 10px 0;
}
.woocommerce-password-strength.strong {
    background-color: #27b00f;
}
.woocommerce-password-strength.good {
    background-color: #28a3cf;
}
.woocommerce-password-strength.bad, .woocommerce-password-strength.short {
    background-color: #cc1818;
}

