/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.12
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.simple-button {
    background: #6e745f;
    border: 2px solid #45483b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0.25em 1em;
    border-radius: 25px;
    transition: all .175s ease-in-out;
    height: auto;
}

.simple-button:hover {
    background: #45483b;
}

.shadow-container {
    background: #eee;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    padding: 10px;
}

#profile_professional_plus .field-hidden {
    display: none;
}

.d-none {
    display: none;
}

.text-center {
    text-align: center;
}
.text-end {
    text-align: end;
}
.directory-emphasis {
    border-radius: 5px;
    border: solid 2px lightgrey;
    box-shadow: 5px 5px 5px lightgrey;
}

#plusContainer {
    background-color: lightgrey;
    padding: 15px;
    border-radius: 10px;
    display: -webkit-inline-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 18rem;
}

.plusCard {
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px grey;
    position: absolute;
}

/**
 *  Pagination
 */
#directory_of_services .dos-pagination .pagination-container {
    gap: 5px;
    margin: auto;
    display: flex;
    max-width: 300px;
    padding-top: 60px;
    text-align: center;
}
#directory_of_services .dos-pagination button {
    background-color: #6e745f;
    border: solid 2px #6e745f;
    border-radius: 15px;
    color: white;
}
#directory_of_services .dos-pagination button:hover, 
#directory_of_services .dos-pagination button:focus {
    background: none;
    color: #6e745f;
    
}
#directory_of_services .dos-pagination select {
    border: solid 2px #6e745f;
    border-radius: 15px;
}
#directory_of_services .dos-pagination select:hover,
#directory_of_services .dos-pagination select:focus {
    border: solid 2px #6e745f;
}



.slider-wrapper {
    background-color: lightgrey;
    margin: 1rem;
    position: relative;
    overflow: hidden;
}

.slides-container {
    width: 100%;
    display: flex;
    overflow: scroll;
    scroll-behavior: smooth;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slide-arrow {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    background-color: white;
    color: #928654;
    border: none;
    border-radius: 50%;
    padding: 0 0 0 1.5rem;
    font-size: 2.5rem;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 100ms;
}

.slide-arrow:hover,
.slide-arrow:focus {
    opacity: 1;
    color: white;
    background-color: #928654;
}

#slide-arrow-prev {
    left: 0;
}

#slide-arrow-next {
    right: 0;
}

.slide {
    height: 100%;
    flex: 1 0 90%; /* Width Percent */
    background-color: white;
    border-radius: 1rem;
    margin: 10px 5%;
    padding: 10px;
}

@media screen and (max-width: 950px) {
    /*.slide > .card-container {*/
    .slide {
        margin: 10%;
        flex-basis: 80%;
    }
}


.pr-1 {
    padding-right: 0.5rem;
}

.bordered {
    border: #666 1px solid;
    border-radius: 0.5rem;
    padding: 5px;
}

.serve_online_container {
    text-align: center;
}

.services-company-image,
.pet_family_member_image {
    aspect-ratio: 1/1;
}

.services-company-image {
    aspect-ratio: 1/1;
    max-height: 150px;
    max-width: 150px;
}


html body .pet_profile_image .pet_profile_image_container .pet_profile_images div.pet_family_member_image {
    transition: 0.125s all ease-in-out;
    position: relative;
    height: 100px;
    width: 100px;
}

html body .pet_profile_image .pet_profile_image_container .pet_profile_images div.pet_family_member_image:hover {
    transform: scale( 1.5 );
}

html body .pet_profile_image .pet_profile_image_container .pet_profile_images div.pet_family_member_image > i  {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate( -50%, -50% );
}






@media screen and (max-width: 784px) {
    .no-mobile {
        display: none;
    }
}





















/**
 *  Directory of Service 
 */


/** Cards   */

#directory_of_services_results .card-container .card-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    border: none;
    margin: auto;
    height: 250px;
    width: 90%;
    /*width: 400px;*/
}
#directory_of_services_results .card-bg.plus-card {
    width: 100%;
}
#directory_of_services_results .card-bg.plus-card .card {
    width: 100%;
}
@media max-width: 975px {
	#directory_of_services_results .card-container .card-bg,
	#directory_of_services_results .card-container .card-bg .card {
    	height: 325px;
	}
	#directory_of_services_results .card-container .card-bg .card > div {
    	height: 321px;
	}
}
#directory_of_services_results .card-bg .card {
    /*width: 450px;*/
    width: 100%;
    height: 250px;
    display: flex;
    border-radius: 15px;
    background: #FFFFFFCC;
    border: 2px solid black;
    backdrop-filter: blur(5px);
    filter: drop-shadow(0 4px 4px #00000040);
}
#directory_of_services_results .card div {
    display: inline-block;
    vertical-align: top;
}
#directory_of_services_results .card-content {
    /*width: 250px;*/
    width: 60%;
    padding-left: 20px;
    padding-right: 10px;
    height: 246px; /* Full Height - Borders */
}
#directory_of_services_results .card-content div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#directory_of_services_results .card-content h4 {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 20px;
    margin-top: 0;
}
#directory_of_services #directory_of_services_results .card-content p {
    line-height: 1.25rem;
    font-size: 14px;
}
#directory_of_services_results .card-content .button {
    background-color: black;
    border: solid 2px black;
    align-self: flex-start;
    border-radius: 30px;
    padding: 5px 10px;
    margin-top: 10px;
    color: white;
}
#directory_of_services_results .card-content .button:hover,
#directory_of_services_results .card-content .button:focus {
    background: none;
    color: black;
    
}
#directory_of_services_results .slide .card-img {
    background-position: 50% 30%;
	width: 25%;
}
#directory_of_services_results .slide .card-content {
	width: 75%;
}
#directory_of_services_results .card-img {
    border-radius: 0 12px 12px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 246px; /* Full Height - Borders */
    /* width: 191px; /* Full Width - Borders - Content */
    width: 40%; 
}

