/*
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
*/

form.woocommerce-ResetPassword.lost_reset_password input {
    border: 1px solid #000000 !important;
    border-radius: 5px !important;
    margin: 20px 0px 10px 0px !important;
}
div#post-9055 {
    margin-top: 40px;
}
p.desc.mb-0 {
    color: #1563ad !important;
}
p.desc.mb-0 a{
    color: #1563ad !important;
}
.team-section .desc a {
    text-decoration: none !important;
}
.team-section .desc i{
    margin-right:8px;
}
form.woocommerce-EditAccountForm.edit-account input{
   border: 1px solid #000000 !important;
    border-radius: 5px !important;
    margin: 10px 0px 10px 0px !important;
}
.team-mem-title {
    font-size: 18px !important;
}
.team-pagination a {
    padding: 10px;
    margin: 0px 8px;
    background: #2b72b5;
    color: #fff;
    border-radius: 5px;
    text-decoration: none !important;
}
.team-pagination a:hover{
  color: #000000;
}
span.page-numbers.current {
    padding: 10px;
    margin: 0px 8px;
    background: #ec008c;
    color: #fff;
    border-radius: 5px;
}
.team-section .container{
	overflow: visible;
}
.team-section .container {
    width: unset !important;
}
.team-section .col-md-4 {
    margin-bottom: 60px !important;
}
.team-section .team-card {
    background: #f7ffff;
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
    border: 1px solid #01b0ad;
}

.team-section .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.team-section .img-wrapper {
  width: 130px;
  height: 130px;
  margin: -80px auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #f5f5f5;
}

.team-section .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.team-section .role {
  font-size: 14px;
  color: #6c757d;
  text-transform: lowercase;
  margin-bottom: 5px;
  display: none;
}

.team-section .desc {
  font-size: 14px;
  color: #555;
}

.team-section .social-icons i, .profile-body .social-icons i{
  font-size: 16px;
  margin: 0 6px;
  color: #6c757d;
  cursor: pointer;
  transition: 0.3s;
}

.team-section .social-icons i:hover, .profile-body .social-icons i:hover{
  color: #000;
}

.team-card {
  position: relative;
}

.team-card .stretched-link {
  z-index: 1;
}

.team-card .social-icons {
  position: relative;
  z-index: 2;
}

.woocommerce .woocommerce-container {
  width: 100%;
  margin-top: 40px;
}

.price {
  margin: 5px 0 0;
    margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
}