/*@import 'https://fonts.googleapis.com/css?family=Oswald:300,400|UnifrakturCook:700';*/
/*
	Theme Name: Iron-Pegasus Records
	Description: Iron-Pegasus Records WordPress Theme
	Version: 0.1
	Author: Thorsten Schneiders
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 15px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*font:300 15px/1.4 'Oswald', sans-serif;*/
	color:#ccc;
	background: #000 url('/iron-pegasus/themes/ironpegasus/img/bg-dark.jpg') center center no-repeat fixed;
}
hr{
    box-sizing: content-box;
    height: 0;
    clear: both;
    background: none;
    border: 1px solid #777;
    border-top: none;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

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

/* wrapper */
.wrapper {
	max-width:100%;
	width:1080px;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
    width: 100%;
    background-color: #999;
}
.logo-img {
	width: 100%;
	height: auto;
}
/* nav */
.nav {

}
.nav {
	display: block;
	position: relative;
	background: #000 url('/iron-pegasus/themes/ironpegasus/img/navbg-dark.png') center center no-repeat;
}
.nav::before,
.nav::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #000 url('/iron-pegasus/themes/ironpegasus/img/line-h-dark.png') center center no-repeat;
	display:block;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li {
	display: inline-block;
}
.nav a {
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
    line-height: 36px;
    text-decoration: none;
    font-family: sans-serif;
    color: #919fbb;
    text-transform: uppercase;
    font-weight: 700;
}
.nav a:hover {
	color: #d1d2d4;
}

ul.sub-menu {
    position: absolute;
    background: #22222e;
    min-width: 200px;
    display: none;
    z-index: 20;
}
ul.sub-menu li {
    display: block;
    float: none;
    position: relative;
    
}
ul.sub-menu li:hover {
	background-color: #161826;
}

ul.sub-menu li a {
    font-family: sans-serif;
    font-size: 1.2em;
    display: block;
    line-height: 30px;
     border-top: 1px solid #373a4c;
     border-bottom: 1px solid #0d0f1c;
     text-transform: none;
     font-weight: 300;
}
ul.sub-menu .sub-menu {
    left: 100%;
    top: 0;
    z-index: 30;
}
ul.sub-menu .sub-menu li {
	background-color: #161826;
}
ul.sub-menu .sub-menu li:hover {
	background-color: #10121e;
}
.nav li:hover > ul.sub-menu,
ul.sub-menu li:hover > ul {
	display: block;
}

main {
	float: left;
	width: 770px;
	padding: 20px 10px;
	max-width: 100%;
}
/* sidebar */
.sidebar {
	float: right;
	width: 300px;

}
.sidebar-widget > div {
    margin: 0 0 20px;
    background-color: #222;
    padding: 0 0 0.5em;
}
.sidebar-widget > div p {
    padding-left: 1em;
}
/* footer */
.footer {
    clear: both;
    padding: 20px;
    text-align: center;
}


#container {
	float: left;
	width: 770px;
	padding: 20px 10px;
	max-width: 100%;
}
h1 {
    font-size: 1.6em;
    margin: 0 0 0.5em;
    border-bottom: 1px solid #777;
    font-weight: 700;
    text-transform: uppercase;
}


ul.catlist {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #222;
}
ul.catlist li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.catlist li a {
	padding: 0 10px;
	line-height: 2.4;
	font-size: 1.2em;
	display: block;
}
ul.catlist li.active a,
ul.catlist li a:hover {
	background-color: #333;
}
ul.subcats {
	clear:both;
    margin: 0;
    padding: 0;
    list-style: none;	
	background-color: #333;
    position: absolute;
    left: 0;
    width: 100%;
    display: none;	
}
.active ul.subcats {
	display: block;
}
ul.subcats li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.subcats li a {
	padding: 0 6px;
	line-height: 2.4;
	font-size: 1.2em;
	display: block;
}
ul.subcats li a:hover,
ul.subcats li.active a {
    background-color: #444;
}



