/*Theme Name: Ldi   */
/*Version: 1.0					*/
/*Description: A Theme from mxarts	   */
/*Author: Giuliano D'Angelo		  */
/*Author URI: */
/* ------------------------------------------- cleaner */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

* {
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
  padding: 0;
}

h1 a, h2 a, h3 a, a h1, a h2, a h3 {
  text-decoration: none;
}

img {
  border: 0;
  height: auto;
}

hr {
  clear: both;
  visibility: hidden;
}

a {
  color: #e94f35;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

ul, ol {
  list-style-position: inside;
  margin: 0 0 2% 0;
  padding: 0;
}

li {
  line-height: 1.5em;
}

table {
  width: 100%;
  border: 0;
}

table td {
  padding: 5px;
  margin: 0;
}

.clearfix {
  clear: both;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.inline {
  display: inline;
}

iframe {
  border: none;
 max-width: 100%;
}

/* ------------------------------------------- cleaner END */
/* ------------------------------------------- bricks */
.brick { float: left; padding: 0; margin: 0; width: 100%; position: relative;
box-sizing: border-box;
}
.brick>.pad { padding: 10px;}
.f-l, .left, .pull-left { float: left;}
.f-r, .right, .pull-right { float: right;}
.c-b { clear: both;}
.dauto { width: auto;}
.one { width: 100%; height: auto;}
.two { width: 50%; height: auto;}
.three { width: 33%; height: auto;}
.four { width: 25%; height: auto;}
.five { width: 20%; height: auto;}
.w10 { width: 10%;}
.w20 { width: 20%;}
.w30 { width: 30%}
.w40 { width: 40%;}
.w50 { width: 50%;}
.w60 { width: 60%;}
.w70 { width: 70%;}
.w80 { width: 80%;}
.w90 { width: 90%;}
.w100 { width: 100%;}

.top { vertical-align: top;}
.bottom { vertical-align: bottom;}
.middle { vertical-align: middle;}

.ta-c { text-align: center;}
.ta-l { text-align: left;}
.ta-r { text-align: right;}

.p-5 { padding: 5px;}
.p-10 { padding: 20px;}
.p-20 { padding: 30px;}
.p-30 { padding: 40px;}
.p-40 { padding: 50px;}
.pt-10 { padding-top: 10px;}
.pr-10 { padding-right: 10px;}
.pb-10 { padding-bottom: 10px;}
.pl-10 { padding-left: 10px;}
.pt-20 { padding-top: 20px;}
.pr-20 { padding-right: 20px;}
.pb-20 { padding-bottom: 20px;}
.pl-20 { padding-left: 20px;}
.pt-30 { padding-top: 30px;}
.pr-30 { padding-right: 30px;}
.pb-30 { padding-bottom: 30px;}
.pl-30 { padding-left: 30px;}
.pt-40 { padding-top: 40px;}
.pr-40 { padding-right: 40px;}
.pb-40 { padding-bottom: 40px;}
.pl-40 { padding-left: 40px;}

.m-5 { margin: 5px;}
.m-10 { margin: 20px;}
.m-20 { margin: 30px;}
.m-30 { margin: 40px;}
.m-40 { margin: 50px;}
.mt-10 { margin-top: 10px;}
.mr-10 { margin-right: 10px;}
.mb-10 { margin-bottom: 10px;}
.ml-10 { margin-left: 10px;}
.mt-20 { margin-top: 20px;}
.mr-20 { margin-right: 20px;}
.mb-20 { margin-bottom: 20px;}
.ml-20 { margin-left: 20px;}
.mt-30 { margin-top: 30px;}
.mr-30 { margin-right: 30px;}
.mb-30 { margin-bottom: 30px;}
.ml-30 { margin-left: 30px;}
.mt-40 { margin-top: 40px;}
.mr-40 { margin-right: 40px;}
.mb-40 { margin-bottom: 40px;}
.ml-40 { margin-left: 40px;}
.fontS { font-size: 0.9em}
.fontB { font-size: 1.1em}

.inline { display: inline; float: none;
}

.nofloat { float: none;
}

.block { display: block;
}

.ib { display: inline-block; float: none; vertical-align: middle;
}

.mcenter { margin: 0 auto;
}

.bold { font-weight: bold;
}

.italic { font-style: italic;
}

.hide { display: none;
}

/* ------------------------------------------- bricks END*/
/* ----------------------------------------------------- typo */
h1 {
  font-size: 2.5em;
  letter-spacing: -1pt;

}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h1, h2, h3, h4 {
  font-family: 'Cantata One', serif;
  margin: 0;
  color: #e94f35;
}

p {
  font-size: 0.9em;
}

.sommario {
  font-style: italic;
  font-weight: normal;
}

.SPOSTARBUST-Related-Posts h3 {
  clear: left;
  font-weight: 400;
  margin: 0;
}

.catdesc {
  margin: 0;
}

.featbox i.fa {
  font-size: 2em;
}

#sidebar1 p {
  margin: 0 0 1em 0;
}

blockquote {
  display: block;
  padding: 10px 50px 10px 90px;
  margin: 0;
  position: relative;
  /*Font*/
  line-height: 1.8;
  color: #333333;
  text-align: justify;
}

blockquote::before {
  content: "\201C";
  /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-weight: bold;
  color: #B71C2B;
  /*Positioning*/
  position: absolute;
  left: 30px;
  top: -10px;
}

blockquote::after {
  /*Reset to make sure*/
  content: "";
}

blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #B71C2B;
}

