/*
Theme Name: Pannu Dental
Theme URI: https://contentfirst.marketing/
Author: Contentfirst Marketing
Author URI: https://contentfirst.marketing/
Description: Pannu Dental is clean, blog & focused, and designed for clarity. It is simple, straightforward typography is readable on a wide variety of screen sizes. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
Tested up to: 6.2
Requires PHP: 5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pannudental
*/
.wistia-video-block {
	margin-bottom: 30px;
}
#gform_fields_3 label.gfield_label {
  display: block !important;
}
#gform_fields_3 .gfield_checkbox label {
	padding-right: 10px !important;
}
.pannu_service_single_sidebar .active > a {
  font-weight: bold !important;
	color: #003951;
}
.cla_cta-btn.phone_cta {
	display: none !important;
}

.cla_single-post-text .cla_cta-btn {
    width: auto;
}
#field_1_26 > label {
	display: block !important;
}
#field_1_26 #input_1_26 {
	height: auto !important;
}

/* team grid */
.team_grid_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}

.team_grid_item {
  text-align: center;
  margin: 50px 0;
}

.team_img_circle img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.team_name_box {
  background: #46b2c8;
  color: #fff;
  padding: 15px;
  margin-top: 15px;
}

.team_name_box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.team_name_box h4 a {
	color: #fff;
}

.team-members {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 30px;
}

h3.team-member-name {
    font-size: 16px;
    text-align: center;
  
}

h3.team-member-name a {
	display: block;
	color: #fff;
	 background-color: #51b5c7;
    padding: 16px;
    color: #fff;
    text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

h3.team-member-name a:hover {
	background-color: #001220;
}

.team-member-image {
    text-align: center;
    margin-bottom: 30px;
}