/*
Theme Name:		 Homhero Southport Child Theme
Theme URI:		 https://homhero.com.au/
Description:             Southport Child is a child theme of Southport, created by Homhero
Author:			 HOMHERO
Author URI:		 https://homhero.com.au/
Template:		 homhero-southport
Version:		 1.0.3
Text Domain:             homhero-southport-child
*/


input.wpcf7-form-control.wpcf7-submit.button{
    border:1px solid transparent;
}

input.wpcf7-form-control.wpcf7-submit.button:hover {
    border-color: var(--theme--primary-color);
    color: var(--theme--primary-color);
}
@media screen and (min-width:500px){
ul#menu-locations {
    column-count: 2;   
}
}

footer#colophon {
    box-shadow: var(--theme--box-shadow);
}
.no-results .clearSearch {
    margin-bottom: 1rem;
}

.mMenuLogo .custom-logo {
    filter: invert(1);
}

body.home .categories-masonry-block .category .category-title h3 {
    font-size: 1.6em;
    line-height: 1.5rem;
}

.productListing .listingText h5.listingTitle {
    font-size: 1.5em;
}

.wp-block-contact-form-7-contact-form-selector label {
    width:100%;
    max-width:unset;
}

.wpcf7-form-control[type="submit"] {
	color:#FFF;
	background-color: var(--theme--primary-color);
	border: 1px solid var(--theme--primary-color) !important;
	border-radius: 5px;
}

.wpcf7-form-control[type="submit"]:hover,
.wpcf7-form-control[type="submit"]:focus,
.wpcf7-form-control[type="submit"]:active {
	background-color:#FFF;
	color: var(--theme--primary-color);
}