blockquote em {
  font-style: italic;
}

/* ----------------------------------------------------- */
body {
  background: #000;
  font-family: sans-serif;
  overflow-x: hidden;
}

#rap {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  width: 100%;
}

#intro {
  width: 100%;
  float: left;
  min-height: 100px;
  background: #ccc;
}

#top {
  width: 100%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  background: #e94f35;
  min-height: 30px;
}

#header {
  position: relative;
  background-size: 80%;
  background-position: center;
  cursor: pointer;
  box-sizing: border-box;
  background-image: url('images/logo.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 25%;
  position: relative;
  float: left;
  padding-bottom: 25%;
}

#home_header {
  position: relative;
  background-size: 80%;
  background-image: url('images/logo.svg');
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
}

/*
body.page #header, body.page #menu, body.category #header, body.category #menu {
	width:25%;
	padding-bottom: 25%;
	font-size:1em;
}*/
#header a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------- intro bxslider carousel */
#head.category #slidecont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#head #slideshow .slide {
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
}

/* --------------------------------------------------- introxslider carousel END*/
/* --------------------------------------------------- modal menu */
#modal_menu {
  display: flex;
  margin-bottom: 1px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,bebac4+85,bf9ea1+100 */
  background: #000;
  /* Old browsers */
  color: #000;
  z-index: 998;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#modal_menu>div {
  padding: 10px;
}
#modal_menu ul.t_menu a {
  color: #e94f35 !important;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;

}
#modal_menu ul.t_menu a:hover {
  color: #fff !important;
}

#modal_menu .col2 a {
  color: #e94f35;
}

#modal_menu>div:nth-child(2) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

#modal_menu>div:nth-child(2)>* {
  padding: 0 10px;
  justify-content: center;
}

#modal_menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-family: 'Cantata One', serif;
}

#modal_menu ul li {
  padding: 10px 20px;
  white-space: nowrap;
}

#modal_menu ul ul {
  display: none;
}

#modal_menu .logo {
  width: 150px;
}

#modal_menu_frame {
  width: 100%;
  height: 100%;
  position: fixed;
  top: inherit;
  top: -100%;
  left: 0;
  z-index: 999;
  background: #000;
  padding: 100px !important;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -kthtml-transition: all 1s ease;
  transition: all 1s ease;
  text-transform: uppercase;
  overflow-x: hidden;
  min-width: 300px;

}

#modal_menu_frame #bkg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  -kthtml-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

#modal_menu_frame #bkg.active {
  opacity: 1;
}

#modal_menu_frame #logo {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  flex: 1 1 100%;
  height: 15vh;
}

#modal_menu_frame #logo .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#modal_menu_frame #f01 {
  background: url('images/logo-01.png');
}

#modal_menu_frame #f02 {
  background: url('images/logo-02.png');
}

#modal_menu_frame.opened {
  top: 0;
}

#modal_menu_frame.closed {
  top: -100%;
}

#modal_menu_frame>div {
  padding: 40px;
  flex: 0 0 30vw;
  color: #ccc;
  font-weight: bold;
}

#modal_menu_frame ul {
  display: flex;
  flex-direction: column;
}

#modal_menu_frame ul li {
  opacity: 0;
}

#modal_menu_frame .col1 ul {
  font-size: 2.5em;
  color: #fff;
}

#modal_menu_frame .col2 ul {
  font-size: 1.7em;
  color: #e94f35;
}

