<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Multinews Child
Description: &lt;a href='http://codex.wordpress.org/Child_Themes'&gt;Child Theme&lt;/a&gt; - you can use child theme to make a lot of customization that's not gonna be deleted with any new theme update
Version: 1.0
Author: Momizat Team
Author URI: http://www.momizat.com
Template: multinews
*/


/*---------------------------------
Update: Resizing thumbnail elenco articoli
Date: 2014.01.20
Author: Giuseppe Urso
---------------------------------*/
.cat-list li img {
   width: auto !important;
}
.blog-post img {
   width: auto !important;
}

/*---------------------------------
Update: Adattamento font titolo articolo in home page Slider
Date: 2014.01.21
Author: Giuseppe Urso
---------------------------------*/
.def-slider-title h2 a {
    font-size: 22px !important;
    line-height: 21px !important;
    padding: 8px 14px 5px !important;
}
.slider2 .small-slider2 .def-slider-title h2 a {
    font-size: 18px !important;
    line-height: 16px !important;
}

/*---------------------------------
Update: Custom footer con logo e note licenza copyright (vedere anche Theme Options &gt; Footer Settings &gt; Custom Text )
Date: 2014.01.21
Author: Giuseppe Urso
---------------------------------*/
.footer-bottom .footer-logo {
   margin-top: -20px !important;
   margin-bottom: -20px !important;
}
.footer-bottom {
   color: #ffffff !important;
}
.footer-bottom a {
   color: #898989 !important;
}

/*---------------------------------
Update: CSS per biglietto da visita (vedere anche Aspetto &gt; Widget &gt; Main Sidebar &gt; About Me)
Date: 2014.01.21
Author: Giuseppe Urso
---------------------------------*/
#giuseppe_urso_card{
		max-width:400px;
		position:relative;}
#giuseppe_urso_card .invisible_card{
		display:none;}
#giuseppe_urso_card img.giuseppe_urso_photo{
		width:80px;
		height:auto;
		float:left;
		-webkit-border-radius: 40px 40px 40px 40px;
		border-radius: 40px 40px 40px 40px;
		margin:0 10px 0 0;}	
	.nofloat{
		clear:both;}
	.name_card span{
		margin:5px 0 0 0;
		display:block;
		font-size:12px;
		color:#6e6e6e;}
	.name_card div{
		font-size:26px;
		font-family:"Dosis",sans-serif;
		color:#fff;}
	.top_card{
		background-color:#2C2C34;
		padding:20px 10px;}		
	.bottom_card{
		background-color:#17A5D5;
		padding:10px;
		color:#fff;
		font-size:13px;}
	.fascia_site{
		background-color:#48484f;
		color:#C1C1C1;}		
#giuseppe_urso_card .fascia_site a{
		color:#C1C1C1;
		text-decoration:none;}	
	.title_work{
		color:#17A5D5;
		font-size:13px;
		margin:5px 0 0 0;}
	.simple_text{
		color:#FFFFFF;
		font-size:13px;
		margin:5px 0 0 0;}	
	.list_social_account{
		 float:right;
		 margin:-2px 0px -3px;}
#giuseppe_urso_card .list_social_account ul{
		margin:0;
		padding:0;}	
body .sidebar #giuseppe_urso_card .list_social_account ul li{
		margin:0;
		padding:0;
		border:0 !important;
		list-style:none;
		float:right;}		
#giuseppe_urso_card .list_social_account ul li a{
		padding:7px 0px;
		background-color:#fff;
		margin:0 0 0 1px;}
#giuseppe_urso_card .list_social_account ul li a i{
		font-size:19px;
		padding:7px 0px 0px;}
#giuseppe_urso_card .list_social_account ul li a i.momizat-icon-google-plus3{
		font-size:18px;
		color:#DA4835;}
#giuseppe_urso_card .list_social_account ul li a i.momizat-icon-twitter2{
		color:#5EAADE;}
#giuseppe_urso_card .list_social_account ul li a i.momizat-icon-github5{
		color:#000000;}
#giuseppe_urso_card .list_social_account ul li a:before{
		background:none !important;
		}	
	.url_site{
		float:left;
		padding:5px 0 5px 10px;
		font-size:13px;}		
	.icon-twitter-gu {
		color: #5eaade !important;
		}	
	 .icon-gplus-gu {
		color:#D82A21;
               }		
	.text_card{
		font-size:12px;
		color:#b6d9e5;
		}		
#giuseppe_urso_card .bottom_card a{
		color:#fff;
		text-decoration:none;}	
	.certified_card{
		background-color:#8DC245;
		color:#fff;
		text-align:left;
		height:50px;}
	.certified_card img{
		max-width:270px;
		height:auto;}

/*---------------------------------
Update: Resize thumbnail su Related Post widget in Main sidebar
Date: 2014.01.21
Author: Giuseppe Urso
---------------------------------*/
.sidebar .post-list li img {
   max-height: 105px !important;    
   max-width: 115px !important;
}

/*---------------------------------
Update: Rimozione meta dati da elenco articoli in Home page
Date: 2014.01.21
Author: Giuseppe Urso
---------------------------------*/
.home .entry-meta { 
    display: none; 
}
.home .blog-post .entry-content {
    margin: 6px 0 10px;
}
.home .blog-post-big h2 a, .blog-post h2 a, .cat-list li h2 a {
    margin: -15px 0px 3px !important;
}

/*---------------------------------
Update: Margine box icone in pagina Contatti
Date: 2014.01.21
Author: Giuseppe Urso
---------------------------------*/
.iconbox_wrap{
    margin-bottom: -15px !important;
}

/*---------------------------------
Update: Stile per bordo immagini articoli
Date: 2016.11.03
Author: Giuseppe Urso
---------------------------------*/
.border-image-articles {
    border: #b9b9b9 solid 1px;
}

</pre></body></html>