/*
Theme Name: Centrum, az objektív középpont
Author: Waldschmidt Zoltán Krisztián
Description: Centrum, az objektív középpont
Version: 1.0
*/

@import "./layout/_header.css?v=1.407";
@import "./layout/_footer.css?v=1.407";
@import "./_common.css?v=1.407";
@import "./pages/_home.css?v=1.407";
@import "./pages/_rss_news.css?v=1.407";
@import "./pages/_single.css?v=1.407";
@import "./pages/_search.css?v=1.407";
@import "./pages/_games.css?v=1.407";
@import "./_override.css?v=1.407";

html,
body {
    height: 100%;
}



body {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    min-height: 100%;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px;
    line-height: 20px;
}

body.fixed {
    position: fixed;
}

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

@media only screen and (max-width: 575px) {
    main {
        padding: 15px 0 30px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 16px;
}

@media only screen and (min-width: 1200px) {
    .h1, h1 {
        font-size: 2em;
    }
}

@media only screen and (max-width: 1199px) {
    .h1, h1 {
        font-size: 1.6em;
    }
}

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

*:focus {
    outline: none;
}

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

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

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

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

a:hover {
    text-decoration: none;
}

button:not(:disabled),
input[type="submit"]:not(:disabled) {
    color: #414651;
}

.single-para, .single-img, .wp-blockquote {
    margin-top: 20px;
}

.single-image-title {
    color: #535862;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.breaking-news-bar {
    background: #0057ff;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.breaking-news-bar a {
    color: #cce0ff;
    text-decoration: none;
    margin-left: 8px;
}

.breaking-news-bar strong {
    color: white;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #0057ff !important;
    border: none !important;
    color: white !important;
    font-size: 2em;
    cursor: pointer;
}

.close-btn:hover {
    color: #ccc;
}

.media-share-content {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid  #D5D7DA;
    background:  #FFF;
}

.media-share-content span {
    padding-left: 5px;
    color:  #252B37;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.media-share-content__copy {
    cursor: pointer;
}

.link-button {
    margin: 10px 0 25px; text-align: center;
}
.link-button a {
    border-radius: 8px;
    background:  #155EEF;
}
