@charset "UTF-8";

/**
 * Wordpress integration to any web app
 * (PrestaShop, OpenCart, Magento and more)
 *
 * [no mixing of PHP code or editing of files]
 * [automatically adjust CSS stylesheets]
 *
 * Just install the plugin and the magic is done!
 *
 * http://www.inveostore.com
 *
 * 2025, (c) Inveo s.r.o.
 */

#wordpress *, 
#wordpress *:after, 
#wordpress *:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
#wordpress #wordpress-html {
	font-size:62.5%;
}
#wordpress #wordpress-body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
#wordpress .clear:before, 
#wordpress .clear:after {
    content: ' ';
    display:table;
}
#wordpress .clear:after {
    clear:both;
}
#wordpress .clear {
    *zoom:1;
}
#wordpress img {
	max-width:100%;
	vertical-align:bottom;
}
#wordpress a {
	color:#444;
	text-decoration:none;
}
#wordpress a:hover {
	color:#444;
}
#wordpress a:focus {
	outline:0;
}
#wordpress a:hover, 
#wordpress a:active {
	outline:0;
}
#wordpress input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
#wordpress .wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
#wordpress .header {

}
#wordpress .logo {

}
#wordpress .logo-img {

}
#wordpress .nav {

}
#wordpress .sidebar {

}
#wordpress .footer {

}@font-face  {
	font-family:'Font-Name';
	src:url('/blog/wp-content/themes/liz-minelli/fonts/font-name.eot');
	src:url('/blog/wp-content/themes/liz-minelli/fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('/blog/wp-content/themes/liz-minelli/fonts/font-name.woff') format('woff'),
		url('/blog/wp-content/themes/liz-minelli/fonts/font-name.ttf') format('truetype'),
		url('/blog/wp-content/themes/liz-minelli/fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}



@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) {

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

}
#wordpress .bypostauthor {

}



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