/*
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
*/
.bold {
    font-weight: 700;
}
.white {
    color: white;
}
.justify-center .vc_column-inner, .justify-center{
    justify-content: center;
}
.justify-bottom .vc_column-inner, .justify-bottom{
    justify-content: flex-end;
}
.banner-headline, .banner-headline-2 {
    margin-top: 50px;
    color: white;
    font-size: 2em;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .banner-headline {
        margin-top: -40px;
    }
}
.banner-list {
    /*vertical-align: middle;*/
    color: white;
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 10px !important;
}
.banner-list img {
    margin-right: 16px;
    vertical-align: text-bottom;
}
.teddy-btn .vc_btn3.vc_btn3-size-md.vc_btn3-style-modern {
    border-radius: 14px;
    padding-left: 36px;
    padding-right: 36px;
    text-transform: capitalize;
    font-size: 0.9em !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-elevate {
    padding-top: 225px;
    padding-bottom: 225px;
    display: block;
    font-size: 120%;
}
@media (max-width: 992px) {
    .banner-elevate {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
/*
Form
 */
.form-control {
    border-radius: 17px !important;;
    background-color: #f3e4df !important;;
    font-family: NeueEinstellung, sans-serif !important;
    border: none !important;
    padding: 15px 30px;
    margin: 10px !important;
    font-size: 1.3em !important;
    height: auto !important;
}
input::placeholder, textarea::placeholder {
    color: #777777;
}

input[type="submit"].teddy-btn-dark {
    background-color: #ca7c66;
    border-radius: 17px !important;
    margin: 10px;
    font-size: 1.3em;
    text-transform:capitalize ;
}

.widget_nav_menu {
    padding-top: 40px !important;
}

.footer-contact {
    padding-top: 40px !important;
}
.widget li {
    margin: 0 0 27px 0 !important;
}
.footer-contact li {
    display: block;
    margin-bottom: 16px !important;
    color: #000;
    font-weight: 700;
}
.footer-contact li img{
    margin-right: 16px;
}

#site-footer {
    padding: 120px 0 90px;
}
@media (max-width: 992px) {
    #site-footer {
        padding: 75px 0 60px;
    }
}
.site-footer-widget-area > .row {
    border-bottom: none !important;
}
.site-footer-widget-area {
    margin-bottom: 0;
}


.woocommerce ul.products li.product a {
    font-family: NeueEinstellung, sans-serif !important;
    text-decoration: none;
    font-size: 1.7em;
}