@charset "UTF-8";
/*! 
 Theme Name:   Maturità 100 e lode
 Version:      1.0
 Description:  
 Author:       Liliana Di Marco
 Author URI:   https://www.liliana.cloud
 License:      GNU General Public License version 3
 License URI:  http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
 Tags:         education
 Text Domain:  maturita100elode

 Tested up to: 6.6
 Requires PHP: 7.1
 Requires at least: 5.8

*/

@font-face {
    font-family: 'Sanchez';
    src: url('../fonts/SanchezCondensedLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html {
  background-color: #F7F5EE;
}

body {
  background-color: #F7F5EE !important;
  font-weight: 400;
  color: #000;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.8px;
  
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

body a {
  text-decoration: none;
  color: #000;
}

body a:hover {
  color: #F68428;
}

.row {
  margin-right: 0px !important;
}

.zeropadding {
  padding: 0px !important;
}

.red-text {
 color: red;
}

.black-text {
  color: #000 !important;
}

.all-posts {
  margin-bottom: 70px;
}

.hidden {
  display: none;
}

.center-align {
  text-align: center;
}

.grey_hr {
 color: #666;
}

.r_float {
  float: right;
}

#col-menu {
  position: relative;
  left: -30px;
  width: 330px;
}

#col-center {
  width: 1200px;
}

/* Header */

.header-left {
	float: left;
	position: relative;
	width: 19% !important;
	text-align: left;
	list-style: none;
	margin: 51px 0 0 !important;
	padding: 0 !important;
}

.header-center {
	float: left;
  width: 50% !important;
}

.header-right {
	float: right;
	position: relative;
	width: 320px !important;
	text-align: left;
	margin-top: 46px !important;
}

/* Top Menù */

#head-menu {
  min-height: 42px;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Roboto' !important;
}

header .navbar ul {
	list-style: none;
	margin-bottom: 0px;
}

header .navbar ul li {
	padding: 10px 40px;
}

.head_menu .sub-menu {
  --bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: var(--bs-box-shadow);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
  background-color: #E6E6E6;
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
}

.head_menu .sub-menu li {
  padding: 7px 30px;
}

.sub-menu-visible {
  display: block !important;
}

.search-page-title {
  font-size: 30px;
  margin-left: 30px;
  text-decoration: underline;
}

.page-title > a{
  color: #F7F5EE !important;
  font-size: 30px;
}

.page-title > a:hover{
  color: #F68428 !important;
}

.border1 {
  border-left: 1px solid gray;
}

/* Logo */

.logo { 
  width: 80px; 
}

#upperlogo { 
  margin-top: 6%;
}

#upperbar {
 height: 120px;
}

.navbar-brand {
  padding-top: 5px;
}

.navbar { 
  margin-bottom: 0px;
  background: #F7F5EE;
  border-color: #F7F5EE;
  padding: 0px !important;
}

#navbarNavDropdown > div:first-child {
   margin:0 auto;
}

.navbar a {
  text-decoration: none;
  color: #000;
}

.navbar a:hover {
  color: #F68428;
}

.user-lens-pos {
  position: relative;
  top: 45px;
}

#searchform {
  margin-top: -10px;
}

/* Thumbnails */
.list_table {
  width: 100%;
}

.small_post_thumbnail {
  width: 180px;
  padding: 5px 0px;
}

.thumb_div {

}

.big_post_thumbnail {
  float: left;
  margin: 10px 25px 0px 10px;
  height: auto;
}

.post_thumbnail {

}

.near_thumb {

}

.no_thumbs {
  padding: 20px 0px;
}

.full_content {
  content: "";
  display: block;
  clear: both;  
}

.page_full_content {
  
}

.flag_position {
	position: relative;
	top: -17px;
}

/* Varie homepage */

.home-up-boxes {
  height: 315px;
}

.home-up-boxes-text-1 {
  position: relative;
  top: 35%;
  left: 5%;
  text-align: center;
  width: 18%;
}

