/* 
Theme Name:		TWF THEME
Template:		hello-elementor
Version:		1.0.0
Text Domain:	twf-theme
*/

P:last-child { margin-bottom:0 }
.hideit { display:none !important}

b, strong { font-weight:600 }

UL + P { margin-top:20px }
P + UL { margin-top:-10px }

.elementor-testimonial__cite { margin-top:15px !important }
@media (max-width:767px) {
    .elementor-testimonial { flex-direction:column-reverse !important; gap:20px }
    .elementor-widget-testimonial-carousel .swiper-slide { padding:0 15px !important }
    .elementor-testimonial IMG { width:300px !important; max-width:100% !important; height:auto !important }
    .elementor-testimonial__footer { padding-right:0 !important; width:100% }
    .elementor-testimonial__image { width:100%; text-align:center }
}

.elementor-field-group .elementor-message {
    position: absolute; 
    right:20px; bottom:0;
    margin:5px 0;
    pointer-events:none
}
.elementor-message:before { vertical-align:top }

.elementor-message-success { 
    background: var(--e-global-color-primary);
    padding: 8px;
    border-radius: 6px;
    color: #FFF;
    text-align: center;
}