/**
 * Theme Name: MLE One Child
 * Template:   isimplifyme-one
 */

/* =@font-face
-------------------------------------------------------------- */

@font-face {
	font-family: 'MLE Icons';
	src:  url('fonts/MLE-2023.eot?2e39or');
	src:  url('fonts/MLE-2023.eot?2e39or#iefix') format('embedded-opentype'),
		url('fonts/MLE-2023.woff2?2e39or') format('woff2'),
		url('fonts/MLE-2023.ttf?2e39or') format('truetype'),
		url('fonts/MLE-2023.woff?2e39or') format('woff'),
		url('fonts/MLE-2023.svg?2e39or#MLE-2023') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

/* =Specialties
-------------------------------------------------------------- */

.specialty-list-controls {
    font-size: var(--ismFont16);
}
.specialty-page-link, .specialties-per-page-arrow {
    font-family: 'MLE Icons';
}
#specialty-list-inner {
    max-width: 1300px !important;
    width: calc(100% - var(--ismPadding60));
    margin: 0 auto;
    padding: 0; 
}

/* =Resources
-------------------------------------------------------------- */

#resource-list-outer {
    width: calc(100% - var(--ismPadding60));
    margin: 0 auto;
    padding-left: 250px;
	position: relative;
}
#resource-list-filter {
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 2em;
}
#resource-list-filter p {
    margin: 0 0 2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #333e56;
    font-size: var(--ismFont14);
    padding-bottom: .75em;
    border-bottom: solid 1px;
}
#resource-list-filters {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: var(--ismFont16);
}
#resource-list-filters a {
    display: flex;
    text-decoration: none;
}
#resource-list-filters a.active {
    color: #00ab7e;
    font-weight: bold;
}
#resource-list-inner {
    gap: 2em;
    display: flex;
    flex-wrap: wrap;
}
.resource-list-item {
	display: flex;
    width: calc((100% - 6em) / 3);
	background: rgb(16,124,136);
	background: linear-gradient(93deg, rgba(16,124,136,1) 0%, rgba(44,175,117,1) 52.11%, rgba(161,205,67,1) 100%);
}
.resource-list-item a {
    color: #FFF;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 100%;
	height: 100%;
}
.resource-list-image {
    padding-top: 60%;
    position: relative;
	overflow: hidden;
}
.resource-list-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: transform 1s;
}
.resource-list-item:hover .resource-list-image img {
	transform: scale(1.2);
}
.resource-list-item header {
    padding: 1em;
}
.entry-content .resource-list-item h2 {
    text-transform: none;
    font-size: 1em;
    margin: 0;
}
.resource-list-item a h2 {
    color: #FFF;
}


/* =Specialist
-------------------------------------------------------------- */

#specialist-search-form {
    max-width: 1300px;
    margin: 0 auto;
    width: calc(100% - var(--ismPadding60));
}
#specialist-search-form form {
    width: 100%;
    display: flex;
    margin: 0;
}
#specialist-search-page-input {
    font-family: "din-2014", sans-serif;
    padding: 0 12px;
    flex: 1;
    border: solid #333f56;
    border-width: 2px 0 2px 2px;
    position: relative;
    height: 60px;
    margin: 0;
    font-size: 20px;
    color: #333f56;
    outline: none;
}

@media screen and (min-width: 1620px) {
    #specialist-search-page-input {
        padding: 20px !important;
    }
}

