/*
Theme Name: Merlin Theme Child
Theme URI: http://www.oneshareonevote.it
Description: Tema child definitivo
Author: Davide
Template: merlin
Version: 1.0
General comments/License
*/
@import url(../merlin/style.css);

/*general settings*/
body {
	color: black;
	font-family: Helvetica;
	background: rgb(248,248,248);
}
.site{
	padding: 1em 1em 0 1em;
	background: rgb(248,248,248);
}
p{
	margin: 0em;
}
#primary p {
    font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
	margin: 0 0 1.5em 0;
}
.widget ul {
    list-style: none;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 0;
}
blockquote {
	border-left:none !important;
}
hr {
	background-color: rgb(100,100,100);
	border: 0;
	height: 1pt;
	margin: 0.1em 0em 0.5em;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: black;
}
a:link, a:visited {
	color: black;
	text-decoration: none;
}

article {
    padding-top: 1.5em;
}

#main article .entry-content a:link {
    /*color: rgb(151,0,44);*/
	text-decoration: underline;
	-webkit-text-decoration-color: rgb(245,235,0);
	-moz-text-decoration-color: rgb(245,235,0);  /* vendor prefix not required as of V36 */
	text-decoration-color: rgb(245,235,0);
}
#main article .entry-content a:visited {
    /*color: rgb(100,100,100);*/
}

.entry-meta {
	margin: 0 0 1em 0;
        font-size: 12px;
}

.search-form .search-field {
	padding: 0;
	padding-left: 0.5em;
}

.search-form .search-submit {
	background: rgb(178,178,178);
	padding: 0;
	margin-top: 1px;
}

.search-form .search-submit .genericon-search {
	padding: 0;
}
.search-form .search-submit:hover {
	background: rgb(245,235,0);
}
/* stile data header*/
.social-icons-menu li a {
    display: initial;
}
.social-icons img{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.social-icons img:hover{
  -webkit-filter: grayscale(0);
  filter: none;
}

.header-bar-wrap {
	border-bottom: 0px;
	padding: 0 0.5em 0 0em;
	position: relative;
}
div#date{
	float:left;
	bottom: 8px;
    	position: absolute;
}
.header-date {
    font-family: Helvetica;
    font-size: 9px;
    color: black;
}
aside#search-5 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.header-main {
	padding: 0.2em;
}
.header-main.clearfix {
    position: relative;
}
.site-branding {
    float: left;
    max-width: 100%;
    margin: 0;
}
aside#text-3 {
	margin: 0px;
	float: left;
}
aside#text-2 {
	margin: 0px;
	max-width: 15%;
}
.testo-logo {
    margin-bottom: -0.5em;
    font-size: 16px;
    color: rgb(100,100,100);
    font-family: Helvetica;
}

/*main menù*/
.primary-navigation {
	border-top: 5pt rgb(245,235,0) solid;
	background: rgb(248,248,248);
}
ul#menu-main-menu {
	/*padding-top: 0.8em;*/
}
li.menu-item {
	border-top: 0.5em rgb(248,248,248) solid;
}
li.menu-item:hover {
	border-top: 0.5em rgb(245,235,0) solid;
}
.main-navigation-menu a{
	font-family: inherit;
	font-size: 0.6375rem;
	padding: 0.5em 0.7em;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.main-navigation-menu a:link, .main-navigation-menu a:visited {
	color: black;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold;
}
.main-navigation-menu li.menu-item:hover a {
	background: rgb(245,235,0);
	/*color:white;*/
}

.main-navigation-menu li.current-menu-item a {
	background: rgb(245,235,0);
}
li.current-menu-item {
    border-top: 0.5em rgb(245,235,0) solid;
}

/*content area*/
.site-content {
    	padding: 0em;
}

.content-area, .site-content .fullwidth-content-area {
	padding-right: 0em;
}
/*main area*/
main#main{
	padding-right: 4.5em;
}
main#main strong {
	font-style: italic;
	font-family: Georgia;
	font-weight: bold;
}
.entry-title {
	border: 0;
	font-family: georgia;
	font-style: italic;
	color: black;
	font-weight: bold;
	margin: 0em;
}
.upw-posts .entry-title {
    margin-bottom: 0em;
    font-size: 36px;
    font-family: georgia;
    line-height: normal;
    font-style: italic;
}
.entry-title a:link, .entry-title a:visited {
	color: black;
}
.entry-title a:hover{
	text-decoration: none;
}
h4.entry-title {
	float: left;
}
.author.vcard.single {
	font-size: 9px;
	float: left;
}
.entry-categories {
	font-size: 9px;
	float: left;
}
span.entry-cats-list, span.entry-cats-list a {
	color: rgb(151,0,44);
	font-family: Helvetica;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

.single-caption {
	font-size: 9px;
	font-family: Helvetica;
	color: rgb(178,178,178);
}

.entry-summary.single {
	font-size: 14px;
	font-family: Helvetica;
	display: inline-block;
}
.entry-footer-meta {
    padding: 0.3em 0.8em;
}
.meta-category a {
    color: rgb(151,0,44);
    font-size: 14px;
}

.type-post .wp-post-image {
	margin: 0;
}
/*sidebar generic*/
aside.widget {
	border-top: 5pt rgb(245,235,0) solid;
}
/*sidebar on homepage*/

div#hpside section#secondary{
	font-family: georgia;
	font-style: italic;
	margin-top: 0.3em;
	line-height: normal;
	background: white;
	font-weight: bold;
	font-size: 15px;
	color: rgb(100,100,100);
}
.entry-summary.entry-capture a {
    color: rgb(100,100,100);
	font-weight: normal;
	line-height: 1.3;	
}
div#hpside section#secondary h4 {
	font-size: 1.1em;
}
div#hpside section#secondary aside {
    padding: 1em;
}
/*div#hpside section#secondary .upw-posts.hfeed {
	padding: 0em 1em 0em 1em;
}*/
div#hpside section#secondary .upw-posts article {
	 margin-bottom: 0.7em;
}
.bigimage {
    height: auto;
    width: 100%;
}
#text-6 img{
	padding-top: 1em;
        padding-bottom: 1em;
}