.home-up-boxes-text-2 {
  position: relative;
  top: 28%;
  left: 5%;
  text-align: center;
  width: 45%;
}

.home-up-boxes-text-3 {
  position: relative;
  top: 31%;
  left: 17%;
  text-align: center;
  width: 18%;
}

.grey-text {
  color: #314555;
}

/* Categorie vuote */
.void-container {
  text-align: center;
  margin-top: 100px;
}

.void-img {
  width: 320px;
  margin-bottom: 45px;
}

.void-text {
  font-family: 'satisfy', serif;
  color: #334757;
  font-size: 38px;
}

/* Carousel */
#home_carousel {
  margin: 0 auto;
  margin-top: 15px;
  display: block;
}

#home_carousel_mobile {
  display: none;
}

#home_subscription_mobile {
  display: none;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
  top: 20%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left !important;
}

.carousel_up {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight:bold;
  font-size:23px;
  color: #F68428;
}

.carousel_text {
  font-family: 'Lora', serif;
  font-style: italic !important;
  font-size:30px;
  color: #fff;
  line-height:1.8;
}

.carousel_text_bold {
  font-family: 'Lora', serif;
  font-style: italic !important;
  font-weight:700;
  font-size:35px;
  color: #fff;
}

.carousel_button {
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #F68428;
  font-size:15px;
  font-family: 'Roboto', sans-serif !important;
  text-transform: uppercase;
  font-style: normal;
}

.carousel_button:hover {
  background-color: #333;
}

/* Box in evidenza */
#home_evidenza {
  width: 1495px;
  margin: auto;
  margin-top: 15px;
}

#title_evidenza {
  font-family: 'satisfy', serif;
  text-align: center;
  color: #334757;
  margin-bottom:5px;
}

#title_evidenza h3{
  font-size: 38px;
  padding: 10px;
}

.spancolor {
  color: #ee7d13;
}

.in_evidenza_sheet {
  float: left;
  padding-right: 0px !important;
}

.evidenza_text {
  position: absolute;
  z-index: 10000;
  font-family: 'Lora', serif;
  font-weight: normal;
  top: 1040px;
  font-size: 22px;
  width: 13%;
  text-align: center;
}

.search-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 20px;
}
.search-box {
    display: none;
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

/* Zoom in evidenza */
.zoom-container {
  position: relative;
  overflow: hidden;
}

.zoom-container-first {

}

.zoom-container-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 1;
}

.zoom-container:hover .zoom-container-background {
  transform: scale(1.1);
}

.zoom-container-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: left;
  font-weight: 500;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 27px;
  color: #000;
}

.zoom-container-content  > a {
  color: #000;
  letter-spacing: 0;
}

.small_text_evidenza {
  margin-top: 30px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif !important;
  text-transform: uppercase;
  font-style: normal;
}

.small_text_evidenza_2 {
  margin-top: 70px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif !important;
  text-transform: uppercase;
  font-style: normal;
  color: #000 !important;
}

/* Box subscription */
#home_subscription {

}

.subscription {
  background-image: url("assets/img/subscription.png");
  background-position: right;
  height: 500px;
  padding-top: 95px;
  padding-left: 85px;
}

.subscription .carousel_up {
  color: #D35400;
}


/* Box altri autori */
 
#home_autors_banner {
  display: block;
}

#home_autors_banner_mobile {
  display: none;
}

.autors_banner {
  background-image: url("assets/img/authors.png");
  background-position: center;
  background-repeat: round;
  height: 500px;
  padding-top: 85px;
  padding-left: 65px;
}

.autors_banner .carousel_up {
  color: #D35400;
}

/* Box libri */

#home_libri_banner {
  display: block;
}

#home_libri_banner_mobile {
  display: none;
}

.libri_banner {
  background-image: url("assets/img/libri.png");
  background-position: center;
  background-repeat: round;
  height: 500px;
  padding-top: 95px;
  padding-left: 90px;
}

.libri_banner .carousel_up {
  color: #D35400;
}

/* Box percorsi*/
#box_percorsi {
  padding-left: 10%;
}

