/*
Theme Name: Gardapack
Text Domain: Gardapack
Version: 1.8
Requires at least: 4.7
Requires PHP: 5.2.4
Description: GardaPack is built on a decade of innovation, delivering premium, lab-tested packaging solutions designed for superior freshness and durability. With a strong focus on quality, affordability, and performance, GardaPack products preserve your goods up to 10x longer—backed by our quality guarantee.
Tags: packaging, premium packaging, freshness protection, food storage, oxygen barrier, moisture barrier, puncture resistant, lab-tested, long shelf life, commercial packaging, home storage, eco-friendly packaging, packaging innovation, GardaPack quality promise, accessible packaging
Author: Cleonix
Author URI: https://cleonix.com/
Theme URI: https://cleonix.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tr:nth-child(even) {
  background: #FFF5C7;
}
table.blueTable thead {
  background: #C985C8;
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #FFC21F;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}