/* ============================
                TARTALOMJEGYZÉK
Widget
TinyMCE Custom Style
ADV. POST LIST
     ALAP 
     Felnőttkönyvtár Programok
     Widget programok
Képgaléria
============================*/

/* ============================
Widget
============================*/
.widget-title{
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    color: white;
    background: #6495ED;
}


/* ============================
             TinyMCE Custom Style
============================*/

.penz{
    text-align:right}

.szoveg{
    text-align:left;
    font-family:Georgia;
    font-size: 12pt;}

.bibl{
    font-style: italic;}

.menu2{
    font-size: 12pt;
    margin: 0px;
}

/* ============================
ADV. POST LIST
     ALAP 
============================*/

.Title{
    color:white;
    background:#A9A9A9;
    font-size:18pt;
    text-align:center;}

a.Title:visited{
    color:white;}

.imgClass{
    background-color: #e6f3ff;
    box-shadow: 10px 10px 5px grey;
    border: 6px solid #99ceff;
    border-radius: 10px;
    padding: 10px;
    width: 250px;
    text-align: center;}

.content{
    margin-left: 30px;
    width:350px;
}

.content2{
    margin-left: 0px;}

.flexb{
    display: flex;
    flex-wrap: wrap;
}

.keret{
    background-color: #f6f6f6;
    border: 20px solid #f2f2f2;
    border-radius: 10px ;
    padding: 5px;
    overflow: auto;}

.megnev{
		text-decoration: underline;
  	margin:0px;
}

.megnev_field{
  	margin:0px 0px 16px 16px;
}

/* ============================
ADV. POST LIST
Felnőttkönyvtár Programok,  
============================*/


/* ============================
ADV. POST LIST
Widget programok  
============================*/
.widgetTitle{
    margin-left:110px;
    text-align:left;
    font-size:12pt;
    line-height: 1.0;}

.widgetImg{
    background-color: #e6f3ff;
    box-shadow: 4px 5px 6px grey;
    float: left;
    margin-bottom:5px;
    border: 3px solid #99ceff;
    border-radius: 5px;
    padding: 5px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    resize: both;}

.widgetExcerpt{
    text-align:left;
    word-break: keep-all;
    margin-left:110px;
    font-size:12px;
    color:black;}

.widgetKeret{
   margin:0pt;
    background-color: #f6f6f6;
    border-radius: 2px ;
    padding: 0px;
    overflow: auto;}

/* ============================
ADV. POST LIST
Könyvesbolt
============================*/

.group_kbolt{
    position: relative;
    left: -30px;}

.Title_kbolt{
    color:white;
    background:#A9A9A9;
    font-size:14pt;
    text-align:center;}

a.Title_kbolt:visited{
    color:white;}

.imgClass_kbolt{
    background-color: #e6f3ff;
    box-shadow: 10px 10px 5px grey;
    float: left;
    border: 0px solid #99ceff;
    border-radius: 10px;
    padding: 10px;
    width: 250px;}

.content_kbolt{
    margin-left: 270px;}

.keret_kbolt{
    background-color: #f6f6f6;
    border: 20px solid #f2f2f2;
    border-radius: 10px ;
    padding: 5px;
    overflow: auto;}

/* ============================
ADV. POST LIST
Játszószoba
============================*/

.Title_jsz{
    background:#A9A9A9;
    font-size:18pt;
    text-align:center;}

a.Title_jsz:visited{
    color:white;}

.imgClass_jsz{
    background-color: #e6f3ff;
    box-shadow: 10px 10px 5px grey;
    float: left;
    border: 6px solid #99ceff;
    border-radius: 10px;
    padding: 10px;
    width: 250px;}

.content_jsz{
    margin-left: 270px;}

.keret_jsz{
    background-color: #f6f6f6;
    border: 20px solid #f2f2f2;
    border-radius: 10px ;
    padding: 5px;
    overflow: auto;}



/* ============================
Képgaléria
============================*/

.gallery_keret{
    margin:10px;
    background-color: #e6f3ff;
    box-shadow: 4px 5px 6px grey;
    border: 3px solid #99ceff;
    border-radius: 5px;
    padding: 5px;
}
.gallery-item{
    margin:20px;
}


.tartalom{
    margin:0px;
    padding:0px;
    border:0px}

#myDIV {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: lightblue;
    margin-top: 20px;
}

/* ============================
Hónapló
============================*/
.issuuembed{
	height: 400px;
	}

.gomb:hover{
	text-decoration: none;
  opacity: 0.5;
	transition: opacity .3s ease-in-out;
}
a:hover{text-decoration: none;}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.box {
  float: left;
  width: 150px;
  height: 150px;
  margin-left: 10%;
}