/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/


/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
/* BASE */
.main-navigation ul li.hidden {
    display: none;
}

/* Typography */
.wpb_wrapper strong {
    font-weight: 700 !important;
}

.page-title {
    text-transform: uppercase;
}

p {
    line-height: 1.6em;
}

/* SECTIONS */

/* Container */
.vc_inner {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1200px !important;
    width: 100%;
}

/* Header */
.logged-in .main-navigation ul li.hidden {
    display: inline-block;
}

/* Body Meta */
.entry-meta {
    display: none;
}

/* Doing Really Big Sales Volume */
.vc_row-fluid.vc_custom_1544565099480 {
    position: relative;
}

.vc_row-fluid.vc_custom_1544565099480 img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.vc_row-fluid.vc_custom_1544565099480:hover img {
    transform: scale(1.1);
}

.vc_row-fluid.vc_custom_1544565099480 > div {
    padding-top: 150px;
    padding-bottom: 50px;
}

/* Login */
#page_wrapper.login {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.account-wrapper {
    max-width: 400px !important;
    background-color: #ffffff;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 50px;
    padding: 50px 30px !important;
    border-radius: 10px;
}

.account-wrapper .account-tab-list {
    margin-top: 0;
}

.account-tab-link,
.account-tab-list .sep {
    font-size: 30px;
}

.login-register-container {
    margin: 70px 0 0 0;
}

.woocommerce .account-wrapper form .form-row input.input-text {
    border-top: none;
    border-right: none;
    border-left: none;
}

.login-register-container form button {
    margin-top: 50px !important;
    margin-bottom: 0;
    border-radius: 25px !important;
}

.woocommerce .account-wrapper form .form-row label {
    padding-left: 10px;
    padding-right: 10px;
    
}

.woocommerce .account-wrapper form .form-row label .required {
    color: #dc3295 !important;
}

.woocommerce .account-wrapper form .form-row label,
.lost-pass-link {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #666666;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-weight: 400;
}

.account-wrapper input:focus {
    background-color: transparent;
}

.woocommerce .account-wrapper  button.button {
    background: rgba(36,215,224,1) !important;
    background: -moz-linear-gradient(left, rgba(36,215,224,1) 0%, rgba(251,0,255,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,215,224,1)), color-stop(100%, rgba(251,0,255,1))) !important;
    background: -webkit-linear-gradient(left, rgba(36,215,224,1) 0%, rgba(251,0,255,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(36,215,224,1) 0%, rgba(251,0,255,1) 100%) !important;
    background: linear-gradient(to right, rgba(36,215,224,1) 0%, rgba(251,0,255,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d7e0', endColorstr='#fb00ff', GradientType=1 );
    transition: all 0.5s linear !important;
}

.account-wrapper .woocommerce-privacy-policy-text {
    margin-top: 30px;
}

.account-wrapper .woocommerce-privacy-policy-text p {
    line-height: 1.75em;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/