/*
 Theme Name:   Ribosome Child
 Theme URI:    https://texelsmuseum.nl/
 Description:  Ribosome Child Theme
 Author:       Gerbrand Gaaff
 Author URI:   https://texelsmuseum.nl/
 Template:     ribosome
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  ribosome-child
*/

@import url("../ribosome/style.css");

/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */
body {
    font-size: 1rem;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #444;
	background-color: #d5e0b1;
}

a {
   color: #82A31D;
    
}

.site {
    border-bottom: 5px solid #EDEDED;
}

.site-header {
    padding-bottom: 0px;
    padding-bottom: 0rem;
}

.site-header h1, .site-header h2 {
    text-align: left;
}

#main.wrapper {
    padding: 0 1rem;
}

.main-navigation li {
    margin: 0 2rem 0 1.2rem;
    position: relative;
}

.site-content {
    margin: 1rem 0 0;
}

.entry-header {
     margin-bottom: 1rem;
}

.entry-header .entry-title {
    font-weight: bold;
	}

.blog-info-sin-imagen {
    padding: 1rem 1rem 1rem 1rem;
   }

.top-bar {    
    font-size: 16px;
}

.main-navigation li a {
    line-height: 2.5;
    text-transform: none;
    }
	
h1.site-title {
    font-size: 1.7rem !important;
    font-weight: 600;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    }
	
.credits-right {
    display: none;
}

.widget-area {
    margin: 1rem 0 0;
}

.archive-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #82A31D;
}

.widget-wrap {
	padding: 10px;
	line-height: 25px;
}

.widget-title-tab {
    padding: 0px 15px 0px 5px;
}

h3.widget-title {
    padding: 0 !important;
    border-bottom: 0px solid #f2f2f2;
    background-color: #f2f2f2;
}
.widget-area .widget p {
    padding: 0 0 0 5px;
}

.widget-area .widget a {
    color: #82A31D;
}
.widget-area .widget a:hover {
	color: #82A31D !important;
	text-decoration: underline;
}
.widget-area .widget a:visited {
	color: #82A31D;
}

.widget-area li {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0px 0px 5px;
}

.tnp-widget label {
     padding: 0 0 5px 5px;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 0px 0px 0px 5px;
    margin-bottom: 0px;
    margin-bottom: 0rem;
}

.page-title, .widget-title, .entry-content th, .comment-content th {
    font-weight: bold;
    text-transform: none;
}

footer[role="contentinfo"] {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    }

footer[role="contentinfo"] {
    display: none;
	border-top: 0px solid #ededed;
    background-color: transparent;
  
}
	

@media screen and (min-width: 768px) {

.main-navigation li a {
    color: #ccc;
	font-weight: normal;
}
}