/*========================
Directions
========================*/

.directions { float: left; width: 100%; border:1px solid #f3f3f3; border-radius: 8px; margin-bottom: 20px; }
.directions h2 { padding:20px; border-bottom: none; background: #ef959e; background: url(../images/pink-pattern.jpg); background-size:cover; color: #FFF; font-size: 22px;  }
.directions .address { padding:20px; float: left; width: 100%; }
.directions .address li {font-family: 'Source Sans Pro', sans-serif; font-size: 18px; line-height:24px;}
.directions .address li:nth-child(4) {font-weight: bold;}
.map-wrap {border-top-right-radius: 10px; border-top-left-radius: 10px;}
.map-wrap iframe { width: 100%; border:none; min-height: 300px; border-top-right-radius: 10px; border-top-left-radius: 10px;}