/*
Theme Name: Ally Psychiatry Plexamedia
Author: Plexamedia
Version: 1.0
Template: hello-elementor
*/

.interior-page-style h2 {
    color: #111;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 36px;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    line-height: 1.3;
    margin-bottom: 0.3em;
}

.interior-page-style h3 {
    color: #111;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
  	font-weight: 600;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    line-height: 1.3;
    margin-bottom: 0.3em;
}

.interior-page-style h4 {
    color: #1D4281;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
  	font-weight: 600;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    line-height: 1.3;
    margin-bottom: 0.3em;
}

.interior-page-style ul li,
.interior-page-style ol li{
    color: #111;
  	font-family: "Outfit", Sans-serif;
    font-size: 17px;
  	font-weight: 400;
    line-height: 1.5;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin-bottom: 0.5em;
}

.interior-page-style p {
    color: #111;
  	font-family: "Outfit", Sans-serif;
    font-size: 17px;
  	font-weight: 400;
    line-height: 1.5;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin-bottom: 0.5em;
}

.interior-page-style img {
    display: block;
    margin: 32px auto;
    min-width: 100%;
    max-height: 350px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center center;
} 

.interior-page-style .interior-btn {
    color: #fff;
    background: #111;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
    margin: 12px 0;
}

.page h3 {
    font-size: 1.5em !important;
}
.page h2 {
    font-size: 2em !important;
}

/* hiding home header */
div.page-header{
	display: none;
}

@media(max-width:767px){
  .interior-page-style h1 {
      font-size: 29px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h2 {
      font-size: 26px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h3 {
      font-size: 22px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h4 {
      font-size: 20px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 18px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 17px !important;
      line-height: 1.3;
	}
}

/* landing page footer */
.page-id-6824 #footer-insurance{
  display: none;
}

body{
  overflow-x: hidden !important;
}

/*** 
	BLOG
***/

/* table of contents */
.blog__toc  .elementor-toc__header {
    padding: 8px;
}

.blog__toc  svg.e-fas-circle{
    max-width: 16px;
    min-width: 16px;
    position: relative;
    bottom: 2px;
}

.blog__toc  .elementor-toc__list-item-text-wrapper {
    align-items: baseline;
    display: flex;
}

/* blog tags */
.blog__tags span.elementor-post-info__terms-list a{
    display: inline-block;
    background-color: #eee;
    padding: 4px 12px;
    border-radius: 3px;
}

.blog__tags span.elementor-post-info__terms-list a:hover{
    background-color: #eeeeee70;
}

.blog__tags span * {
    color: inherit;
}

.blog__tags span.elementor-post-info__terms-list {
    color: transparent;
}

/* blog single content */
.blog__content h2 {
    color: #111;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 36px;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    line-height: 1.3;
    margin: 24px 0 8px;
}

.blog__content h3 {
    color: #111;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
  	font-weight: 600;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    line-height: 1.3;
    margin: 24px 0 8px 10px;
}

.blog__content h4 {
    color: #1D4281;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
  	font-weight: 600;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    line-height: 1.3;
    margin-bottom: 0.3em;
}

.blog__content ul li,
.blog__content ol li{
    color: #111;
  	font-family: "Outfit", Sans-serif;
    font-size: 17px;
  	font-weight: 400;
    line-height: 1.5;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin-bottom: 0.5em;
}

.blog__content p {
    color: #111;
  	font-family: "Outfit", Sans-serif;
    font-size: 17px;
  	font-weight: 400;
    line-height: 1.5;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin-bottom: 0.5em;
}

.blog__content h3 + div {
    margin-left: 10px !important;
}

.blog__content img {
    display: block;
    margin: 32px auto;
    min-width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
} 

.blog__content em{
    font-style: italic;
}

.blog__content strong {
    font-weight: bold;
}

.blog__content a:-webkit-any-link {
    cursor: pointer;
}

.blog__content a:hover {
    transition: all .2s ease;
    text-decoration: none;
}

.blog__content figcaption {
    font-size: 12px !important;
    text-align: center;
    display: none;
}

a {
    background-color: transparent;
    color: #0000ed;
    text-decoration: none;
}

/*** location search form ***/
.wnp_query_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 16px;
    padding-right: 0 !important;
}

.wnp_query_box span.wnp-geo-tag {
	flex-basis: 90%;
}

/* hiding the dropdown */
.zf-col-sm-8 {
    display: none;
}

/* search btn */
#wnp-places-form-search .wnp_query_box .wnp-search-submit {
    width: initial !important;
    height: initial !important;
    margin-right: initial !important;
    flex-basis: 10%;
}

#wnp-places-form-search .wnp_query_box .wnp-search-submit span {
    border-radius: 48px;
    border: 2px solid #215197;
    color: #111;
    text-transform: capitalize;
    background: linear-gradient(90deg,rgba(236, 195, 70, 1) 10%, rgba(255, 255, 255, 1) 50%, rgba(236, 195, 70, 1) 90%) !important;
    font-weight: 600;
}

#wnp-places-form-search .wnp_query_box .wnp-search-submit span:hover {
    background: rgba(236, 195, 70, 1) !important;
}

/* results boxes */
.wnp-places {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.wnp-place .wnp-info h3,
div.wnp-footer,
div.wnp-footer div.wnp-address-miles p {
	margin: 0 !important;
}

div.wnp-text-content,
div.wnp-address-miles {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    align-items: center;
}

h3.wnp-title {
    font-family: 'Montserrat';
    font-size: 1.3rem !important;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
}

div.wnp-footer p {
	font-family: "Outfit" !important;
    font-size: 1rem;
    color: #444 !important;
    letter-spacing: 0;
}

div.wnp-footer div.wnp-address-miles > p:first-child {
	line-height: 1.3;
}

div.wnp-footer div.wnp-address-miles > p:first-child br {
	display: none;
}

div.wnp-footer div.wnp-address-miles > p:last-child {
    background-color: #eee;
    padding: 8px;
    border-radius: 8px;
}

.wnp-place .wnp-info {
  	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
    border-radius: 12px;
}

.wnp-places-toolbar .results-found {
	padding: 0;
    font-weight: 500;
    color: #666;
}

.wnp-place .wnp-info a.location-button {
    color: #215197;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.wnp-place .wnp-info:hover a.location-button,
.wnp-place .wnp-info a.location-button:hover {
	color: #444 !important;
}

#wnp-places-form-search .wnp_query_box .wnp-search-submit span {
    text-transform: capitalize !important; 
}

.page-id-1922 div#footer-insurance {
    display: none !important;
}

/* hiding careers title */
body.page-id-1922 h1.elementor-heading-title {
	display: none;
}

@media (max-width: 767px){
  	.wnp_query_box span.wnp-geo-tag {
		flex-basis: 80%;
    }

    /* search btn */
    #wnp-places-form-search .wnp_query_box .wnp-search-submit {
        flex-basis: 20%;
    }
  
    div.wnp-text-content, div.wnp-address-miles {
        flex-direction: column;
        column-gap: 16px;
        align-items: flex-start;
        row-gap: 8px;
    }
  
    .wnp-place .wnp-info {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
    }
  
    div.wnp-footer div.wnp-address-miles > p:first-child br {
        display: block;
    }
}