/*
Theme Name: Story 2 Child Theme for Divi
Theme URI: http://story2designs.com
Description: Awesomeness in story 2
Author: Gabriel Young
Author URI: http://youngg.xyz
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */


.opactiybutton{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
}
.opacitybutton:hover{
 opacity: 0.5;
}
#white-emailer .et_pb_newsletter_form{
width:100%;
}
#white-emailer .et_pb_newsletter_form p{
display:inline-block;
float:left;
width:23%;
padding-left: 1%;
}
#white-emailer .et_pb_newsletter_form p:last-child{
padding-left:5%;
}


#white-emailer .et_pb_newsletter_description{
width:100%;
}

/* ----- anna's edits Jan 30th, 2025 */

#person-popups .et_pb_team_member_image img {
    width: min(100%, 300px);
    height: min(100%, 300px);
    object-fit: cover;
}

#our-board .et_pb_image_wrap img {
    border-radius: 100% 100% 100% 100%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#our-board .et_pb_module {
    text-align: center;
}

#our-values .et_pb_module.et_pb_text.et_pb_text_5.et_pb_text_align_left.et_pb_bg_layout_light {
    display: block;
    position: relative;
    width: 100%;
    margin-left: 0 !important;
}

.et_pb_post_slider_image_top .et_pb_slide_image {
	margin: 0 auto !important;
}

.et_pb_slide_description {
	padding: 12px 24px !important;
}