/*
Theme Name: ICS Agliana
Theme URI: https://aiosa.net/
Author: Aiosa Web Agency
Author URI: https://aiosa.net/
Description: ICS Agliana tema sviluppato da Aiosa Web Agency e Berti Simone per Comprensivo "B. Sestini" di Agliana
Template: u-design
Version: 1.0.0
License:
License URI:
Text Domain: icsagliana
Tags: three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style
*/


/* box*/
.sidebar-box .widget_nav_menu, .widget_search {
    /* border: 1px solid; */
    background: #fafafa;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.3), 0px 0px 0px 1px #fddd52;
    margin-bottom: 2em;
    border-bottom: 5px solid #fddd52;
}


/* link menu */
.custom-formatting li.current_page_item > a, .custom-formatting li.current-menu-item > a, .custom-formatting li.current-cat > a, .custom-formatting li.current > a {
    color: #000;
    background: rgba(254, 218, 54, 0.5);
    font-weight: bold;
}
.custom-formatting li.current_page_item > a:before, .custom-formatting li.current-menu-item > a:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    margin-left: 0.5em;
    box-shadow: 0px 0px 0px 1px #fc0000;
}

#top-wrapper {
     
    border-bottom: 5px solid #feda36;
}


#secondary-navigation-bar {
    border-bottom: 2px solid;
}

a, #isotope-options li a:hover, #isotope-options li a.selected, h3.accordion-toggle.active a {
    color: #000;
    font-weight: 400;
}

.custom-formatting li ul li a:before {
    background-image: url(images/arrow-2-dark.png)!important;
}

#main-content a{
	text-decoration:underline;
}

@media screen and (max-width:1080px){
	.entry{
		overflow:scroll;
	}
	.entry table.custom-table{
		position:relative;
	}
	.entry table.custom-table:after{
		content: "Scorri la tabella in orizzontale";
		display:block;
		background-color:#66CCFF;
		padding-left:30px;
		background-image: url(images/double-arrow-2-dark.png);
		background-position:center left;
		background-repeat:no-repeat;
		width: calc(100% - 30px);
		position: absolute;
		bottom: -20px;	
	}
}