/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.aa-dental-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    left: 0;
    right: 0;
}
.admin-bar .aa-dental-header {
    top: 32px;
}
.sticky-header {
    position: fixed;
    top: 0;
    background: #00A592;
}
 .logo {
    transition: 0.2s ease;
}
.sticky-header .logo {
    font-size: 28px !important;
     transition: 0.2s ease;
}
 .aa-dental-menu ul li a {
     transition: 0.2s ease;
}
.sticky-header .aa-dental-menu ul li a {
    padding: 17.5px 20px !important;
     transition: 0.2s ease;
}

.sticky-header .aa-dental-menu ul li.current-menu-item a, .sticky-header .aa-dental-menu ul li:hover a{
	  color: #00A592 !important;
	  background: #fff;
	  transition: 0.2s ease;
}

.green-text{
	color: #00A592;
}
.elementor-testimonial__footer {
    flex-direction: column;
    align-items: center;
}
.elementor-testimonial__image {
    margin: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
        gap: 20px;
}
.elementor-testimonial__image::before, .elementor-testimonial__image::after {
    content: "";
    display: block;
    width: 100%;
    background: rgba(270, 270, 270, .5);
    height: 1px;
    max-width: 95px;
}
span.elementor-testimonial__name::before, span.elementor-testimonial__name::after {
    content: " - ";
}
.team-member:hover .elementor-image-box-content {
    background: #00A592;
    color: #fff;
}
.team-member .elementor-image-box-content {
	border: 1px solid #e0e0e0;
	padding: 20px;
	min-height: 141px;
}
.team-member:hover .elementor-image-box-content .elementor-image-box-title,
.team-member:hover .elementor-image-box-content .elementor-image-box-description{
	color: #fff;
}
.team-member .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
}
.service-icon {
    display: flex;
    border: 1px solid #666;
    color: #5b5e60;
    border-radius: 6px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 30px 20px;
    cursor: pointer;
    transition: 0.2s ease;
}
.service-icon svg {
    width: 44px;
    height: 44px;
    fill: #5b5e60;
    transition: 0.2s ease;
}

.service-tile {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.services-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
    max-width: 900px;
        margin: 0 auto;
}
.service-content {
    text-align: center;
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.service-item.active .service-icon {
    background: #00A592;
    transition: 0.2s ease;
}
.service-item.active .service-icon svg{
    background: #00A592;
    fill: #fff;
    transition: 0.2s ease;
}
.services-slider{
    margin-top: 80px;
        padding: 0 100px;
}
button.slick-arrow {
    border: 1px solid #cfcfcf;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 35px;
    position: absolute;
    top: calc(50% - 35px);
    transition: 0.2s ease;
}
button.slick-arrow:hover, button.slick-arrow:visited, button.slick-arrow:hover, button.slick-arrow:focus {
    background: #00A592;
    transition: 0.2s ease;
}
button.slick-arrow svg {
    width: 14px;
     fill: #00A592;
     transition: 0.2s ease;
}
button.slick-arrow:hover svg , button.slick-arrow:visited svg, button.slick-arrow:focus svg  {
     fill: #fff;
     transition: 0.2s ease;
}
button.slick-prev {left: 0;}
button.slick-next {right: 0;}


/* Media Queries */

@media only screen and (max-width: 800px){

.services-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.services-slider {
    margin-top: 40px;
    padding: 0 50px;
}
.service-tile {
    color: #5b5e60;
    font-size: 14px;
}
}