/*
Theme Name: Three Rivers Vending
Theme URI: https://nuhatech.org
Description: A custom theme built for Three Rivers Vending by Nuhatech.org
Author: Nuhatech
Author URI: https://nuhatech.org
Version: 1.0.0
*/
a.dbynt {
    color: #eac632;
    display: inline-block !important;
    width: auto !important;
}
.elementor-kit-33 button {
    box-shadow: 0px 0px 10px 0px #ebc732fc inset !important;
}
.ntmyicon .elementor-icon {
    border: 1px solid #ebc732;
    box-shadow: 0px 0px 6px 0px rgba(235.00000000000006, 199.0000000000001, 50.00000000000001, 0.99);
}
.nthelp span.style-color {
    display: block !important;
}
.ntfooter ul.elementor-icon-list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ntfooter .elementor-icon-list-icon svg {
    width: 0.5em;
}
.ntfootermini ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    justify-content: center;
}
/* Comments form Responsive */
#commentform {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#commentform p {
  flex: 1 1 45%;
  margin: 0;
}

#commentform p.comment-form-comment {
  flex: 1 1 100%;
}

#commentform textarea {
  width: 100%;
  min-height: 120px;
}

#commentform input[type="submit"] {
  flex: 1 1 100%;
  margin-top: 15px;
}

@media (max-width:600px) {
	#commentform p {
    flex: 1 1 100%;
  }
}
