/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.uacf7-next, .uacf7-prev {
	background-color: #145890 !important;
	color: #fff !important;
	border-radius: 10px !important;
	padding: 10px;
	margin: 0 20px 0 0;
}

form label {
    margin-bottom: 15px !important;
}

/* ZBS */

.zbs-portal-nav {
	background-color: #145890 !important;
	border-radius: 10px !important;
	margin: 0 50px 0 0;
}

.zbs-portal-grid #zbs-nav-tabs li {
    border-width: 0 !important;
	margin: 0 20px 0 0;
	border-radius: 8px !important;	
}

.zbs-portal-grid #zbs-nav-tabs a {
	color: #fff !important;
	text-decoration: none !important;
}

#zbs-nav-tabs li:hover {
    background-color: #33424e;
	transition: all 1.5s;
}

.zbs-portal-grid .button {
	border-radius: 10px !important;
    padding: 20px !important;
    background-color: #145890 !important;
}

.zbs-portal-grid .button:hover {
    background-color: #33424e !important;
	transition: all 1.5s;
}

.thumbgallery-row {
    display: grid !important;
}

.thumbgallery-row {
	width: auto !important;
}

.zbs-portal-grid {
	overflow: clip !important;
}