/*
Theme Name: MokaByte
Author: Antreem
Version: 1.0

Made with a huge bit of help from the _tk Project on Github - https://github.com/Themekraft/_tk/
_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap
*/

/* Includo i caratteri utilizzati */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
/* Pretty printing styles. Used with prettify.js. */

/* SPAN elements with the classes below are added by prettyprint. */
.pln { color: #000 }  /* plain text */


/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str { color: #060 }
  .kwd { color: #006; font-weight: bold }
  .com { color: #600; font-style: italic }
  .typ { color: #404; font-weight: bold }
  .lit { color: #044 }
  .pun, .opn, .clo { color: #440 }
  .tag { color: #006; font-weight: bold }
  .atn { color: #404 }
  .atv { color: #060 }
}

/* Put a border around prettyprinted code snippets. */
pre.prettyprint { padding: 2px; border: 1px solid #888 }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 { background: #eee }

body {
	word-wrap: break-word;
	font-family: "Open Sans", Helvetica, sans-serif;
	background-color: #eee;
	background-image: url('../../uploads/2015/03/pattern_4.png');
}

bold{
	font-weight: 800
}

.container{
	background-color: #fff;
	padding: 0;
  -moz-box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}

i{
	font-weight: 200;
}

.side_single ul{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.ads{
	display: none;
	position: fixed;
	right: 30px;
	bottom: 0px;
	width: 300px;
	z-index: 10000;
}

.clear{
	clear: both;
}

.closeButton{
    display:block;
    position:absolute;
    top:-25px;
    right:-25px;
    width:50px;
    height:50px;
    background:url('http://cdn-sg1.pgimgs.com/images/pg/close-button.png') no-repeat center center;
    cursor: pointer;
}

/* Stili vari */

a, a:hover{
	color: #336666;
	text-decoration: none;
}

.container-fluid, .row{
	margin: 0;
	padding: 0;
}




.flip{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}

.btn-336666 {
  color: #fff;
  background-color: #79be27;
  border-color: #79be27;
}

.btn-336666:hover {
  color: #fff;
  background-color: #336666;
  border-color: #336666;
}

.form-control:focus {
  border-color: #336666;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(121, 190, 39,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(121, 190, 39,0.6);
}

/* Animazioni varie */
/*
.content_tags, .content_tags:hover,
.eye, .eye:hover, .download, .download:hover,
.cont_title, .cont_title:hover,
.thumb_text, .thumb_text:hover,
.thumb_title,
.social-but i, .social-but i:hover,
.moka_bor, .moka_bor:hover,
a, a:hover,
.btn-336666, .btn-336666:hover,
#numb_home, #numb_home:hover,
.numb_home, .numb_home:hover,
.summary_home, .summary_home:hover,
#summary_home, #summary_home:hover,
.row_home, .row_home:hover,
.mokanum, .mokanum:hover,
.authorlink:hover p, .authorlink p,
#wpadminbar, #wpadminbar:hover,
.write_title, .write_title:hover,
.mb_articolo *, .mb_articolo:hover *,
.side_single, .my_single, .num_single,
.side_single:hover, .my_single:hover, .num_single:hover,
.imola *,*/
*{

-webkit-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.bx-wrapper *{
-webkit-transition: all 50ms ease;
   -moz-transition: all 50ms ease;
     -o-transition: all 50ms ease;
        transition: all 50ms ease; /* linear */

    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    transition-timing-function: ease;
}


.mag{
	width: 125px;
	border-top: 8px solid #336666;
	border-bottom: 8px solid #336666;
	background-color: #fff;
	box-shadow: 1px 1px 3px #ccc;
}


.mag-num{
	height: 22px;
	text-align: right;
}

.mag-num span{
	background-color: #336666;
	padding: 5px;
	font-weight: bold;
	color: #fff;
}

.mag-cont {
	background-size: cover;
	background-position: 0 0;
	height: 100px;
}

/* BLOG */

#wow-feed [class*='col-']{
	  padding: 0;
}

#wow-feed  li { list-style: none; }
#wow-feed .rss-image .img_blog {
	width: 100%;
	height: 90px;
   	background-size: cover;
}

.img_blog{
	padding-right: 10px;
	margin-right: 10px;
}

.rss-items{
	padding-left: 10px;
	padding-right: 10px;
}

.rss-items li{
	margin-bottom: 10px;
}

#wow-feed .item {
}
#wow-feed .data {
    display: inline-block;
    vertical-align: top;
}
#wow-feed .data h5 {
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}

#wow-feed .comment-image {
    background: url("./img/comments.png");
    height: 16px;
    width: 16px;
    vertical-align: middle;
    display: inline-block;
}
#wow-feed .date-image {
    background: url("./img/date.png");
    height: 16px;
    width: 16px;
    vertical-align: middle;
    display: inline-block;
}

.module {
  overflow: hidden;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


.lead{
  display: inline-block;
  height: 30px;
  font-size: 14px;
  font-weight: lighter;
  font-style: italic;
  color: #79be27;
  position: absolute;
  padding-left: 10px;
}

.littletext{
	font-size: 12px;
	line-height: 1.5;
}

.littletext a{
	color: #336666;
}

.littletext a:hover{
	color: #79be27
}


/* Stile editoriale ultimo numero */
.leader_area{
	width: 80%;
	font-size: 0;
}

.my_lead{
	border-bottom: 3px solid #4d4d4d;
	background-size: cover;
	background-position: 0 0;
	background-image: url('../../uploads/2015/03/coffe.png');

}

.lead_date, .home_date{
	text-transform: capitalize;
	background-color: #4d4d4d;
	font-size: 22px;
	font-weight: 100;
	color: #79be27;
	text-align: right;
	padding-right: 20px;
	border-right: 8px solid #79be27;
}

#footermenu>li>a{
	color: #79be27;
}

.ventennale_logo {
    text-align: center;
    padding: 20px;
}

.ventennale_logo div {
    text-transform: uppercase;
    color: #336666;
    letter-spacing: 2px;
}

.ventennale_container {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 5px solid #336666;
    background-image: url('http://www.mokabyte.it/wp-content/uploads/2016/10/texture2.png');
    background-position: right;
    background-repeat: repeat-y;
}

.ventennale_abstract {
    color: #336666;
    font-style: italic;
}

.ventennale_abstract b {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}


.lead_head{
	padding-left: 40px;
	font-size: 32px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 2px solid #cccccc;
	color: #4d4d4d;
	background-color: #f9f9f2;
}

.leader_thumb{
	min-height: 330px;
	display: inline-block;
	width: 50%;
	background-size: cover;
	background-position: top;
}

.leader_text{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	padding-top: 20px;
	color: #336666;
	padding-left: 10px;
	background-color: #fff;
	min-height: 330px;
}

.leader_text_nobg{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 14px;
	padding-top: 20px;
	color: #336666;
	padding-left: 10px;
	min-height: 330px;
	color: #000;
}


.leader_act{
	border-left: 4px solid #336666;
	padding-left: 10px;
	margin-left: 20px;
	background-color: #fff;
	padding-right: 40px;
}

.lead_subt{
	color: #4d4d4d;
	font-size: 18px;
	font-style: italic;
}

.lead_title,.leader_text a:hover{
	color: #4d4d4d;
	text-decoration: none;
	font-weight: 600;
}

.lead_title{
	font-size: 22px;
}

.lead_title:hover, a:hover{
	color: #79be27;
}

.lead_number{
	font-weight: 400;
	font-style: italic;
}

/* Stile articoli ultimo numero */

.content_area{
	width: 100%;
	border: 5px solid #336666;
	font-size: 0;
	background-color: #f9f9f2;
}

.content_table{
	border-spacing: 10px;
    border-collapse: separate;

}

.content_table a, .content_table a:hover{
	text-decoration: none;
}

.middle{
	height: 33%;
	width: 33%;
	font-size: 130px;
	text-align: center;
	background-color: #336666;
	color: #fff;
	font-weight: lighter;
}

.row_home{
	min-height: 350px;
	background-color: #336666;
}

.h4_home{
	position: absolute;
	top: 25%;
	left: 60px;
}

.blog_title, .write_title{
	  padding: 20px;
  background-color: #336666;
  color: #fff;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
    margin-top: 0;
}

.write_title:hover, .write_title:hover .my_single, .my_single:hover .write_title{
	background-color: #79be27;
}

.write_title a{
	color: #fff;
}

.write_title a:hover, .write_title:hover a{
	color: #336666;
}

.numb_home, .summary_home{
	/*height: 100%;*/
	min-height: 350px;
}

.summary_home a, .summary_cover a{
	font-weight: 600;
}


.numb_home{
	font-size: 130px;
	text-align: center;
	background-color: #336666;
	color: #fff;
	font-weight: lighter;
}

.numb_home:hover, .row_home:hover, .row_home:hover .numb_home{
	background-color: #79be27;
}

.summary_cover{
	padding-top: 25px;
	padding-bottom: 25px;
	background: #fff;
	border: 4px solid #336666;
}

.summary_home{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
	border: 4px solid #336666;
}

.summary_home.summary_ventennale{
    border: none;
    padding: 0;
    min-height: 0;
    overflow: auto;
    background: #336666; /* Old browsers */
    background: -moz-linear-gradient(180deg, #336666 0%, #66cccc 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, #336666 0%,#66cccc 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, #336666 0%,#66cccc 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336666', endColorstr='#66cccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-bottom: 30px;
}

.ul-container {
    margin: 6px;
    background: white;
}

.summary_home.summary_ventennale ul {
    list-style: none;
    margin: 0px;
    background: #fff;
    padding: 10px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.titolo_ventennale {
    color: #fff;
    padding: 10px;
    padding-bottom: 4px;
    margin-left: 30px;
    font-size: 25px;
}

.link_ventennale, .link_ventennale:hover {
    color: #fff;
    text-decoration: underline;
    text-align: right;
    padding: 10px;
    display: block;
}

.numberauthor{
	font-size: 15px;
	font-style: italic;
	font-weight: 200;
	color: #336666;
	margin-bottom: 5px;
}

#numb_home:hover + #summary_home, .row_home:hover #numb_home + #summary_home{
	border: 4px solid #79be27;
}

.latest ul {
    list-style: none;
    padding:0;
    margin:0;
}

.latest li {
    padding-left: 1em;
    font-size: 15px;
}

.latest li:before {
    content: "\025AA\  ";
    color: #336666; /* or whatever color you prefer */
}


.summary_home ul {
    list-style: none;
    padding:0;
    margin:0;
}

.summary_home li {
    padding-left: 1em;
    text-indent: -.7em;
	margin-bottom: 6px;
}

.summary_home li:before {
    content: "\025AA\  ";
    color: #336666; /* or whatever color you prefer */
}

.side_single ul {
    list-style: none;
    padding:0;
}

.side_single li {
    padding-left: 1em;
    text-indent: -.7em;
    margin-bottom: 3px;
}

.side_single li:before {
    content: "\025AA\  ";
    color: #000; /* or whatever color you prefer */
}


.summary_cover ul {
    list-style: none;
    padding:0;
    margin:0;
}

.summary_cover li {
    padding-left: 1em;
    text-indent: -.7em;
}

.summary_cover li:before {
    content: "\025AA\  ";
    color: #336666; /* or whatever color you prefer */
}

.content_thumb{
	min-height: 330px;
	background-size: cover;
	background-position: 0 0;
}

.content_text, .vertical, .horizontal{
	vertical-align: top;
}

.content_text{
	font-size: 14px;
	padding: 10px;

}

.horizontal .content_thumb{
	width: 50%;
	display: inline-block;
}

.horizontal .content_text{
	width: 50%;
	display: inline-block;
}

.vertical .content_area{
	min-height: 660px;
}

.vertical .content_thumb{
	height: 50%;
}

.vertical .content_text{
	height: 50%;
}

.mytags{
	height: 20px;
}

.cont_title{
	color: #fff;
	background-color: #79be27;
	font-size: 18px;
	padding: 1px;
}

.cont_title:hover{
	background-color: #336666;
}

.cont_subt{
	color: #fff;
	background-color: #336666;
	padding: 1px;
}

.content_act{
	color: #79be27;
	font-style: italic;
}

.cont_auth{
	margin-top: 10px;
}

.cont_auth, .cont_auth a{
	color: #336666;
	font-weight: normal;
	font-style: italic;
}

.cont_auth a:hover{
	color: #79be27;
	font-weight: normal;

}

.author-link{
	color: #79be27;
}

.page-auth.search_results{
	font-size: 14px;
}

.author-link:hover{
	color: #336666;
}


.cont_buttons a, .cont_buttons a:hover, .cont_buttons{
	color: #fff;
}


.eye, .download:hover{
	background-color: #336666;
}

.eye:hover, .download{
	background-color: #79be27;
}

.grey{
	background-color: #4d4d4d;
}

.grey:hover{
	background-color: #336666;
}

.mytags{
	margin: 8px 0 8px 0;
}

.content_tags{
	background-color: #fff;
	padding: 2px;
}

.content_tags:hover{
	background-color: #336666;
}

.mytags a{
	color: #000;
	font-style: italic;
	font-size: 16px;
	padding-left: 16px;
	padding-right: 16px;
}


.side_tag{
	display: none;
}

.tag_title{
  margin-bottom: 10px;
  font-size: 20px;
  background: #79be27;
  display: inline-block;
  color: #fff;
  padding: 0 10px 0 10px;
}

.page-title{
	background-color: #79be27;
	color: #fff;
  padding: 10px;
  font-size: 30px;
}

.page-subt, .page-auth{
	background-color: #fff;
	margin: 0;
}

.page-subt{
	font-size: 30px;
	font-style: italic;
	color: #79be27;
	display: block;
	margin-top: 20px;
}

.page-tags{
	padding-bottom: 10px;
}

.page-auth{
	margin-top: 6px;
	font-weight: 100;
	font-style: italic;
	font-size: 18px;
	display: block;
}

.nav>li{
	text-align: center;
}

/* Stile slider */

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #79be27;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #336666;
}

/* Navbar */

.moka-nav a{
	color: #4d4d4d;
	font-weight: 600;
}

.moka-nav{
	margin-bottom: 0;
	background-color: #f9f9f2;
}

.site-branding{
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.moka_brand {
  margin-left: 6px;
  vertical-align: middle;
  font-size: 14px;
  font-style: italic;
  margin-top: 15px;
  color: #666;
}

.menu-item-home a{
	background-color: #f9f9f2;
	color: #4d4d4d;
}

#main-menu>li a{
	padding: 5px;
	margin: 10px;
}

#main-menu>li>a:hover, #main-menu>li>a:focus, #main-menu .current_page_item a{
	background-color: #336666;
	color: #fff;
}

#footermenu>li>a:hover, #footermenu>li>a:focus, #footermenu .current_page_item a{
	background-color: rgba(121, 190, 39,0.70);
	color: #fff;
}

#footermenu>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: lighter;
}

.footer_menu, #footermenu{
	background-color: #4d4d4d;
}

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
    margin-right: -4px;
}

