/*
 Theme Name:   The Landscaper Child
 Description:  Child of the The Landscaper theme
 Author:       Echo Web Solutions
 Author URI:   https://www.echowebsolutions.co.uk
 Template:     the-landscaper
*/

/* AL 8/7/19 CTA buttons on service pages */
.widget_qt_cta_button.widget-cta-button .cta-button
{
	display: inline-block;
	padding: 16px 40px 16px 22px;
	transition: background-color 100ms ease-out;
}

.widget_qt_cta_button.widget-cta-button .cta-button:hover
{
	background-color: #98b63c;
}

.widget_qt_cta_button.widget-cta-button .cta-button .fa
{
	display: none;
}

/* AL 8/7/19 Fix gallyer images not fulling the height */
.esg-container .esg-entry-media-wrapper .esg-entry-media img
{
	height: 130% !important;
	width: auto !important;
}