/* # 
Theme Name: PastaQueen - Shutdown
Theme URI: https://www.makeworthymedia.com/
Description: Theme for shutdown PastaQueen site.
Author: Makeworthy Media
Author URI: https://www.makeworthymedia.com/
Template Version: 1.0
License: GPL-3.0+
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
*/



/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: table;
}

.clear {
	clear: both;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */


/* ## Fonts
--------------------------------------------- */


/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 18px;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #2F6C92;
	text-decoration: underline;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline:0;
}

p {
	margin: 20px 0px;
	padding: 0;
}

.entry-content {
	text-align: center;
}


b,
strong {
	font-weight: bold;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}


/* ## Headings
--------------------------------------------- */

h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0 10px;
	line-height: 1.2;
}

/* ## Objects
--------------------------------------------- */


img {
	height: auto;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

.site-container {
	background-color: #fff;
}

.wrap {
	margin: 0 auto;
	max-width: 600px;
	padding: 0 15px
}

.content {
	overflow: hidden;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	padding: 10px 0;
	text-align: center;
}

.title-area img {
	margin: 0 auto;
}

.title-area a {
	display: block;
	text-indent: -9999px;
	background: url('images/pq-logo.png') no-repeat #fff;
	width: 375px;
	height: 142px;
	margin: 0 auto;
}

.title-area a:hover {
	background-position: 0 -142px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	float: left;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


/* Make header logo smaller on mobile */
@media only screen and (max-width: 480px) {
	
	.moving-banner .text-wrapper {
		max-width: 300px;
		margin: 0 auto;
		display: block;
	}

	.title-area a {
		background-image: url('images/pq-logo-smaller.png');
		width: 280px;
		height: 106px;
	}

	.title-area a:hover {
		background-position: 0 -106px;
	}
}


/* ## Column Classes
--------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
}

.site-inner {
	clear: both;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */


/* # Positioning, display, and max-width
--------------------------------------------- */
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.inline-block {
	display: inline-block;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */


/* Force menu to appear if you're resizing browser */
@media only screen and (min-width: 1025px) {

}

/* iPad in Landscape view */
@media only screen and (max-width: 1024px) {

}


/* 1px below iPad portait view */
@media only screen and (max-width: 767px) {
	

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	
	body > div,
	body,
	.drawer, 
	.drawer p,
	ol,
	ul,
	li {
		font-size: 16px;
	}


	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	.site-header,
	.site-footer,
	.back-to,
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.nav-area,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -50px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
	
	.entry-content ul,
	.entry-content ol {
		margin-left: 20px;
	}
	
	.content ol li {
		margin-left: 0px;
	}
	
	.entry-content ul li,
	ul li {
		list-style-type: disc;
		padding-left: 0;
	}


}

