/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.entry-wrap {
  padding: 10px;
  box-shadow: none;
}
.carousel-item {
  padding: 10px;
}

.entry-title, .h-landmark {
	margin: 0 calc(0.02em * -1) 0 0;
    font-family: "Raleway",sans-serif;
    font-size: 2.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    text-shadow: -10px -5px 50px rgb(176,176,176);
    text-transform: none;
    color: rgba(0,0,0,1);
}

.entry-footer.cf {
    display: none;
}

.entry-featured {
	width: 50%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.x-modal-content-inner {
	padding: 10px;
	margin: 0 auto;
}

.modal-member {
	padding: 10px; 
	text-align: left;
	margin: 10px;
	line-height: 1.2;
}

.member-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
	padding: 10px;
  
}
.member-title {
  font-size: 15px;
  text-align: center;
}