/*
	CSS for the Responsive Widget Area
*/
@media screen and (max-width:768px){
	#button_wrapper,
	#sliding_sidebar_wrapper{
		display: block;
	}	
}
@media screen and (min-width:768px){
	#button_wrapper,
	#sliding_sidebar_wrapper{
		display: none;
	}	
}
#button_wrapper #sidebar-button{
    padding:5px;
    padding-top: 2px;
}
#button_wrapper{
    width: 50px;
    height:50px;
    border-radius: 10px;
}
#button_wrapper {
    z-index: 1001;
    background: #c00000;
    width: 40px;
    height: 38px;
    border-radius: 0;
    right: 0px;
    position: fixed;
    top: 6px;
}
#button_wrapper #sidebar-button{
    padding:5px;
    padding-top: 2px;
}
#sidebar-button:hover{
    background: red;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 3px;
}
#button_line{
    width:80%;
    height: 3px;
    background: white;
    margin-left: 10%;
    margin-top: 17%;
    border-radius: 6px;
    position: relative;
}
#explanation-header{
    display:none;
}
#sliding_sidebar_wrapper{
    line-height: 1.5;
    color: #fff;
    width: 100%;
    position: fixed;
    height: auto;
    padding-top: 42px;
    overflow: auto;
    top: -400px;
    left: 0;
    z-index: 200;
}
#sliding_sidebar_wrapper a{
    color: black;
    font-family: Titillium Web, sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
}
#sliding_sidebar_wrapper .widget{
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    border-bottom: solid 1px white;
}
#sliding_sidebar_wrapper::-webkit-scrollbar{
    display: none;
}
#sliding_sidebar{
    background:black;
}
#sliding_sidebar .widget_nav_menu ul,
#sliding_sidebar .widget_pages ul,
#sliding_sidebar .widget_archive ul{
	margin-top: 0;
}
#sliding_sidebar .widget h2{
    text-align: center;
}
#sliding_sidebar_wrapper::-webkit-scrollbar{
    display: none;
}
#primary-sliding-sidebar{
    padding-top: 42px;
    top: 0px;
    width: 100%;
    background: #b10202;
}