/*
 Theme Name:   Strandparken 2018
 Theme URI:    http://drmstrandpark.dk/drm2018/
 Description:  Twenty Seventeen Child Theme
 Author:       Henrik Isen
 Author URI:   http://isentekst.dk
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 
*/

.page-title {display: none;}

.site-header {
    background-color: #8d9440 ;
}
.site-description{ color: #666}

.entry-meta {
       font-weight: 300;
    letter-spacing: 0.1818em;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}


a, .entry-title a {
		color: #8d9440 }
.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
    -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);
    box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

title a { color: #000}

h1, h2, h3, h3, h4, h4 {color: #444}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #000;
	text-transform: none;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
	
}

b, strong, h2 widget-title {
	font-weight: 600
}
h2.widget-title {
	font-weight: 300; 
	margin-bottom: 1rem; 
	text-transform: none;
	letter-spacing: 0;
}


button, input[type="button"], input[type="submit"] {
    background-color: #666;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.post-navigation, .comment-metadata  {
	font-weight: 300}

.site-info {
	display: none;
}

.entry-content ul, .entry-content ol {padding-left: 2rem;
		padding-left: 32px;
		}

tr {
    border-bottom: 2px solid #eee;
}

#wpmem_restricted_msg  {border-top: 1px solid #000; padding-top: 20px }

#wpmem_reg legend, #wpmem_login legend {
	font-weight: 300;
	color:#444
}


@media screen and (min-width: 48em)
{
	
	
	
	
.has-sidebar:not(.error404) #primary {
	width: 65%;
	}
.has-sidebar #secondary {
    padding-top: 0;
    width: 29%;
	
	}
	
	h2.widget-title {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 1rem; text-transform: none;
	}	
	
.single-post .entry-title, .page .entry-title, .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding-bottom: 0;
}
	
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
	font-weight: 200;
    letter-spacing: 0;
    text-transform: none;
}
	h2.entry-title, legend {
		font-size: 28px}
	
	h3 {
     margin: 0;
    padding: 0 0 0.5rem 0 }
.page-title {display: none;}
	
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header	{
margin-bottom: 0;}
	
.main-navigation a:hover {
  color: #000; 
	}
	
	
} 