/*
 Theme Name: BlueGlobe 2026
 Theme URI: https://www.blueglobe.nl
 Description: WordPress theme for BlueGlobe
 Author: Maikel Vugts
 Author URI: https://www.blueglobe.nl
 Template: generatepress
 Version: 0.1
*/

.navigation-stick { background-color: var(--base-2); }
body.home .navigation-stick { background-color: #f7f9fc; }
.sticky-navigation-logo img { width: 240px; max-width: 240px; height: auto!important; padding: 0!important; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select { border-bottom: 1px solid #ccc; }

.wpcf7-form input:not([type="submit"]) { width: 100%; background: #ffffff; }
.wpcf7-form input[type="submit"] { float: left; border-radius: 5px; cursor: pointer; }
.wpcf7-form texarea { background: #f9f9f9; }

img.right { float: right; margin: 0 0 20px 20px; }
img.left { float: left; margin: 0 20px 20px 0; }

a.wp-element-button { display: inline-flex; align-items: center; justify-content: center; font-weight: 600; text-align: center; padding: 14px 22px; margin-top: 20px; border-radius: 2px; background-color: var(--accent); color: var(--base-3); text-decoration: none; font-size: 19px; }