.wdk-membership-profiles-list .wdk-row {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
margin-bottom: -15px;
}
.wdk-membership-profiles-list .wdk-row .wdk-col {
margin-bottom: 15px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 calc(100% / 1);
-ms-flex: 0 0 calc(100% / 1);
flex: 0 0 calc(100% / 1);
flex: 0 0 calc(100% / 1);
width: calc(100% / 1);
padding: 0 15px;
}
.wdk-membership-profiles-list .wdk-row .wdk-col.wdk-col-full {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
}
.wdk-membership-profiles-list .wdk-row .wdk-col.wdk-col-full-always {
-webkit-flex: 0 0 100% !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
flex: 0 0 100% !important;
width: 100% !important;
}
.profiles-item-list {
display: flex;
width: 100;
margin-bottom: 40px;
box-shadow: 2px 5px 10px 5px #e7e7e7;
}
.profiles-item-list .far {
font-weight: 900;
}
.profiles-item-list .fa {
font: normal normal normal 14px/1 FontAwesome;
}
.profiles-item-list .wdk-thumbnail {
flex: 0 0 298px;
position: relative;
font-size: 0;
overflow: hidden;
}
.profiles-item-list .wdk-thumbnail .wdk-image {
object-fit: cover;
width: 100%;
height: 100%;
-webkit-filter: brightness(1) contrast(1) invert(0);
filter: brightness(1) contrast(1) invert(0);
transition: all 0.4s ease-in-out;
}
.profiles-item-list .wdk-thumbnail .thumbnail_link {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 10;
}
.profiles-item-list .wdk-thumbnail.wdk-profile-card-active:after, .profiles-item-list .wdk-thumbnail.wdk-profile-card-active .wdk-hover, .profiles-item-list .wdk-thumbnail:hover .wdk-hover {
opacity: 1;
transform: translateY(0);
}
.profiles-item-list .wdk-thumbnail:hover .wdk-image {
-webkit-filter: brightness(0.8) contrast(1.01) invert(0.18);
filter: brightness(0.8) contrast(1.01) invert(0.18);
}
.profiles-item-list .wdk-thumbnail .wdk-hover {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 11;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
transform: translateY(-20px);
transition: all 0.4s ease-in-out;
}
.profiles-item-list .wdk-thumbnail .wdk-hover .wdk-list-social {
padding: 0;
margin: 0;
font-size: 0;
}
.profiles-item-list .wdk-thumbnail .wdk-hover .wdk-list-social li {
display: inline-block;
margin: 5px 5px;
}
.profiles-item-list .wdk-thumbnail .wdk-hover .wdk-list-social li a {
display: inline-block;
color: #fff;
font-size: 14px;
padding: 5px 5px;
transition: all 0.4s;
}
.profiles-item-list .wdk-thumbnail .wdk-hover .wdk-list-social li a:hover {
color: #0074e4;
}
.profiles-item-list .wdk-thumbnail .wdk-hover .wdk-profile-btn {
display: inline-block;
color: #fff;
font-size: 15px;
height: 46px;
line-height: 46px;
padding: 0 30px;
border: 1px solid #fff;
border-radius: 3px;
transition: all 0.4s;
top: 10px;
}
.profiles-item-list .wdk-thumbnail .wdk-hover .wdk-profile-btn:hover {
background-color: #0074e4;
color: #fff;
border-color: transparent;
}
.profiles-item-list .wdk-content {
flex: 1 2 auto;
display: flex;
flex-direction: column;
padding: 30px 23px;
}
.profiles-item-list .wdk-content .wdk-header {
margin-bottom: 10px;
}
.profiles-item-list .wdk-content .wdk-header .wdk-title {
margin: 0;
padding: 0;
color: #161616;
font-size: 22px;
font-family: "Montserrat";
font-weight: 700;
margin-bottom: 1px;
}
.profiles-item-list .wdk-content .wdk-header .wdk-title:hover {
color: #0074e4;
}
.profiles-item-list .wdk-content .wdk-header a, .profiles-item-list .wdk-content .wdk-header a:hover {
color: inherit;
transition: all 0.4s ease-in-out;
}
.profiles-item-list .wdk-content .wdk-header .wdk-subtitle {
display: block;
color: #a3a3a3;
font-size: 13px;
font-family: "Montserrat";
font-weight: 300;
margin-bottom: 5px;
}
.profiles-item-list .wdk-content .wdk-text {
margin-top: 12px;
margin-bottom: 31px;
line-height: 23px;
padding-right: 56px;
height: initial;
font-size: 15px;
color: #777a7c;
font-family: "Lato";
}
.profiles-item-list .wdk-content .wdk-text:not(.unlimited) {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.profiles-item-list .wdk-content .wdk-footer {
flex: 1 2 auto;
display: flex;
align-items: flex-end;
}
.profiles-item-list .wdk-content .wdk-footer .wdk-side {
flex: 1 2 auto;
}
.profiles-item-list .wdk-content .wdk-footer .wdk-side.text-right {
text-align: right;
}
.profiles-item-list .wdk-content .wdk-footer .wdk-profile-link {
color: #0074e4;
font-size: 14px;
font-weight: 400;
}
.profiles-item-list .wdk-content .wdk-footer .wdk-list {
padding: 0;
margin: 0;
}
.profiles-item-list .wdk-content .wdk-footer .wdk-list .meta-item a {
display: inline-block;
color: #161616;
font-size: 13px;
font-family: "Montserrat";
font-weight: 400;
margin-bottom: 16px;
transition: all 0.4s ease-in-out;
}
.profiles-item-list .wdk-content .wdk-footer .wdk-list .meta-item:last-child a {
margin-bottom: 0;
}
.profiles-item-list .wdk-content .wdk-footer .wdk-list .meta-item a:hover {
color: #0074e4;
}
.profiles-item-list .wdk-content .wdk-footer .wdk-list .meta-item i {
color: #0074e4;
margin-right: 10px;
}
@media (max-width: 767px) {
.profiles-item-list {
flex-direction: column;
}
.profiles-item-list .wdk-thumbnail {
width: 100% !important;
flex: 0 0 100% !important;
min-width: 100% !important;
}
}.wdk-membership-profile-search .wdk-profile-search {
display: flex;
flex-direction: column;
}
.wdk-membership-profile-search .wdk-form-group {
display: block;
margin-bottom: 10px;
}
.wdk-membership-profile-search .wdk-form-group:last-child {
padding-bottom: 0 !important;
}
.wdk-membership-profile-search .wdk-form-group label {
padding-bottom: 8px;
display: block;
font-weight: 500;
font-size: 16px;
}
.wdk-membership-profile-search .wdk-form-group .wdk-control:not([type="checkbox"]) {
height: 46px;
padding: 0 10px;
width: 100%;
font-size: 15px;
font-family: "Montserrat";
font-weight: 300;
border: 1px solid #eaeaea;
border-radius: 3px;
background: #fff;
box-shadow: none;
outline: none;
}
.wdk-membership-profile-search .wdk-form-group.actions {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.wdk-membership-profile-search .wdk-btn {
color: #fff;
font-family: "Montserrat";
font-weight: 400;
background-color: #0074e4;
height: 46px;
border: none;
border-radius: 3px;
width: 100%;
padding: 0 30px;
font-size: 16px;
cursor: pointer;
transition: all .15s;
}
.wdk-membership-profile-search .wdk-btn .fa-search {
margin-right: 5px;
}
.wdk-membership-profile-search .wdk-btn:hover {
background: #0052a2;
}
.wdk-membership-profile-search .wdk-profile-search .wdk-form-group-field {
flex: 1 2 auto;
}.wdk_log_notify-box {
position: fixed;
z-index: 9999999;
bottom: 10px;
right: 10px;
}
.wdk_log_notify {
position: relative;
background: #fffffff7;
padding: 12px 15px;
border-radius: 15px;
width: 250px;
box-shadow: 0px 1px 0px 0.25px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 0 3px 2px rgba(0, 0, 0, 0.08);
margin: 0;
margin-bottom: 10px;
font-size: 16px;
background: #5cb811;
background: rgba(92, 184, 17, 0.9);
padding: 15px;
border-radius: 4px;
color: #fff;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 0 !important;
}
.wdk_log_notify.error {
margin: 0;
margin-bottom: 10px;
background: #cf2a0e;
padding: 12px 15px;
}
.wdk_log_notify.loading {
background: #5bc0de;
}
.wdk_log_notify {
display: block;
margin-top: 10px;
position: relative;
opacity: 0;
-webkit-transform: translateX(120%);
transform: translateX(120%);
}
.wdk_log_notify.show {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
@media (max-width: 767px) {
.wdk_log_notify-box {
bottom: 120px;
}
}.wdk-categories-list .wdk-categories {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
margin-bottom: -15px;
}
.wdk-categories-list .wdk-categories .wdk-item {
margin-bottom: 15px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 calc(100% / 3);
-ms-flex: 0 0 calc(100% / 3);
flex: 0 0 calc(100% / 3);
flex: 0 0 calc(100% / 1);
padding: 0 15px;
}
.wdk-categories-list .wdk-categories .wdk-item {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
}
.wdk-categories-list .wdk-categories .wdk-item, .wdk-categories-list .wdk-categories {
list-style: none;
margin: 0;
padding: 0;
transition: all 0.4s ease-in-out;
}
.wdk-categories-list .wdk-categories .wdk-item:last-child {
margin-bottom: 0 !important;
}
.wdk-categories-list .wdk-categories .wdk-link i {
margin-right: 10px;
transition: all 0.4s ease-in-out;
}
.wdk-categories-list .wdk-categories .wdk-link {
display: flex;
align-items: center;
color: #777a7c;
font-size: 15px;
font-weight: 400;
transition: all 0.4s ease-in-out;
}
.wdk-categories-list .wdk-categories .wdk-link .wdk-count {
text-align: right;
flex: 1 2 auto;
}
.wdk-categories-list .wdk-categories .wdk-link .wdk-count,
.wdk-categories-list .wdk-categories .wdk-link .wdk-title,
.wdk-categories-list .wdk-categories .wdk-link .wdk-count {
transition: all 0.4s ease-in-out;
}
.wdk-categories-list .wdk-categories .wdk-link:hover .wdk-title,
.wdk-categories-list .wdk-categories .wdk-link:hover .wdk-count {
color: #0074e4;
}
.wdk-categories-list .wdk-categories .wdk-link:hover .wdk-title {
padding-left: 10px;
}
.wdk-categories-list .wdk-categories .wdk-icon {
max-width: 15px;
max-height: 15px;
margin-right: 5px;
}.wdk-locations-list .wdk-locations .wdk-item, .wdk-locations-list .wdk-locations {
list-style: none;
margin: 0;
padding: 0;
transition: all 0.4s ease-in-out;
}
.wdk-locations-list .wdk-locations .wdk-item:last-child {
margin-bottom: 0 !important;
}
.wdk-locations-list .wdk-locations .wdk-link i {
margin-right: 10px;
transition: all 0.4s ease-in-out;
}
.wdk-locations-list .wdk-locations .wdk-link {
display: flex;
align-items: center;
color: #777a7c;
font-size: 15px;
font-weight: 400;
transition: all 0.4s ease-in-out;
}
.wdk-locations-list .wdk-locations .wdk-link .wdk-count {
text-align: right;
flex: 1 2 auto;
}
.wdk-locations-list .wdk-locations .wdk-link .wdk-count,
.wdk-locations-list .wdk-locations .wdk-link .wdk-title,
.wdk-locations-list .wdk-locations .wdk-link .wdk-count {
transition: all 0.4s ease-in-out;
}
.wdk-locations-list .wdk-locations .wdk-link:hover .wdk-title,
.wdk-locations-list .wdk-locations .wdk-link:hover .wdk-count {
color: #0074e4;
}
.wdk-locations-list .wdk-locations .wdk-link:hover .wdk-title {
padding-left: 10px;
}
.wdk-locations-list .wdk-locations .wdk-icon {
max-width: 15px;
max-height: 15px;
margin-right: 5px;
}