/*Emily - remove banner from events and happy tails listings */
.home .archive-template-1 .date-time {
	display: none;
}

ul.dog-list .sponsor-ribbon{
	display: none;
}
	
.widget-wrap .dog-details h4 {
	margin-bottom: 0px;
	margin-top: 20px;
}

ul.dog-list .dog-details a {
	color: #ffe338;
}

.dog-list span.detail-hide {
	display: none !important;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	color: #fff;
	font-family: "You Are Loved", sans-serif;
    font-size: 40px !important;
	background: none !important;
}

.header-donate h4 {
	background-color: #ffe338;
	color: #00275d;
}

.header-donate h4:after{
	border-color: transparent transparent transparent #ffe338;
}

.header-donate h4 .icon-camera {
	color: #00275d;
}

.gallery-link:after {
	content: none;
}

#ez-home-bottom-container .widget-area {
    overflow: initial;
}

#quicklinks {
	float: left;
}

#quicklinks a:hover {
	color: #ffe338 !important;
}

#quicklinks a {
	font-weight: bold;
}

.sponsor-slider .wpv-filter-form .gallery-link img {
	display: contain;
}

.menu-item-13381 {
	background-color: #ffe338;
	color: #00275d;
}

.menu-item-13381 a,
.menu-item-13381 a:hover,
.menu-item-13381 a:active  {
	color: #00275d !important;
}

#menu-foster li::before,
#menu-volunteer li::before,
#menu-about li::before,
#menu-adopt li::before,
#menu-donate li::before{
	content: "\f1b0";
    position: relative;
    font-family: FontAwesome;
	padding-right:5px;
	color: #00275d;
}

.header-top .wrap {
	background-color: #345a98;
}

.genesis-nav-menu .sub-menu  {
	background-color: #345a98;
}

.genesis-nav-menu .sub-menu .sub-menu {
	background-color: #87b1eb;
}


@media (min-width: 860px) and (max-width: 960px) {
#ez-home-top-1{
	width: 70%;
}
#ez-home-top-2 {
	width: 30%;
}
}

@media (min-width: 600px) {
	.hide {
	display: none;
}
}

@media (max-width: 600px) {
	.show {
	display: none;
  }
	
	.sponsor-slider h4,
	.widget_ld_em_widget h4 {
	 bottom: 1% !important;
 }


}