.book{
	height:285px;
	background: #e6e6e6;
}

.book h4, .book hr, .write h4, .write hr{
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
}

.book hr, .write hr{
	color: #ccc;
	background-color: #cccccc;
	height: 2px;
}

.book_thumb{
	float: left;
	width: 40%;
	text-align: center;
}

.book_thumb img{
	box-shadow: 2px 2px 5px #aaa;
}


.write_thumb{
	float: left;
	width: 20%;
	text-align: center;
}

.book_thumb img{
	max-width: 110px;
}

.book_info{
	float: right;
	padding-left: 10px;
	font-style: italic;
	width: 60%;
}

.write_info{
	float: right;
	padding-left: 10px;
	font-style: italic;
	width: 80%;
	color: #4d4d4d;
	font-weight: 600
}

.book_info strong{
	font-size: 16px;
}

.book_text{
	color: #336666;
	font-weight: 600;
}

.discover{
	margin-top: 15px;
}

.discover a{
	color: #fff;
	font-weight: bold;
	background-color: #336666;
	padding: 5px;
	text-decoration: none;
	font-style: normal;
}

.discover a:hover{
	background-color: #79be27;
	text-decoration: none;
	font-style: normal;
}

.write{
	height:230px;
	background: #f2f2f2;
	padding: 20px;
}