#text-9 img{
	padding-top: 1em;
        padding-bottom: 1em;
}
.sbr_box {
    margin-top: 0.5em;
}
/* sidebar on single page*/
div#pageside section#secondary{
	font-family: georgia;
	font-style: italic;
	margin-top: 0.3em;
	line-height: normal;
	background: white;
	font-weight: bold;
	font-size: 15px;
	color: rgb(100,100,100);
}
div#pageside section#secondary h4 {
	font-size: 1.1em;
}
div#pageside section#secondary aside {
     padding-top: 0.8em;
    padding-left: 1.2em;
    padding-right: 1.2em;
}
/*div#pageside section#secondary .upw-posts.hfeed {
	padding: 0em 1em 0em 1em;*/
}
div#pageside section#secondary .upw-posts article {
	 margin-bottom: 0.7em;
}
/*sidebar on other pages*/
section#secondary {
	font-style: normal;
	line-height: normal;
	background: white;
	margin-top: 0.3em;
}

.widget_category_description_widget {
	font-family: Georgia;
	font-size: 15px;
	padding: 1em;
	color: rgb(100,100,100);
	line-height: 1.3; 
}

section#secondary aside {
    padding: 1em;
}

section#secondary ul.wpp-list {
    margin-top: 0.7em;
    padding:0px;
}

.cat-name{
	font-family: Helvetica;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

/*specific elements*/
.post-title {
	font-style: italic;
	font-family: georgia;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	color: black;
}
.type-post, .type-page, .type-attachment {
	margin: 0;
}
.cat-post-item {
	border-top: 1pt solid rgb(178,178,178);
	border-bottom: 0;
	padding: 0.7em 0 0 0;
}
.wpp-list {
    font-family: Georgia;
}
.wpp-list a {
    font-style: italic;
    font-size: 15px;
}
/*barre personalizzate*/
/*peronalizzazioni colonna sinistra*/
.site-sx {
	padding: 0px 1em 0px 0px;
	width: 75%;
	float: left;
}
.hrsx{
	margin: 0.1em 0em 0em;
}

main#colsx div.post {
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: rgb(178,178,178);
	padding-top: 1em;
}
main#colsx strong {
	font-family: georgia;
	font-style: italic;
	font-size: 1.3em;
}
main#colsx p {
	font-size: 13px;
}
main#colsx hr {
	background-color: rgb(178,178,178);
	border: 0;
	height: 0.8pt;
}

main#colsx .widgettitle {
	font-weight: normal;
	font-size: 21px;
}

.upw-posts .entry-custom-fields.custom-interview {
    margin-bottom: 1.5em;
}

.entry-content.weekly {
	border-top: 1pt rgb(178,178,178) solid;
	padding-top: 1em;
	padding-bottom: 1.5em;
}
h4.entry-title.title-interview {
	font-size: 24px;
	font-family: Georgia;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0em;
}
.custom-field.custom-field-occhiello {
	margin: 0;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 20px;
	color: rgb(178,178,178);
}
.entry-custom-fields.custom-interview {
	padding-top: 0.5em;
}
footer#interview a {
    float: right;
    margin-bottom: 1em;
}


