/*
Theme Name: Gridframe Child
Template: gridframe
Autor: Attila
*/

.image-container {
    position: relative;
}

.image-container img {
    max-height: 400px;
    object-fit: cover;
}

.image-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: white;
    background-color: #d30700;
    padding: 2px 8px;
    border: rgba(255, 255, 255, 0.57) 1px solid;
    font-size: .9em;
}
.image-text:hover {
    background-color: green;
}


.arak {
    color: #346e8c;
    margin: 20px 0 5px;
    display: block;
    border: 1px lightblue solid;
    background-color: aliceblue;
    padding: 5px 10px;
    background-color: aliceblue;
    padding: 15px;
}

.arak a {
    color: #346e8c;
}

.info a {
    display: inline-block;
    padding: 5px 15px;
    color: #FFFFFF;
    border-radius: 5px;
    margin:10px 10px 10px 0;
}

.info a:hover {
    background-color: green;
}

.galeria {
    background-color: #00a0d2;
    font-weight: bold;
}

.foglalas {
    background-color: #c00101;
    font-weight: bold;
}

.relative {
    position: relative;
}

.kepek {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 5;
    background-color: #d30700;
    color: rgba(255, 255, 255, 0.47);
    padding: 7px 18px;
    border-radius: 8px;
    font-weight: bold;
}

.kepek:hover {
    background-color: green;
    color: white;
}

.ntak {
    font-size: 0.7em;
    color: #a9a9a9;
}
.ntak a {
    color: #a9a9a9;
    text-decoration: none;
}

.tajekoztato {
    margin-top: 10px;
    font-size: 0.8em;
    color: #737373;
}

.gallery-item {
    margin-bottom: 10px;
}

.subtitle {
    font-size: 2rem;
    line-height: 2rem;
    padding: 0;
    margin: 0 0 20px 0;
}

.szallas-link-oldal {
    margin-top: 20px;
    text-align: center;
    line-height: normal;
    font-size: 1.5rem;
}

.maganhirdetes {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: red;
    padding: 3px;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: bold;
}

.szallas-link-oldal a {
    color: #b00000;
    padding: 3px 6px;
    display: inline-block;
    box-shadow: none;
    margin-bottom: 30px;
}

.info {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.address {
    color: black;
    font-size: .9em;
    border-bottom: 1px lightblue solid;
    padding-bottom: 5px;
    margin-bottom: 15px
}
.address a:hover {
    color: #346e8c;
}

.tajekoztato {
    margin-top:30px;
    padding-top:10px;
    border-top: 1px lightblue solid;
    line-height: 130%
}

.post-tags {
    margin: 0 0 40px;
    text-align: center;
}

.post-tags a {
    background-color: #f5f5f5;
    border-bottom: transparent 1px solid;
    color: #2380b2;
}
.post-tags a:hover {
    background-color: #ffffff;
    border-bottom: #2380b2 1px solid;
    color: #2380b2;
}

.content-ferohely {
    color: #6c6c6c;
    padding: 0 20px;
    margin-bottom: 4px;
}

.partners {
    margin: 15px auto;
    max-width: 95%;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.partners a {
    background-color: #f3f3f3;
    padding: 3px 15px;
    border-radius: 15px;
}

.partners a:hover {
    background-color: #fff;
}

.by_szallashirdeto {
    padding: 0 20px 5px;
    text-align: center;
}

.by_szallashirdeto a {
    color: darkred;
}

.post-nav li.next a {
    text-align: right;
}