/** Profile */

#directory-of-service-profile {
    text-align: center;
}
#directory-of-service-profile h2,
#directory-of-service-profile h3 {
    color: black;
}
#directory-of-service-profile h3 {
	margin: 0;
}
#directory-of-service-profile img {
    max-width: 150px;
}
/* Share */
#directory-of-service-profile .share {
	background: var( --e-global-color-8192d82 );
	border-radius: 25px;
	min-height: 50px;
	min-width: 50px;
    position: fixed;
	z-index: 1;
	left: 50px;
	bottom: 0;
}
#directory-of-service-profile .share i {
	cursor: pointer;
	color: white;
	padding: 7px;
	height: 50px;
	width: 50px;
}
/* Header */
#directory-of-service-profile .profile-header {
    position: relative;
    height: 600px;
}
#directory-of-service-profile .profile-header .profile-header-container {
    transform: translate( -50%, 0 );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 300px;
    width: 100vw;
    left: 50%;
    top: 0;
}
#directory-of-service-profile .profile-header-container > div {
    box-shadow: 0 4px 20px 8px #FFFFFF40;
    backdrop-filter: blur(5px);
    background: #FFFFFFCC;
    margin-bottom: 150px;
    position: relative;
    height: 300px;
}
#directory-of-service-profile .profile-header a {
    transform: translate( -50%, 0 );
	text-align: center;
    position: absolute;
    left: 50%;
    top: 75px;
}
#directory-of-service-profile .profile-header img {
	object-fit: cover;
	max-height: 350px;
    min-height: 300px;
    min-width: 300px;
}
/* Socials */
#directory-of-service-profile .social_media {
    margin-top: 50px;
}
#directory-of-service-profile .social_media a img {
    margin: 0 15px;
}
#directory_of_services #directory-of-service-profile .social_media a img.social_icon {
    border: none;
}
/* Gallery */
#directory-of-service-profile .gallery-anchor {
    position: relative;
    margin-top: 50px;
    height: 250px;
}
#directory-of-service-profile .gallery-container {
    background-image: url("https://www.aplb.org/wp-content/uploads/2021/01/birthday_background.jpg");
    transform: translate( -50%, 0 );
    position: absolute;
    height: 215px;
    width: 100vw;
    left: 50%;
    top: 0;
}
#directory-of-service-profile .gallery {
    box-shadow: 0 4px 20px 8px #FFFFFF40;
    backdrop-filter: blur(5px);
    justify-content: center;
    border: 2px solid #FFF;
    background: #FFFFFFCC;
    border-radius: 15px;
    max-width: 1500px;
    display: flex;
    padding: 15px;
    height: 185px;
    gap: 15px;
    margin: auto;
    margin-top: 15px;
}
@media ( max-width: 1530px ) {
    #directory-of-service-profile .gallery {
        margin: 15px 20px;
    }
}
#directory-of-service-profile .gallery img {
    height: 150px;
    width: 150px;
}

/* Services */
#directory-of-service-profile .services {
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 30px;
    display: flex;
    gap: 15px;
}
#directory-of-service-profile .services .service {
    background-color: #457E89;
    border-radius: 15px;
    flex-basis: 49%;
    width: 650px;
    color: white;
}
#directory-of-service-profile .services .service h4 {
    padding-top: 15px;
    color: white;
}
#directory-of-service-profile .services .service .category-container {
    margin: 30px;
}
@media only screen and (max-width: 900px) {
	#directory-of-service-profile .services .service .category-container {
		margin: 30px 0;
	}
}
#directory-of-service-profile .services .service .category-container span {
    box-shadow: 0 0px 16px 2px #00000040;
    background-color: #FFFFFF40;
    border: 1px solid white;
    border-radius: 15px;
    padding: 15px;
}
/* Service Details */
#directory-of-service-profile .details {
    grid-template-columns: 1fr 1fr;
    display: grid;
}
#directory-of-service-profile .details .detail {
    box-shadow: 0 0px 16px 2px #00000040;
    background-color: #FFFFFF40;
    border: 1px solid white;
    border-radius: 15px;
    margin: 15px;
}
#directory-of-service-profile .details .detail p {
    margin-top: 15px;
    margin-bottom: 15px;
}
#directory-of-service-profile .details .detail hr {
    margin: auto;
    width: 75%;
}
#directory-of-service-profile .details .detail a {
    color: #FFF;
}
#directory-of-service-profile .details .detail a:hover, 
#directory-of-service-profile .details .detail a:focus {
    color: #DDDFCB;
}
