section#specialist-list-layout {
    max-width: 1300px;
    margin: 40px auto 0;
    width: calc(100% - var(--ismPadding60));
    display: flex;
    gap: 40px;
}
#specialist-list-filter-outer {
    width: 300px;
    position: relative;
}
#specialist-list-filter-inner {
    position: sticky;
    top: calc(var(--ismPadding120) + var(--ismPadding60));
    left: 0;
}
.admin-bar #specialist-list-filter-inner {
    top: calc(var(--ismPadding120) + var(--ismPadding60) + 32px);
}
.infobar #specialist-list-filter-inner {
    top: calc(var(--ismPadding120) + var(--ismPadding60) + 40px);
}
.admin-bar.infobar #specialist-list-filter-inner {
    top: calc(var(--ismPadding120) + var(--ismPadding60) + 73px);
}
#specialist-list-outer {
    flex: 1;
}
#specialist-list-inner {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.specialist-result-list-item {
    padding: 20px;
    width: calc((100% - 40px) / 3);
    border: solid 2px #333e56;
    border-radius: 4px;
}
.specialist-result-inner {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.specialist-result-inner img {
    width: 50%;
    margin: 0 auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 100%;
    border: solid 2px #00AB7C;
}
.specialist-result-inner h3 {
    font-size: 24px;
    text-transform: none;
    color: #000;
    margin: 20px 0 10px;
}
p.specialist-title {
    margin: 0;
    line-height: 1.25;
    font-size: 16px;
    color: #666;
}
.specialist_loc_list {
    font-size: 14px;
    margin: 60px 0;
}
span.specialist_loc_list_preview:before {
    content: '';
    background-image: url(img/map-marker.jpg);
    width: 14px;
    height: 19px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-right: .5em;
}

.specialist_loc_list a {
    color: #00AB7C;
    text-decoration-color: #00AB7C;
}
.specialist-result-buttons {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.specialist-result-buttons a {
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #00AB7C;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border: solid 2px #00AB7C;
    border-radius: 4px;
    font-weight: 600;
}
.specialist-result-buttons a.specialist-profile-button {
    color: #FFF;
    background-color: #00AB7C;
}
.spec-filter-interface {
    padding: 20px;
    border: solid 2px #cacaca;
    border-radius: 4px;
    margin-bottom: 20px;
}
.spec-filter-interface input[type=text] {
    border: 2px solid #333f56;
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 14px;
    color: #333f56;
    outline: none;
    font-family: "din-2014", sans-serif;
    height: 26px;
}
.spec-filter-interface ::placeholder {
    font-size: 14px;
}
.spec-filter-interface ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    max-height: 200px;
}
.spec-filter-interface ul li {
    font-size: 16px;
    margin: 12px 0 0;
    display: flex;
}
.spec-filter-interface ul li label {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
#specialist-detail-modal {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(255, 255, 255, .9);
	padding: 30px var(--ismPadding60);
}
#specialist-detail-modal-inner {
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#specialist-detail-outer {
	height: 100%;
    width: 100%;
	overflow-y: scroll;
}
#specialist-detail-inner {
    position: relative;
    max-width: 1300px;
    width: calc(100% - var(--ismPadding60));
    margin: auto;
    background: #FFF;
    padding: 30px;
    border: solid 2px #00AB7C;
    border-radius: 4px;
}
a#close-specialist-detail {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    font-family: 'ISM Icons';
}
#spec-doctor-content {
    max-width: 1300px !important;
    width: calc(100% - var(--ismPadding60));
    margin: 0 auto;
}
#content > #spec-doctor-content {
    margin-bottom: 120px;
}
#specialist-detail-inner #spec-doctor-content > h3 {
    margin-top: 0;
}
#spec-doctor-inner {
    display: flex;
	gap: 30px;
	margin-top: 40px;
}
#spec-doctor-inner section {
	text-align: center;
    width: 330px;
    padding: 30px 30px 0 0;
    border-right: solid 1px #313f55;
}
#spec-doctor-inner section img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 100%;
    border: solid 2px #00AB7C;
}
#spec-doctor-inner section h2 {
    font-size: 24px;
    text-transform: none;
    color: #000;
    margin: 20px 0 10px;
}
p.spec-doctor-title {
    margin: 0;
    line-height: 1.25;
    font-size: 16px;
    color: #666;
}
p.spec-doctor-primary-loc {
    text-align: left;
    font-size: 14px;
    margin: 30px 0;
    position: relative;
    padding-left: 20px;
}
p.spec-doctor-primary-loc:before {
    content: '';
    background-image: url('img/map-marker.jpg');
    width: 14px;
    height: 19px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-right: .5em;
	position: absolute;
    top: 0;
    left: 0;
}
#spec-doctor-buttons {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#spec-doctor-buttons a {
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #FFF;
    background-color: #00AB7C;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border: solid 2px #00AB7C;
    border-radius: 4px;
    font-weight: 600;
}
#spec-doctor-buttons a.specialist-booking-button {
    color: #00AB7C;
	background-color: #FFF;
}
#spec-doctor-inner article {
    flex: 1;
	padding-top: 30px;
}
#spec-doctor-inner article h4 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 0;
}
#spec-doctor-details {
    margin-top: 60px;
    display: flex;
    gap: 30px;
}
#spec-doctor-details > div {
    width: calc((100% - 90px) / 4);
}
#spec-doctor-details ul {
    font-size: 16px;
    padding-left: 10px;
}
#spec-doctor-locs,
#spec-doctor-services {
    margin-top: 60px;
    font-size: 16px;
}
#spec-doctor-locs ul {
    padding-left: 10px;
}