/*
Theme Name: Sundoturf
Theme URI: https://www.sundoturf.com
Author: SUNDO
Author URI: https://www.sundoturf.com
Description: Custom WordPress theme for SUNDO Artificial Grass — premium synthetic turf manufacturer & supplier. Ports the static HTML/CSS/JS frontend into a full WordPress theme with custom post types, taxonomies, menus and widgets.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sundoturf
Tags: custom-post-type, custom-taxonomy, custom-menu, widget-ready, responsive, b2b, manufacturer
*/

/* ============================================================
   Sundoturf Theme — main stylesheet
   The original site styles live in assets/css/style.css and
   assets/css/dropdown.css (ported 1:1 from the static site).
   This file only adds WordPress-specific overrides.
   ============================================================ */

/* WordPress core classes */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/* Ensure the WP admin bar doesn't overlap the fixed header */
body.admin-bar header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar header { top: 46px; }
}

/* Widget areas (footer) */
.widget-area .widget { margin-bottom: 1.6rem; }
.widget-area .widget-title,
.widget-area .widgettitle { color: #fff; font-size: 1.05rem; margin-bottom: .9rem; }
.widget-area ul { list-style: none; padding: 0; margin: 0; }
.widget-area ul li { margin-bottom: .45rem; }
.widget-area a { color: rgba(255,255,255,.75); text-decoration: none; }
.widget-area a:hover { color: #fff; }
