/*
 Theme Name:   Xav Child Theme
 Theme URI:    https://www.wpbeginner.com/
 Description:  A Twenty Thirteen child theme 
 Author:       WPBeginner
 Author URI:   https://www.wpbeginner.com
 Template:     xav
 Version:      1.0.0
*/
 
/*@import url("../Xav/style.css");*/

.rightResearchStoriesContent-col .leftStoriesContent-col{
    display: flex;
    flex-wrap: wrap;
}
.rightResearchStoriesContent-col .leftStoriesContent-col .storiesContent-items{
    flex: 0 0 50%;
    max-width: 50%;
}
.rightResearchStoriesContent-col .leftStoriesContent-col .storiesContent-items:first-child{
    margin-top:50px;
}
.elementor p{
    font-size:inherit;
}
.events_types-general .featured-media-inner.section-inner {
    text-align: center;
}

/* 1-12-2021 CSS */
.customTable .table thead tr th {
  background: #b13a50;
  color: #fff;
}
.customTable .table tbody {
  background: #d8e3ee;
  color: #212529;
}
.customTable .table th,
.customTable .table td {
  border: 1px solid #9a9d9c;
}