/***************** 
ADOPTIONS CSS
*****************/

/***************** 
FIRST PAGE 
*****************/
#adoptionThumbnail-pg {
	padding-top: 0;
	padding-bottom: 40px;
	background: #f7f7f7;  /*url(../images/grey_down-triangle.svg) scroll no-repeat*/
	background-position: 50% 70px;
}
#adoptionThumbnail-pg .pager {
	margin: 0;
}
#adoptionFilter {
	background: #e9e3de;
	border-bottom: 0.5px solid #e3e3e3;
}
#adoptionNav {
	padding-top: 12px;
	padding-bottom: 14px;	
}
#adoptionNav li {
	display: inline-block;
}
#adoptionNav label {
	color: #52575B;	
	font-weight: 600;
	font-size: 0.95em;
	margin-right: 5px;
	margin-bottom: 2px;
}
#adoptionNav .form-group {
	margin-right: 15px;	
}
#adoptionNav .form-control {
	border: none;	
}
#adoptionNav-shelter .form-control,
#adoptionNav-age .form-control {
	width: 100%;
}
#nav-search-animalID .form-group {
	margin-right: 0;
	margin-bottom: -22px;
}
#nav-search-animalID .form-control {
	border: 1.5px solid #e3e3e3;
}
#nav-search-animalID .btn {
	padding: 3px 13px 5px;
	background: #e2dbd3;
	color: #52575B;
}
#nav-clear-search .btn,#nav-info .btn {
	background: #e2dbd3;	
	color: #52575B;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: -57px;
}
#nav-clear-search .fa,#nav-info .fa {
	margin-left: 3px;
}
#nav-search-animalID .btn:hover,
#nav-search-animalID .btn:focus,
#nav-clear-search .btn:hover,
#nav-clear-search .btn:focus,
#nav-info .btn:hover,
#nav-info .btn:focus{
	background: #ddd5ce;	
	box-shadow: none;
}


/* Display search results*/
#adoptionFilter-results {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 15px;
	padding-bottom: 7px;
}
#adoptionFilter-results-display,
#adoption-animals-only {
	display: inline-block;
}
#adoptionFilter-results h3 {
	margin-top: 30px;
	margin-bottom: 6px;	
}
#adoptionFilter-results-display h3 {
	font-size: 1.16em;
}
#adoption-animals-only {
	float: right;
	margin-top: 35px;
	font-size: 0.95em;
	text-align: right;
}
.page-template-page-lostcat .print,
.page-template-page-lostdog .print {
	margin-top: 0;
}


/*#adoptionFilter-results ul {
	list-style-type: none;
	padding-left: 0;
}
#adoptionFilter-results ul:before {
	content: 'Currently displaying:';
	margin-right: 10px;
	font-weight: 700;
	font-size: 1.3em;
	display: block;
	margin-bottom: 15px;
}
#adoptionFilter-results li {
	display: inline-block;
	margin-right: 4px;
}
#adoptionFilter-results a {
	background: #E3DDD4;
	padding: 2px 10px 4px 15px;
	color: #52575B;
	font-weight: 600;
	border-radius: 2px;
}
#adoptionFilter-results a:after {
	content: '\f00d';
	font-family: 'fontAwesome';
	margin-left: 12px;
}
#adoptionFilter-results a:hover:after {
	color: #008DC7;
}
#adoptionFilter-results a:hover {
	background: #C6BFB9;
	text-decoration: none;
}*/


