/*
Theme Name: BE-VA SPED TÉMA
Theme URI: --
Author: --
Author URI: 
Description: Egyedi WP Sablon
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* CSS RESET */

html,
body,
div,
span,
applet,
object,
iframe,
geppark_box,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* CSS RESET VÉGE */

a:hover {
    text-decoration: none;
    color: #fff;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #a1a1a1;
}

.nav-bar-mobile {
    display: none;
}

p {
    color: #fff;
}

.logo>a {
    text-decoration: none;
    font-size: 45px;
    font-weight: 900;
    color: #fff;
}

.logo>a:hover {
    text-decoration: none;
    cursor: default;
    color: #fff;
}

.info-bar {
    background: #111111;
    padding-top: 30px;
    padding-bottom: 30px;
}

.phone-block {
    position: relative;
}

.phone-svg,
.mail-svg {
    padding-top: 6px;
}

.phone-title,
.mail-title {
    display: block;
    position: absolute;
    top: 5px;
    left: 60px;
    font-size: 18px;
    font-weight: 300;
    color: #a1a1a1;
}

.phone-number,
.mail-url {
    display: block;
    position: absolute;
    top: 30px;
    left: 60px;
    font-size: 20px;
    font-weight: 500;
}

.mail-title,
.mail-url {
    padding-left: 5px;
}

.mail-url a {
    text-decoration: none;
    animation: pulse 5s infinite;
}

@keyframes pulse {
    0% {
        color: #fff;
    }
    50% {
        color: #007bff
    }
    100% {
        color: white;
    }
}

.mail-url a:hover {
    text-decoration: none;
}

.navigation>nav>.menu>ul {
    position: absolute;
    left: 10%;
}

.current_page_item {
    background-color: #111111!important;
}

.current_page_item a {
    color: #fff!important;
}

.navigation>nav>.menu>ul>li {
    display: block;
    float: left;
    font-size: 20px;
    padding: 20px 15px 20px 15px;
}

.navigation>nav>.menu>ul>li {
    transition: ease-out 500ms;
}

.navigation>nav>.menu>ul>li>a {
    color: #000;
    text-decoration: none;
}

.navigation>nav>.menu>ul>li>a:hover {
    color: #000;
    text-decoration: none;
}

.navigation>nav>.menu>ul>li:hover {
    background-color: #a1a1a1;
    transition: ease-in 500ms;
}

.navigation>nav>.menu>ul>li>ul {
    display: none;
}

.childern-open {
    display: block!important;
    position: absolute;
    top: 60px;
    left: 0;
    background: #a1a1a1;
    transition: background linear 1s;
}

.navigation>nav>.menu>ul>li>ul>li {
    padding: 10px;
}

.current_page_parent {
    background: #a1a1a1!important;
}

.page_item_has_children {
    position: relative;
}

.childern-open>li:hover {
    background: rgba(255, 255, 255, 0.8);
    transition: ease 500ms;
}

.childern-open>li {
    background: #a1a1a1;
    transition: ease 500ms;
}

.current_page_item>ul>li:hover {
    background: rgba(255, 255, 255, 0.8);
    transition: ease 500ms;
}

.current_page_item>ul>li>a:hover {
    color: #000!important;
    transition: ease 500ms;
}

.current_page_item>ul>li {
    background: #111111;
    transition: ease 500ms;
}

.current_page_item>ul>li>a {
    color: #fff!important;
    transition: ease 500ms;
}

.navigation>nav>.menu>ul>li>ul>li a {
    color: #000;
    text-decoration: none;
}

.navigation>nav>.menu>ul>li>ul>li:hover ul {
    display: block;
}

.navigation>nav>.menu>ul>li>ul>li>a:hover {
    color: #000;
    text-decoration: none
}

.nav-bar-desktop {
    background-color: rgba(255, 255, 255, 0.8);
    height: 60px;
    position: relative;
}

header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.content-container {
    margin-top: 176px;
}

.footer-container {
    background-color: #111111;
    height: 50px;
    position: relative;
    margin-top: 30px;
}

