/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://westwayfloring.com/
 Description:  Child theme for Hello Elementor (Elementor Pro compatible)
 Author:       VersaCreative
 Author URI:   https://versacreative.com/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

.white-hr{
	width:50px;
	color:white;
	margin: auto !important;
}

/* Elementor Leadership Posts - Job Title and Excerpt */

.elementor-post__job-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #931a1d;
    font-weight: 700;
    margin: 10px 0 20px 0;
    padding: 0;
}

.elementor-388 .elementor-element.elementor-element-ac378d6 .elementor-post__title a {
    color: #000 !important;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase !important;
}

.elementor-post__excerpt {
    overflow: visible !important;
    max-height: none !important;
    text-overflow: clip !important;
    display: block !important;
}

.elementor-post__excerpt p {
    margin: 0 0 20px 0;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.72px;
    overflow: visible !important;
    text-overflow: clip !important;
    -webkit-line-clamp: none !important;
    line-clamp: none !important;
    display: block !important;
}

.elementor-388 .elementor-element.elementor-element-ac378d6 .elementor-post__excerpt {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
    min-height: auto !important;
}

.elementor-388 .elementor-element.elementor-element-ac378d6 .elementor-post {
    overflow: visible !important;
}

.elementor-388 .elementor-element.elementor-element-ac378d6 .elementor-posts-container {
    overflow: visible !important;
}

.elementor-388 .elementor-element.elementor-element-ac378d6 .elementor-post__excerpt p {
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.72px;
    overflow: visible !important;
    text-overflow: clip !important;
    -webkit-line-clamp: none !important;
    line-clamp: none !important;
}

/* Style Elementor's native Read More button (links to full bio page) */
.elementor-post__read-more,
.elementor-button-link.elementor-post__read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #931a1d !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: transparent !important;
    border: none !important;
    padding: 8px 0;
    margin: 20px 0 0 0;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: none;
    position: relative;
}

.elementor-post__read-more::after,
.elementor-button-link.elementor-post__read-more::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #931a1d;
    transition: width 0.3s ease;
}

.elementor-post__read-more:hover,
.elementor-button-link.elementor-post__read-more:hover {
    color: #931a1d !important;
    background: transparent !important;
    text-decoration: none;
}

.elementor-post__read-more:hover::after,
.elementor-button-link.elementor-post__read-more:hover::after {
    width: 100%;
}

.elementor-post__read-more:focus,
.elementor-post__read-more:active,
.elementor-button-link.elementor-post__read-more:focus,
.elementor-button-link.elementor-post__read-more:active {
    color: #931a1d !important;
    background: transparent !important;
    outline: none;
}

/* Fix thumbnail images to fill container properly - applies to all posts widgets */
.elementor-posts-container .elementor-post__thumbnail {
    position: relative;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}

.elementor-posts-container .elementor-post__thumbnail.elementor-fit-height {
    padding-bottom: 0 !important;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    left: auto !important;
    top: auto !important;
    transform: none !important;
    position: relative !important;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
    height: auto !important;
    width: 100% !important;
}

.elementor-posts-container .elementor-post__thumbnail img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    position: relative;
    display: block;
}

/* Override for Leadership section */
.elementor-388 .elementor-element.elementor-element-ac378d6 .elementor-posts-container .elementor-post__thumbnail {
    position: relative;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}

.elementor-388 .elementor-element.elementor-element-ac378d6 .elementor-posts-container .elementor-post__thumbnail.elementor-fit-height {
    padding-bottom: 0 !important;
}

.elementor-388 .elementor-element.elementor-element-ac378d6 .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    left: auto !important;
    top: auto !important;
    transform: none !important;
    position: relative !important;
}

.elementor-388 .elementor-element.elementor-element-ac378d6 .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
    height: auto !important;
    width: 100% !important;
}

.elementor-388 .elementor-element.elementor-element-ac378d6 .elementor-posts-container .elementor-post__thumbnail img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    position: relative;
    display: block;
}

@media (max-width: 767px) {
    .elementor-post__excerpt p {
        font-size: 20px;
        line-height: 26px;
    }
}