/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.elementor-element.elementor-widget-heading .elementor-heading-title, 
.elementor-element .elementor-widget-image-box .elementor-image-box-content .elementor-element.elementor-image-box-title, 
.elementor-element.elementor-widget-tabs .elementor-tab-title, 
.elementor-element.elementor-widget-tabs .elementor-tab-title a, 
.elementor-element.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title, 
.elementor-element.elementor-widget-icon-box .elementor-icon-box-title a {
    color: #004B21;
}
.elementor-element.elementor-widget-tabs .elementor-tab-title.elementor-active a,
.elementor-element.elementor-widget-icon-list .elementor-icon-list-icon i,
.elementor-element.elementor-widget-icon-box.elementor-view-framed .elementor-icon, 
.elementor-element.elementor-widget-icon-box.elementor-view-default .elementor-icon,
.elementor-element.elementor-widget-icon.elementor-view-framed .elementor-icon, 
.elementor-element.elementor-widget-icon.elementor-view-default .elementor-icon {
    color: #87a330;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1440px!important;
}

.postSlider__item img {
    width: 100%!important;
    max-height: 206px;
    object-fit: cover;
    min-height: 206px;
}

.peopleTable td {
    padding: 10px 20px !important;
}

.peopleTable .table-toggle {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.peopleTable .table-toggle span {
    text-decoration: underline !important;
}

.peopleTable .table-toggle:hover span {
    text-decoration: none !important;
}

.peopleTable .table-toggle i {
    font-size: 16px !important;
}