/*
Theme Name: toocheke child
Theme URI: https://youdoo.xyz/
Description: Tema Child per il tema Toocheke
Author: David Cecere
Author URI: https://youdoo.xyz/dc/
Template: toocheke
Version: 0.1.0
*/
body {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -0.015em;
    text-align: left;
}

a:visited {
    color: #b94d4f;
}

a {
	z-index:999;
}

.jumbotron {
	text-align:left;
	padding-left:29px;
}

.sek-adsc-sidebar {
	margin-bottom:12px;
	padding:8px 7px;
}


.entry-content {
    font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    letter-spacing: normal;
	font-size: 1.4rem;
}

.entry-footer {
    margin-top:22px;
}

#left-content {
    position: relative;
    padding: 6px 30px 20px 30px;
    background: #fff;
}

.widget-title {
	font-family: 'Rock Salt', cursive;
}

.page-title {
	font-family: 'Rock Salt', cursive;
	margin-bottom: 1.6rem;
	font-size: 1.2rem;
}

.entry-title {
    font-size: 2.9rem;
    font-weight: 700;
}

.entry-title a {
    color:#000000;
	cursor:pointer;
}

.entry-title a:hover {
    color:#dd3333;
	text-decoration:none;
}

.posted-on, .cat-links, .tags-links, .comments-link, .edit-link {
	text-transform:uppercase;
	letter-spacing:1px;
	color:#dd3333;
	font-size:0.9em;
}


@media (min-width: 700px){

}

@media (min-width: 992px){
	.site-content {
    margin-top: 91px;
	}
}

@media (max-width: 767px){
	#main {
		margin-top:90px !important;
	}
	.sekheader-img {
		top:46px !important;
	}
}


main {
    padding-bottom: 150px;
}

/* footer */
.footer {
    height: 155px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #ddd;
    font-size: 0.95rem;
    line-height: 1.2rem;
	background-color:#666666;
	background-image:url('https://www.ispikinglisc.xyz/wp-content/themes/toocheke-child/footer-bg.jpg');
	background-size:cover;
	border-top:4px solid #000;
}

.footersektxt {
	text-align:left;
	padding:16px 12px;
}

.footersektxtleft {
	padding:16px 12px 16px 44px;
}

.page main {
    padding-bottom: 100px;
}

/* header e nav */

/*
.sek-header-txt {
	position:absolute;
	padding-top:160px;
	padding-left:34px;
	z-index:99;
}
*/

.sekheader-img {
	position:relative;
	z-index:0;
	top:56px;
	left:0;
	width:100%;
}


.movenav {
	top:31px !important;
}

.moveheader {
	top:273px !important;
}

#main {
	margin-top:-110px;
}




/* DIVIDER */

 .divider {								/* minor cosmetics */
	 display: table; 
	 font-size: 24px; 
	 text-align: center; 
	 width: 75%; 						/* divider width */
	 margin: 40px auto;					/* spacing above/below */
}
 .dividerads {								
	 margin: 10px auto 40px auto;					
}
.divider span { display: table-cell; position: relative; }
.divider span:first-child, .divider span:last-child {
	width: 50%;
	top: 13px;							/* adjust vertical align */
	-moz-background-size: 100% 2px; 	/* line width */
	background-size: 100% 2px; 			/* line width */
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
}
.divider span:first-child {				/* color changes in here */
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
	background-image: -webkit-linear-gradient(180deg, transparent, #000);
	background-image: -moz-linear-gradient(180deg, transparent, #000);
	background-image: -o-linear-gradient(180deg, transparent, #000);
	background-image: linear-gradient(90deg, transparent, #000);
}
.divider span:nth-child(2) {
	color: #000; padding: 0px 5px; width: auto; white-space: nowrap;
}
.divider span:last-child {				/* color changes in here */
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
	background-image: -webkit-linear-gradient(180deg, #000, transparent);
	background-image: -moz-linear-gradient(180deg, #000, transparent);
	background-image: -o-linear-gradient(180deg, #000, transparent);
	background-image: linear-gradient(90deg, #000, transparent);
}

