/**
 *   Theme Name:    WeddingDir Child Theme
 *   Theme URI:     https://weddingdir.net/
 *   Author:        wp-organic
 *   Author URI:    https://wporganic.com/
 *   Description:   WeddingDir Child Theme
 *   Version:       1.0.0
 *   License:       GNU General Public License v2 or later
 *   License URI:   https://www.gnu.org/licenses/gpl-2.0.html
 *   Tested up to:  5.6
 *   Requires PHP:  8.2
 *   Template:      weddingdir
 *   Text Domain:   weddingdir
 *   Tags:          two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 *   
 *   -------------------------------
 *   Theme customization starts here
 *   -------------------------------
 */


.form-layout-3 {
    padding: 10px;
    background: #000000;
    border-radius: 15px;
}

.form-layout-3 .weddingdir-dropdown-handler {
	margin-bottom: 15px;
}

/**
 *  Home page - Aan alles gedacht!  [ CSS ]
 *  ---------------------------------------
 */ 
.elementor-cta--skin-classic .elementor-cta__content {
    background: transparent !important;
}
.elementor-cta--skin-classic .elementor-cta__content img{
	border-radius: 20px;
	box-shadow: none !important;
}
.elementor-cta--skin-classic .elementor-cta__button.elementor-button{
    border: 0;
    box-shadow: none;
    font-size: 18px;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #000000;
    background-color: #2F131700;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 0px 0px 0px 0px;
}


.my-wedding-bg{
    background-color: rgba(239, 40, 83, 0.05);
    padding: clamp(40px, 4.2vw, 80px);
    border-radius: clamp(15px, 2.1vw, 40px);
}