/***************** 
NEWS CSS
*****************/

/****** NEWS CSS ****/
#newsThumbnails .thumbnail {
	-moz-box-shadow: 0 0.5px 2px 0 #dddddd;	
	-ms-box-shadow: 0 0.5px 2px 0 #dddddd;	
	box-shadow: 0 0.5px 2px 0 #dddddd;	
}
#newsThumbnails .thumbnail img {
	width: 100%;
	height: 100%;
}


/****** MEDIA RELEASES/IN THE NEWS CSS ****/
.thumbnail.mediaRelease {
	margin-bottom: 12px;	
}


/****** SUBMIT YOUR ADOPTION STORY CSS ****/
#wpcf7-f780-p557-o1  {
	border: 3px solid #f3f1ee;
	padding: 12px 25px;
	margin-top: 25px;
	border-radius: 1.5px;
}
#wpcf7-f780-p557-o1 label {
	color: #52575B;
}
#wpcf7-f780-p557-o1 .wpcf7-form-control {
	border-radius: 1px;
	background: #ffffff;
	border: 1.5px #d5d0c8 solid;
	height: 32px;
	width: 100%;
}
#wpcf7-f780-p557-o1 textarea {
	width: 100%;
	height: 150px !important;
}
#wpcf7-f780-p557-o1 .wpcf7-text {
	width: 100%;
}
#wpcf7-f780-p557-o1 .submitStory-halfField {
	display: inline-block;	
	width: 48.5%;
	margin-bottom: 15px;
}
#wpcf7-f780-p557-o1  #email,
#wpcf7-f780-p557-o1  #photo2 {
	margin-left: 15px;	
	float: right;
}
#wpcf7-f780-p557-o1 #submitStory-permission .wpcf7-form-control {
	border: none !important;
	background: none;
}
#wpcf7-f780-p557-o1 #submitStory-permission p {
	margin-bottom: 2px;
}
#wpcf7-f780-p557-o1 span.wpcf7-list-item.first {
	margin-left: 0;
	margin-right: 15px;
}
#wpcf7-f780-p557-o1 .wpcf7-list-item-label {
	margin-left: 3px;
}
#wpcf7-f780-p557-o1 input[type="submit"] {
	background: #009ada;
	color: #fff;
	border-radius: 1.5px;
	font-weight: 600;
	height: 40px;
	text-transform: uppercase;
	padding: 6px 20px;
	width: 15%;
	margin-top: 20px;
	border: none;
}
#wpcf7-f780-p557-o1 input[type="submit"]:hover {
	background: #008DC7;
	-webkit-transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}
#wpcf7-f780-p557-o1 input[type="file"]::-webkit-file-upload-button {
	background: #f3f1ee;	
	cursor: pointer;
	border-color: #d5d0c8;
    border-style: solid;
	border-width: 0 1.5px 0 0;
    width: 100px;
    color: #a49f9b;
    font-size: 0.9em;
    font-weight: 600;
	padding: 7.5px 5px;
	margin-top: -1px;
}
#wpcf7-f780-p557-o1 input[type="file"]::-ms-browse {
	background: #f3f1ee;	
	cursor: pointer;
	border-color: #d5d0c8;
    border-style: solid;
	border-width: 0 1.5px 0 0;
    width: 100px;
    color: #a49f9b;
    font-size: 0.9em;
    font-weight: 600;
	padding: 7.5px 5px;
	margin-top: -1px;
}



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

/* MOBILE */
@media only screen and (max-width:750px) {
	
	
}