/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.news-carousel.wp-block-cb-carousel-v2 .cb-button-prev {
    left: 10px;
    right: auto;
    color: white;
}

.news-carousel.wp-block-cb-carousel-v2 .cb-button-next {
    left: auto;
    right: 10px;
    color: white;
}

.icon-white svg{
	fill: white !important;
}

p a {
	text-decoration: underline;
	color: inherit;
}

p a:hover {
	opacity: 0.7;
}

.wp-block-button__link {
    border-radius: .25rem;
    padding: 1rem 2rem !important;
}

#tribe-events-pg-template{
    max-width: 1200px !important;
    width: 100%  !important;
}

.wpcf7-form, .form-newsletter form {
	max-width: 540px;
}


.wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=password], .wpcf7-form input[type=search], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form select, .wpcf7-form textarea, .form-newsletter input[type=email] {
	width: 100%;
}


@media screen and (max-width:768px) {
.gb-accordion .gb-accordion__item  {
	font-size: 0.9em;
  padding: 10px !important;
	}
}