﻿/*
Theme Name: Gridsby-child
Template: gridsby
*/

@import url("../gridsby/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* add 20px padding in front of the post title */
.entry-title span.title, .widget-title span.title {
    background-color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    margin: auto;
    padding: 0 20px 0 20px;
    position: relative;
	font-weight: 600;	
}

/* Custom styling voor tabs op pagina voorgaande jaren*/
<style>
  .su-tabs.my-custom-tabs { background-color: #84ADEA }
  .su-tabs.my-custom-tabs .su-tabs-nav span { font-size: 1em; font-weight: bold; }
  .su-tabs.my-custom-tabs .su-tabs-nav span.su-tabs-current { background-color: #B0544F }
  .su-tabs.my-custom-tabs .su-tabs-pane {
    padding: 1em;
    font-size: 1em;
  }
</style>
