/*
    Theme Name: R&L Lawyers
    Theme URI: https://vesanique.com
    Author: Vesanique
    Author URI: https://vesanique.com
    Version: 1.0.0
    Text Domain: vwp-starter
*/

@media screen and (max-width: 768px) {
    .home-hero .wp-block-rllawyers-rich-text--bg img {
        max-width: 50%;
        width: 40%;
        height: 120px;
		object-fit: cover;
        position: relative;
        z-index: -1;
    }
	
	.blog-page--content--filters-inner {
		justify-content: flex-start;
	}
		
	.blog-page--content--filters-inner > *:last-child {
		display: none;
	}
	
	.blog-page--content--filters {
		overflow-x: auto;
		scrollbar-width: none;
	}
	
	.block--call-to-action--inner svg {
		display: none;
	}
}

b {
	font-weight: 600;
}

.gform_required_legend {
	display: none !important;
}

