/**
 * Theme Name:     Hello Elementor Child
 * Author:         Tactics Digital
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A lightweight and minimalist WordPress theme for Elementor page builder.
 * Author URI:     http://Williams%20Pinto
 */


/*READ MORE STYLE*/
body:not(.elementor-editor-active) .readmoretoggle .elementor-tab-title.elementor-active {
    display: none;
}

/* button styling below */
.readmoretoggle .elementor-tab-title a {
    display: inline-block !important;
    padding: 0.4em 1.6em;
    margin: 0.14em 0;
    border: 0.16em solid rgba(0, 0, 0, 0);
    border-radius: em; /* adjusted value */
    font-weight: 300;
    color: #FFFFFF; /* white font color */
    text-align: center;
    background-color: rgb(237, 67, 60); /* button color */
    transition: all 0.34s ease;
}

/* hover button styling */
.readmoretoggle .elementor-tab-title a:hover {
    color: rgba(255, 255, 255, 1); /* change color of text when hovering */
    transform: scale(1.03); /* zoom in effect on hover */
}
.our-mission-title {
    color: #91278D;            /* Specified color */
    font-weight: 800;          /* Extra bold weight */
    font-size: 28px;
    
    font-family: 'Libre Franklin', sans-serif;  /* Libre Franklin font */
}

/*Tab Style */

.elementor-586 .elementor-element.elementor-element-79180067 {
  display: flex;
  flex-direction: row;
  width: 100%; /* Full width of the container */
  align-items: flex-start; /* Align items to the top */
  justify-content: flex-start; /* Align items to the left */
}

.elementor-586 .elementor-element.elementor-element-79180067 > * {
  flex-grow: 1; /* Make each child grow to fill the container */
}

