/*
Theme Name: Spacious Child for B2F
Theme URI: 
Description: Child theme of spacious theme for the Spacious theme
Author: <a href="https://themegrill.com">ThemeGrill</a>
Author URI: 
Template: spacious
Version: 1.4.8
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 24 Oct 2017 12:23:59 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.rdr-hp-features .btn-default {
	/*
    color: #666 !important;
    background-color: #eee !important;
    
	*/
	color: #000 !important;
	background-color: #e6dbc6 !important;
	border-color: #007bff !important;
}

.rdr-hp-features .btn-primary {
    color: #007bff !important;
    /*
	background-color: #eee !important;
	*/
	background-color: #e6dbc6 !important;
    border-color: #007bff !important;
}

.entry-meta span.date {
    display: none;
}

div.rdr-footer-stripe{
	background-color: #013299;
    color: #fff;
    text-align: center;
    padding: 1em;
}

div.rdr-family-template article.page {
	
	padding-bottom: 15px !important;
}

div.rdr-child-index {
	padding-left: 30px !important;
}

div.rdr-child-index > li {
	/*margin-bottom: 1em;*/
	/* font-size: 1.5em;
	padding: 1em !important; 
	*/
	font-size: 1em !important;
	padding: 0em !important; 
}

div.rdr-child-index > li  li{
	font-size: smaller;
	list-style: outside !important;
}

div.rdr-child-index li > ul.children {
    margin: 0 0 0 30px !important;
}

.rdr-collapsibles div.panel-heading{
    border: 1px solid;
    border-radius: 10px;
    padding-left: 2em;
    padding-top: 1em;
}

a.rdr-flag {
    margin-left: 2em;
}

a.rdr-flag > img{
    margin-bottom: 0px !important;
}

.breadcrumb-title{
	
	display: none !important;
}

ul.rdr-ul{
	    list-style-position: outside !important;
    list-style-type: square !important;
}
/* rdr-table */
table.rdr-table {
    background-color: rgb(171, 197, 253) !important;
    color: #151515 !important;
}


table.rdr-table th {
	background-color: #013299;
	color: #fff !important;
	border: 1px solid #444;
}

table.rdr-table td.rdr-prima {
	/*background-color: #013299;*/
	background-color: #93b3f5;
	color: #fff !important;
}

table.rdr-table tr:nth-child(odd) {
    background: rgb(187, 214, 255);
	color: #000 !important;
}

/* rdr table 2 */

table.rdr-table-2{
    background-color: #B6DDE8 ;
    color: #151515 !important;
}


table.rdr-table-2 th {
	background-color: #4BACC6;
	color: #fff !important;
	border: 1px solid #444;
}

table.rdr-table-2 td.rdr-prima {
	background-color: #4BACC6 !important;
	color: #fff !important;
}

table.rdr-table-2 tr:nth-child(odd) {
    background: #DAEEF3 !important;
	color: #000 !important;
}

#page{
	background-color: #f5eddf !important;
}

.call-to-action-content-wrapper{
	background-color: #e6dbc6 !important;
}

.footer-socket-wrapper {
	background-color: #e1d5bf !important;
}

/* indispensabile per accessibilità */

a{
/*      text-decoration: underline !important;*/
        font-weight: bold;
}