/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.mobile-menu-toggle {
  display: flex
;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    background: #551364;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

.mobile-menu-toggle i {
  margin-right: 8px;
}
/* Desktop view (always expanded by default) */
@media (min-width: 768px) {
  .mobile-menu-toggle {
    display: none; /* hide hamburger on desktop */
  }


	

}


#guide_navigator{
	list-style:none; 
	color : #551264;
}
#guide_navigator a{
	color : #551264;
}

#guide_navigator > li > a{
	font-weight: 600;
	font-size:18px; 
	line-height:1.4;
}

#guide_navigator > li > ul > li >a {
font-weight:600;
}

#guide_navigator > li > ul{
		padding-left:10px;
	list-style: none;
}

#guide_navigator > li > ul > li > ul{
		padding-left:10px;
	list-style: none;
}



.gd_card h3 a{
	font-weight:600 !important;
	font-size:22px !important;
}

.gd_card p{
	margin-bottom:0 !important;
	font-size:14px !important;
	line-height:22px !important;
}
.gd_card p{
	border:none !important;
}

#top_nav input{
	height:30px; 
}

#top_nav input.searchsubmit{
	height:47px; 
}



.guide_listing h3 a{
	font-size:18px 	!important; 
	color:#7F0C98 !important;
}
.outlined-number {
  font-size: 64px;
  color: black;
  -webkit-text-stroke: 1px black; /* Outline */
  color: white; /* Inner color */
  font-weight: normal ;
}

.page_contact_data.fusion-content-boxes.has-flex-alignment .col.content-wrapper{
	display:flex !important; 
}

.page_contact_data.fusion-content-boxes .content-container{
	margin-bottom:1px !important; 
}
#menu-item-2933 a span {
	background: #1AD89E !important; 
	color:#551264;
}



#top_social_icons{
	padding:12px 0;
	margin-right:30px; 
}
#top_social_icons , #top_social_icons  a{
	font-weight: 300;
    font-size: 14px;
	color:#fff;
}
#top_social_icons img{
	 width:32px; 
	filter: invert(1);
    opacity: 0.7;
}
.icon_img img{
	padding:20px; 
}
#main_directory_cat a:hover{
	color:#fff;
	text-decoration:underline;
}

#main_directory_cat{
	list-style: auto;
    color: #fff;
    line-height: 2rem;
    font-size: 16px;
	padding:40px !important;
	border: 1px solid #fff;
	border-radius:14px; 
}

#directory-card-filter{
	max-width:200px;
}

/* Styles scoped to the provider directory wrapper using its unique ID */
#providerDirectoryWrapper {
    display: grid;
    gap: 20px; /* Space between cards */
    max-width: 1300px; /* Max width for the grid */
    margin: 0 auto; /* Center the wrapper */
}

.guide-card.gd_card{
	width: 32%; border: 0px solid #ccc; margin-bottom:20px; border-radius: 8px; box-shadow: 1px 1px 5px rgba(0,0,0,0.1); overflow: hidden;
}

@media (max-width:768px){
	.guide-card.gd_card{
	width: 100%; border: 0px solid #ccc; margin-bottom:20px; border-radius: 8px; box-shadow: 1px 1px 5px rgba(0,0,0,0.1); overflow: hidden;
}

	.hide-phone{
		display:none; 
	}
	
	#guide_navigator  ul {
  display: none; /* collapse submenus initially */
  padding-left: 15px;
}
	.top_search_nav{
		width: 50% !important;
	}
	
	#top_social_icons{
	padding:12px 0;
	margin-right:0px; 
}
	#top_social_icons img{
	 width:32px !important; 
	filter: invert(1);
    opacity: 0.7;
}
	
}


/* Default for normal screens: 4 cards per row */
@media (min-width: 769px) {
    #providerDirectoryWrapper {
        grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    }
}

/* For tablets and smaller desktops: 2 cards per row */
@media (min-width: 481px) and (max-width: 768px) {
    #providerDirectoryWrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile screens: 1 card per row */
@media (max-width: 480px) {
    #providerDirectoryWrapper {
        grid-template-columns: 1fr; /* 1 full-width column */
    }
}

/* Card Styling */
#providerDirectoryWrapper .profile-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}

/* Card Header */
#providerDirectoryWrapper .card-header {
    background-color: #ccc; /* Example color */
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    height: 100px;
    position: relative;
}

#providerDirectoryWrapper .header-logo {
    font-size: 1.5em;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#providerDirectoryWrapper .add-button {
    background-color: #66cc99;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    position: absolute;
    top: -15px;
    right: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* Profile/Business Image */
#providerDirectoryWrapper .profile-image-container {
	
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

#providerDirectoryWrapper .profile-image {
	background:#fff;
	display: block;
    margin: 20px auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Card Body */
#providerDirectoryWrapper .card-body {
    padding: 10px 20px;
}

#providerDirectoryWrapper .business-name {
    font-size: 1.6em;
    margin: 15px 0 10px;
    color: #333;
    font-weight: normal;
}

#providerDirectoryWrapper .business-name  a {
  
    color: #7F0C98;
   
}

#providerDirectoryWrapper .business-description {
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}
