/*
Theme Name: EnfoldMainSite
Description: Enfold derived for Main cattaneozanetto site
Version: 1.0
Author: Cristiano Gazzi
Author URI: http://www.valeservice.it
Template: enfold
*/


/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Styling
*/



/* 
* Cristiano mod 
*/

/* Riduzione dimensioni h */
h1 {font-size: 30px; line-height: 1.1em; margin-bottom: 14px;} /* prev font-size: 34 */
h2 {font-size: 24px; line-height: 1.1em; margin-bottom: 10px;} /* prev font-size:: 28 */
h3 {font-size: 20px; line-height: 1.1em; margin-bottom: 8px;} /* prev font-size:: 20 */
h4 {font-size: 18px; line-height: 1.1em; margin-bottom: 4px;} /* unchanged */
h5 {font-size: 16px; line-height: 1.1em;} /* unchanged */
h6 {font-size: 14px; line-height: 1.1em;} /* unchanged */

/* h1 e h2 non all caps */
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2{
text-transform: none;
}

/* Massimizza sidebar da ipad a ultima risoluzione prima di visualizzazione mobile (quando la barra si mette sotto) */
@media (max-width:1536px) and (min-width:768px) {
     .inner_sidebar {margin-left: 2px}
}

/* social icon in sidebar */
a.cg-social-sidebar-icon:link, a.cg-social-sidebar-icon:visited { 
color:#2D5C88;font-size:30px;line-height:40px;float:left;padding-right:20px;text-decoration: none;
}
a.cg-social-sidebar-icon:hover { 
color:#3d71a1;
}

/*  
* end Cristiano mod 
*/

/* Hacks Marco 

h3#home-teaser #publisher{ color: #44f;}

.home.page main.content{padding-top:0px;}
.home.page .entry-content article{margin:10px auto;}


.logo > a > img {padding-top:20px;}
*/

/* Multiblog news listing Marco 

.multiblog-main-wrapper{clear:both;}
.multiblog-thumbnail-wrapper{display:inline-block;width:135px;float:left;margin-right:10px;text-align:center;} /* Cristiano mod - prev width:200px */
.multiblog-excerpt-wrapper{display:inline-block;width:100%;text-align:justify;}
.multiblog-excerpt-wrapper .multiblog-main-wrapper .entry-content-header{ margin-bottom:16px;}
.multiblog-thumbnail-wrapper + .multiblog-excerpt-wrapper{width:79%}  /* Cristiano mod - prev width:65% */

@media only screen and (max-width: 989px) and (min-width: 768px){
        .multiblog-thumbnail-wrapper{
                display:inline-block;
                margin:auto;
                width:135px;
                float:none;
                vertical-align:bottom;
        }
        .multiblog-excerpt-wrapper {
        	display: inline-block;
        	width: 100%;
        	margin-left: 10px;
        }
}

@media only screen and (max-width: 767px) and (min-width:480px){
        .multiblog-thumbnail-wrapper{
                display:none;
                margin:auto;
                float:none;
        }
}

@media only screen and (max-width: 989px) and (min-width: 768px){
        .responsive .container .multiblog-thumbnail-wrapper{
                display:none;
        }
        .multiblog-thumbnail-wrapper + .multiblog-excerpt-wrapper{width:100%}
}

@media only screen and (max-width: 767px){
        .responsive .container .multiblog-thumbnail-wrapper{
                display:none;
        }
        .responsive .container .multiblog-excerpt-wrapper{
                width:100%;
        }
        .responsive #top .slide-entry {width:100%;margin-left:0%;}
        .responsive .container .multiblog-main-wrapper{clear:both;width:100%;text-align:justify;}
}
*/