.moka_home{
	padding-left: 20px;
	padding-right: 20px;
}

.home_date{
	width: 90%;
}

.site-header-inner{
	background-image: url('../../uploads/2015/03/head.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
}

.moka-nav{
	border: none;
	box-shadow: inset 0 20px 10px -20px rgba(0,0,0,0.30);
}

.moka_neck{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

.moka_neck a{
	color: #fff;
}



.moka_pre{
	background-image: url('../../uploads/2015/03/head.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
}

.moka_foot{
	background-color: rgba(121, 190, 39, 0.9);
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
}

.moka_bor{
	padding: 5px;
	border: 3px solid #fff;
}
.moka_neck a:hover{
	color: #fff;
}

.share-buttons a:hover{
	color: #4d4d4d;
}

.moka_bor:hover{
	background-color: #79be27;
	border: 3px solid #79be27;
	color: #fff;
}



.moka_l{
	border-right: 1px solid #fff;
}

.imola{
	background-color: #fff;
	background-image: url('../../uploads/2015/03/^8700CCAC19324320C2DFF8697802A377181A7D4CE64220CA2C^pimgpsh_fullsize_distr.png');
	padding: 0;
	margin: 6px 0;
	height: 70px;
	box-shadow: 0px 8px 6px -6px rgba(0,0,0,0.40);
	height: 80px;
}

.group{
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
 	box-shadow: 1px 0 5px -2px #888;
 	height: 100%;
 	display: inline-block;
}

.partners{
    display: inline-block;
    height: 100%;
    padding-left: 20px;
}

.partners *{
	padding-left: 10px;
	opacity: .8;
}

.partners *:hover{
	opacity: 1;
}

.imola div .el{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.aperitif_head_title, .aperitif_motto{
  width: 40%;
}

.aperitif_head_title{
  background-color: #333;
  color: #fff;
  margin-left: 100px;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 10px 20px 20px 20px;
  font-style: italic;
  font-weight: bold;
}

.aperitif_motto {
  border: 5px solid #336666;
  background-color: #f9f9f2;
  margin-left: 100px;
  margin-bottom: 80px;
  padding: 0 20px 20px 20px;
}

.aperitif_motto_title{
	font-size: 25px;
}

.aperitif_thumb{
	margin-top: 20px;
}

.search_thumb{
	background-size: cover;
	height: 180px;
	width: 180px;
}

.aperitif_thumb img{
	max-width: 92px;
	height: auto;
}

.aperitif_header{
	background-size: cover;
	background-position: 0 0;
	background-image: url('../../uploads/2015/03/coffe.png');
	padding-bottom: 80px;
}

.moka_mosaic{
	display: inline-block;
	padding: 10px;
}

.moka_header{
	background-image: url('../../uploads/2015/03/coffe.png');
	background-size: cover;
	background-position: 0 0;
	padding-bottom: 80px;
	height: 450px;
}


.aperitif_main{
	border-left: 4px solid #336666;
	padding-left: 30px;
	padding-bottom: 10px;
}

.aperitif_act{
	color: #336666;
	font-style: italic;
	font-weight: normal;
}

.aperitif_title{
	font-size: 30px;
	color: #333;
	font-weight: 600;
}

.aperitif_subt{
	font-style: italic;
	font-weight: lighter;
}

.aperitif_auth a{
	color: #333;
	text-decoration: none;
}

.aperitif_auth a:hover{
	color: #336666;
}

.cont{
	display: inline-block;
    margin-bottom: 6px;
}

.thumb_text{
	padding: 10px;
	border: 5px solid transparent;

}

.thumb_inner{
	margin-top: 10px;
}

.thumb_subt, .cont_title, .cont_subt{
	padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
}


.thumb_inner, .thumb_auth, .thumb_subt{
	opacity: 0;
}

.thumb_text:hover{
	opacity: 1;
	border: 5px solid #336666;
	padding: 10px;
	background-color: #f2f2f2;
}

.thumb_text:hover .thumb_inner, .thumb_text:hover .thumb_auth, .thumb_text:hover .thumb_subt{
	opacity: 1;
}

.thumb_title{
	background-color: #fff;
	color: #000;
	font-size: 16px;
	padding: 7px;
	line-height: 2;
}

.title_tile{
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
	margin-top: 8px;
}

.thumb_text:hover .thumb_title{
	background-color: #79be27;
	color: #fff;
}

.thumb_thumb, .thumb_text{
	min-height: 240px;
	max-height: 240px;
	overflow: hidden;
}

.thumb_table{
	border-spacing: 10px;
    border-collapse: separate;

}


.my_thumb{
	background-size: cover;
	background-position: 0 0;
}




.main_cont{
	background-position-x: 0;
	background-position-y: 0;
}

.ruler{
	background-image: url('../../uploads/2015/04/righello.png');
	background-repeat: repeat-x;
	background-position: bottom;
}



.archive_ul {
    display: block;
    white-space: nowrap;
     overflow: auto;
     padding-left: 0px;
        margin-bottom: 0px;
     }
.fake_archive{
	height: 1px;
	overflow-y: hidden;
}

.archive_year, .archive_museum, .fake_year {
     width: 20%;
     display: inline-block;
     vertical-align: top;
     min-height: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px dotted #ccc;
	height: 440px;
     }
.year_title{
	color: #336666;
	font-size: 25px;
	font-weight: bolder;
	padding-left: 30px;
	margin-bottom: 12px;
}

 .archive_museum, .fake_year{
 	min-height: 0px;
 	border: none;
 }

 .archive_museum{
 	min-height: 200px;
 }

.fake_year{
	height: 0px;
}

.fill{
    width:100%;
    height:100%;
    min-height:100%;
    background-color:#336666;
    padding:10px;
    color:#fff;
}


::-webkit-scrollbar {
    width: 13px;
   	height: 5px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

::-webkit-scrollbar-track {
    background-color: #999999;
}
::-webkit-scrollbar-thumb {
    background-color: #336666;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #336666;
}


.moka-con{
	background-color: #fff;
	margin-bottom: 30px;
}

.moka-margin{
	margin-top: -140px;
	padding-left: 100px;
	padding-right: 100px;
}

.multiple{
	margin-top: 40px;
}

::selection {
  background: #e0ecd5; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #e0ecd5; /* Gecko Browsers */
}

.archive_year a{
	font-size: 18px;
	line-height: 1.8;
	font-weight: lighter;
	color: #333;
	text-transform: capitalize;
	padding-left: 20px;
	border-left: 6px solid transparent;
	margin-left: 1px;
}

.archive_year a:hover{
	border-left: 6px solid #336666;
	color: #336666;

}

.archive_num{
	font-size: 15px
}

.navbar-toggle{
	background-color: #336666;
}
.navbar-toggle .icon-bar{
	background-color: #79be27;
}


.social-but{
	color: #fff;
	padding: 20px;
}

.social-but a{
	color: #fff;
}



.eye, .download {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
}

.readmore{
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.social-but i {
  background-color: #336666;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
}

.social-but i:hover{
	background-color: #79be27;
}

excerpt{
	font-size: 80%;
}

/* EXPANDABLE SEARCH */

.search_box{
	margin-top: 10px;
	margin-right: 40px;
	margin-left: 15px;
}

.search_main{
	width: 400px;
}

.entry-content{
	margin-top: 30px;
}


.main_cont{
	border-bottom: 5px solid #333
}

.side_single, .my_single, .num_single {
  background-color: #f9f9f2;

  border: 4px solid #336666;
  margin-bottom: 20px;
  margin-top: 20px;
	margin-left: 15px;
	padding-bottom: 10px;
}

.side_single, .my_single:hover, .num_single{
	border-color: #79be27
}

.num_single{
	background-color: #336666;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	font-weight: 200;
}

.num_text{
	padding: 10px;
	padding-bottom: 0px;
	text-transform: capitalize;
	text-align: center;
}

.num_single a{
	font-size: 48px;
	font-style: normal;
	color: #fff;
}

.num_single a:hover{
	color: #79be27;
}

.search .page-title{
	background-color: #fff;
	color: #79be27;
}

.crop {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.crop img {
    width: 100px;
    margin-top: -25%;
}

.squarecrop {
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.bigcrop {
	margin: 30px;
}

.bigcrop img {
    width: 200px;
}

.bigcrop.small{
	margin: 0px;
}

.bigcrop.small img{
	width: 80px;
}

.authorlist li{
	float: left;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
	width: 120px;
}

.cover_tags{
	margin-top: 5px;
	padding: 0;
}

.cover_tags a{
	background-color: #336666;
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
}

.cover_tags a:hover{
	background-color: #79be27;
}

.mb_articolo{
	margin-top: 24px;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 1.6;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 200;
}


.mb_articolo b, .mb_articolo bold, .mb_articolo strong{
	font-weight: normal;
	color: #336666;
}

.mb_articolo a{
	text-decoration: underline;
	font-weight: 200;
	font-style: italic;
	color: #336666;
}

.mb_articolo a:hover{
	color: #79be27;
}

/*
.mb_articolo:hover strong, .mb_articolo:hover bold, .mb_articolo:hover b{
	color: #79be27;
}
*/

.mb_articolo h1, .mb_articolo h2, .mb_articolo h3, .mb_articolo h4{
	color: #79be27;
}

.mb_articolo h4{
	margin-top: 36px;
	margin-bottom: 12px;
}

.wp-caption-text{
	font-size: 16px;
	font-style: italic;
}


.thumb_table tr td{
	width: 50%;
}

.moka_comment{
	opacity: 0.8
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0px;
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}


ul.share-buttons{
	margin-top: 10px;
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

text, break {
	display: block;
}

.head_iframe{
	padding: 20px;
    font-weight: bolder;
    font-size: 19px;
}

.content_thumb, .my_thumb, .main_cont, .mag-cont, .search_thumb{
	background-image: url("../../uploads/2015/09/coffebeans.jpg");
}


.side_title{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
    background-color: #79be27;
    color: #fff;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
}

.side_title a{
	color: #fff;
}

.side_title a:hover{
	color: #336666;
}

.authorinfo{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.square_avatar {
    width: 100%;
    padding-bottom: 100%; /* = width for a square aspect ratio */
    background-size: cover;
    background-position: 0 0;
}

.mokanum{
	font-size: 16px;
	background-color: #336666;
	font-weight: 500;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
}

.mokanum:hover{
	background-color: #79be27;
}

.authortitle{
	margin-bottom: 0px;
	color: #336666;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
}

.authorsubtitle{
	color: #79be27;
	font-size: 16px;
	font-style: italic;

}

.authorexcerpt{
	font-size: 14px;
	font-weight: 100;
	margin-top: 10px;
}

.authorlink:hover p{
	color: #336666 !important;
}

.author-content h2{
	font-weight: 200;
}

.myalert{
	width: 50%;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}

#wpadminbar {
    direction: ltr;
    color: #79be27;
    font: 400 13px/32px "Open Sans",sans-serif;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #336666;
    opacity: 0.8;
}

#wpadminbar:hover{
	opacity: 1;
}

#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar .ab-top-menu>li:hover>.ab-item, #wpadminbar .ab-top-menu>li>.ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus {
	opacity: 1;
	background-color: #336666 ;
    color: #79be27;
}

#wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar li #adminbarsearch.adminbar-focused:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover{
	color: #79be27;
}

#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    background: #336666;
    display: none;
    position: absolute;
    float: none;
}

.mokahr{
	height: 5px; border: none; color: #336666; background-color: #336666;
}


#content.main-content-inner{
	padding: 0px;
}


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

.book-preview img{
	width: 100%;
	margin-bottom: 20px;
}

.book-data{
	text-align: left;
	line-height: 1.4;
}

.book-data .data{
	margin-bottom: 9px;
}

.book-data p{
	margin: 0;
}

.sdm_smart *{
	display: inline-block;
}

.smart_count{
	margin-top: 20px;
	font-style: italic;
	color: #336666;
}

.smart_dl i{
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #79be27;
}

.smart_dl{
	padding: 10px;
}

.sdm_smart h3{
	font-size: 20px;
	font-style: italic;
}

.smart_dl a{
	color: #fff;
}

.smart_dl a:hover{
	color: #336666;
}

#ref p{
	margin: 0;
}

.sb-icon-search {
    background: #336666;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search{
	background-color: #79be27
}


.downpdf{
	display: none;
}

.author_pager{
	padding-bottom: 10px;
}

.author_pager li {
	list-style-type: none;
}

.author_pager .pager li:before{
	content: " ";
}


.bx-viewport{
	max-height: 333px;
}

.venteannale_logo {
    text-align: center;
    padding: 20px;
}

   @media only screen and (max-width : 992px) {
		.thumb_table tr td{
			width: 100%;
			margin-bottom: 20px;
		}


		.moka_bor{
			font-size: 10px;
		}

		.ads{
			display: none;
		}

		.thumb_thumb, .thumb_text {
		  min-height: 240px;
		  /* min-width: 320px; */
		  max-height: 240px;
		  max-width: 100%;
		  overflow: none;
		}

		.search_box{
			margin-top: 10px;
			margin-right: 25px;
			margin-left: 15px;
		}

		.search_main {
			width: 100%;
			margin: 10px;
		}
		.sb-search{
			width: 100%;
		}
		.navbar-right {
		  width: 100%;
		}

		.aperitif_head_title, .aperitif_motto{
		  width: 80%;
		}

		.aperitif_thumb{
			display: none;
		}

		td, tr{
			display: block;
		}

		.leader_thumb{
			display: none;
		}

		.leader_text{
			width: 100%;
		}

		.vertical .content_area{
			min-height: 100px;
		}

		.middle{
			display: none;
		}


		.vertical .content_thumb{
			width: 50%;
			display: inline-block;
		}

		.vertical .content_text{
			width: 50%;
			display: inline-block;
		}

		.book_thumb, .write_thumb{
			display: none;
		}

		.book_info, .write_info{
			width: 100%;
		}

		.book-preview{
			display: inline-block;
			float: left;
			margin-top: 90px;
		}

		.book-preview img{
			width: auto;
		}
    }


    @media only screen and (max-width : 768px) {
        .summary_home.summary_ventennale ul {
            display: block;
            width: 100%;
            margin: 0;
            padding: 0;
        }

		.moka-margin{
			padding: 10px;
		}


		.bx-prev{
			display: none;
		}

    	.side_tag{
    		display: block;
    	}

    	.search_box{
			margin-top: 10px;
			margin-right: 0px;
			margin-left: 0px;
		}

		.main_cont{
			display: none;
		}

		.moka-margin{
			margin: 0;
		}

    	.aperitif_head_title, .aperitif_motto{
			margin: 0;
		}

		.horizontal .content_area, .vertical .content_area{
			min-height: 660px;
		}

		.vertical .content_thumb, .horizontal .content_thumb{
			width: 100%;
			height: 50%;
			display: block;
		}

		.vertical .content_text, .horizontal .content_text{
			width: 100%;
			height: 50%;
			display: block;
		}


    }


    /* Print Styles */
	@media print {
		.main_cont{
			display: none;
		}

		.entry-content, .social-but, #comments, #reply-title, .site-footer{
			display: none;
		}

		.moka-margin{
			width: 100%;
			margin: auto;
			padding: 0;
		}

		.container{
			margin: 0px;
		}

		.page-title{
			margin-bottom: 0px;
			font-size: 40px;
		}

		.page-subt{
			margin-top: 0px;
		}

		.wp-caption{
		    text-align: center;
		    margin: auto;
		    margin-bottom: 10px;
		}
	}