/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.woocommerce ul.products {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}
.woocommerce ul.products li.product .button {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 10px;
    width: calc(100% - 8px);
    text-align: center;
    right: 0;
    margin: auto auto 10px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
    padding: 4px 4px 56px;
    position: relative;
    width: 22%;
    border-bottom: 1px solid #fff;
    background-color: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	 background-color: #333;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.woocommerce ul.products li.product h3 {
	color: #b5bdce;
	font-weight: 300;
	font-family: sans-serif;
	font-size: .9rem;
	line-height: 1.2;

}
.woocommerce ul.products li.product .price {
	color: #fff;
}
.related.products {
    clear: both;
    margin: 0;
    padding: 80px 0 0;
}
.woocommerce div.product .product_title {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.8em;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    background: #ccc;
    border: none;
    border-radius: 4px;
    padding: 6px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: .9em;
    line-height: 1.2;
}



.product h2{
	font-size:2rem;
	clear:both;
	margin: 0 0 .6rem;
	padding:0;
}


/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/
.sidebar {
    float: right;
    width: 300px;
    margin: 56px 10px 0 0;
}
.sidebar h3 {
	font-family: sans-serif;
    margin: 0;
    padding: 0.5em;
    background-image: url('/iron-pegasus/themes/ironpegasus/img/navbg-dark.png');
}
.sidebar-widget > div {
    margin: 0 0 20px;
}
ul.product-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.product-categories li {
    margin: 0;
    padding: 0;
}
ul.product-categories li a {
	display: block;
	background-color: #000;
	padding: 4px 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
    color: #b5bdce;
}
ul.product-categories li.current-cat a,
ul.product-categories li a:hover {
	 background-color: #333;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 4px 0 0 1em;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 1em;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 300;
    background-color: #444;
    padding: 4px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
main .woocommerce .products ul:after,
main  .woocommerce .products ul:before,
main .woocommerce ul.products:after,
main .woocommerce ul.products:before {
	display: none;
}



#contentwrapper article {
    padding: 0 0 60px;
    margin: 0 0 60px;
    border-bottom: 2px solid #777;
    position: relative;
}
#contentwrapper article:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: auto;
    width: 92px;
    background-image: url('/iron-pegasus/uploads/2016/09/skull_DEATH.jpg');
    height: 60px;
    background-position: center;
    background-size: cover;
    border-left: 10px solid #000;
}
a.more-link {
    font-weight: 700;
    color: #fff;
}
a.more-link:hover {
    text-decoration: underline;
}
.shop_table th {
    background-color: #222;
}

/*------------------------------------*\
    woocommerce custom
\*------------------------------------*/
.woocommerce-message {
    border-top-color: #777;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #333;
    color: #ccc;
}
form.woocommerce-product-search {
    display: block;
    padding: 1em 0 0.5em 1em;
}
input[type="submit"] {
    width: 30%;
}
input#woocommerce-product-search-field {
    width: 60%;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #3d5f69;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #00335b;
    color: #fff;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #333;
    border-radius: 5px;
}
.product_meta {
    display: none;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #fcfcfc;
}
.textwidget .woocommerce ul.products li.product {
    width: 50%;
    margin: 0;
}
.textwidget .woocommerce ul.products li.product h3 {
    background: none;
}
/*------------------------------------*\
    SHOPPING CARD
\*------------------------------------*/
.woocommerce .quantity .qty {
    background: #444;
}
tr.cart_item td {
    border-bottom: 1px solid #444;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



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


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


@media all and (max-width:728px) {

	.sidebar {
	    float: none;
	    width: 100%;
	    margin: 40px 0 0 0;
	    clear:both;
	}

	.alignnone,
	.wp-caption.alignnone,
	.alignleft,
	.alignright {
	    margin: 5px 0 20px 0 !important;
	}


	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce div.products div.product,
	.woocommerce-page div.products div.product {
	    float: left;
	    padding: 4px 4px 56px;
	    position: relative;
	    width: 48%;
	    border-bottom: 1px solid #fff;
	    background-color: #000;
	    -webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    transition: all 0.2s ease;
	    box-sizing: border-box;
	    margin: 20px 1%;
	}

}



@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 auto 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;
	}
}


/*
 * responsive video
 */
.embeddedvideo {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 0 1rem;
	padding-bottom: 56.25%;
}
.embeddedvideo > iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





.tnp-widget {
    padding: 15px 15px 0 !important;
}
.tnp-widget input[type=text],
.tnp-widget input[type=email],
.tnp-widget input[type=submit],
.tnp-widget select {
	padding: 0.5rem;
    background-color: #f4f4f4;
    color: #333;
    font-size: 15px;
    width: 100%;
    line-height: 2rem;
}
.tnp-field label {
    display: block;
}
.tnp-field.tnp-field-privacy {
    padding: 1rem 0;
}