@media (max-width: 576px) { 
  #modal_menu_frame .col1 ul {
    font-size: 1.5em;
  }

  #modal_menu_frame .col2 ul {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) { 

  #modal_menu_frame .col1 ul {
    font-size: 2em;
  }

  #modal_menu_frame .col2 ul {
    font-size: 1.5em;
  }

}




#modal_menu_frame a {
  color: #fff;
}

#m_item_menu_open {
  font-size: 1.3em;
}

#m_item_menu_close {
  position: absolute;
  top: 50px;
  right: 40px;
  font-size: 1.3em;
}

/* --------------------------------------------------- modal menu END */
/* --------------------------------------------------- menu */
#menu {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 1px;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,bebac4+85,bf9ea1+100 */
  background: #e94f35;
  /* Old browsers */
  z-index: 998;
  font-size: 1.2em;


}

#menu .fa.fa-caret-down {
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 30%;
  z-index: 9;
  cursor: pointer;
  color: #e94f35;
}

#menu .fa::before {
  vertical-align: middle;
  line-height: 3em;
  display: inline-block;
  color: #fff;
  margin: 0;
  text-shadow: none;
}

#menu ul li.fa a {
  font-family: 'Lato', sans-serif !important;
  display: inline-block;
  padding: 3px 20px 3px 3px;
}

#menu ul, #menu ul ul {
  margin: 0;
  list-style: none;
  padding: 0;
  padding: 0 20px;
  text-align: center;


  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  justify-content:start;
  -webkit-justify-content:start;
  align-items:center;
  -webkit-align-items:center;
}


@media (max-width: 992px) { 
	#menu ul, #menu ul ul {
	  padding: 0 10px;
	}

 }

#menu ul ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 98%;
  -moz-box-shadow: 3.5px 4px 5px #333;
  -webkit-box-shadow: 3.5px 4px 5px #333;
  box-shadow: 3.5px 4px 5px #333;
  padding: 5px 0;
  background: #e94f35;
  border-radius: 6px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
}

#menu ul li:hover>* {
  display: block;
}

#menu ul li:hover {
  position: relative;
}

#menu ul ul ul {
  position: absolute;
  left: 98%;
  top: -2px;
}


#menu ul li {
  display: block;
  white-space: nowrap;
}

#menu ul>li, #menu ul li {
  margin: 0;
}

#menu ul a:active, #menu ul a:focus {
  outline-style: none;
}

#menu ul a {
  display: block;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  line-height: 3em;
  padding: 3px 20px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -kthtml-transition: all 1s ease;
  transition: all 1s ease;
  font-weight: 100;
}
@media (max-width: 992px) { 
	#menu ul a {

	  line-height: 2em;

	}

 }
#menu ul ul li {
  float: left;
  clear: left;
  margin: 0;
}

#menu ul ul a {
  text-align: left;
  text-decoration: none;
  line-height: 1.5em;
  padding: 0 20px;
  color: #f96c85;
}

#menu ul li:hover>a {
  color: #fff;
  text-decoration: none;
  text-shadow: #FFF 0 0 6px;
  background: ;
}

#menu ul ul li:hover>a {}

#menu ul img {
  border: none;
  vertical-align: middle;
  margin-right: 20px;
  width: 16px;
  height: 16px;
}

#menu ul ul img {
  width: 16px;
  height: 16px;
}

#menu ul img.over {
  display: none;
}

#menu ul li:hover>a img.def {
  display: none;
}

#menu ul li:hover>a img.over {
  display: inline;
}

#menu ul span {
  display: block;
  overflow: visible;
  background: right center no-repeat;
  padding-right: 0px;
}

#menu ul ul span {
  padding-right: 28px;
}

#menu ul ul li:hover>a {
  color: #fff;
  text-decoration: none;
}

#menu ul li.toplast>a {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

#menu ul .current-menu-item a, #menu ul .current-post-parent a {
  color: #fff !important;
  font-weight: bold;
  text-shadow: #FFF 0 0 6px;

}

/*  menu sticky (see .js) */
@media screen and (min-width: 800px) {
  nav#menu.sticky {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 30px 10px 0 rgba(0, 0, 0, 0.3);
    background-size: 50%;
    z-index: 999;
  }
}

/*  menu sticky (see .js) END */
/* ------------------------------------ menu END */
/* ------------------------------------ menu2  */

#menu2 {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 1px;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,bebac4+85,bf9ea1+100 */
  background: #E96C57;
  /* Old browsers */
  z-index: 998;
  color: #fff;
  display: none;
}


