/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


#content {
    margin-bottom: 70px;
}

.page-id-36 .entry-title {
    display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-title {
 font-size: 40px!important;
 font-weight: 500;
 margin-bottom: 40px!important;

}


.kanban-cards.ui-sortable {
    background-color: #f7f7f7;
    min-height: 200px;
}
.kanban-card.ui-sortable-handle {
    margin-bottom: 5px;
    padding: 5px;
    padding-left: 10px;
    background: white;
    cursor: pointer;
    border: 1px solid #c9c9c9;
    box-shadow: 2px 2px 6px -3px #919191;
    border-radius: 3px;
}

span.Yes {
    color: green;
}

span.No {
    color: red;
}

.bg-blue {
    background-color: #00bdef;
}
.bg-pink {
    background-color: #f2198f;
}

.bg-linkedin {
    background-color: #0a66c2;
}