/*
Theme Name: okoglass
Theme URI: http://www.okoglass.hu
Description: Wordpress sablon az okoglass.hu weboldalhoz
Version: 0.1
*/

/* css.reset */

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* css.defaults */

body{background:#ccc no-repeat;font-family:tahoma;font-size:13px;color:#000}
.clear,.clearer{clear:both}
.last-item{border-right:0}
.first-item{border-left:0}
strong,b{font-weight:bold}
p{margin-bottom:7px}
a{outline:0;color: #f7802c;}

body {
  background-size: 100% auto;
  background-attachment:fixed;
}

em, i {
  font-style: italic;
}

/* global classic */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.transparent {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.hidden {
  display: none;
}


/* elements */

#wrapper {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  background: #93979f url(img/okoglass_bg.jpg) no-repeat;
   -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
  position: relative;
}

#content {
  background-color: #fff;
  line-height: 1.5;
  font-size: 14px;
  color: #000;
  padding: 30px 30px 80px 30px;
  font-size: 16px;
}

#footer {
  padding: 30px;
  color: #666;
  background-color: #232323;
  font-size: 16px;
}

#footer a {
  color: #999;
}

/* content's items */

#content p {
  text-align: justify;
  margin-bottom: 15px;
}

#content ul {
  list-style: disc;
  margin: 15px 30px;
}

#content ul li {
}

#content h1 {
  font-family: tahoma;
  color: #3d4c08;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: normal;
  padding: 0 0 0 0;
}

#content h2 {
  color: #3d4c08;
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: normal;
}

#content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignright {
	margin: 0 0 15px 20px;
	display: inline;
}

#content img.alignleft {
	margin: 0 20px 15px 0;
	display: inline;
}

/* footer */

/* form */

.a_form label {
  float: left;
  width: 300px;
  display: block;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: right;
  padding-top: 5px;
}

.a_form input, .a_form select {
  width: 300px;
  float: left;
  display: block;
  border: 3px solid #ccc;
  padding: 7px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.a_form br {
  clear: both;
}

.a_form input#a_num_samples {
  width: 30px;
  margin-right: 15px;
}

.a_form input#a_attachm {
  border: 0;
}

.a_form input#a_submit {
  background-color: #f7802c;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  font-size: 15px;
}

.a_form span.star {
  color: red;
  display: inline-block;
  margin-left: 10px;
  font-style: italic;
  font-size: 12px;
  font-family: tahoma;
}

#header {
  height: 260px;
  position: relative;
}

#header h1 {
  display: none;
}

#header_title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 500px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  text-shadow: 1px 1px 2px #000000;
}

#header_logo {
  position: absolute;
  top: 30px;
  left: 20px;
}

#header_contact {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 25px;
  font-family: tahoma;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-shadow: 1px 1px 2px #000000;
}

#header_contact a {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
}

#header_promo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: #e32222;
  padding: 15px;
  width: 380px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

#menu {
}

#menu ul {
  background-color: #3d4c08;
  display: flex;
}

#menu ul li {
  display: block;
}

#menu ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 19px;
  padding: 20px 20px;
  display: block;
  line-height: 1.5;
}

#menu ul li.current-menu-item a {
  background-color: #fff;
  color: #000;
}


#tanacsadas-urlap {
  margin: 30px 0;
}

#tanacsadas-urlap input[type="text"],
#tanacsadas-urlap label,
#tanacsadas-urlap textarea
 {
  float: left;
}

#tanacsadas-urlap input[type="text"],
#tanacsadas-urlap input[type="submit"],
#tanacsadas-urlap textarea
 {
border: 3px solid #ccc;
padding: 6px;
font-weight: bold;
width: 350px;
margin-bottom: 7px;
font-family: tahoma;
font-size: 15px;
}

#tanacsadas-urlap input[type="checkbox"] {
}

#tanacsadas-urlap .gdpr {
  display: block;
  text-align: left;
  padding: 20px;
  background-color: #eee;
  margin-bottom: 20px;
  margin-top: 20px;
}

#tanacsadas-urlap br {
  clear: both;
}

#tanacsadas-urlap label {
  width: 200px;
}

#tanacsadas-urlap textarea {
  width: 350px;
  height: 200px;
}

#tanacsadas-urlap input[type=submit] {
  width: 150px;
  background-color: #3d4c08;
  color: #fff;
  border: 3px solid #3d4c08;
}

#facebook_icon {
  position: absolute;
  top: 140px;
  left: -50px;
}

#facebook_icon img {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1000px) {

#header_logo img {
  max-width: 90%;
  height: 80px;
  width: auto;
}

#wrapper {
  width: 100%;
}

#content {
  padding: 15px;
}

#facebook_icon {
  display: none;
}

#header {
  height: auto;
}

#header_promo {
  display: none;
}

#header_logo {
  position: relative;
  top: auto;
  left: auto;
  padding: 20px;
}

#header_contact {
  position: relative;
  top: auto;
  right: auto;
  padding: 0 20px;
}

#header_contact ul li {
  display: inline-block;
  padding-right: 20px;
}

#header_title {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  padding: 0 20px 20px 20px;
}

#menu ul {
  display: block;
}

#menu ul li {
  display: block;
}

#menu ul li a {
  padding: 10px 20px;
}

}

@media screen and (max-width: 576px) {
  #header_contact {
    display: none;
  }

  #header_logo {
    padding: 10px 10px 10px 20px;
  }

  #header_title {
    font-size: 20px;
    padding: 0 10px 10px 20px;
  }

  #footer table td {
    display: block;
    width: auto !important;
    text-align: left !important;
  }


}

@media screen and (max-width: 350px) {

#tanacsadas-urlap input[type="text"],
#tanacsadas-urlap textarea
 {
   max-width: 100%;
}

}
