/*
Theme Name: Panda
Author: Odd Panda Design
Author URI: https://www.oddpandadesign.co.uk
Version: 0.1
*/

.pages li {
	list-style: none;
}

.pages li a i {
	margin-right: 5px;
}

.news-detail a, 
.homeFeature a, 
.search-result a,
.content-default .related-project a {
	display: block;
    background-color: #eeeeee;
    border: 1px solid #d0d3d5;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 15px;
	transition: all 0.5s;
}

.search-result a.item-person.item {
	margin-left: -15px;
	margin-right: -15px;
}

.news-detail a:hover, .homeFeature a:hover {
	box-shadow: 5px 10px 40px 0 rgba(0,0,0,0.15);
    border: 1px solid #d0d3d5;
    transition: all 0.5s;
}

.ultimate-map-wrapper {
	margin-bottom: 0!important
}

p.date {
    margin-bottom: 10px;
    color: #f07f19;
    font-style: italic;
    font-size: 12px;
}

.uavc-list-content {
	margin-bottom: 15px!important;
}

.ultimate_google_map {
	border-radius: 5px!important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 5px;
border: 2px solid #3b586c;
}

.wpcf7-form textarea {
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 5px;
border: 2px solid #3b586c;
}

.wpcf7-form input[type="submit"] {
 	padding: 12.5px 50px;
    background-color: #f08018;
    border-radius: 50px;
    border: 1px solid transparent;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;

}