/* stigler*/
.upw-posts.stigler {
	border-top: 1pt rgb(178,178,178) solid;
	padding-top: 0.5em;
}
.stigler img {
	float: left;
	padding-right: 0.5em;
}
h4.entry-title.title-stigler {
	float: none;
	font-style: italic;
	font-family: georgia;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
}

footer#stigler {
    font-size: 9px;
    font-family: Helvetica;
}

/*peronalizzazioni colonna destra*/
.site-dx {
	float: left;
	width: 25%;
	background: rgb(178,178,178);
	padding: 0em 1em 0em 1em;
}
main#coldx .widgettitle {
	font-weight: normal;
	font-size: 21px;
	padding: 0em 0em;
	border-bottom: 1pt white solid;
	margin-bottom: 1em;
	color: black;
}
main#coldx h4 {
	font-size: 15px;
}
main#coldx p {
	font-size: 0.7em;
}
.avauthor a {
	color: white;
	font-style: italic;
}
main#coldx hr {
    background-color: rgb(178,178,178);
    border: 0;
    height: 0.8pt;
    margin-bottom: 0px;
}
img.avatar {
	clear: both;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px; border-radius: 60px;
}
.avauthor.author.vcard {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    font-family: Georgia;
}
.wavatar {
    padding-bottom: 4em;
}

/*single page*/
figcaption.wp-caption-text {
	font-size: 15px;
	font-family: Helvetica;
	color: rgb(178,178,178);
}
/*category page*/
.page-header .archive-title {
	display: block;
	padding: 0.5em 0.1em;
	font-family: Helvetica;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	color: black;
	background: white;
	border-bottom: 1pt rgb(178,178,178) solid;
}

.more-link:link, .more-link:visited {
    color: black;
    background: rgb(248,248,248);
    font-size: 0.8em;
    text-transform: capitalize;
}
.more-link:hover {
    color: white;
    background: gray;
    /*font-size: 0.8em;*/
    /*text-transform: capitalize;*/
}

a.more-link {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*category pages */
.page-header .archive-title {
	background: rgb(248,248,248);
}
/*yendif audio palyer*/
.yendifplayer * {
	font-family: Helvetica;
	font-size: 13px;
}
.yendifplayer.white .yf-skin .yf-controls {
    background-color: rgb(245, 235, 0);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, rgb(245, 235, 0), to rgb(245, 235, 0));
    background: -webkit-linear-gradient(top, rgb(245, 235, 0), rgb(245, 235, 0));
}

/*yendif video player*/

/*video logo

aside#yendif-latest-videos-2 h4 {
    background-image: url(http://oneshareonevote.it/wp-content/uploads/2016/01/video-logo.png);
}*/

/*audio logo
aside#text-5 h4 {
	background: white url("http://gonerogue.org//wp-content/uploads/2016/01/podcast-logo.png") no-repeat scroll center center;
	height: 90px;
}*/
aside#text-5 span.sidebar-title{
	display: none;
}

/*social*/
/* Add Genericons */
.social-icons-menu li a:before { content: '\f408'; color: black; } /* Default Icon */
.social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; color: grey; }
.social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; color: grey; }
.social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; color: grey; }
.social-icons-menu li a[href*="facebook.com"]:before { content: '\f204'; color: grey; }
.social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; color: grey; }
.social-icons-menu li a[href*="plus.google.com"]:before { content: '\f218'; color: grey; }
.social-icons-menu li a[href*="github.com"]:before { content: '\f200'; color: grey; }
.social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; color: grey; }
.social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; color: grey; }
.social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; color: grey; }
.social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; color: grey; }
.social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; color: grey; }
.social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; color: grey; }
.social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; color: grey; }
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before { content: '\f220'; color: grey; }
.social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; color: grey; }
.social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; color: grey; }
.social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; color: grey; }
.social-icons-menu li a[href*="twitter.com"]:before {content: '\f202'; color: grey;}
.social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; color: grey; }
.social-icons-menu li a[href*="wordpress.org"]:before { content: '\f205'; color: grey; }
.social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; color: grey; }
.social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; color: grey; }
.social-icons-menu li a[href*="newsletter"]:before,
.social-icons-menu li a[href*="mailto"]:before { content: '\f410'; color: grey; }
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; color: grey; }

.social-icons-menu li a:hover:before {
	text-decoration: none;
	color: grey;
}

.social-icons-menu li a .screen-reader-text {
	display: none;
}


/*Author Bio Plugin*/

.author-box .author-photo {
    
    width: 120px;
    height: 120px;
   
}