@media (min-width: 768px) {

	#menu2 {

	display: block;

	}
}


#menu2 ul {
  margin: 0;
  list-style: none;
  padding: 0;
  padding: 0 20px;
  text-align: center;


  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  justify-content:left;
  -webkit-justify-content:left;
  align-items:center;
  -webkit-align-items:center;

}



#menu2 ul li {
  display: block;
  white-space: nowrap;
}

#menu2 ul>li, #menu2 ul li {
  margin: 0;
}

#menu2 ul a:active, #menu2 ul a:focus {
  outline-style: none;
}

#menu2 ul a {
  display: block;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  line-height: 3em;
  padding: 3px 20px;
  text-transform: uppercase;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -kthtml-transition: all 1s ease;
  transition: all 1s ease;
  font-weight: 100;
}

#menu2 ul li:hover>a {
  color: #fff;
  text-decoration: none;
  text-shadow: #FFF 0 0 6px;
  background: ;
}

#menu2 ul ul li:hover>a {}

#menu2 ul .current-menu-item a, #menu2 ul .current-post-parent a {
  color: #fff !important;
  font-weight: bold;
  text-shadow: #FFF 0 0 6px;

}

/*  menu sticky (see .js) */
@media screen and (min-width: 800px) {
  nav#menu2.sticky {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 30px 10px 0 rgba(0, 0, 0, 0.3);
    background-size: 50%;
    z-index: 999;
  }
}

/*  menu sticky (see .js) END */


#menu2 h3 {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
}
/* ------------------------------------ menu2 END */

.headbox {
  width: 33.3%;
  position: absolute;
  z-index: 99;
  background: #F0F0F0;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  bottom: 0px;
  right: 33.3%;
  padding: 10px;
  line-height: 1.5em;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -moz-box-shadow: 2px -4px 5px #333;
  -webkit-box-shadow: 2px -4px 5px #333;
  box-shadow: 2px -4px 5px #333;
}

.headbox .modulo {
  border: none;
}

.headbox ul {
  list-style-position: outside;
  list-style-type: circle;
  list-style: none;
}

.headbox ul h3 {
  margin: 0;
  font-weight: normal;
  text-align: left;
}

.headbox a {
  color: #666;
}

#wrap {
  float: left;
  background: #F3F3F3;
  position: relative;
  width: 100%;
}

#main {
  padding: 0;
  width: 60%;
  float: right;
  background: #fff;
  position: relative;
  z-index: 0;
}

#main {
  width: 100%;
  padding: 40px 10vw;
}

@media (min-width: 768px) {
  #main {
    width: 75%;
  }
}

#main.page {
  width: 100%;
}

aside {
  width: 100%;
  float: left;
  clear: left;
  color: #333;
  box-sizing: border-box;
  padding-top: 5px;
}

@media (min-width: 768px) {
  aside {
    width: 25%;
  }
}

.modulo.adv {
  padding: 0 5px;
}

.modulo.adv img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------- breadcrumbs */
#breadcrumbs {
  list-style: none;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 99;
}

#breadcrumbs {
  list-style: none;
  ;
}

#breadcrumbs li {
  float: left;
}

#breadcrumbs li a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 35px;
  background: brown;
  background: rgba(233, 79, 53, 1);
  position: relative;
  display: block;
  float: left;
}

#breadcrumbs li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid rgba(233, 79, 53, 1);
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

#breadcrumbs li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

#breadcrumbs li:first-child a {
  padding-left: 10px;
}

#breadcrumbs li:nth-child(2) a {
  background: rgba(233, 79, 53, 1);
}

#breadcrumbs li:nth-child(2) a:after {
  border-left-color: rgba(233, 79, 53, 1);
}

#breadcrumbs li:nth-child(3) a {
  background: rgba(233, 79, 53, 1);
}

#breadcrumbs li:nth-child(3) a:after {
  border-left-color: rgba(233, 79, 53, 1);
}

#breadcrumbs li:nth-child(4) a {
  background: rgba(233, 79, 53, 1);
}

#breadcrumbs li:nth-child(4) a:after {
  border-left-color: rgba(233, 79, 53, 1);
}

#breadcrumbs li:nth-child(5) a {
  background: rgba(233, 79, 53, 1);
}

#breadcrumbs li:nth-child(5) a:after {
  border-left-color: rgba(233, 79, 53, 1);
}

#breadcrumbs li:last-child a:after {
  border: none;
}

