/*
Theme Name: Horoszkóp 2025
Author: Waldschmidt Zoltán Krisztián
Description: Horoszkóp 2025
Version: 1.0
*/

@import "css/layout/_header.css?v=1.1";
@import "css/layout/_footer.css?v=1.1";
@import "css/_archive.css?v=1.1";

html,
body {
    height: 100%;
}

body {
    color: #000;
    background: rgb(247, 247, 247);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    min-height: 100%;
    font-family: "Lucida Handwriting", cursive;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: .2px;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s linear, visibility 1s linear;
}

body.loaded {
    opacity: 1;
    visibility: visible;
}

body.fixed {
    position: fixed;
}

main {
    flex: 1;
    padding: 60px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {    
    font-family: "Palatino Linotype", Palatino, serif;
    font-weight: 700;
    margin-bottom: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

*:focus {
    outline: none;
}

a,
button,
input,
textarea {
    transition: all .25s ease-in-out;
}

input,
textarea {
    max-width: 100%;
}

textarea {
    resize: none;
    height: 100px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #e73137;
    text-decoration: none;
}

a:active {
    color: #e73137;
}

button:not(:disabled),
input[type="submit"]:not(:disabled) {
    color: #fff;
    background: #e73137;
    border: 1px solid #e73137;
}

button:not(:disabled) {
    border: 1px solid #e73137;
}

.qr-code {
	margin-bottom: 30px;
}

body:not(page) main {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body:not(page) main .container {
	text-align: center;
}

/* Csak az Aries oldalra/postra */
body.aries {
    background-image: url('https://www.orboracle.com/wp-content/uploads/2025/10/Aries_Kos.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	color: #ffffff;
}

@media (max-width: 767px) {
	body.aries {
		background-position: 75%;
	}
}
ul.language-selector{
	margin:10px 0 0 0;
	padding: 0;
}
.language-selector li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.language-selector li a {
	display:inline-block;
	width:42px;
	height:42px;
}


