/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.main-menu li li a {
 color: #1D4169;
}
.mobile-menu a,
.mobile-menu ul ul a{
	background: #f5f5f5;
	color: #1D4169;
	border-bottom: solid 1px #bbb;
	font-weight: 500;
}
.mobile-menu a:hover {
	font-weight:bold;
	color: #1D4169;
}
.navbar-collapse .menu-toggle {
    margin-left: auto;
    margin-top: 5px;
    padding-right: 27px;
}
article.type-page .wpcf7-form {
	max-width: 85%;
}
body.page-id-981 article.type-page .wpcf7-form {
	margin: 0 auto;
}
.home .book.put-what-where {
    margin-bottom: 50px;
}
.button.green:not(:hover) {
	background-color: #4cae4c;
	border-color: #4cae4c;
}
#slider.home-section-new {
	height:auto;
}
#slider.home-section-new .row {
	margin-right: unset;
	margin-left: unset;
}
#slider.home-section-new .column {
	width:50%;
	height: 500px;
}
#slider.home-section-new .column.first {
	border-right:solid 4px white;
}

#slider.home-section-new .column {
	  display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	  text-align:center;
	  position: relative;
}
#slider.home-section-new .column:before {
	  content: '';
    position:absolute;
    top: 0px;
    bottom: 0px;
	  left:0px;
	  right: 0px;
	  background-color: rgba(0,0,0,0.2);
	  z-index: 0;
}
#slider.home-section-new .column .fill {
	  z-index: 1;
		position: relative;
}
#slider.home-section-new .column h1,
#slider.home-section-new .column .h1 {
	  color: white !important;
		font-weight:700;
		text-shadow: 0 0 20px #333;
}

@media screen and (max-width: 768px) {
	#slider.home-section-new .column.first {
		border-right-width: 0px;
		width: 100%;
		height: unset;
		padding: 3em 1.5em;
	}
} 

body.page-id-2615 #content.content{
	width: 100%;
}

body.page-id-2615 .header-wrapper {
	display: none;
}
body.page-id-2615 .wrapper {
	color: white;
	background-color: #000;
}

body.page-id-2615 .wrapper h1,
body.page-id-2615 .wrapper h2{
	color: white;
}
body.page-id-2615 .ngg-gallery-thumbnail span {
	color: black;
	font-weight: bold;
}

body.page-id-2615 footer.footer {
	background-color: white;
}

div.features.poem .grid-wrapper {
	  width: 700px;
	  max-width: 80%;
    margin: 0 auto 2em;
    border: solid 4px #1B3D67;
    font-weight: 500;
    font-family: Georgia;
	  position: relative;
}

div.features.poem .grid-wrapper .ball {
  width: 30px;
	height: 30px;
	background-color: #eb644a;
	border-radius: 100%;
	position: absolute;
	border: solid 5px white;
}

@media (max-width: 769px ) {
	div.features.poem .grid-wrapper .ball {
		display: none;
	}
}

div.features.poem .grid-wrapper .ball1 {
  top: -15px;
	left: -15px;
}


div.features.poem .grid-wrapper .ball2 {
  top: -15px;
	right: -15px;
}

div.features.poem .grid-wrapper .ball3 {
  bottom: -45px;
	left: -15px;
}

div.features.poem .grid-wrapper .ball4 {
  bottom: -45px;
	right: -15px;
}


div.features.poem .grid-wrapper .column {
	float:none;
	padding: 1.5em 3em;
}

div.features.poem .grid-wrapper .column * {
	 font-family: Georgia;
}

div.features.poem .grid-wrapper .column h2.small {
	 font-size: 1.4em;
}
div.topbar {
	margin: 0 auto;
	text-align: center;
	height:60px;
	background-color: #0e487a;
}
div.topbar img {
	height: 60px;
	width: auto;
}
table.engagements {
	margin: 0 auto;
	max-width: 800px;
border-collapse: separate; 
  border-spacing: 0.5em;
}
table.engagements td {

}
table.engagements tr,
table.engagements td {
	background-color:white;
	border-width:0px;
	vertical-align: top;
}
table.engagements tr td.date > div {
	background-color: #EB644A;
    color: white;
    font-weight: bold;
    text-align: center;
    position: relative;
	  padding-top:5px;
	  padding-bottom: 5px;
	  padding-left: 5px;
    padding-right: 22px;
	text-transform: uppercase;
}
table.engagements tr td + td {
	padding-left: 2em;
}
table.engagements tr td.date> div:after {
	  content: '';
    background-color: #fff;
    top: 0px;
	  bottom: 0px;
	  right: 8px;
    position: absolute;
	  width: 8px;
}
table.engagements tr hr {
	width: 100%;
	border-top-width: 0px;
	background-color: #1B3D67;
}

h3.speaking-subheader:after {
	    content: '';
    width: 120px;
    display: block;
    height: 8px;
    background-color: rgb(235, 100, 74);
    margin: 8px auto 20px;
    margin-top: 8px;
}