/*
Theme Name:     Puzzles-Child
Theme URI:      http://example.com/
Description:    Tema Child per il tema Twenty Thirteen
Author:         Qui il vostro nome
Author URI:     http://example.com/about/
Template:       puzzles
Version:        0.1.1
*/


body:not(.fullwidth) .with_sidebar .blog_style_puzzles #content { width: 100% !important; }
body:not(.fullwidth) #main_inner {						width: 1249px; }
body:not(.fullwidth) .without_sidebar #content {		width: 1249px; }
.sc_blogger_item_puzzles {
    margin-left: 2px!important;
    margin-right: 0px!important;
    margin-bottom: 2px!important;
    margin-top: 0px!important;
}
.blog_style_puzzles #content > article {
	position:relative;
	overflow:hidden;
	float:left;
	padding-left: 1px;
	box-sizing: border-box;
	width: 25%;
	margin: 0;
}


.theme_regular .theme_body,
.theme_regular .theme_menu{
	background: #fff !important;
}
.libri td{
	vertical-align: top;
}

#toTop{
	text-align: center;
}

.loghi-wrapper{
	float: left;
	width: 100%;
	display: table;
padding-top: 25px;
}

.loghi-wrapper .column a{
	margin: 0;
}

#nav_menu-3{
	display: block;
	width: 100% !important;
}

.loghi-wrapper a{
	display: inline-block;
	margin-right: 90px;
}

.column{
	display: table-cell;
	width: 25%;
	vertical-align: middle;
}
footer .column{
	width: 20%;
	text-align: center;
}
footer .column img{
	max-width: 80%;
}

#login .cimy_uef_input_27, .cimy_uef_picture {
	font-size: 14px;
}

div.blog_style_puzzles > div#sidebar_main{
	display: none;
}

 .wpum-profile-tabs-holder li.wpum-tab-profile_details,li.send-email {
	display: none;
}

#your-profile > table:nth-of-type(5),#your-profile > table:nth-of-type(4),#your-profile > h3:nth-of-type(2),#your-profile > h3:nth-of-type(3){
	display: none;
}

ol#studente > li > span.comment_reply.theme_button {display: none}
a.comment-reply-login {
	text-transform: capitalize !important;
}
.theme_regular a.comment-reply-link {
	background: transparent !important;
	color: #00bcff !important;
	text-transform: capitalize !important;
}

a#cancel-comment-reply-link {
	text-transform: capitalize !important;
}
h3#reply-title.comment-reply-title{
	margin-top: 10px !important;
}

/*VOTAZIONE*/
.wrapper-element-libro{
	overflow: hidden;
	padding: 0 10px;
	padding-top: 50px;
}
.element-libro{
  float: left;
  width: 20%;
}
.element-libro img{
	width: 100px;
	height: 139px;
}

.submit-votazione{
	padding-top: 20px;
}
.wrapper-element-libro span.wpcf7-list-item{
	margin: 0;
}

.wrapper-element-libro .votazione-text-area .wpcf7-textarea{
	width: 100%;
}

.wrapper-element-libro .votazione-text-area{
width: 60%;
    clear: both;
    padding-top: 30px;
}

.element-libro .wpcf7-list-item-label{
	display: none;
}

.submit-votazione .bottoni{width: 140px; margin-left: 10px;}
.bottoni input[type="reset"]{background-color: #00c6ff!important;}
.bottoni input[type="reset"]:hover{background-color: #97e5fb!important;}

 .radio-button-vote {text-align: center;
    width: 100px;
    display: block;}

/*MEDIA*/
@media (max-width: 1260px){
	.loghi-wrapper .column:first-child img{
		padding-top: 28px;
	}
}

@media(max-width: 992px){
	.loghi-wrapper .column:first-child img{
		padding-top: 27px;
	}
}

@media (max-width: 800px){
	.blog_style_puzzles #content > article {
		width: 50%;
	}
	.column{
		margin:0 auto;
		display: block;
		width: 50%;
		text-align: center;
	}
}

@media (max-width: 768px){
	.loghi-wrapper a{
		display: inline;
	}
}

@media (max-width: 480px){
	.blog_style_puzzles #content > article {
		width: 100%;
	}
}

@media(max-width: 1000px){
	.element-libro{
		width: 50%;
		padding-bottom: 20px;
	}
}
.theme_regular .wppb-user-forms select{
    padding: 3px;
    height: 30px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-appearance: none;
}
.description.indicator-hint{
    display: block;
    font-size: 0.85em;
    font-style: italic;
    margin: 0.5em 0;   
}
select.tml-field{
    height: 30px;
}
.tml-submit-wrap{
    margin-top: 2em;
}

.voto-libro{
    clear: both;
}
.voto-libro .voto-libro-img{
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 25px;
}

.voto-libro input[type=radio]{
    margin: 0px 15px;
} 

.voto-libro h3{
    float: left;
    width: 80%;
}

.wpcf7-form .alert{
    clear: both;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.wpcf7-form .alert-danger {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position:absolute;
  /* top:-9999px; */
  visibility: hidden;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  height:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
div.books > div {
  display: block;
  margin-top: 2.5em;
}
  div.voto-stelle {
    clear: both;
    display: block;
  }
  div.row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  div.col-lg-6 {
	flex: 1;
	flex-basis: 50%;
  }

  #header_top_inner #login_area {
	background-color: #00a0db;
	width: 100%;
	text-align: right;
  }

  #header_top_inner #login_area a {
	display: inline-block;
	width: auto;
	margin-right: 10px;
  }

  #menu-menu-secondario li {
	display: inline-block;
	margin-right: 30px;
  }

  @media only screen and (max-width: 600px) {
	div.col-lg-6 {
		flex: 1;
		flex-basis: 100%;
	  }
.loghi-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.loghi-wrapper .column{
		flex-shrink: 0;
    	flex-grow: 1;
		margin-bottom: 10px;
		flex-basis: 30%;
		margin-bottom: 10px;
	}

	.sc_blogger_item_puzzles {
		margin-top: 10px !important;
	}
	
  }