/*
Theme Name: LemnProd
Theme URI: http://lemnprod.com
Author: PB Works
Author URI: http://www.pbworks.ro
Description: Produse din lemn
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: greenprest

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
FONTS
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,300);

/*
RESET & GENERAL
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	background: url('images/bg.jpg') repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}
a {
	color: #555;
	outline: none;
	text-decoration: underline;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
a:hover,
a:active {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}
h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}
h2 {
	font-size: 24px;
	line-height: 1;
}
h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}
h4 {
	font-size: 20px;
	line-height: 1.2;
}
h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}
h6 {
	font-size: 16px;
	line-height: 1.5;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
b,
strong {
	font-weight: 700;
}
em,
i {
	font-style: italic;
}
p {
	margin-bottom: 24px;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
::selection {
	background: #d7cab8;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #d7cab8;
	color: #fff;
	text-shadow: none;
}
input:focus,
select:focus{
	outline: none;
}
.clear{
	clear: both;
}
#page{
	margin: 0 auto;
	width: 960px;
}

/*
HEADER
*/
.header-main{
	height: 150px;
	width: 100%;
}
.site-title{
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 50px;
	margin: 0 0 0 20px;
	padding: 50px 0;
	text-transform: uppercase;
}
.site-title a{
	color: #fc854b;
	font-weight: 400;
	text-decoration: none;
}
.site-title b{
	color: #6a5d56;
	font-weight: 900;
}
.contact-header{
	color: #6a5d56;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	float: right;
	letter-spacing: -1px;
	line-height: 30px;
	margin: 60px 20px 60px 0;
	text-decoration: none;
}
.contact-header i{
	color: #6a5d56;
	font-size: 32px;
	margin-right: 7px;
	vertical-align: -2px;
}

/*
NAVIGATION
*/
.navigation{
	height: 80px;
	width: 100%;
}
.site-navigation ul{
	background-color: #a79479;
	border-radius: 6px 6px 0 0;
	float: left;
	height: 80px;
	list-style-type: none;
	margin: 0;
	text-align: center;
	width: 100%;
}
.site-navigation li{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	margin: 0 10px;
	text-transform: uppercase;
}
.site-navigation li a{
	background-color: #a79479;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0 30px;
	height: 80px;
	letter-spacing: 1px;
	line-height: 80px;
	text-decoration: none;
	text-shadow: 0 2px 1px rgba(0,0,0,0.15);
}
.site-navigation li a:hover,
.site-navigation .current_page_item a{
	background-color: #887963;
}
.menu-primary-container li.menu-item-has-children{
	position: relative;
}
.menu-primary-container li.menu-item-has-children .sub-menu{
	display: none;
}
.site-navigation li:hover.menu-item-has-children .sub-menu{
	background-color: #a79479;
	display: block;
	margin: 0;
	position: absolute;
	z-index: 200;
	left: 0;
	top: 80px;
}
.site-navigation .menu-item-has-children ul{
	border-radius: 0;
	width: 260px;
}
.menu-item-has-children li{
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.site-navigation .sub-menu{
	padding: 0;
}
.site-navigation .sub-menu li{
	margin: 0;
}
.site-navigation .sub-menu li a{
	color: #fff;
	display: block;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 8px 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.site-navigation .sub-menu li a:before{
	color: #fff;
	content: "\e605";
	font-family: "icons";
	font-size: 16px;
	margin-right: 4px;
	vertical-align: -2px;
}
.site-navigation .sub-menu li a:hover{
	color: #6a8347;
	padding-left: 20px;
}
.site-navigation .current_page_item .sub-menu li a{
}
.site-navigation .menu-primary-container li a:hover,
.site-navigation .menu-primary-container .current_page_item a{
	background-color: #a79479;
	color: #fff;
}
.site-navigation .menu-primary-container li:hover > a{
	background-color: #887963;
	color: #fff;
}

/*
SLIDER
*/
.slider{
	float: left;
	height: 450px;
	margin: 30px;
	overflow: hidden;
	position: relative;
	width: 900px;
}
.slides{
	list-style: none;
	margin: 0;
}
.slides li{
	height: 450px;
	width: 100%;
}

/*
CONTENT
*/
#content{
	background: #fafafa;
	border-radius: 0 0 6px 6px;
	color: #555;
	padding: 0 0 20px;
}
#content .block{
	float: left;
	margin: 10px 30px 20px;
}
#content .block-1-2{
	width: 420px;
}
#content .block-1-3{
	width: 260px;
}
#content .block-2-3{
	width: 580px;
}
#content .block-1-2.highlight{
	background: #f7eee3;
	border: 1px solid #E3D9CA;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,1), inset -1px -1px 0 rgba(255,255,255,1);
	font-size: 14px;
	padding: 20px;
	width: 378px;
	list-style: 
}
#content .block-1-3.highlight{
	background: #f7eee3;
	border: 1px solid #E3D9CA;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,1), inset -1px -1px 0 rgba(255,255,255,1);
	font-size: 14px;
	padding: 20px;
	width: 218px;
}
#content .block p{
	font-size: 14px;
	margin: 0;
	line-height: 1.75;
}
#content h1,
#content h2,
#content h3,
#content h4{
	color: #AAA696;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 26px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#page-content h2,
