<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: MY responsive Child
Theme URI: http://127.0.0.1/euwp/
Description: Az első responsíve témám
Author: Király Ferenc
Author URI: http://www.yourdomain.com
Template: responsive
Version:0.0.1
*/
@import url("../responsive/style.css");
@media screen and (max-width:480px) {
/* Making the headings red for smartphone users */
h1 {
color: red;
}
.fo{
display:none;
}

.mybox{
	min-width:220px;
	max-width:40%;
	margin:5px;
}
}
@media screen and (min-width:481px) and (max-width:600px) {
.mybox{
	max-width:40%;
	min-width:220px;
	margin:5px;
}
}
@media screen and (min-width:601px) and (max-width:800px) {
/* Making the headings Black targeting PC Users */
h1 {
color:green;
}
.mybox{
	max-width:40%;
	min-width:220px;
	/*min-width:35%;	*/
	margin:5px;
}
}
@media screen and (min-width:760px) and (max-width:1024px) {
/* Making the headings Black targeting PC Users */
h1 {
color:green;
}
.mybox{
	max-width:25%;
	min-width:220px;
	margin:5px;
}
}
@media screen (min-width:1025px) and (max-width:1600px){
/* Making the headings red for smartphone users */
h1 {
color: black;
}
.mybox{
	max-width:25%;
	min-width:220px;
	margin:5px;
}
}

body {
   /*	background: #e2e2e2;*/
  /* font-family: 'Open Sans Condensed', sans-serif;*/
   background-image: url(images/content-bg.jpg);
   background-repeat: repeat;

}
.top-bg{
  width:100%;
  /*min-height:151px;*/
  /*background-image: url(images/header-bg.jpg);
  background-repeat: repeat-x; */

}
 img{max-width:100%};
textarea{padding:5px;border:2px solid #ddd;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box};
#page {
	/*background: #fff;*/

}


/*  style kezdete (my) */
#logo{
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    margin:5px 0px 0px 50px;
    padding:0px;
}

span.site-name a{
  font-family: Open Sans Condensed,sans-serif;
  text-shadow: 1px 1px 1px #aaa;

  margin:-20px 0 0 120px;
  padding:0px 20px 5px 20px;
  /*font-size:48px;*/
  font-size:1.4em;
  color:#997f66;

}
.site-description{
  margin-left:140px;
  font-weight: bold;
  font-size: 1.4em;
  color: #534538;
  margin:2px 0 0 140px;
}


#header{

  max-width: none;
}

ul.menu {
  background-color: transparent;
 /* margin-top:160px;*/
  font-weight: bold;
  color:#000;
  margin:0px 0px 0px 30px;
}
ul.menu{
  padding-top:35px;
}

ul.menu a{
  font-size: 16px;
}
#menu-menu .current-menu-item a{
  color:#f4f0e6;


}


#container {
  margin: 0 auto 0 auto;
}

.wide{
  width:100%;
  min-height:757px;
  background-image: url(images/slider-bg.jpg);
  background-repeat: repeat-x;
}


#footer{
  background-image: url(images/footer-bg.jpg);
  background-repeat: repeat-x;
  max-width: none;
  min-height:135px;
}
/* this code is for changing position size and color of language chooser */
.qtrans_language_chooser {
  list-style-type:none;
   float: right;margin-right:0px;
   /*margin-top:-30px;*/
   display:inline; }
.qtrans_language_chooser li { float:left; margin-right: 10px; margin-top: 0px; font-size: 14px;
}
.qtrans_language_chooser a{
color: #fff;
}
h1, h2, h3{
  font-family: Open Sans Condensed,sans-serif;
  text-shadow: 1px 1px 1px #aaa;
}


 h1.post-title{
   font-family: Open Sans Condensed,sans-serif;
     margin:10px 0 0 0px;
     padding:0px;
     color:#997f66;
 }
 .myboxes{
    /*float:left;*/
   margin:50px 30px 0px 30px;
   padding:0px;
   max-width:100%;
 }


.mybox{
   float:left;
 min-width:220px;
    width:25%;
   color:#534538;
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
     margin: 1% 2%;
	padding: 10px;
	min-height:274px;

}
.mybox h3{
  margin:0px 0px 10px 0px;

}
#wrapper{
	margin-bottom:0px;
}



 /* =Hide whole post meta
-------------------------------------------------------------- */
.post-meta {
    display: none;
}
/* =Hide "Posted on"
-------------------------------------------------------------- */
.posted {
    display: none;
}
/* =Hide date
-------------------------------------------------------------- */
.timestamp {
    display: none;
}
/* =Hide "by"
-------------------------------------------------------------- */
.byline {
    display: none;
}
/* =Hide author
-------------------------------------------------------------- */
.author {
    display: none;
}
/*#magunkrolcontainer{
   margin: 5px auto 40px auto;
}  */
h1.post-title{
  margin: 20px 40px;
}


.post-entry{
   margin:0 40px;

}
.post-entry p{
  margin:10px;
   text-align: justify;
}
#footer-widget-area{
  max-width:940px;
  height: 150px;
  margin:50px auto 0px auto;
  padding:10px;
  }


#footer div#meta-4 {
float: left;
max-width:220px;
margin:20px 50px;
padding:10px;
}

#footer div#categories-3 {
float: left;
margin:20px 50px;
padding:10px;
max-width:220px;

}
  #footer div#search-3 {
float: left;
margin:20px 50px;
padding:10px;
max-width:220px;

}




/* SLIDER css */

.fo {
	border:8px solid #215227;
}


</pre></body></html>