/**************** logo size *******************/

@media screen and (min-width: 980px) {
#masthead.fixed-header #site-logo img {
    max-height: 80px;
}
}

#site-logo img {
    max-height: 80px;
}

/****espacement logos menu *****/
#masthead {
    padding-top: 5px;
}

#header-right .widget .menu a {
    padding: 0 15px 5px;
}

/****size of the top menu ****/

@media screen and (max-width: 1024px) and (min-width: 1152px) {
.container {
    width: 960px;
}
}
@media screen and (max-width: 1152px) and (min-width: 980px) {
.container {
    width: 1010px;
}
}

/****** hide secondary menu *******/
@media screen and (max-width: 980px){
#secondary-mobile-menu {
    display: none;
}
}
/********* article content background color *******/
#content article {
    background-color: rgba(245, 245, 220,0.8);
}

/******** display secondary menu ********/
@media screen and (max-width: 980px) {
#secondary-menu {
    display:initial !important;
}
}

/*******secondary menu logo *********/
@media screen and (min-width: 980px) {
.menu-secondary-container .has-image {
    display: none !important;
}
}

@media screen and (max-width: 980px) {
.menu-secondary-container img {
    height: 40px;
    width: auto;
    margin: 0px 0 -15px 0;
}
.menu-secondary-container .has-image a {
    color: black !important;
}
.menu-secondary-container .has-image a:hover {
    color: black !important;
}
}

.menu-secondary-container {
    background-color:black;
}



/******* breadcrumbs ********/
@media screen and (max-width: 520px) {
.breadcrumbs_seo {
   display:none;
}
}

.breadcrumbs_seo {
   color: aliceblue;
   margin-bottom : 0;
}

.breadcrumbs_seo  a{
   color: beige;
}

.breadcrumbs_seo  span{
   color: beige;
}