/*Video pages*/
#main .yendif-gallery .yendif-title {
	color: black;
	padding-top: 1em;
}


/*tag properties*/
.tagcloud {
    padding-top: 0.5em;
}

.widget_tag_cloud .tagcloud a {
    font-weight: normal;
    font-style: normal;
    font-family: Helvetica;
    border: 0px;
}
.widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:active {
	color: black;
	background-color: white;
}

.widget_tag_cloud .widgettitle{
	padding: 0.5em 0.3em 0em 0.3em;
}

/* send button*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: rgb(178,178,178) none repeat scroll 0% 0%;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background:rgb(245,235,0) none repeat scroll 0% 0%;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background:rgb(245,235,0) none repeat scroll 0% 0%;

}

.comments-header .comments-title, .comment-reply-title span {
    background: rgb(178,178,178) none repeat scroll 0% 0%;
}
/*footer*/
.footer-widgets {
	width: 33%;
	float: right;
}
div#footer-widget-block {
    font-size: 12px;
}

@media only screen and (max-width: 60em) {
	.main-navigation-toggle{
		margin-top: 4.5pt;
	}
	.header-widget {
		text-align: left;
	}
	.main-navigation-toggle:hover, .main-navigation-toggle:active {
		background: rgb(245,235,0);
	}
  
        .logochicago {
            width:200px;
        }
        
        .editiorialboard {
        margin-bottom:18px;
        }
}
@media only screen and (max-width: 55em) {
	aside#search-5 {
		position: relative;
	}
	.testo-logo {
		margin-bottom: 0em;
	}
	.sidebar-navigation-toggle:hover, .sidebar-navigation-toggle:active {
		background: rgb(245,235,0);
	}
}
/* specific smartphone */
@media only screen and (max-width: 640px) {
	.site-sx {
		width: 100%;
	}
	.site-dx {
		width: 100%;
	}
}

.epick {
	font-weight: normal;
	font-size: 15px;
}
.epick ul {
	padding: 0.7em 0.3em;
}

div#hpside section#secondary aside#sticky-posts-3 .widgettitle {
	font-style: normal;
	line-height: normal;
	font-size: 1rem;
	font-family: Helvetica;

}
div#hpside section#secondary aside#sticky-posts-3 {
	padding: 1em;
}

.widgettitle {
    margin-top: 0.5em;
}





aside#execphp-5>.execphpwidget {
    text-align: center !important;
}

aside#execphp-4>.execphpwidget {
    text-align: center !important;
}

aside#execphp-3>.execphpwidget {
    background-color: #000 !important;
    height: 100% !important;
    margin: 0px !important;
    text-align: center !important;
}

aside#execphp-6>.execphpwidget {
    background-color: #000 !important;
    height: 100% !important;
    margin: 0px !important;
    text-align: center !important;
}
.widget {
   margin:0px !important;
}

#yendif-latest-videos-2, #text-5, #text-10, #yendif-latest-videos-3 {
    border-top:none !important;
}

.search-form {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 10px;
    float: right;
}

.textwidget {
   padding: 5px;
   font-weight: initial; 
}

section#secondary aside {
    padding-top: 0.8em;
    padding-left: .9em;
    padding-right: .9em;
}

.entry-capture {
    font-family: georgia;
    font-style: italic;
    margin-top: 0.3em;
    line-height: normal;
    background: white;
    font-weight: bold;
    font-size: 15px;
    color: rgb(100,100,100);
}

.wpp-list li {
    overflow: hidden;
    float: none;
    clear: both;
    margin-top: 10px;
}

.epickul>li {
    margin-top:10px;
}

.post-pagination a:hover, .post-pagination .current {
    color: #fff;
    background-color: rgb(178,178,178);
}

.post-pagination a, .post-pagination .current {
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 0.4em 0.9em;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgb(178,178,178);
}

#author-box h3 {
  margin-bottom:6px;
}
#author-box img {
  float:left;
  margin-right:15px;
  margin-bottom:20px;
}
#author-box p {
  font-size:13px;
}

@media (max-width: 600px) {
  #author-box img {
    float:none;
  }
}




#main .yarpp-related {
	overflow:hidden;
	margin-top:2em;
	margin-bottom:0;
}

#main .yarpp-related .yarpp-thumbnail {
	float:left;
	width:30%;
	margin-right:3%;
	text-decoration:none !important;
}
#main .yarpp-related .yarpp-thumbnail:hover {
    text-decoration:underline !important;
}
.yarpp-related .attachment-yarpp-thumbnail {
	display:block;
	width:95%;
}
.yarpp-related .yarpp-thumbnail-title {
	font-weight:normal !important;
	text-decoration:none;
}