.container_altri_percorsi {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 1517px;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
  margin-top:20px;
  margin-bottom:30px;
}

#title_percorsi {
  font-family: 'satisfy', sans-serif !important;
  font-style: bold !important;
  text-align: center;
  color: #334757;
  margin-top: 20px;
  margin-bottom: 6px;
}

#title_percorsi h3{
  font-size: 38px;
  padding: 10px;
}

.content-top-breadcum #title-content .page-title, .content-top-breadcum #title-content h1, .content-top-breadcum #title-content h2 {
	color: #000;
	font-size: 35px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	text-align: center;
	margin: 0 0 5px 0;
}

.altri_percorsi_div {
  text-align: center;
  border-right: 1px solid #ccc;
}

.altri_percorsi_img {
  width: 75%;
}

.last_al_item {
  border: 0;
}

.fade-in-hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.col-default {
  padding: 0px !important;
  width: 19.8% !important;
}

.tmp-position {
  position: relative;
  left: -30px;
  width: 106%;
}

/* Titoli autori */

#title_autori {
  font-family: 'satisfy', sans-serif !important;
  font-style: bold !important;
  text-align: center;
  color: #334757;
  margin-top: 20px;
  margin-bottom: 6px;
}

#title_autori h3{
  font-size: 38px;
  padding: 10px;
}

/* Titoli i classici in sintesi */

#title_classici {
  font-family: 'satisfy', sans-serif !important;
  font-style: bold !important;
  text-align: center;
  color: #334757;
  margin-top: 20px;
  margin-bottom: 6px;
}

#title_classici h3{
  font-size: 38px;
  padding: 10px;
}

/* Hover state */
.fade-in-hover:hover {
  opacity: 0.7;
}


/* ZoomIn Hover Effect*/
.hover-zoomin a {
  display: block;
  position: relative;
  overflow: hidden;
}
.hover-zoomin img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-zoomin:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/********************/

.content-top-breadcum {
  width: 100%;
  float: left;
  text-align: center;
  padding: 40px 0;
  background-color: #d7d7d7;
  margin-top: 15px;
}

.image-article {
  width: 300px;
}

.container-article {
  width: 300px;
}

#home-container {
  margin-top: 50px;
  width: 70%;
}

.image-article {
  width:90%;
  margin-left:5%;
  border-radius: 5px;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
  margin-top: 10px;
  margin-bottom: 10px;
}
              
.container-article { 
  border: 1px solid #ECECEC;
  border-radius: 10px;
  padding-bottom: 20px;
  background-color: #ffffff;
  padding:10px;
  min-height: 340px;
  margin-bottom: 15px;
}
                  
a, a:link, a:visited, a:focus { 
  color:#334757;
  text-decoration: none;
}

.container-article:hover img {
  opacity: 0.50;
}

.home_category a {
  color: #D76C82;
  margin-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.home_category a:hover{
  color: #B03052;
  text-decoration: underline;
}


#footer {
  height: 165px;
  background-color: #10100f;
  color: #fff;
}

#footer-left {

}

#footer-center {

}

#footer-right {

}

#foot-h2 {
  color: #fff;
  font-size: 30px;
  font-family: 'Lora', serif;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  margin-top: 50px;
}

.foot-h2::before {
  background: url("assets/img/e-mail.png") no-repeat scroll center center;
  position: absolute;
  content: "";
  height: 35px;
  width: 100%;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
}

#email-label {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  margin: 20px 0;
}

#email {
  width: 70%;
  float:right;
  margin: 0 auto;
}

#send-email {
  background-color: orange;
  float:left;
  margin-left: -20px;
}

#footer-list li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
  margin-top: 55px;
}

#footer-list li > a{
  color: #fff;
}

#footer-list li > a:hover{
  color: orange;
}

/****************************/

.page-container {
	padding-top: 60px;
}

.page-container h1 {
	margin-bottom: 30px;
  font-weight: bold;
}

.parent-menu { 
  color:#334757;
  text-decoration: none;
}

