/*
 * Theme Name:     Twenty Twelve Child
 * Theme URI:      http://azzurradesign.it/
 * Description:    A simple Child theme for the Twenty Twelve theme to Add Social Icons in Header
 * Author:         Author
 * Author URI:     http://azzurradesign.it/
 * Template:       twentytwelve
 * Version:        0.1.0
 * */

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


/*
 * body background
 */
body {
      /*  background-image:url('/wp-content/uploads/2018/10/background_home.jpg'); */
      /*  background-image:url('https://www.azzurradesign.it/wp-content/themes/twentytwelve-child/1px_black.jpg'); */
      /*  background-attachment:fixed; */
        background-color: #000000;
     /*   background-size: 100%;*/
     /*   color: #141412;  */
        color: #141412;
        line-height: 1.5;
        margin: 0;
}



/*
 * --- Social Icons On Header ---
 */
#social-icons-top {
	float: right;
	width:275px;
	z-index:-9999;
}

#social-icons-top img {
	float:right;
	height:40px;
	width:40px;
	margin:0;
	margin-left:20px;
}

/* --- Mostra i menu lunghi normalmente nascosti ---
* https://wordpress.org/support/topic/menu-cut-off-twenty-twelve-theme
* https://wordpress.org/support/topic/menu-truncated-vertically-twentytwelve
*/ 
.site {
 overflow: visible;
}

.site-header h1 {
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.0;
	margin-bottom: 0;
	width: 100px;
	display:inline-block;
}




/* page with two columns
 *  *  *    source:  http://ulyssesonline.com/2007/08/01/create-a-2-column-wordpress-page/ */

.twocolumns {
	width:25%;
	float:left;
	padding:0 0 0 60px;
	margin:0 0 20px 0;
        text-align: center;
}

.threecolumns {
	width:18%;
	float:left;
	padding:0 0 0 60px;
	margin:0 0 20px 0;
	text-align: center;
}

/* remove page title */
.page .entry-title { display: none; }


/* prevent -Meta Slider- from hiding drop down menu */
/* src http://wordpress.org/support/topic/drop-down-menu-hides-behind-slider?replies=20 */
#nav ul {
	z-index: 9999;
}

.main-navigation li a, .main-navigation li {
	z-index: 9999;
}


/* Resize drop down menu height */ 
.main-navigation li ul li a {
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	padding: 5px 7px;
	padding: 0.35714286rem 0.5rem;
	width: 170;
	width: 12.14285714rem;
	white-space: normal;
}


/*define drop down menu hover color */
.main-navigation li ul li a:hover {
	background: #d1d8eb;
	color: #444;
}


/* riduzione spazio top pagina - ex title margin */
/* rem calculator http://foliovision.com/2013/03/responsive-design-calculator */
/* Page structure */
.site-content {
	margin: 0px 0 0;
	margin: 0rem 0 0;
} 

/* sezione Header presa dal parent style.css */
.site-header {
	padding: 24px 0 0;
	padding: 1.714285714rem 0 0;
}





/* rimozione spazio e linee fine pagina */
.site-content article {
	/*border-bottom: 0px double #ededed;
	margin-bottom: 2px;
	margin-bottom: 0.14285714rem;
	padding-bottom: 2px;
	padding-bottom: 0.14285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
	/* update 15/09/2020
	DISABLE AUTO-HYPHENATION / DISABILITARE AUTO-SILLABAZIONE
	rif. http://www.zaposphere.com/remove-auto-hyphenation-in-wordpress/
	Remove automatic hyphenation */
	border-bottom: 0px double #ededed;
	margin-bottom: 2px;
	margin-bottom: 0.14285714rem;
	padding-bottom: 2px;
	padding-bottom: 0.14285714rem;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}


/* meta slider lite caption customization */
/* source css path */
/* /web/htdocs/www.azzurradesign.it/wp-content/plugins/ml-slider/assets/metaslider/public.css */
.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
	padding: 0px 10px !important;
}

.metaslider .caption-wrap,
.metaslider .cs-title,
.metaslider .nivo-caption {
	background: white !important;
/*	color: cyano !important;*/
	color: black !important;
	opacity: 0.35 !important;
}


/* disabile hypenation */
/* .site-content article {
	word-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
} */


/* disable image border */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}


/*
hide hatom strings from pages and articles
http://www.guadagnareconunblog.com/2014/09/errori-dati-strutturati-wordpress/
*/
.hatom-extra {
    display: none;
}

