@charset "UTF-8";

/*
Theme Name: Gavel
Theme URI: https://wordpress.org/themes/gavel/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Gavel is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Gavel elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.6
*/
/* .sub-menu-toggle{
    display: none;
} */
.main-menu__logo {
    padding: 0;
}
.blog-one__date {
    bottom: 15px;
    right: 0;
}
.blog-one__date p {
    font-size: 16px;
    padding: 15px;
    width: auto;
    height: 40px;
}

.testimonial-one__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;      /* limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.testimonial-one__text.expanded {
  -webkit-line-clamp: unset;  /* show full text */
}
.testimonial-readmore {
  margin-top: 6px;
  background: #3d002b; /* adjust to match your theme */
  color: #fff;
  padding: 6px 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.about-one__text {
    margin-bottom: 10px;
}

.about-one__btn-box{
  margin-top: 20px;
}
.owl-prev, .owl-next{
 display: none !important;
}
.main-slider .pagination {
    justify-content: center;
}
.testimonial-one__img {
    display: none;
}
.testimonial-one {
    position: relative;
    display: block;
    padding: 160px 0 80px;
    overflow: hidden;
    z-index: 1;
}
.team-one__single {
    padding: 30px 0 0 0;
}
.testimonial-one__text {
    overflow: visible;
}
.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
    margin-left: 75px;
}
.main-menu .main-menu__list>li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-menu__wrapper-inner{
    width: 100%;
    justify-content: center;
}
.chat-popup .popup-inner p{
    margin-bottom: 17px;
}
/* my responsive starts here */
@media only screen and (min-width: 320px) and (max-width: 1199px){
    .main-menu__wrapper-inner{
    width: 100%;
    justify-content: space-between;
}
} 
/* my responsive ends here */
