/*
Theme Name: DevThunder
Theme URI: https://devthunder.com
Author: DevThunder
Description: DevThunder child theme, built on OrDomain.
Version: 0.1.0
Author URI: https://devthunder.com
Template: ordomain
Text Domain: devthunder
*/

/* Custom CSS overrides go below this line. */

/* Honeypot field for the contact form (inc/contact-form.php) - hidden from
   sighted users, left in the DOM for simple spam bots to trip over. */
.devthunder-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