.parent-menu:hover { 
  color: #F68428;
}


/* Sidebar laterale */
.sidebar {
  list-style: none;
}
  
#nav_menu-2 {
 list-style: none;
}

#menu-categorie-1 {
 list-style: none;
}

.col-border {
  border-right: 1px solid #D7D7D7;
}

#nav_menu-2 > h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  background: none;
  padding: 0 0 5px 0;
  width: 190px;
  text-align: left !important;
}

#nav_menu-2 > h4::after {
  border-bottom: 2px solid #ffa02a;
  left: 0;
  right: auto;
  margin: 0 auto;
  content: "";
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 0;
  top: auto;
}

.widget {
  margin-top: 15px;
}

.widget_block > h4, .widget_search_in_category > h4{
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin: 25px 0px 15px 0px;
  position: relative;
  text-transform: uppercase;
  background: none;
  padding: 0 0 5px 0;
  width: 190px;
  text-align: left !important;
}

.widget_block > h4::after, .widget_search_in_category > h4::after {
  border-bottom: 2px solid #ffa02a;
  left: 0;
  right: auto;
  margin: 0 auto;
  content: "";
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 0;
  top: auto;
}

.wp-block-table td, .wp-block-table th {
  border: 0px !important;
}

.widget_search_in_category > h2 {
  margin-bottom:10px;
}

.space_top {
/*
  margin-top: 40px;
*/
}

#menu-categorie-1 > li {
  margin-left: -30px;
  padding: 5px 0px;
}

.login_sidebar {
  list-style: none;
  padding: 5px 0px;
}

.single-page-cust {
  max-width: 100% !important;
}

/* Content text */

.content-text {
  width: 75%;
  margin: 2%;
  margin-top: 50px;
  font-size: 22px;
  line-height: 2;
  text-align: justify;
  word-spacing: -2px;
}

.content-text-width {
  width: 85%;
  margin: 0 auto;
  line-height:33px;
  letter-spacing:0px;
}

.content-text a{
  color: #3e6f8e;
}

.content-text h1{
 color: #4a5d78;
 text-align: left;
 font-size: 35px;
}

.content-text h4 {
  color: #333c44 !important;
  padding: 0.5em 1em !important;
  background: linear-gradient(135deg,rgb(223,235,242) 0%,rgb(102,155,188) 100%);
  display: grid;
}

#content-text-title {

}

#content-text-content {

}

#content-text-content table {
  width: 100%;
}

/* Content text end */

/* Content text pages */

.content-text-pages {
  width: 75%;
  margin: 2%;
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  word-spacing: -2px;
}

.content-text-pages-width {
/*
  width: 85%;
*/
  width: 100%;
  margin: 0 auto;
  line-height:33px;
  letter-spacing:0px;
}

.content-text-pages a{
  color: #3e6f8e;
}

.content-text-pages h1{
 color: #4a5d78;
 text-align: left;
 font-size: 35px;
}

.content-text-pages h4 {
  color: #333c44 !important;
  padding: 0.5em 1em !important;
  background: linear-gradient(135deg,rgb(223,235,242) 0%,rgb(102,155,188) 100%);
}

.content-text-pages-title {
  color: #4a5d78;
  text-align: left;
  font-size: 40px;
  margin-left: 135px;
  margin-top: 50px;
  font-weight: bold;
}

#content-text-pages-content {

}

#content-text-pages-content table {
  width: 100%;
}

/* Content text pages end*/

.login-username > label, .login-password > label, comment-form-comment > label, comment-form-author > label, comment-form-email > label {
  display: block;
}

/* Comments css */
.comment-labels {
  font-size: 15px;
  font-weight: bold;
  display: block;
}

#comment {

}

/* Category css */
.category-posts {
  width: 95%;
}

.list_li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.cat_up_link {
  font-family: "Lora", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  color: #F68428;
}

.cat_up_link a{
  color: #F68428;
}

.cat_links {
  font-size: 22px;
}

.text_excerpt {
  font-style: italic;
  padding-top: 10px;
}

