/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* FIX GRAVITY FORMS */
.gfield legend {border-bottom: none; !important}
.gform_required_legend {display: none !important;}

/* Envira Gallery */
.envira-pagination {
	text-align: center;
	font-size: 1.25em;
}
.envira-pagination .page-numbers {
	width: 2em;
    height: 2em;
	padding: .5em;
    border-radius: 100em;
    background: rgb(205, 230, 245);
}
.envira-pagination .current {
	width: 2em;
    height: 2em;
	background: rgb(241, 235, 39)
}
.envira-pagination .next, .envira-pagination .dots {
	width: auto;
	height: auto;
	background: none;
}