/**
Theme Name: Tempest Child Theme
Author: Rebecca Holdstock
Author URI: https://rebeccaholdstock.co.uk
Description: Child theme for Astra
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: tempest-child-theme
Template: astra
*/

.entry-content :where(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content h4.wp-block-accordion-heading {
	margin-bottom: 0;
}

.entry-content ul.wp-block-list {
	margin-bottom: 20px;
}

.ast-footer-copyright p {
    margin-bottom: 1em;
}

.service-icon a.uagb-infobox-link-wrap.uagb-infbox__link-to-all:hover {
	background: #ffffff66 !important;
}

.team .uagb-ifb-image-content img {
	transition: opacity 0.3s ease;
}

.team:hover .uagb-ifb-image-content img {
	opacity: 0.8;
}

.ast-footer-copyright {
	width: auto;
}

.wp-block-uagb-advanced-heading .uagb-heading-text {
    margin: 20px 0 !important;
}

#experience ul.wp-block-list li {
	margin-bottom: 10px;
}

.entry-content #experience ul.wp-block-list {
    margin-top: 10px;
}

.wp-block-accordion {
	margin-bottom: 20px;
}

.wp-block-accordion button {
	box-shadow: none;
}

.serviceSubhead .uagb-iconbox-icon-wrap.uagb-infobox-shape-circle {
	margin-top: 8px;
}

.strong-view.wpmtst-default .wpmtst-testimonial {
	border: none !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
	border-radius: 30px;
	border-color: var(--ast-global-color-7); !important;
	padding: 30px 20px;
}

.wpmtst-testimonial-content p {
	font-style: italic;
	color: var(--ast-global-color-0);
}

@media only screen and (max-width: 767px) {

.hero-description {
	text-align: center;
}
}