.cat_images {
  width:70%;
  margin-left: 13%;
}

/* Theme my login styles */
.tml-login, .tml-lostpassword {
  width: 30%;
  margin: 0 auto;
  background-color: #fff;
  padding: 35px;
  margin-bottom: 100px;
  border-radius: 0.375rem;
}

.registration-form {
  width: 20.2%;
  margin: 0 auto;
  background-color: #fff;
  padding: 35px;
  margin-bottom: 100px;
  margin-top: 60px;
  border-radius: 0.375rem;
}

.tml-button, .registration-form input[type="submit"] {
	padding: 10px;
	border: none;
	color: #fff;
	background-color: #F68428;
	font-size: 15px;
	text-transform: uppercase;
	font-style: normal;
}

.registration-form label {
  display: block;
  margin: .5em 0;
}

.registration-form input[type="text"], input[type="email"], input[type="password"] {
  width: 100%;
}

.registration-form h2 {
  margin-bottom: 30px;
}


/* Paginazione */
.navigation {

  margin-bottom: 15px;
  
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #0d6efd;
	--bs-pagination-active-border-color: #0d6efd;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	padding-left: 0;
	list-style: none;
}

.pagination {
  float: right;
  margin-top: 15px;
}

.page-link {
	position: relative;
	display: block;
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	font-size: var(--bs-pagination-font-size);
	text-decoration: none;
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-numbers:first-child {
	border-top-left-radius: var(--bs-pagination-border-radius);
	border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.navigation .page-numbers {
  float:left;
	position: relative;
	display: block;
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	font-size: var(--bs-pagination-font-size);
	text-decoration: none;
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-numbers:not(:first-child) .page-link {
	margin-left: calc(var(--bs-border-width) * -1);
}

.nav-links .current, .navigation .current {
  color: #F68428 !important;
  text-decoration: underline;
}


/* Search and login buttons in header */
.header-search .header-toggle {
	background: url("assets/img/lens.png") no-repeat center 7px;
	height: 30px;
	width: 30px;
	cursor: pointer;
  float: right;
}

#search {
  position: relative;
  top: -41px;
  left: 120px;
  width: 180px;
}

.header-search .header-toggle:hover {
	background: url("assets/img/lens.png") no-repeat center -104px;
}

.search-lens {
  margin-right: 10px;
}

#custom-search-form {
  width: 180px;
  margin-top: 7px;
}

.header-search-lens {
  float: left;
  border-right: 1px solid #999;
  margin-left: 200px;
}

.login_bt {
  background: url("assets/img/user.png") no-repeat center 7px;
  border: none;
  height: 30px;
	width: 30px;
  top: -3px;
  position: relative;
  left: 3px;
}

.login_bt:hover {
	background: url("assets/img/user.png") no-repeat center -104px;
}

.arrow_down_bt {
  width: 40px !important;
  border: none;
  background-color: transparent;
  top: -2px;
  position: relative;
  left: 3px;
}

.header-login {
  float: left;
}

.arrow-down {
  float: right;
  margin-right: -30px;
}

/* Footer newsletter */
#newsletter_container {
  padding-left: 10%;
  padding-top: 4%;
  width:60%;
  float: left;
}

.newsletter_h1 {
  color: #fff;
  font-family: "Lora", sans-serif;
  font-size: 27px;
  font-style: italic;
}

/************** Pagina bianca in articolo *****************/
.blank-page {
  background-color:#fff;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 65px;
  padding-bottom: 50px;
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 5px;
}


/***************** Tag Widget Css *************************/

.custom-tag-widget {
    margin-top: 20px;
    padding: 15px;
}
.custom-tag-widget ul {
    list-style: none;
    padding: 0;
}
.custom-tag-widget ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}
.custom-tag-widget ul li a {
    text-decoration: none;
    background-color: #6e9fbe;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}
.custom-tag-widget ul li a:hover {
    background: #F68428;
}


/************** style per i filtri laterali********************/
.filter-list {
  list-style: none;
  margin-left: -30px;
}

.filter-list > li {
  margin: 5px 0px;
} 

.widget_autori_widget > h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  background: none;
  padding: 0 0 5px 0;
  width: 190px;
  text-align: left !important;
  margin-top:25px;
}

