/*
 Theme Name:   Twenty Sixteen SLW
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  Twenty Sixteen SLW Theme
 Author:       Michael Walsh
 Author URI:   http://michaelwalsh.org
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentysixteenslw
*/

div.slwwow {
	border: 0.15em solid #fdd604;
	margin: 3px;
}

div.slwacom {
	border: 0.15em solid #fdd604;
	margin: 3px;
}

body, button, input, select, textarea {
	font-family: helvetica, Merriweather, Georgia, serif;
}

.wp-block-button .wp-block-button__link {
	min-width: 290px;
	font-weight: 600;
}

.content-area-full-width {
	width: 100%;
}

.site-header {
	padding-top: 0em;
	padding-bottom: 0em;
}

.img-with-border {
  border: 2px solid #efefef;
  border-radius: 8px;
}

/* Buttons */

.wp-block-button__link {
	/*background: #1a1a1a;*/
	background: #fdd604 !important;
	/*background: #a47721 !important;*/
	/*background: #f2ba36 !important;*/
	color: #000 !important;
	font-size: 0.9em;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: #000 !important;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.is-style-outline .wp-block-button__link:not(.has-background):hover,
.is-style-outline .wp-block-button__link:not(.has-background):focus,
.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
	/*background: #dc8d2b !important;*/
	background: #f2ba36 !important;
	color: #000 !important;
}

/*  Woocommerce  */
button.single_add_to_cart_button {
	background: #f2ba36 !important;
}

.page-id-501 h1.entry-title {
	display:none;
}
