/*
*
*	Project: Naba website
*	Authors: Omar Negri, Alexandru Olari per fullDigi s.r.l.
*	Note: Stylesheet for backend developers
*
*/


.footer {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none;
}

.wp-footer {
	z-index: 13;
}

/* Hide tag form in the search results page */
#search-form.search-form {
	display: none;
}

.form-item .description {
    font-size: 0.85em;
    display:none;
}

/* Remove decoration to the link in the search results page */
.wp-main-container.risultati-ricerca .row.ct-main.wrapper-serp .row-serp a, 
.wp-main-container.risultati-ricerca .row.ct-main.wrapper-serp .row-serp a:visited, 
.wp-main-container.risultati-ricerca .row.ct-main.wrapper-serp .row-serp a:hover, 
.wp-main-container.risultati-ricerca .row.ct-main.wrapper-serp .row-serp a:active {
	text-decoration: none;
}

.field.field-name-field-select-html.field-type-taxonomy-term-reference.field-label-hidden{
	
	display:none;
	
}

.field.field-name-field-select-html-class.field-type-taxonomy-term-reference.field-label-hidden{
	
	display:none;
	
}

ul.links.inline {
	
    display: none;
    
}

/** Select news year **/
.content-news-breadcrumbs .right select#edit-date-filter-1-value-year,
.content-news-breadcrumbs .right select.anno {
  width: 120px;
  height: 38px;
  background-image: url(../images/common/arrow-select.png);
  background-position: 85px 12px;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
}

@media (max-width: 479px) {
  .content-news-breadcrumbs .right select#edit-date-filter-1-value-year,
  .content-news-breadcrumbs .right select.anno {
    width: 200px;
    background-position: 165px 12px;
    margin: 0 0 10px 0;
  }
}

/* Add margin top bottom to the tag form in the Atom Library for edit file */
.wp-main-container .content-type-container #scald-atom-add-form-options {
	margin: 200px 0;
}

/* Add margin bottom to the first region */
.region.region-first-naba {
	margin-bottom: 100px;
}

/** Search Form **/

@media (min-width: 480px){
	.wp-header .search-form{
		
		margin-bottom: 0; 
		
	}
}
@media (max-width: 479px){
.wp-header .search-form{
		margin-bottom: 1em;
	}
}


/*
.wp-main-container aside.col-height:last-child {
	
	z-index: auto;
	
}

aside .wwms .wwms-z-index-auto:nth-child(1){
	
	z-index: auto;
	
}
*/
.juicebox-parent.contextual-links-region{
	
	z-index: 11 !important;
	
}



.importantRed {
  padding-right: 0px !important;
  width: 100% !important;
}

/* cookie law */

iframe[name=google_conversion_frame] 
{
    display: none !important;
}

.cookie-banner{
	position: fixed; 
	bottom: 0;
	left: 50%;
}	

@media screen and (min-width:1280px){
.cookie-banner{
	width: 1280px;
	margin-left: -640px;
	}
}

@media screen and (max-width:1280px){
.cookie-banner{
	width: 1280px;
	margin-left: -640px;
	}
}

@media screen and (max-width:1024px){
.cookie-banner{

	width: 1024px;
	margin-left: -512px;
	}	
}

@media screen and (max-width:768px){
.cookie-banner{

	width: 768px;
	margin-left: -384px;
	}	
}

@media screen and (max-width:480px){
.cookie-banner{

	width: 480px;
	margin-left: -240px;
	}	
}
.cookiecontent{
    width: 80%;
    margin: 0 auto;	
}
.container-fluid.cookie {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cookies{
	
	width: 100px;
    display: inline-block;
    text-align: center;
    background-color: #a11640;
    border-radius: 5px;
    height: 20px;
	margin-left: 50%;
}
@media (max-width: 768px){
	.cookies{
		margin-left: 17%;
	}
}
/*
@media (max-width: 1024px){
	.cookies{
		margin-left: 35%;
	}
}
*/
@media (min-width: 769px) and (max-width: 1024px) {
		.cookies{
		margin-left: 35%;
	}
	}