.widget_autori_widget > h4::after {
  border-bottom: 2px solid #ffa02a;
  left: 0;
  right: auto;
  margin: 0 auto;
  content: "";
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 0;
  top: auto;
}


.widget_materie_widget > h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  background: none;
  padding: 0 0 5px 0;
  width: 190px;
  text-align: left !important;
  margin-top:25px;
}

.widget_materie_widget > h4::after {
  border-bottom: 2px solid #ffa02a;
  left: 0;
  right: auto;
  margin: 0 auto;
  content: "";
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 0;
  top: auto;
}


.widget_parola_chiave_widget > h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  background: none;
  padding: 0 0 5px 0;
  width: 190px;
  text-align: left !important;
  margin-top:25px;
}

.widget_parola_chiave_widget > h4::after {
  border-bottom: 2px solid #ffa02a;
  left: 0;
  right: auto;
  margin: 0 auto;
  content: "";
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 0;
  top: auto;
}

.widget_percorso_widget > h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  background: none;
  padding: 0 0 5px 0;
  width: 190px;
  text-align: left !important;
  margin-top:25px;
}

.widget_percorso_widget > h4::after {
  border-bottom: 2px solid #ffa02a;
  left: 0;
  right: auto;
  margin: 0 auto;
  content: "";
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 0;
  top: auto;
}


.widget_corrente_widget > h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  background: none;
  padding: 0 0 5px 0;
  width: 190px;
  text-align: left !important;
  margin-top:25px;
}

.widget_corrente_widget > h4::after {
  border-bottom: 2px solid #ffa02a;
  left: 0;
  right: auto;
  margin: 0 auto;
  content: "";
  bottom: 0;
  position: absolute;
  width: 50px;
  height: 0;
  top: auto;
}

.filter-plus {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: -27px;
  padding: 0px !important;
  background-color: #333 !important;
  color: #fff !important;
  line-height: initial !important;
}

.filter-plus:hover {
  background-color: orange !important;
  color: #333 !important;
}

.plus-pos {
  position: relative;
  top: -1px;
}

/*************************************************************************/
/* Style per il plugin della registrazione */
.rmagic {
	width: 380px;
	margin: 50px auto 50px auto;
	height: 400px;
  background-color: #fff;
  padding: 50px;
}

.rmWide {
  margin-left: 3%;
  min-height: 600px;
}


.rmformui {
	width: 800px;
	margin: 50px auto 50px auto;
	height: 500px;
  background-color: #fff;
  padding: 50px;
}


/**************************************************************************/
.home_homeico {
  width: 1404px;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 20px;
}

.homeico {
  border-right: 1px solid #ccc;
  margin-left: 35px;
}

.homeicolast {
  border: none;
  margin-left: 35px;
}

.icolink {
  float: left;
}

.title_homeico a{
  position: relative;
  top: 25px;
  left: 20px;
  font-size:15px;
  font-weight: bold;
  font-family: 'Lora', serif;
  color: #000;
}

.title_homeico a:hover{
  color: orange;
}

/**************************************************************************/
/* Stili per i link delle finestre modal dei filtri */
.cust-modal-links {
  text-decoration: none;
  background-color: #FFC785;
  color: #000 !important;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.cust-modal-links:hover {
  background: #FFE6C9;
  color: #000;
}


/* Stili per prm pro */
.pmpro_login_wrap, .pmpro_lost_password_wrap {
  width: 420px;
  margin: 0 auto !important;
}


/****************************************************************************/
.carousel-caption {
 left: 13% !important;
}


/****************************************************************************/
#indice {
  padding: 1.25em 2.375em;
}

#copyright {
  padding-bottom: 20px;
}

#copyright a {
  color: #fff;
}

#copyright a:hover {
  color: orange;
}







