/*
Theme Name: Anytime Appliance
Theme URI: 
Description: 
Author: Craig Paterson
Author URI: https://craigpaterson.com
Template: kadence
Version: 1.0.0
*/

/* Your custom CSS starts here */

a.social-button {
	height: 1.6em !important;
}

a, a:hover {
    text-decoration: none;
}


.custom-logo {
    position: absolute;
    z-index: 9999;
    max-width: 140px !important;
    /* max-height: 140% !important; */
    max-height: 137px !important;
}

.item-is-stuck .custom-logo {
    max-width: 60px !important;
    max-height: 100% !important;
}




/* Two-column row */
.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}

.cf7-col {
  flex: 1;
}

/* Full-width sections */
.cf7-full {
  margin-bottom: 20px;
}

/* Inputs full width */
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
}

/* Label styling */
.wpcf7-form label {
  display: block;
  margin-bottom: 6px;
}

.wpcf7-form textarea {
  height: 100px;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

/* Mobile stacking */
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
  }
}



@media (max-width: 680px) {
    .no-mobile-margin {
        gap: 0;
    }


    .custom-logo {
        position: absolute;
        z-index: 9999;
        max-width: 120px !important;
        max-height: 120% !important;
    }

}