@charset "utf-8";
/* CSS Document */

html {
background: url(https://www.ukiyo-e-design.info/wp_sovig/wp-content/uploads/2016/10/bg_wp.jpg) center top no-repeat ;
}

.site-header.no-fixed-header {
    width: 100%;
    z-index: 999;
    background:#FFF;
background: url(https://www.ukiyo-e-design.info/wp_sovig/wp-content/uploads/2016/10/bg_wp.jpg) center top no-repeat  #FFFFFF;
background-attachment: scroll;

}

.site-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
background: url(https://www.ukiyo-e-design.info/wp_sovig/wp-content/uploads/2016/10/bg_wp.jpg) center top no-repeat  #FFFFFF;
background-attachment: scroll;



}
/*

.logo {
	display:table-cell;
		background : red;
		padding:0 0;
		margin:0;
}

.logo a {
	display: block;
    float:left;	
}*/

.sidebar .widget {
    margin-bottom: 30px;
    margin-bottom: 3rem;   
}

.sidebar-footer {
    padding: 30px 0 20px 0;
    padding: 3rem 0 2rem 0;
    background-color: #888;
}

   
/* Smaller mobile screens */
@media screen and (min-width: 10em) {
   
.logo img {
    max-height: none;
    max-width: 100%;
    margin:0 auto;
    width: auto;
}
}

.elementor-button-link span{ color:#FFFFFF;}

.primary-menu > li > a:hover {
    text-decoration:line-through;
}
/*
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-item > a:hover {
    text-decoration:line-through;
}*/