#adoptionProfile-sm .thumbnail {
	display: block;
	-moz-box-shadow: 0 0.5px 2px 0 #dddddd;	
	-webkit-box-shadow: 0 0.5px 2px 0 #dddddd;	
	box-shadow: 0 0.5px 2px 0 #dddddd;
	overflow: hidden;
}
#adoptionProfile-sm a .thumbnailCaption p {
	color: #36424C;
}
#adoptionProfile-sm .thumbnailCaption {
	padding: 10px 15px 5px !important;
}
#adoptionProfile-sm .thumbnailCaption h3 {
	margin-bottom: 2px;
}
#adoptionProfile-sm .thumbnail img {
	width: 100%;
	height: 100%;
	display: block;
}
#adoptionProfile-sm a:hover {
	text-decoration: none;
}
#adoptionProfile-sm a:hover .thumbnail {
	outline: 5px solid #e4e2df;
}
#adoptionProfile-sm a:hover .thumbnail .img-overlay {
	background-color: #000000;
}
#adoptionProfile-sm a:hover .thumbnail img {
	opacity: 0.85;
	-webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}


/*Applies adopted banner to small and large adoption profiles*/
.carousel.adopted:before,
.thumbnail.adopted:before {
	content: url(../images/adopted-graphic.svg);
	position: absolute;	
	z-index: 20;
}
.carousel.adopted:before {
	width: 110px;
	height: auto;
	margin-left: -8px;	
	margin-top: -8px;
}
.thumbnail.adopted:before {
	width: 70px;
	height: auto;
	margin-left: -5px;	
	margin-top: -5px;
}

.carousel.adoptionInProgress:before,
.thumbnail.adoptionInProgress:before {
	content: url(../images/adoptionInProgress-graphic.svg);
	position: absolute;	
	z-index: 20;
}

.carousel.ownercontacted:before,
.thumbnail.ownercontacted:before {
	content: url(../images/ownercontacted-graphic.svg);
	position: absolute;
	z-index: 20;
}
.carousel.adoptionInProgress:before,
.carousel.ownercontacted:before{
	width: 110px;
	height: auto;
	margin-left: -8px;	
	margin-top: -8px;
}
.thumbnail.adoptionInProgress:before,
.thumbnail.ownercontacted:before {
	width: 70px;
	height: auto;
	margin-left: -5px;	
	margin-top: -5px;
}

.carousel.reclaimed:before,
.thumbnail.reclaimed:before {
	content: url(../images/reclaimed-graphic.svg);
	position: absolute;	
	z-index: 20;
}
.carousel.reclaimed:before {
	width: 110px;
	height: auto;
	margin-left: -8px;	
	margin-top: -8px;
}
.thumbnail.reclaimed:before {
	width: 70px;
	height: auto;
	margin-left: -5px;	
	margin-top: -5px;
}
.carousel.infoster:before,
.thumbnail.infoster:before {
	content: url(../images/infoster-graphic.svg);
	position: absolute;	
	z-index: 20;
}
.carousel.infoster:before {
	width: 110px;
	height: auto;
	margin-left: -8px;	
	margin-top: -8px;
}
.thumbnail.infoster:before {
	width: 70px;
	height: auto;
	margin-left: -5px;	
	margin-top: -5px;
}



/***************** 
SECOND PAGE 
*****************/

/*Large adoption carousel */
#adoptionProfile-lgCarousel img {
	margin-top: -4px;
}
#adoptionProfile-lgCarousel .carousel-indicators {
	background: rgba(0,0,0,0.5);	
	width: 100%;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 12px 15px 10px;
	height: 100px;
	text-align: left;
	opacity: 0;
	-webkit-transition: all 500ms ease-out 0s;
	-ms-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}
#adoptionProfile-lgCarousel:hover .carousel-indicators {	
	opacity: 0.9;	
}

#adoptionProfile-lgCarousel .carousel-indicators li {
	margin-right: 8px;
	width: 18.5%;
	background: #ccc;
	border: none;
	opacity: 0.6;
	border-radius: 0;
	text-indent: 0;
}
#adoptionProfile-lgCarousel .carousel-indicators li:last-child {
	margin-right: 0;
}

#adoptionProfile-lgCarousel .carousel-indicators li.active {
	opacity: 1;
}