#breadcrumbs li:last-child a {
  background: transparent !important;
  color: #333;
}

#breadcrumbs li a:hover {
  background: rgba(233, 79, 53, 0.7);
}

#breadcrumbs li a:hover:after {
  border-left-color: rgba(233, 79, 53, 0.7) !important;
}

#breadcrumbs .item-current {
  display: none;
}

/* --------------------------------------------------- breadcrumbs END */
/* --------------------------------------------------- featured boxes */
#head {
  position: relative;
  margin: 0;
  background-color: #F5E4E5;
  background-size: cover;
  background-position: center;
  width: 100%;
  height:10vh;
  overflow: hidden;
}

#grid {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  box-sizing: border-box;
}

#grid {
  grid-template-columns: auto;
}

.featbox {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 100%;
}

@media (min-width: 576px) {
  .featbox {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .featbox {
    font-size: 0.8em;
  }
}

@media (min-width: 992px) {
  .featbox {
    font-size: 0.8em;
  }
}

@media (min-width: 1200px) {
  .featbox {}
}

@media (min-width: 1600px) {
  .featbox {
    font-size: 1em;
  }
}

.featbox.inews {
  grid-column: 1;
  grid-row: 3/5;
}

@media (min-width: 768px) {
  .featbox:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
    font-size: 1.3em;
  }
}

.featbox.adv.n1 {
  grid-column: 1;
  grid-row: 8;
}

.featbox.adv.n2 {
  grid-column: 1;
  grid-row: 12;
}

@media (min-width: 768px) {
  #grid {
    grid-template-columns: auto auto auto;
  }

  .featbox.inews {
    grid-column: 1;
    grid-row: 3/5;
  }

  .featbox.adv.n1 {
    grid-column: 1;
    grid-row: 6;
  }

  .featbox.adv.n2 {
    grid-column: 2;
    grid-row: 8;
  }
}

@media (min-width: 992px) {
  #grid {
    grid-template-columns: auto auto auto auto;
  }

  .featbox.inews {
    grid-column: 3;
    grid-row: 1/3;
  }

  .featbox.adv.n1 {
    grid-column: 1;
    grid-row: 2;
  }

  .featbox.adv.n2 {
    grid-column: 3;
    grid-row: 3;
  }
}

@media (min-width: 1200px) {
  #grid {
    grid-template-columns: auto auto auto auto auto;
  }

  .featbox.inews {
    grid-column: 4;
    grid-row: 1/3;
  }

  .featbox.adv.n1 {
    grid-column: 1;
    grid-row: 2;
  }

  .featbox.adv.n2 {
    grid-column: 3;
    grid-row: 3;
  }
}

.featbox.inews {
  background: #666;
  color: #ccc;
}

.featbox .featcattit {
  color: #fff;
  position: absolute;
  padding: 0;
  top: 10%;
  left: 10px;
  font-weight: normal;
  letter-spacing: -0.2pt;
  font-style: italic;
  margin-top: 0;
}

.featbox .grad {
  position: absolute;
  height: 10%;
  width: 100%;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  z-index: 9;
}

.featbox.adv {
  /*padding:0 !important; */
}

.featbox.adv>div {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.featbox.adv .brick.n1 {
  top: 0;
  left: 0;
}

.featbox.adv .brick.n2 {
  top: 0;
  left: 0;
}

.featbox.adv .brick.n3 {
  top: 50%;
  left: 0;
}

.featbox .bkg, #head .bkg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
}

#head .bkg {
  z-index: 99;
}

.featbox .bkg span.overlay, #head .bkg span.overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /*background-image:url('images/points02.png');*/
  background-size: cover;
  background-repeat: repeat-x;
  background-color: rgba(191, 30, 45, 0);
}

.featbox.gif .bkg span.overlay {
  background: none;
}

.featbox .pad .mask {
  width: 100%;
  height: 100%;
  background: #fff;
}

.featbox a {
  color: #000;
}

.featbox a:hover, .featbox .active a {
  text-decoration: none;
}

.featbox div.content {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  text-align: left;
}
.featbox div p {
  line-height: 2em;
}

.featbox div.content img {
  width: 50%;
  height: auto;
}

.featbox .titcat {
  color: #fff;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  filter: inherit !important;
  max-height: 100%;
  overflow: hidden;
}

