/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.single-profile {
    margin-top: 50px;
    margin-bottom: 50px;
}
.single-profile p {
    margin-bottom: 0px;
}
.profiel-buton {
    margin-top: 10px;
    /* margin-bottom: 25px; */
}
.row.message-from {
    margin-top: 25px;
}

.profiel-buton a {
    margin-bottom: 15px;
}

p.tdback a {
    background: #333;
    color:#fff;
    padding: 10px 20px 13px 20px;
    font-size: 16px;
    line-height: 0px;
}

p.tdback a:hover {
    background: #d6af35;
}

@media (min-width: 767px) {
.single-profile .container {
    width: 1000px;
}
}



.profile-heading {
    text-align: center;
}
.profile-img {
    text-align: right;
}

.single-profile input[type=text] {
	width: 100%;
}
.single-profile input[type=text], .single-profile textarea {
    margin-bottom: 15px;
}

.profiel-buton {

}
.profiel-buton a {
    background:#333;
    color:#fff !important;
    display:block;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}
.profiel-buton a:hover,.profiel-buton a:focus, .profiel-buton a.tabactive {
    background:#d5af34;
    color:#fff !important;
}

.tdprofile {
    border: 1px solid #333;
    text-align: center;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.tdprofile h3 a {
    color: #333333;
}
.tdprofile h3 a:hover {
    color: #d5af34;
}
.tdprofile p {
    margin-bottom: 5px;
}

form.profile-search {
    margin-bottom: 50px;
    margin-top: 50px;
}
.profile-search input[type=search]{
    width: 100%
}

.profile-search input#submit {
    color: #ffffff;
    border-color: #333;
    background-color: #333;
/*     padding: 16px 30px; */
}
.profile-search input#submit:hover {
    border-color: #d5af34;
    background-color: #d5af34;
}

.color-img {
/*     -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition-property: -webkit-filter,-webkit-transform;
    transition-property: -webkit-filter,-webkit-transform;
    transition-property: filter,transform;
    transition-property: filter,transform,-webkit-filter,-webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    will-change: filter,transform; */
    width: 100%;
	transition: box-shadow 0.5s ease;
}

.tdprofile:hover .color-img {
/*     -webkit-filter: grayscale(0);
    filter: grayscale(0); */
	box-shadow: 0px 2px 5px 0px #666;
}

.date_death:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(cross.svg) no-repeat;
}
.tdprofile .card-body {
    padding: 15px;
}

.google-mapb a, .single-profile a{color:#d5af34;}
.google-mapb a:hover, .single-profile a:hover{color:#d5af34;}

.single-profile input#submit {
    color:#fff !important;
    padding: 14px 20px;
}
.single-profile input#submit:hover {
    background:#d5af34 !important;
    color:#ffffff !important;
}

.row.mb-2.td-border-bottom {
    border-bottom: 1px solid #333;
    padding-top: 10px;
    padding-bottom: 10px;
}
.td-border-bottom p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

@media (max-width: 767px) {

.profile-img {
    text-align: center;
}

.single-profile {
    margin-top: 0px;
    margin-bottom: 10px;
}

}
