/*!
Theme Name: GolfCube social
Theme URI: https://www.golfcubesocial.com/
Author: TwoPoints
Author URI:
Description: "GolfCube social" is a simple & easy to use WordPress theme. It is based on world's most popular framework for responsive websites, Twitter Bootstrap 4. "WP Bootstrap 4" is a perfect combination of Bootstrap 4 and WordPress. It is fast and light-weight with around 20 kb style.css. It is also search engine friendly. It has a built-in slider for featured posts on blog's home page. It supports all major & popular WordPress plugins like Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Check demo on https://bootstrap-wp.com
Version: 1.1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: GolfCubesocial
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

* { box-sizing: border-box; }
body { margin: 0; font-family: 'Inter', ui-sans-serif, system-ui, sans-serif; background: #000; }
a { color: inherit; text-decoration: none; }
button { border: none; background: none; padding: 0; cursor: pointer; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }

/* Dropdown hover */
.nav-dropdown { display: none; }
.nav-item:hover .nav-dropdown { display: block; }

/* Mobile menu */
#mobile-menu { display: none; }
#mobile-menu.open { display: block; }

/* Smooth scrolling */
html { scroll-behavior: smooth; }
.contactlists li a:hover {color:#16a34a;}
/* Hero overlay */
.hero-bg { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; }