.featbox .frame .grad {
  display: block;
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.featbox .titcat h2 {
  margin: 0 10px;
  border-bottom: solid #e94f35 2px;
  text-align: center;
  line-height: 1em;
  letter-spacing: -0.5pt;
}

.featbox .titcat p {
  margin: 0;
}

.featbox .titcat .cat {
  background: #e94f35;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  -webkit-transition: color 3s ease;
  -o-transition: color 3s ease;
  -moz-transition: color 3s ease;
  -ms-transition: color 3s ease;
  -kthtml-transition: color 3s ease;
  transition: color 3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featbox.frontcover .titcat .cat {
  -webkit-transition: color 3s ease;
  -o-transition: color 3s ease;
  -moz-transition: color 3s ease;
  -ms-transition: color 3s ease;
  -kthtml-transition: color 3s ease;
  transition: color 3s ease;
}

.featbox.frontcover:hover .titcat .cat {
  background: #e94f35;
}

.featbox .titcat .cat h3 {
  text-transform: uppercase;
  font-weight: normal;
}

.featbox .titcat .cat h3 a {
  color: #fff !important;
}

.titolo, .occhiello, .sommario, .pagetitle {
  text-align: center;
}

.featbox .titcat h4 {
  font-weight: normal;
}

.featbox .titcat h4.data {
  color: #fff;
}

.featbox h2 a, .featbox h3 a, .featbox h4 a {
  color: #fff;
}

img.caticon {
  width: 60px;
  height: auto;
  vertical-align: middle;
  margin-top: -10px;
}

.featbox img.caticon {
  width: 50px;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.featbox .mask {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -kthtml-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  z-index: 1;
}

.featbox .frame {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* border:solid #e94f35 5px; */
}

.featbox .icons {
  width: 100%;
  height: auto;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #e94f35;
  text-transform: uppercase;
}

.featbox .icons .fa {
  font-size: 3em;
  color: #e94f35;
  line-height: 0;
}

/* se la frontbox ha priorit� foto */
.featbox.frontcover .mask {
  opacity: 0;
}

.featbox.frontcover .mask.active {
  opacity: 1;
}

.featbox.frontcover .content {
  opacity: 0;
}

.featbox.frontcover .content.active {
  opacity: 1;
}

.featbox.frontcover a {
  color: #fff;
}

.featbox.frontcover .red, .featbox.frontcover .red a {
  color: #e94f35;
  text-shadow: none;
  filter: none;
}

.featbox.frontcover .active h2 {
  border-color: #e94f35;
  text-shadow: none;
}

.featbox.frontcover h2, .featbox.fronttext .active h2 {
  border-color: #fff;
}

.featbox .titcat.active a {
  color: #fff;
  text-shadow: none;
}

/* se la frontbox ha priorit� testo */
.featbox.fronttext .mask {
  opacity: 1;
}

.featbox.fronttext .mask.active {
  opacity: 0;
}

.featbox.fronttext .content {
  opacity: 1;
}

.featbox.fronttext .content.active {
  opacity: 0;
}

.featbox.fronttext h2 a {
  color: #000;
}

.featbox.fronttext .titcat.active h2 a {
  color: #fff;
}

.featbox.frontcover .titcat.active a {
  color: #000;
}

/* se la frontbox non ha immagini */
.featbox.fronttext.fixed .mask {
  opacity: 1;
}

.featbox.fronttext.fixed .mask.active {
  opacity: 1;
}

.featbox.fronttext.fixed .content {
  opacity: 1;
}

.featbox.fronttext.fixed .content.active {
  opacity: 1;
}

.featbox.fronttext.fixed .titcat.active h2 a, .featbox.fronttext.fixed .titcat.active h4 {
  color: #e94f35;
}

.featbox .cat a {
  color: #fff !important;
}

.featbox.inews .titcat {
  overflow: auto !important;
}

.inews a {
  width: auto !important;
  color: #fff !important;
  line-height: 1.2em !important;
  margin-bottom: 5px;
}

.featbox .tendina {
	padding:10px;
}


.frontcover .titcat .tendina {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b71c2b+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  display: block;
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -kthtml-transition: all 3s ease;
  transition: all 3s ease;
}

.frontcover.active .titcat .tendina {
  background: rgba(0, 0, 0, 0);
}

.fronttext.active .titcat .tendina {
  /* Permalink - use to edit and share this gradient: http://allzilla.com/gradient-editor/#b71c2b+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startallstr='#a6b71c2b', endallstr='#00000000', GradientType=0);
  /* IE6-9 */
  display: block;
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -kthtml-transition: all 3s ease;
  transition: all 3s ease;
}

.fronttext .titcat .tendina {
  background: rgba(0, 0, 0, 0);
}

/* --------------------------------------------------- featured boxes END */
/* --------------------------------------------------- post list module */
.listcatposts {
  cursor: inherit;
}

.listcatposts .item {
  border-bottom: 3px solid #333;
  margin-bottom: 5px;
}

.listcatposts .pad {
  padding: 20px;
}

.listcatposts h2 {
  border-bottom: 5px solid #fff;
  line-height: 1em;
  color: #fff
}

.listcatposts h2:hover {
  color: #fff !important;
}

.listcatposts h3 {
  line-height: 1em;
  letter-spacing: -0.6pt;
  color: #fff;
}

.listcatposts h4 {
  color: #fff;
}

.listcatposts .data {}

.listcatposts .text {
  padding-bottom: 5px;
}

.listcatposts .thumb {
  padding-right: 5px;
}

.listcatposts .thumb img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------- post list module END */
/* --------------------------------------------------- modulo */
.modulo ul {
  list-style-type: none;
  padding: 0px;
  margin: 5px 0;
  background: none;
  border: none;
  list-style-position: outside;
}

.modulo ul li {
  padding: 0 5px;
  margin-bottom: 5px;
}

.modulo ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2em;
}

.modulo ul li a:hover {
  background-color: rgba(256, 256, 256, 0.2);
}

/* --------------------------------------------------- modulo END */
.post-info, .page-info {
  margin: 0;
  padding: 0;
  color: #e94f35;
  padding: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.post {
  padding: 0;
  box-sizing: border-box;
  margin: 0 0 2% 0;
  overflow: hidden;
}

.post h2.title {
  line-height: 1em;
}

.post p {
  line-height: 1.5em;
  margin: 0.5em 0;
}

.post-image img {
  width: 100%;
  height: auto;
}

#content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active {
  text-decoration: none;
  color: #7F83C3;
}

.post-date {
  float: left;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #fff;
  font-size: 1em;
  text-align: center;
  margin: 0 10px 0 -10px;
  padding: 15px 5px;
  background: #e94f35;
  line-height: 4em;
  -webkit-box-shadow: 3px 3px 0 0 #666;
  -moz-box-shadow: 3px 3px 0 0 #666;
  box-shadow: 3px 3px 0 0 #666;
  font-family: 'Cantata One', serif;
}

/* ----------------------------------------- foot  */
#foot {
  width: 100%;
  float: left;
  margin-top: 5px;
  background: #666;
  margin-bottom: 4px;
  min-height: 300px;
  color: #ccc;
}

#foot>.pad {
  padding: 0;
}

