/*
Theme Name: LeadEngine Child
Template: leadengine
Theme URI: https://www.leadengine-wp.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Page Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

.nodisplay{display: none;}

.menubar{
    border-bottom:1px solid rgba(229, 231, 242, 0.85);
}

#wrapper .entry-header {
    padding-top: 135px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    /*background: #8e0406;*/
    background: url(img/header_wp_light.jpg) center center no-repeat;
    background-position: cover;
}

body header.entry-header .container .section-heading {
    margin: 10px 0 0 0;
    color: #fff;
    line-height: 1.3;
}

.breadcrumbs a, .breadcrumbs .fa, .breadcrumbs .current-item{
	color: #fff;
}

#home_slide .wpb_wrapper{
    background: linear-gradient(0deg,#6aa2c4 0%, #87CEFA 90%);
}

.woocommerce .ShopFiltersWrapper {
    margin-top: -40px;
    margin-bottom: 20px;
}

.woo-entry-wrapper{
    padding: 10px;
}

.wpb_wrapper .columns-5.woocommerce ul.products li.product {
    width: calc(20% - 20px);
}

.wpb_wrapper .woocommerce ul.products li.product, .wpb_wrapper .woocommerce-page ul.products li.product {
    margin: 10px;
}

.woocommerce ul.products li.product .woo-entry-wrapper .button {
    min-width: 120px;
    background: #4f6df5;
    border: 2px solid #4f6df5;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 12px;
    margin-top: 10px;
}

.woocommerce div.product .entry-summary form.cart .button{
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.woocommerce ul.products li.product .button:hover, .woocommerce div.product .entry-summary form.cart .button:hover {
    background: transparent;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    background: transparent;
    color:#4f6df5;
}

.woocommerce ul.products li.product .btn-green:hover, .woocommerce div.product .entry-summary form.cart .btn-green:hover {
    color:#28a745;
}

.woo-detailed-style .categories{
    display: none;
}

.container .cart .btn-green{
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}

.container .cart .btn-green:hover{
    background: #ffffff;
    color: #28a745;
}

.woocommerce ul.products li.product .woo-entry-wrapper .button{
    width: 100%;
}

.woocommerce ul.products li.product .woo-entry-wrapper .btn-green{
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}

.woocommerce ul.products li.product .woo-entry-wrapper .btn-green:hover{
    background: #fff;
    border-color: #28a745;
    color: #28a745;
}

.woocommerce ul.products li.product .woo-entry-wrapper .button:hover i{
    color: #4f6df5;
}

.woocommerce ul.products li.product .woo-entry-wrapper .btn-green:hover i{
    color: #28a745;
}

.woocommerce div.product .entry-summary form.cart .btn-green:hover i{
    color: #28a745;
}

.woocommerce ul.products li.product .woo-entry-wrapper .button i{
    color: #fff;
    margin-right: 10px;
}

.button i.fa{
    color: #fff;
    margin-right: 10px;
}

.woocommerce-cart #single-page table.cart .product-name {
    font-weight: 700;
}

#lp_process .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background{
    padding: 15px;
}

#lp_process .vc_icon_element{
    margin-bottom: 5px;
}

#lp_process h3{
    margin-bottom: 5px;
}

#lp_process p{
    text-align: justify;
}

.vc_separator.vc_separator_align_center h4{
    font-size: 2em;
}

.woocommerce-cart #single-page table.cart .product-name a.btn, .woocommerce-cart #single-page table.cart .product-name a:hover.btn{
    color: #fff;
}

.page .woocommerce ul.products li.product h2{
    margin-bottom: 0;
    font-size: 15px;
    max-width: 100%;
    font-weight: bold;
}

.price-wrapper{
    font-weight: bold;
}

.startfrom{
    font-size: 15px;
}

.woocommerce ul.products li.product .price {
    font-size: 15px;
}

.woocommerce div.product p.price {
    font-size: 15px;
    margin-bottom: 10px;
}

.stl_free{
    text-align: right;
    font-weight: bold;
    color: #28a745;
}

.wpb_text_column ul, .wpb_text_column ol{
    margin-top: -10px;
}

.wpb_text_column ul li, .wpb_text_column ol li{
    line-height: inherit;
}

.content_iframe{
    border:0;
    overflow: hidden;
    width: 100%;
    min-height: 500px;
}

#login_iframe{
    min-height: 350px;
}

#account_iframe{
    min-height: 550px;
}

#lostpass_iframe{
    min-height: 150px;
}

#cart_iframe{
    min-height: 1000px;
}

.back-to-top {
    bottom: 20px;
}

#home_slide .vc_column-inner:first-child{
  padding: 0;
}

#process .fa {
    color: #fff;
    background-color: #58595b;
    border-radius: 50%;
    padding: 12px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

#process h3{
    font-size: 24px;
}

#home_empty_space {
    margin-bottom: 73px;
}

@media (max-width: 960px){
    #home_empty_space {
        margin-bottom: 3px;
    }

    .vc_row[data-vc-full-width] {
        padding-bottom: 0px!important;
    }

    #process .vc_column_container{
        padding-right: 10px;
        padding-left: 10px;
    }
}