/*
Theme Name: MyLawyer
Author: RENZO CARPIO
Author URI: https://renzocarpio.com
Description: Theme MyLawyer
Requires at least: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: mylawyer
*/
#navbar > ul > li:hover > a, 
#navbar > ul > li.current-menu-item > a {
    background: transparent !important;
    border-bottom: 4px solid #38a9f6 !important; 
}

input.wpcf7-form-control.wpcf7-submit.has-spinner{
    display: inline-block;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    background: #3d356f;
    color: #fff;
    padding: 7px 30px;
    border: 3px solid #fff;
    margin-bottom: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: transparent;
    color: #3d356f;
}

.wpcf7-spinner{
    display: none !important;
}

strong{
    font-weight: bold;
}

.team .icon-entry .name{
    margin-top:5px;
}

.lawyers-image {
    width: 100%;
    height: 200px !important;
}

h2.title {
    font-size: 68px;
    line-height: 70px;
    font-family: 'medium';
    color: #242434;
    text-transform: uppercase;
    position: relative;
    margin-bottom:20px;
}
.blue{
    color: #38a9f6; 
}


.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #d0d8de;
    border-right-color: #3d356f;
    animation: l2 1s infinite linear;
    margin-bottom: 20px;
    margin-top: 20px;
    display:none;
  }
  @keyframes l2 {to{transform: rotate(1turn)}}

  .wpcf7 form.sent .wpcf7-response-output{
    display: none !important;
  }
  .wpcf7 form.invalid .wpcf7-response-output{
    display: none !important;
  }
  .wpcf7-not-valid-tip {
    margin-top: -30px;
    margin-bottom: 20px;
}

  #message-success{
    background-color: #1ab394;
    color:white;
    padding:6px;
    margin-top:20px;
    margin-bottom:20px;
    width: auto;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    display: none;
  }
  .checkmark {
    width: 50px;
    height: 50px;
}

.checkmark path {
    fill: none;
    stroke: white;
    stroke-width: 5;
}
#carousel-banners img{
    width: 100%;
}
.owl-dots{
    width:100%;
    padding-bottom:30px;
    left:0;
    bottom:0;
    position: absolute;
}
.owl-dot:hover span,
.owl-dot.active span{
    background-color:#fff !important;
}
.owl-dot span{
    border:1px  solid #fff;
    background-color: transparent !important;
}
.blog-entry .image-column a:hover:before{
    display: none !important;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.container > p{
    font-size: 22px;
}
.container > h2{
    font-size: 68px;
    line-height: 70px;
    font-family: 'medium';
    color: #242434;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}