/*
Theme Name: SYNS
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: SYNS theme
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.8.1684601042
Updated: 2023-05-20 16:44:02

*/


/* outer template */
.site-main { 
	padding-top: 0 ;
}
#masthead {
	margin: 0;
	width: 100% !important;
	padding: 0 1em;
	background-color: black !important;
}
#masthead a {
	color: white;
}
.site-header {
	max-width: inherit;
}
#masthead button { 
	padding: 0 !important;
}
#masthead .menu-button-container {
	padding-top: 8px;
}

/* this is for the submenu (drop down menus) */
.primary-navigation .sub-menu .menu-item a { 
	color: black !important;
}

.primary-navigation .sub-menu .menu-item a:focus {
	color: white !important;
}

/* make sure the link text is white on the mobile version where submenus have a black background */

.primary-navigation-open  .primary-navigation .sub-menu .menu-item a { 
	color: white !important;
}
.primary-navigation-open .primary-navigation a {
	background-color: black;
	color: white !important;
}

:root {
	--primary-nav--color-link:  white;
	--primary-nav--color-link-hover: white;
}

.primary-navigation-open {
	--global--color-background: black;
}

.primary-navigation .svg-icon {
	color:white;
}
/* end outer template */



/* ensure map  doesn't appear over mobile menu */
.primary-navigation-open .primary-navigation {
	z-index: 3000;
}



/* post page */

.syns-post h1 {
	margin: 0 1em;
	font-size: 150%;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-top: 3em;
}

.syns-section {
	margin: 1em;
	border: 1px #ddd solid;
	border-radius: 3px;
}

.syns-section-title { 
	background-color: #eee !important;
	color: #333; 
	font-weight: 700;
	border-bottom: 1px #ddd solid;
	padding: 1em;
}

.syns-section-column-1, .syns-section-column-2, .syns-section-column-3 {
	padding: 1em;
}

.syns-section dl dt::after {
    content: ':';
}

.syns-section dl {
}	

.syns-previews {
	text-align: center;
}

.syns-preview {
	border-radius: 3px;
}

.syns-preview img {
	width: 100%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.syns-preview-caption {
	text-align: center;
	background-color: #eee;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.syns-section-content td {
	padding: 0.1em 0.5em !important;
	border: 0;
	border-bottom: solid 1px #ccc;
}
.syns-section-content th {
	padding: 0.1em 0.5em !important;
	border: 0;
	border-bottom: solid 1px #ddd;
}

@media only screen and (min-width: 600px) {
	.syns-section {
		margin-left: 10%;
		margin-right: 10%;
	}
	.syns-section dt {
		display: inline-block;
		width: 29%;
		vertical-align: top;
		text-align: right;
	}	
	.syns-section dd {
		padding: 0 0 0 1em;
		margin: 0;
		display: inline-block;
		width: 69%;
		vertical-align: top;
	}	
	.syns-section-column-3 {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
}

@media only screen and (min-width: 1024px) {
	.syns-section-column-2 {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	.syns-section-column-3 {
		width: 33.3%;
		display: inline-block;
		vertical-align: top;
	}
}

/* end post page */