.foot-mod {
  width: 33.333%;
  min-height: 100px;
  float: left;
  text-align: center;
  box-sizing: border-box;
}

.foot-mod.num1 {}

.foot-mod.num2 {
  border-left: dotted #fff 1px;
  border-right: dotted #fff 1px;
}

.foot-mod.num3 {
  float: right;
}

.foot-mod .pad {
  padding: 5px;
  margin: 0 3px;
}

#foot a {
  color: #fff;
}

/* ----------------------------------------- foot END */
#footer {
  padding: 7px 0;
  clear: both;
  font-size: 0.8em;
  color: #ccc;
  text-align: center;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  background: #e94f35;
  text-transform: uppercase;
	display:flex;
	flex-wrap:nowrap;
}
#footer > div {
  flex: 1 1 auto;
}

#footer a {
  border: none;
  color: #fff;
  text-decoration: underline;
}

/* ----------------------------------- comments  */
.comments h3 {
  text-transform: uppercase;
  color: #999999;
}

.comments .info {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
  text-transform: uppercase;
}

.comments, #respond, .respond, .yarpp-related p {
  color: #999999;
}

.comments input, .comments textarea {
  box-sizing: border-box;
  margin: 0 !important;
  width: 100%;
}

.comments .button {
  width: 30%;
}

.comments .commentlist {
  font-size: 1em;
}

.comments .commentlist li {
  margin: 5px 0;
  padding: 10px 10px 20px 10px;
  border: #e94f35 1px solid;
  position: relative;
}

.comments .commentlist .alt {}

/* ----------------------------------- comments  END */
/* ---------------------------------------------------- UI */
/* awesome fonts icons */
.fa.ico {
  font-size: 10em;
  color: rgba(191, 30, 45, 0.8);
  text-shadow: 0 0 10px #fff;
  cursor: pointer;
  display: block;
}

