/*
Theme Name: Articone
Theme URI: http://articone.youngdev.nl
Author: Young Webdevelopment
Author URI: http://youngdev.nl
Description: Wordpress theme for Articone
Version: 1.0
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Articone

This theme is copyrighted by Young Webdevelopment
*/

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

@font-face {
    font-family: Formata;
    src: url('assets/fonts/FormataOutline.otf');
}

/*-----------------------*/
/*-------- Rules --------*/
/*-----------------------*/

html, body {
	margin:0;
	padding:0;
	font-family:'Pathway Gothic One', sans-serif;
}

h1, h2, h3, h4, h5 {
	margin:0;
	font-weight:300;
}

h1,h2 {
	color:#333;
}

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

h3, h4, h5 {
	color:#666;
}

div.wrapper {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width:1300px;
	max-width:100%;
	display:block;
	margin:0 auto;
	margin-top:30px;
}

div.wrapper:first-child {
	margin-top:0;
}

/*-----------------------*/
/*-------- Header -------*/
/*-----------------------*/

div.top {
	height:25px;
	width:100%;
	display:inline-block;
	background-color:#5E6174;
}

div.social-media {
	float:left;
	margin-left:4px;
}

div.social-media a {
	padding:4.5px 4px;
	line-height:26px;
}

div.social-media a i {
	color:#fff;
}

div.cart {
	float:right;
	line-height:25px;
	margin-right:8px;
}

div.cart a {
	text-decoration:none;
}

div.cart span {
	font-size:10px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
}

div.cart i {
	color:#fff;
	text-decoration:none;
}

div.middle {
	width:100%;
	display:inline-block;
}

div.middle div.logo-left, div.middle div.logo-right {
	display:inline-block;
}

div.middle div.logo-left {
	float:left;
	margin-top:20px;
}

div.middle div.logo-left h1.page-title {
	font-size:40px;
	font-family:Phosphate;
	background: -webkit-linear-gradient(#eee, #000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

div.middle div.logo-right {
	float:right;
	width:300px;
}

div.middle div.logo-right img {
	max-width:100%;
}

div.middle img.nail {
	position:absolute;
	left:0;right:0;
	margin-left:auto;margin-right:auto;
	width:27px;
}

div.bottom {
	display:inline-block;
	width:100%;
	text-align:center;
}

div.bottom div.nav {
	display:block;
	width:auto;
	margin:0 auto;
	height:44px;
	background-color:#C2C4C7;
}

div.bottom div.nav ul {
	margin:0;
	padding:0;
	text-align:center;
}

div.bottom div.nav ul li, div.bottom div.nav ul li a {
	display:inline-block;
	text-decoration:none;
	color:#EC644B;
	line-height:46px;
	font-size:17px;
	text-transform:uppercase;
}

div.bottom div.nav ul li a:hover {
	text-decoration:underline;
}

div.bottom div.nav ul li a {
	padding:0px 17px;
}

div.bottom div.gradient {
	display:block;
	width:100%;
	height:5px;
	background: red; 
	background: -webkit-linear-gradient(#EF9751, #CC834D, #EF9751); 
	background: -o-linear-gradient(#EF9751, #CC834D, #EF9751); 
	background: -moz-linear-gradient(#EF9751, #CC834D, #EF9751); 
	background: linear-gradient(#EF9751, #CC834D, #EF9751); 
}

/*-----------------------*/
/*-------- Body ---------*/
/*-----------------------*/

svg {
	overflow:visible;
}

div.boxes {
	width:100%;
}

div.boxes p {
	text-align-last:justify;
	margin:0px;
	line-height:30px;
}

div.boxes div.box:first-child {
	width:262px;
}

div.boxes p:first-child, div.boxes p:last-child {
	font-family:Formata;
	letter-spacing:7px;
	font-size:50px;
	text-transform:uppercase;
}

div.boxes p:last-child {
	line-height:50px;
}

div.boxes p:first-child {
	line-height:35px;
	margin-top:12px;
}

div.boxes p:nth-child(2), div.boxes p:nth-child(3) {
	font-family:Helvetica;
	font-weight:bold;
	text-transform:uppercase;
}

div.boxes p:nth-child(2) {
	font-size:20px;
	letter-spacing:6px;
}

div.boxes p:nth-child(3) {
	font-size:30px;
	letter-spacing:9px;
}

div.box {
	display:inline-block;
	float:left;
}

div.box:nth-child(2), div.box:nth-child(3), div.box:nth-child(4) {
	border:3px solid #333;
	width:200px;
	height:155px;
	margin-left:45px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

/*-----------------------*/
/*-------- Media --------*/
/*-----------------------*/

@media(max-width:1330px) {
	div.wrapper {
		width:90%;
	}
}