#page-content h3,
#page-content h4{
	color: #878787;
	font-size: 24px;
	line-height: 24px;
}
#content p{
	color: #555;
	font-size: 14px;
	font-weight: 400;
}
#content strong,
#content b{
	font-weight: 700;
}
#content a{
	color: #555;
}
#content .block img{
	height: auto;
	width: 100%;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	opacity: 1;
}
#content .block img:hover{
	opacity: 0.75;
}
#page-content{
	padding-top: 40px;
}
#page-content p{
	font-size: 16px;
	padding-bottom: 10px;
}
#page-content p.promo{
	font-size: 18px;
	font-weight: 700;
}
#page-content .poza{
	border: 5px solid #E3D9CA;
	float: left;
	height: 170px;
	overflow: hidden;
	margin-bottom: 20px;
	width: 250px;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#page-content .poza:hover{
	border: 5px solid #AAA696;
}
#page-content .poza-usa{
	border: 5px solid #E3D9CA;
	float: left;
	height: 230px;
	overflow: hidden;
	margin: 0 50px 20px;
	width: 150px;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#page-content .poza-usa:hover{
	border: 5px solid #AAA696;
}

/*
CONTACT
*/
#content .contact{
	padding-top: 40px;
}
.date-contact p,
.date-contact address,
.date-contact a{
	color: #878787;
	display: block;
	font-size: 24px;
	letter-spacing: -1.5px;
	margin-bottom: 10px;
	text-decoration: none;
}
.date-contact span{
	color: #878787;
	display: block;
	font-size: 18px;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	text-decoration: none;
}
.date-contact address{
	font-size: 20px;
}
.date-contact .icon{
	color: #fc854b;
	font-size: 24px;
	margin-right: 8px;
	vertical-align: -2px;
}
.date-contact address{
	font-style: normal;
}
.date-contact h3{
	margin: 40px 0 10px;
}
.contact .map{
	height: 480px;
	width: 260px;
}
#form label{
	color: #878787;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	height: 34px;
	line-height: 34px;
	margin: 10px 0 0 0;
	width: 100%;
}
#form input{
	background: #fff;
	border: 1px solid #bbb;
	color: #878787;
	font-size: 14px;
	line-height: 20px;
	padding: 7px 10px;
	width: 100%; 
}
#form textarea{
	background: #fff;
	border: 1px solid #bbb;
	color: #878787;
	font-size: 14px;
	height: 100px;
	line-height: 20px;
	max-height: 150px;
	max-width: 100%;
	min-height: 100px;
	min-width: 100%;
	padding: 7px 10px;
	width: 100%; 
}
#form input:focus,
#form textarea:focus{
	border: 1px solid #878787;
}
#form .button{
	background: #af9979;
	border: 0;
	color: #fff;
	height: 39px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 20px 20% 0;
	text-transform: uppercase;
	width: 60%;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#form .button:hover{
	background: #fc854b;
}
#form .success{
	color: #fc854b;
	display: none;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

/*
SIDEBAR
*/
#sidebar h2{
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 10px;
}
#sidebar ul{
	list-style-type: none;
	margin: 0;
}
#sidebar li{
	border-bottom: 1px dotted #596351;
	padding: 0;
	width: 100%;
}
#sidebar li:last-child{
	border-bottom: none;
}
#sidebar li a{
	border: none;
	color: #778070;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 14px;
	padding: 7px 0;
	margin: 0 5px;
	text-decoration: none;
}
#sidebar li a:hover,
#sidebar .current_page_item a{
	color: #f8f8f8;
	margin-left: 15px;
}

/*
FOOTER
*/
.site-footer{
	font-size: 14px;
}
.site-info{
	color: #6a5d56;
	padding: 20px 0;
	text-align: center;
}
.site-info a{
	color: #6a5d56;
	text-decoration: none;
}
.site-info a:hover{
	color: #6a5d56;
	text-decoration: underline;
}

/*
ICONS
*/
@font-face {
	font-family: 'icons';
	src:url('icons/icons.eot?d7oegn');
	src:url('icons/icons.eot?#iefixd7oegn') format('embedded-opentype'),
		url('icons/icons.woff?d7oegn') format('woff'),
		url('icons/icons.ttf?d7oegn') format('truetype'),
		url('icons/icons.svg?d7oegn#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
	content: "\e600";
}
.icon-mail:before {
	content: "\e601";
}
.icon-address:before {
	content: "\e602";
}
.icon-clock:before {
	content: "\e606";
}
.icon-facebook:before {
	content: "\e60a";
}
.icon-arrow-right-thin:before {
	content: "\e605";
}