.legal {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.flexslider {
    position: relative;
}

.flex-control-paging {
    position: absolute;
    bottom: 10px!important;
}

.page-title {
    font-size: 36px;
    color: #000;
}

.page-content p {
    letter-spacing: 1px;
    text-align: justify;
    line-height: 20px;
    color: #000!important;
    font-weight: 400;
}

.mobile-contact {
    display: none;
    background: #111111;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 0%;
    height: 50px;
    z-index: 1;
    border-top-left-radius: 5px;
}


/*MEDIA QUERIES*/


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {}

@media (max-width: 1200px) {
    .logo>a {
        font-size: 32px;
    }
    .phone-svg,
    .mail-svg {
        width: 32px;
    }
    .phone-title,
    .mail-title {
        font-size: 14px;
    }
    .phone-number,
    .mail-url {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .info-bar {
        padding: 0;
    }
    .logo {
        padding-top: 5px;
        text-align: center;
    }
    .logo>a {
        font-size: 24px;
    }
    .nav-bar-desktop {
        display: none;
    }
    .nav-bar-mobile {
        display: block;
    }
    .phone-svg,
    .mail-svg,
    .mail-title,
    .phone-title {
        display: none;
    }
    .phone-number,
    .phone-block .mail-url,
    .mail-block {
        display: none;
    }
    .mobile-contact {
        display: block;
    }
    .pea_cook_wrapper.pea_cook_bottomcenter {
        left: 0!important;
        bottom: 50px!important;
        margin: 0!important;
    }
}

.pea_cook_more_info_popover {
    z-index: 1000!important;
}

.pea_cook_wrapper.pea_cook_bottomcenter {
    left: 0;
    right: 0;
}


/*MEDIA QUERIES VÉGE */


/*Mobile menü*/

.mobile-nav {
    display: none;
}

.open {
    display: block;
}

.menu-wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    height: 40px;
}

.container-hamburger {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 5%;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

#mobile-nav>.menu {
    background: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    text-align: center;
}

#mobile-nav>.menu>ul>li {
    padding: 10px 0;
    text-decoration: none;
    background: #fff;
    transition: ease-in 500ms;
}

#mobile-nav>.menu>ul>li>a {
    color: #000;
}

#mobile-nav>.menu>ul>li>a:hover {
    color: #000;
    text-decoration: none;
}

#mobile-nav>.menu>ul>li:hover {
    background: #a1a1a1;
    transition: ease-in 500ms;
}

#mobile-nav>.menu>ul>.current_page_item>ul>li {
    background: #a1a1a1;
}

#mobile-nav>.menu>ul>li>ul {
    display: none;
}

.phone-number-mobile,
.email-url-mobile {
    font-size: 16px;
    padding: 19px 50px 19px 50px;
}

.mail-svg-m,
.phone-svg-m {
    width: 24px;
    position: absolute;
    top: 13px;
    left: 10px;
}

.mobile-contact-box {
    position: relative;
    display: inline-block;
}

.up {
    margin-bottom: 20px;
    transition: ease-in 100ms;
}

.down {
    margin-bottom: 0px;
    transition: ease-in 100ms;
}

@media (max-width: 464px) {
    .phone-number-mobile,
    .email-url-mobile {
        font-size: 12px;
    }
    .mail-svg-m,
    .phone-svg-m {
        width: 20px;
        top: 13px;
        left: 10px;
    }
}

@media (max-width: 400px) {
    .mobile-contact {
        display: none;
    }
}

#mobile-nav>div>ul>li>ul>li>a {
    text-decoration: none;
    color: #000;
}

#mobile-nav>div>ul>li>ul>li {
    padding: 10px 0;
}


/*Mobile menü*/

.diblock {
    display: inline-block;
}

.contact-p {
    font-size: 20px;
    color: #000;
    padding: 12px 0 0 5px;
}

.contact-p a {
    color: #000;
}

.contact-p a:hover {
    text-decoration: none;
    color: #000;
}

m10 {
    margin-bottom: 10px;
}

.post-head-wrapper {
    position: relative;
}

.post-title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0 10px 0px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.post-content-exert p {
    color: #000;
    padding: 10px 0 10px 0;
    
}

.post-content-exert p a:hover {
    text-decoration: none;
}

.one_post {
    margin-top: 20px;
}

.one_post a {
    text-decoration: none;
}

.img-box img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

@media (min-width: 1200px) {}

.single_page_img {}

.single_page_img img {
    display: block;
    margin: auto;
    max-width: 1280px;
    max-height: 720px;
    width: auto;
    height: auto;
}

.single_page_geppark_box,
.geppark_geppark_box {
    font-size: 48px;
    font-weight: 700;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #000;
}

.single_page_content,
.geppark_p {
    padding: 20px;
    text-align: justify;
    color: #000;
    font-size: 20px;
    line-height: 30px;
}

.geppark_box {
    position: relative;
}

.geppark_h2 {
    left: 0;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    margin-left: 15px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

@media (max-height: 800px) {
    .info-bar {
        padding: 10px 0;
    }
    .logo>a {
        font-size: 24px;
    }
    .logo {
        padding: 9px 0 8px 0;
    }
    .phone-title,
    .mail-title {
        top: 0;
    }
    .phone-number,
    .mail-url {
        top: 25px;
    }
    .phone-svg,
    .mail-svg {
        width: 32px;
    }
}

.h1_404 {
    padding-top: 100px;
}

.c-404 {
    height: 1000px;
}

.post-content-exert p a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    text-align: justify;
}

.moretag {
    color: #000!important;
}

.kapcsolath1 {
    font-size: 20px;
}

.bold {
    font-weight: 700;
}

.geppark_borito {
    display: block;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 30px;
}