/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, 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%;
    height:100%;
}
body {
	color:#fff;
    font-family: 'Raleway', sans-serif;
    FONT-WEIGHT:400;
    font-size:20px;
        height:100%;

    background: url(img/black.png);
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

p a{color:#fff;}
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;
}

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

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

}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #000;
    border-radius: 5px;
}

.woocommerce-products-header{
    
    float:left;
    width:100%;
    margin-bottom:30px;
}
/* logo */
.logo {
    
    float:left;
    width:40%;
    margin-top:20px;
    margin-bottom:20px;

}

#carty{
    
    position:absolute;
    top:20px;
    right:20px;
}

.woocommerce-info{display:none;}

input{
    
    width:100%;
    padding:10px;
}

.woocommerce ul.products li.product .price {
    color: #fff;
   
    font-size: 1em;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
 
    color:#fff;
}

.woocommerce-result-count{display:none;}
.woocommerce-ordering{display:none;}

.woocommerce-cart-form__contents{
    
    background-color:#fff;
    color:#000;
}

.woocommerce-breadcrumb{display:none;}

.search{display:none;}

.product_meta{display:none;}

.product-template-default h1{font-size:3.5em;}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #fff;
    font-size: 2em;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ea9e0a;
    background:url(img/noise.png)
    color: #fff;
    -webkit-font-smoothing: antialiased;
    height:70px;
}

.woocommerce-tabs{
    
    display:none;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
        height:70px;

}

.logo-img {

}
/* nav */
.nav {
    
    float:left;
    width:100%;

}

.nav ul{margin:0px; padding:0px;}

.nav li{
    
    list-style:none;
    float:left;
    font-weight:900;
    font-size:1.3em;
    padding:15px;
    text-transform:uppercase;
}

.nav a{color:#fff;}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
    
    display:none;
    float:left;
    width:100%;
    clear:both;

}

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

.title{
    
    text-transform:uppercase;
    font-weight:900;
    display:inline;
    background-color:#000;
    font-size:2em;
    padding:5px;
    color:#fff;
}

.title a{color:#ffffff;}

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

#box1{
    
    float:left;
    width:33.33%;
    height:300px;
    bACKGROUND-COLOR:#EEE;
    position:relative;
    padding-top:100px;
    border-right:solid 15px #000;
            border-top:solid 15px #000;

}


#box2{
    
    float:left;
    width:66.66%;
    height:300px;
    bACKGROUND-COLOR:#EEE;
    position:relative;
    padding-top:100px;
        border-right:solid 15px #000;
        border-top:solid 15px #000;

}


#box3{
    
    float:left;
    width:100%;
    height:400px;
    bACKGROUND-COLOR:#EEE;
    position:relative;
    padding-top:170px;
    border-right:solid 15px #000;
            border-top:solid 15px #000;

}


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

#slide{
    
                background: url(img/noise.png);
position:fixed;
    top:0px;
    right:0px;
    width:70%;
    height:100%;
    z-index:999;
    padding:20px;
    display:none;
}

#slide li{
    
     font-weight:900;
    font-size:1.5em;
    text-transform:uppercase;
    list-style:none;
    float:left;
    width:100%;
    padding:4px;
}

#slide ul{
    
    padding:0px;
    margin:0px;
}

@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
    clear:left;
    width:100%;
}
ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 100%;
  font-size: 1em;
  margin-bottom: 0.5rem;
}
ol li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 5em;
  margin-right: 0.5rem;
  font-family: 'Abril Fatface', serif;
  line-height: 1;
}




#header{
    
    float:left;
    width:100%;
   margin-bottom:40px;
    padding:170px 20% 0px 0%;

}

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


h1,h2,h3,h4,h5{
    
    text-transform:uppercase;
}

h1{
    
    font-size:5em;
    MARGIN:0PX;
    padding:0px;
            background: url(img/noise.png);
  text-transform:uppercase;
    font-weight:900;
    display:inline;
}


H3{
    
    FONT-WEIGHT:900;
    FONT-SIZE:1.5EM;
    
}


H4{
    
    FONT-WEIGHT:900;
    FONT-SIZE:1.5EM;
}


H5{
    
    FONT-WEIGHT:900;
    FONT-SIZE:1.5EM;
     background: url(img/noise.png);
        display:inline;

}


.current_page_item{
    
        background:#000;
    color:#fff;
}

.current_page_item a{
    
    color:#fff;
}

#res{
    
    float:right;
    width:50px;
    margin-top:10px;
    margin-right:0px;
    display:none;
}


.related{
    
    float:left;
    width:100%;
}

.woocommerce-message::before {
    content: '\e015';
    color: #8fae1b;
    display:none;
}



#menu{
    
            background: url(img/noise.png);
position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:9999;
    text-transform:uppercase;
    display:none;
}

.woocommerce-message{float:left; width:100%;}
#menu a{color:#fff;}


#menu ul{padding:0px; margin:0px;}
#menu li{list-style:none;  display:inline-block; padding:0px; margin:0px; font-weight:900; font-size:4em; background-color:#000; color:#fff;}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:800px) {
    
    
    
    h1{
    
    font-size:3em;
    MARGIN:0PX;
    padding:0px;
            background: url(img/noise.png);
  text-transform:uppercase;
    font-weight:900;
    display:inline;
}

    
    
    
    #box1{
        
        width:100%;
    }
    
    #box2{
        
        width:100%;
    }
    
    .title{
    

    font-size:1.5em;
  
}
    
    .nav{display:none;}
    
    #carty{
        
        right:70px;
        width:100px;
        top:10px;
    }
    
    .logo {
    
    float:left;
    width:150px;
    margin-top:20px;
    margin-bottom:20px;

}
    
    #res{
        
        display:block;
    }
    
    #slide li {
    font-weight: 900;
    font-size: 1.2em;
    text-transform: uppercase;
    list-style: none;
    float: left;
    width: 100%;
    padding: 4px;
}

}


/*------------------------------------*\
    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;
	}
}
