/*====Custom Theme Development Css=======*/

p.comment-notes {
  display: none !important;
}

.labl {
  display: none !important;
}
p.logged-in-as {
  margin-bottom: 15px;
}
p.comment-form-cookies-consent {
  display: none !important;
}
.comments-list ul li {
  list-style: none !important;
}

/*======replay css =======*/

div#respond input#author {
  width: 100%;
  height: 60px;
  padding: 0px 30px;
  background-color: #12141d;
  border: 0px;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.06);
  border-radius: 3px;
}

div#respond input#email {
  width: 100%;
  height: 60px;
  padding: 0px 30px;
  background-color: #12141d;
  border: 0px;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.06);
  border-radius: 3px;
}

div#respond textarea#comment {
  width: 100%;
  height: 60px;
  padding: 0px 30px;
  background-color: #12141d;
  border: 0px;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.06);
  border-radius: 3px;
  height: 250px;
  padding-top: 30px;
}

div#respond {
  background-color: #1e2028;
  border-radius: 5px;
  margin-top: 40px;
}

.comments-list div#respond {
  padding: 30px;
}

p.logged-in-as p.comment-form-comment {
  display: block !important;
}
div#respond form#commentform .logged-in-as p.comment-form-comment {
  display: block;
}
.comment-form-comment label {
  display: none !important;
}



/*---Breadcrumb Development Css---------------*/


/*-------------Elementor Default css override for img Issue-----------------------*/
@media (max-width: 500px) {
   .block-img img  {
      max-width: 70% !important;
  }
}

@media (max-width: 991px) {
   .block-img img  {
      max-width: 80% !important;
  }
}


/*====================<<Faq wpc7 css>>====================*/
.wpcf7-form-control.wpcf7-submit {
    color: #1e2028;
    border-radius: 0.5rem;
    padding: 10px 25px;
    font-weight: 700;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    background: linear-gradient(0deg, rgb(255, 173, 40) 0%, rgb(255, 213, 55) 100%);
    border: none;
    margin-block-start: 1.5rem;
    font-size: 16px;
}

.wpcf7 form.sent .wpcf7-response-output{
  border: none;
  color: green;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    color: red;
}


/*======================<< Mobile menu submenu icon >>============================*/
.menu-item-has-children >a{
  position: relative;
}
.menu-item-has-children >a::after{
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

.mobile-nav .sidebar-nav .sub-menu{
  padding-inline-start: 1rem;
}


/*======================<< Form control override >>============================*/
.form-control {
     padding: 0.825rem 1.5rem;
    border: 1px solid rgba(255, 193, 7, 0.1);
    border-radius: 0.5rem;
    background-color: #1e2028;
    box-shadow: none;
    color: #FFF;
}
.form-control:focus {
  background-color: #12141d;
  color: #FFF;
  border-color: #ffc107;
  box-shadow: none;
}