/* Enter Your Custom CSS Here */
.et_pb_team_member_image {
  width: 165px !important;
}

/* Divi image gallery widths */
.et_pb_gallery_grid .et_pb_gallery_item,
.et_pb_gallery_grid .column_width,
.et_pb_gallery_grid .et_pb_gallery_image,
.et_pb_gallery_grid .et_pb_gallery_image.portrait img
{
width: 200px;
}
.et_pb_gallery_grid .et_pb_gallery_image img
{
min-width: 200px;
}

/* Set the image heights */
.et_pb_gallery_grid .et_pb_gallery_image,
.et_pb_gallery_grid .et_pb_gallery_image.landscape img
{
height: 200px;
}
.et_pb_gallery_grid .et_pb_gallery_image img
{
min-height: 200px;
}

/* Set the spacing between images */
.et_pb_gallery_grid .gutter_width { width: 15px; !important; }
.et_pb_gallery_grid .et_pb_gallery_item { margin-bottom:15px !important; }

/* image file name */
.mfp-title {
  display: none !important;
}

/* footer */
.et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2n+1) {
clear: none !important;
width: 30% !important;
}

/*publication's list*/
ol, ul
{
  list-style-position: outside !important;
}

