/*
Theme Name: iPost Avada Child
Description: Child theme for Avada theme
Author: Your Name
Template: Avada
Version: 1.0.0
*/

/* Import the parent theme's stylesheet */
@import url("../Avada/style.css");

/* Add your custom styles below */


#flip h2 {
margin-top: 25px;
}


/*4/15/2026 custom list*/


#why-partner ul li {
margin-bottom: 10px;
}

.custom-check-list {
  list-style: none; 
  padding-left: 0; 
  
  font-size: 22px; 
  line-height: 30px;
}

.custom-check-list li::marker {
  content: '✅'; 
  font-size: 1em;
}

.custom-check-list li {
  padding-left: 10px; 
  margin-bottom: 10px;
}



/* 4/14/2026 */

.number-headline {
	display: flex;
    justify-content: center;
    margin: 0;
}

.number {
    width: 90px;
    height: 90px;
    border: 3px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
}


/* 4/10/2026 STM icon sizing */

.scientific-icon img {
    width: 90px;
    height: auto;
}

@media (width < 640px) {
	.scientific-icon {
		display: block !important;
        margin: 0 auto;
    }
}

/* 4/10/2026 fix img dimensions on ipost.com/newsroom */

.flexslider .slides img {
	height: auto;
}


/* Custom styles for author-info.php */
.fusion-author-avatar {
  max-width: 100px !important;
  margin: 0;
}

.fusion-author .fusion-social-networks .fusion-social-networks-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

.fusion-author .fusion-social-networks .fusion-social-network-icon {
  margin: 0;
}