/* inviting arrow icona di avviso scorrimento in basso */
@keyframes bot-sign {
  25% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(0.9);
  }
}

#bot-sign {
  position: fixed !important;
  z-index: 99;
  bottom: 20%;
  display: none;
  width: auto;
  text-align: center;
  height: auto;
  transform: translateZ(0px);
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: bot-sign;
  animation-timing-function: linear;
  position: absolute;
  left: 50%;
}

/* inviting arrow END */
/* scroll top button */
#back-to-top {
  position: fixed;
  display: none;
  bottom: 50px;
  right: 50px;
  color: rgba(256, 256, 256, 0.5);
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
  z-index: 10;
}

#back-to-top:hover, #bot-sign:hover {
  transform: scale(1.1);
  color: rgba(256, 256, 256, 0.8);
}

/* scroll top button END */
/* menu icon mobile */
#menu-icon {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(125, 125, 125, .5);
  display: none;
  cursor: pointer;
  z-index: 9999;
  font-size: 6em;
  color: #fff;
  color: rgba(255, 255, 255, .5);
  padding: 5px;
}

#menu-icon:hover {
  color: rgba(255, 255, 255, .8);
}

/*  menu icon mobile END */
/* ---------------------------------------------------- UI END */
/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

/* End Images */
/* Captions */
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* ------------------------------------------ sidebar module */
.modulo {
  width: 100%;
  float: left;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
}

.modulo.black {
  color: #fff !important;
  background: #707070;
}

.modulo.black h3, .modulo.black a {
  color: #fff;
}

.modulo img {
  text-align: center;
}

.modulo h3.title {
  font-weight: bold;
  text-align: center;
  background: #e94f35 repeat-y scroll right center;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding: 5px;
  margin: 0 -5px;
  display: block;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.box {
  background: #F1F1F1 none repeat scroll 0 0;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
}

/*  ------------------------------------------ WordPress Gcolorery */
#gcolorery-1 {
  clear: both;
}

#gcolorery-1 dl {
  margin: 0;
  padding: 0;
}

#gcolorery-1 img {
  border: 0 !important;
}

.gcolorery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gcolorery:after {
  display: table;
  content: "";
  clear: both;
}

.gcolorery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gcolorery-item img {
  width: 100%;
  height: auto;
}

.gcolorery-columns-1 .gcolorery-item {
  width: 100%;
  float: none;
}

.gcolorery-columns-2 .gcolorery-item {
  width: 50%;
}

.gcolorery-columns-3 .gcolorery-item {
  width: 33.3333%;
}

.gcolorery-columns-4 .gcolorery-item {
  width: 25%;
}

.gcolorery-columns-5 .gcolorery-item {
  width: 20%;
}

.gcolorery-columns-6 .gcolorery-item {
  width: 16.6667%;
}

.gcolorery-columns-7 .gcolorery-item {
  width: 14.2857%;
}

.gcolorery-columns-8 .gcolorery-item {
  width: 12.5%;
}

.gcolorery-columns-9 .gcolorery-item {
  width: 11.1111%;
}

/*  ------------------------------------------ WordPress Gcolorery END */
/*  ------------------------------------------ Author Bio */
#author-bio {
	font-size: 0.8em;

}

#author-avatar {
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

#author-details {
  overflow: hidden;
}

#author-details h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}

/*  ------------------------------------------ Author Bio END */
/*  ------------------------------------------ Carousel adv */
#adv-carousel {
  float: left;
  clear: both;
  background: #333;
  width: 100%;
  position: relative;
  border-top: solid 5px #fff;
}

#adv-carousel .carousel .slide {}

#adv-carousel .carousel .slide .content {
  height: 100%;
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  cursor: pointer;
}

.bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
}

/*  ------------------------------------------ Carousel adv END */
/*  ------------------------------------------ head closable */
#headban {
  clear: both;
  background: #333;
  width: 100%;
  position: relative;
  border-top: solid 5px #fff;
  border-bottom: solid 5px #fff;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

#headban div {
  display: inline-block;
  vertical-align: middle;
}

#headban .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 3em;
  color: #fff !important;
}

#headban h3.title {
  display: none;
}

#headban h3 {
  color: #fff;
}

#headban .muField, #headban .muSubmit {
  width: auto;
  float: left;
}

#headban .muSubmit input:before {
  content: "<p></p>";
}

#headban label, #headban input {
  display: inline !important;
}

#headban .fa-envelope-o {
  font-size: 8em;
}

/*  ------------------------------------------ head closable END */