/* Adoption profile details table */
.profile-details h3 {
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.profile-details p {
	margin-top: 10px;	
}
.profile-details ul {
	padding-left: 0;
	margin-bottom: 0;
}
.profile-details li {
	list-style-type: none;
	border-top: solid 1px #ccc;
	padding-top: 7px;
	padding-bottom: 7px;
}
.profile-details li:first-child {
	border-top: none;
}
.breed:before,
.gender:before,
.colour:before,
.age:before,
.shelter:before,
.suburb:before,
.councilname:before,
.animalId:before,
.MicrochipNumber:before,
.SourceNumber:before,
.adoption-feeAmt:before,
.adoption-status:before {
	margin-right: 7px;
	font-weight: 600;
	color: #52575C;
}
.breed:before {
	content: "Breed:";	
}
.gender:before {
	content: "Gender:";
}
.colour:before {
	content: "Colour:";
}
.age:before {
	content: "Age:";
}
.shelter:before {
	content: "Shelter:";
}
.councilname:before{
	content: "Council:";
}
.suburb:before {
	content: "Suburb:";
}
.animalId:before {
	content: "Animal ID:";
}
.adoption-feeAmt:before {
	content: "Adoption fee:";	
}
.adoption-status:before {
	content: "Adoption status:";
}
.MicrochipNumber:before{
	content: "Microchip Number:";
}
.SourceNumber:before{
	content: "Source Number:";
}



/* Adoption special needs icons */
#adoption-special-needs {
	background: #ddd5ce;
	margin-top: 5px;
	overflow: hidden;
}
#special-needs-icons {
	padding-left: 0;
	margin: 10px 15px 10px;
}
#special-needs-icons li {
	display: inline-block;
	margin-right: 3px;	
}
#special-needs-icons li.active .special-needs-icon-caption p,
#special-needs-icons li.active a .special-needs-icon:after  {
	opacity: 1;
}
#special-needs-icons img {
	width: 50px;
	height: 50px;
}
#special-needs-icon-desc {
	background: #eeebe6;
	height: 30px;
}
#special-needs-icons .special-needs-icon-caption {
	position: absolute;
	z-index: 20;
	margin-top: 60px;
	/*margin-top: 10px;*/
	left: 30px;
}
#special-needs-icons .special-needs-icon-caption p {
	opacity: 0;
	margin-top: 3px;
	margin-bottom: 0;
	font-weight: 600;
	color: #52575B;
}
#special-needs-icons .special-needs-icon:after {
	content: url(../images/beige-pointer.svg);
	opacity: 0;
	position: absolute;
	margin-left: -38px;
	margin-top: 47.5px;
}
#special-needs-icons a:hover .special-needs-icon-caption p,
#special-needs-icons a:hover .special-needs-icon:after {
	opacity: 1;
	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}


/* Adoption profile description */
#adoption-profile-aboutDesc {
	margin-top: 5px;	
}
#adoption-faqs {
	background: url(../images/lila-test.jpg) no-repeat scroll center top;/*url(../images/pg-bkg_down-triangle.svg) no-repeat scroll center top;*/
	background-size: cover;
}


/* Adoption recently viewed pets */






/***************** 
MEDIA QUERIES
*****************/

/* MOBILE */
@media only screen and (max-width:750px) {
	.profile-details {
		margin-bottom: 0;
	}
	
	#adoptionFilter-results {
		display: none;
	}
}


/* ALL SCREENS BUT DESKTOP */
@media only screen and (max-width:991px) {
	#adoptionFilter {
		padding-bottom: 30px;	
	}
	
}

@media only screen and (max-width:992px) {
	.profile-details li:first-child {
		border-top: solid 1px #ccc;
	}
	.profile-details h3 {
		border-bottom: none;
	}
}

/* DESKTOP SCREEN */
@media only screen and (min-width:992px) {
	#adoptionProfile-sm .thumbnailCaption {
		min-height: 123px;
	}
	/*#adoptionNav .form-control {
		width: 105px;	
	}*/
}

@media (min-width:751px) and (max-width:991px) {
	#adoptionProfile-sm .thumbnailCaption {
		min-height: 105px;
	}
}
