/*
 Theme Name:   Twenty Seventeen Child Fabio
 Theme URI:    http://conselingespressivofirenze.it/wp-content/themes/twentyseventeen-child-fabio
 Description:  My first child theme, based on Twenty Seventeen
 Author:       Fabio Cerri
 Author URI:   http://www.fabiocerri.it
 Template:     twentyseventeen
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
 Text Domain:  twenty-seventeen-child-fabio
*/


//@import url("../twentyseventeen/style.css");

/* ******************************************* */
/* NAVIGATION TOP                              */
/* ******************************************* */

.navloginoutlink {
	color: #800000;
	text-transform:uppercase;
}
.navloginoutlink:hover{
	color: #1F7C7C;
}

@media screen and (min-width: 48em){
	.navloginoutlink a{
		color: #800000;
		text-transform:uppercase;
	}
	.navloginoutlink a:hover{
		color: #1F7C7C;
	}
	.site-navigation-fixed.navigation-top {
			background-color: #1F7C7C;
		}
		.site-navigation-fixed.navigation-top a {
			color: #EEE; 
		}
}

/* ******************************************* */
/* SITE HEADER                              */
/* ******************************************* */

.custom-header{
	background-color: #1F7C7C;
}
.site-title, .site-title a{
	color: #EEE;
}

/* ******************************************* */
/* SITE FOOTER                                 */
/* ******************************************* */
.site-footer {
	background-color: #CE7A34;
}

/* ******************************************* */
/* SITE INFO                                 */
/* ******************************************* */
@media screen and (min-width: 48em){
.site-info {
		width: 100%;
	}
}
.site-info{
	text-align: center;
	color: #005353;
}

/* ******************************************* */
/* PANELS                                      */
/* ******************************************* */
.home #panel1 {
	background-color:#eee;
}
.home #panel2 {
	background-color:#fff;
}
.home #panel3 {
	background-color:#eee;
}
.home #panel4 {
	background-color:#fff;
}


/* ******************************************* */
/* FEATURED IMAGE                              */
/* ******************************************* */
.single-featured-image-header img {
	height: 50vh;
	object-fit: cover;
}

/* ******************************************* */
/* ASIDE                                       */
/* ******************************************* */
#secondary {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
#secondary .widget-title{
	display:none;
}

/* ====================== POST ============================================== */

/* ******************************************* */
/* POST STYLE                                  */
/* ******************************************* */

.entry-footer {
	display:none;
}

.post-navigation {
	text-transform: uppercase;
}

/* ====================== TIPOGRAPHY ============================================== */

/* ******************************************* */
/* TITLE PAGE/POST                             */
/* ******************************************* */

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
}

@media screen and (min-width: 30em){
	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .page .entry-title {
		font-size: 30px;
		font-size: 1.875rem;
		font-size: 30px;
		font-size: 1.875rem;
	}
}

/* ******************************************* */
/* LINK STYLE                                  */
/* ******************************************* */

/* -- NO UNDERLINE HOVER -- */
.entry-content a, 
.entry-summary a, 
.entry-title a,
.entry-header a,
.entry-footer a, 
.widget a,  
.site-footer .widget-area a, 
.post-navigation a,
.post-navigation a .nav-title, 
.widget_authors a strong {
    box-shadow: none !important;
}

/* -- COLOR LINK -- */
.entry-content a,
.entry-title a,
.entry-footer a,
.link-more a, 
.widget a, 
.widget ul li a, 
.site-footer .widget-area a, 
.post-navigation a, 
.post-navigation a .nav-title, 
.widget_authors a strong {
    color: #8B0000;
}

/* -- COLOR HOVER LINK -- */
.entry-content a:hover, 
.entry-title a:hover,
.entry-header a:hover,
.entry-footer a:hover,
.link-more a:hover,
.widget a:hover, 
.widget ul li a:hover, 
.site-footer .widget-area a:hover, 
.post-navigation a:hover, 
.post-navigation a .nav-title:hover, 
.widget_authors a strong:hover {
    color: #005353;
}

/* ================================ ELEMENTS ================================== */

/* ******************************************* */
/* SEARCH FORM                                 */
/* ******************************************* */
.search-form .search-submit {
	background-color: #1F7C7C;
}

/* ******************************************* */
/* LINK MORE                                   */
/* ******************************************* */
.entry-summary .link-more {
	display:none;
}

/* ******************************************* */
/* COMENTS                                     */
/* ******************************************* */
#comments #submit {
	background-color: #1F7C7C;
	color: #EEE;
}
#comments #submit:hover {
	background-color: #800000;
	color: #EEE;
}
