/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0
Text Domain: uncode
*/

.grecaptcha-badge { 
    visibility: hidden;
}

.onepage-pagination {
  display: none !Important;
}

a:hover {
  color: #ababab !important;
}

.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  color: rgb(48, 49, 51);
}

.lvca-accordion.lvca-style3:hover .lvca-panel:hover .lvca-panel-title:hover {
  color: #93be2e;
}

/* CSS Contact Form */

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
  width: 100%;
}

.wpcf7-list-item-label{
	text-align:left;
}

input[type="submit"]:hover{
  background-color:#93be2e !important;
}

/* Phone Data Detector */

a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit; 
  font-style: inherit;
  font-weight: inherit;
}