/*
Theme Name: WD Child Theme
Theme URI: https://wd.ancorathemes.com/
Description: WD is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 2.15.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: windows, doors, kitchen cabinets, renovation, remodeling, construction, replacement, diy, handyman, craftsman, makeover, hardware, shop, manufacture, interior design
Text Domain: wd
Template: wd
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */


.marqueex-separator-icon {
    padding: 0;
    background: none;
    border: none;
}

.latest_post_temp .e-con-inner img {
    transition: 0.5s;
    overflow: hidden;
}
.latest_post_temp .elementor-widget-theme-post-featured-image {
    overflow: hidden;
}
.latest_post_temp .e-con-inner:hover img {
    transform: scale(1.1);
}

/*==============================
Landing Form
==============================*/

.landing_form{
    width:100%;
}

.landing_form .row{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}

.landing_form .col-md-6 {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 12px;
}

.landing_form .col-sm-12{
    width:100%;
    padding:0 10px;
    margin-bottom:12px;
}

.landing_form label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #0d2758;
}

.landing_form input, .landing_form select, .landing_form textarea {
    width: 100% !important;
    height: 58px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    background: #fff;
    padding: 0 18px;
    font-size: 14px;
    color: #868686;
    outline: none !important;
    transition: .3s;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.landing_form textarea {
    height: 120px;
    padding: 18px;
    resize: none;
}
.landing_form br {
    display: none;
}
.select_container {
    margin-bottom: 0 !important;
}
.landing_form input::placeholder,
.landing_form textarea::placeholder{
    color:#8C8C8C;
}

.landing_form select{
    cursor:pointer;
}

.landing_form input:focus, .landing_form select:focus, .landing_form textarea:focus {
    border-color: #0d2758;
    box-shadow: 0 0 8px 0px rgb(13 39 88 / 32%) !important;
}
.landing_form p {
    margin-bottom: 0;
}

.landing_sbt_btn input[type=submit] {
    background: #d4af37;
    color: #fff;
    border: none;
    height: 58px;
/*     min-width: 220px; */
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .35s ease;
}

.landing_sbt_btn input[type=submit]:hover {
    background: #efc746;
    /* transform: translateY(-3px); */
    /* box-shadow: 0 15px 35px rgba(15,106,115,.25); */
}

/* Required Field */

.wpcf7-not-valid{

    border-color:#E53935 !important;

}

.wpcf7-not-valid-tip{

    font-size:13px;
    margin-top:6px;
    color:#E53935;

}

.wpcf7-response-output{

    margin-top:20px !important;
    border-radius:10px;
    padding:12px 15px !important;
    font-size:14px;

}

.landing_workshop_box .elementor-cta__bg-wrapper {
    border-radius: 12px;
}

	.wpcf7 .wpcf7-submit-style .submit-style-in:before {
    display: none !important;
}

.support_card_box .elementor-icon {
    padding: 20px;
    background: #fba4181c;
    border-radius: 100%;
}
