/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.elementor-message-success{
    background-color: green;
    color: white;
    padding: 15px;
    border-radius: 10px;
}
.tributes-card:last-child{
    margin-bottom: 0px;
}
.tributes-card {
    background-color: #FEEDE3;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.tributes-card-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #E35B35;
    font-style: italic;
    display: flex;
    align-items: center;
}
.tributes-card-info {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: justify;
    color: #786F6C;
    padding-bottom: 10px;
}
.tributes-card-info h2{
    font-size: 16px;
    color: #E35B35;
    font-weight: 700;
    font-style: italic;
    text-align: left;
}
.tributes-card-info-link{
    color: #000;
    text-decoration: underline !important;
    font-weight: 500;
}
.tributes-card-panel {
    column-count: 3;
    column-gap: 1em;
}
.tributes-card-title::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 2px;
    margin-right: 5px;
    background: #E35B35;
}
#field_aqq32_label {
    margin-bottom: 10px;
    color: #5D5552;
    font-weight: 700;
}
#field_b54vb_label{
    color: #5D5552;
    font-weight: 700;
}
#field_aqq32 {
    background-color: #fcf7f1;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    box-shadow: none !important;
}
#field_aqq32:focus{
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1) !important;
}
.frm_submit button.frm_button_submit.frm_final_submit:hover {
    color: #fff !important;
}
.frm_submit button.frm_button_submit.frm_final_submit{
    background-color: #5D5552 !important;
    border-radius: 10px 10px 10px 10px !important;
    border-color: transparent !important;
    font-weight: 600;
    padding: 10px 40px 10px 40px !important;
    min-width: 44%;
}
@media only screen and (max-width: 767px) {
    .tributes-card-panel {
        column-count: 1;
        column-gap: 1em;
    }
    .tributes-card {
        margin: 12px 0px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .tributes-card-panel {
        column-count: 2;
        column-gap: 1em;
    }
    .tributes-card {
        margin: 12px 0px;
    }
}
/* scrollbar css */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background: #5D5552;
height: 100px;
border-radius: 5px;
} 
::-webkit-scrollbar-track {
background: #FCF7F1;
}