/*  
Theme Name: Sonica Sandbox [Ingegno]
Theme URI: http://www.sonicalab.it/
Description: A responsive sandbox theme for wordpress
Version: 6.0
Author: Sonica Lab snc
Author URI: http://www.sonicalab.it
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html { 	font-size:62.5%;}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after { clear:both;}
.clear {*zoom:1;}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus { outline:0;}
a:hover,a:active { outline:0;}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/*--- HELPERS
================================================== */
.no-text {display:none; visibility:hidden;}
.uppercase {text-transform:uppercase;}

.left { float:left; }
.right { float:right; }

.no-display { display:none; }
.no-border { border:none !important; }
.no-bg { background:none !important; }
.no-margin { margin:0 !important; padding:0 !important; }

.hug { margin-top: 0 !important;}

.spacer-10 {height:10px; overflow:hidden;}
.spacer-20 {height:20px; overflow:hidden;}

.mobile-only {display:none; visibility:hidden; }

.relative {position:relative;}
.absolute {position:absolute;}

.marg-total-10 {margin:10px;}
.marg-total-20 {margin:20px}
.marg-vert-10 {margin-top:10px; margin-bottom:10px;}
.marg-vert-20 {margin-top:20px; margin-bottom:20px;}
.marg-or-10 {margin-left:10px; margin-right:10px;}
.marg-or-20 {margin-left:20px; margin-right:20px;}
.marg-bott-20 {margin-bottom:20px !important;}
.marg-rx-10 {margin-right:10px !important;}
.marg-rx-20 {margin-right:20px !important;}
.marg-lx-10 {margin-left:10px !important;}
.marg-lx-20 {margin-left:20px !important;}
.marg-top-20 {margin-top:20px !important;}

.padd-total-10 {padding:10px !important;;}
.padd-total-20 {padding:20px !important;;}
.padd-vert-10 {padding-top:10px; padding-bottom:10px;}
.padd-vert-20 {padding-top:20px; padding-bottom:20px;}
.padd-top-20 {padding-top:20px;}
.padd-or-10 {padding-left:10px; padding-right:10px;}
.padd-or-20 {padding-left:20px; padding-right:20px;}

.radius-4 {-webkit-border-radius: 4px;	-moz-border-radius: 4px; border-radius: 4px;}
.radius-10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.radius-20 { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}

.talign-c {text-align:center;}
.talign-j {text-align:justify;}
.talign-lx {text-align:left;}
.talign-rx {text-align:right;}

.border {border: 1px solid #eee;}
.border-lx {border-left: 1px solid #eee; padding-left:20px; overflow:hidden;}
.border-rx {border-right: 1px solid #eee; }
.border-bottom {border-bottom: 1px solid #eee; padding-bottom:20px; }
.border-top {border-top: 1px solid #eee; padding-top:20px; }

.divider-or {
	height:1px;
	background-color:#eee;
	overflow:hidden;
	display:block;
	width:100%;
	margin:20px 0;
}

.divider-lx {padding-left:20px;	border-left:1px solid #ddd;}
.divider-rx {padding-right:20px; border-right:1px solid #ddd;}

img.greyscale {
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.greyscale:hover {
	 -webkit-filter: grayscale(0%);
}

/*--- COLORS
================================================== */

.white {color:#fff !important;}

.gray-10 {color:#f4f4f4 !important;}
.gray-20 {color:#ddd !important;}
.gray-30 {color:#ccc !important;}
.gray-40 {color:#bbb !important;}
.gray-50 {color:#999 !important;}
.gray-60 {color:#666 !important;}
.gray-70 {color:#333 !important;}
.gray-80 {color:#222 !important;}
.gray-90 {color:#111 !important;}

.white-bg {background-color:#fff !important;}

.gray-10-bg {background-color:#f4f4f4 !important;}
.gray-20-bg {background-color:#ddd !important;}
.gray-30-bg {background-color:#ccc !important;}
.gray-40-bg {background-color:#bbb !important;}
.gray-50-bg {background-color:#999 !important;}
.gray-60-bg {background-color:#666 !important;}
.gray-70-bg {background-color:#333 !important;}
.gray-80-bg {background-color:#222 !important;}
.gray-90-bg {background-color:#111 !important;}

.darker {background-color: rgba(255, 255, 255, 0.5) !important;}
.lighter {background-color: rgba(0, 0, 0, 0.5) !important;}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
