/*
 Theme Name:   TandemBase
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Tandem
 Author URI:   https://tandem.blog
 Template:     generatepress
 Version:      0.2
*/

@media(min-width:1024px) {
.header-wrap {
    right: 50%;
	position:fixed;
}
	
}
@media(max-width:1024px) {
.inside-navigation.grid-container {
	display: none;
}
	.site-footer {
	position: relative !important;
	bottom: 0;
	width: 100%;
}
	
}
	
.site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
}

a {
  text-decoration: underline;
	text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.menu-bar-item {
  display: none;
	visibility: hidden;
}

.current-menu-item > a {
  font-weight: bold;
  text-decoration: underline;
}

.main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 80px;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 1em 1.5em !important;
}

