/**
Theme Name: MP Plumbing
Author: MMW
Author URI: https://www.makemywebsite.com.au/
Description: Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.fa-home{
	font-family: 'Font Awesome 5 Free'!important;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {align-items: start !important;}
.elementor-widget .elementor-icon-list-item i{position: relative !important;top: 6px;}

.sitelogo a:after {
position: absolute;
    left: -40px;
    top: -50px;
    width: 159%;
    content: '';
    display: block;
    height: 205px;
    background-color: white;
    
    clip-path: polygon(0 2%, 100% 0, 85% 100%, 0% 100%);
}
.sitelogo .elementor-widget-image a {
	  
    position: relative;
}
.sitelogo .elementor-widget-image img {
		    z-index: 99;
    position: relative;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gform_wrapper.gravity-theme .hour_minute_colon { 
	  padding: 0 4px!important;
}  
}