/*
Theme Name: ADAT kezelés, védelem, tanácsadás
Theme URI: http://adat.hu
Description: Az ADAT kezelés, védelem, tanácsadás weboldal alapértelmezett sablonja.
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
text-decoration: none; 
}

*, 
*:after, 
*::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

:root {
	--color-burgundy: #b42226;
	--color-burgundy-a20: rgba(180 34 38 / 20%);
	--color-silver: #f3f3f3;
	--color-whisper: #e5e5e5;
	--color-dark: #222;
}

body { margin: auto; font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 400; color: #333; line-height: 30px; background: #666; overflow-x: hidden; }
body.rwd_menu__opened { overflow-y: hidden; }

textarea, input, select, button { font-family: 'DM Sans', sans-serif; font-size: 18px; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

hr { width: 100%; margin: 30px 0; border-top: 4px solid var(--color-silver); clear: both; }

img.alignleft { margin: 0 20px 5px 0; float: left; }
img.alignright { margin: 0 0 5px 20px; float: right; }
img.aligncenter { margin: 0 auto 20px auto; display: block; }

img.alignleft, 
img.alignright, 
img.aligncenter { padding: 4px; border: 1px solid #cacdd4; }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1280px; margin-left: auto; margin-right: auto; position: relative; }
.inner_800 { max-width: 800px; }
.inner_1000 { max-width: 1000px; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.uppercase { text-transform: uppercase; }
.center { text-align: center; }
.hide { display: none !important; }
.red, .acf-required { color: #e22632; }
.b_r_3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.sec_font { font-family: 'PT Serif', serif; font-style: italic; }

/* Animation */
.anim { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.anim_cubic { -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

/* Button */
.button { height: 60px; padding: 0 30px; font-size: 15px !important; font-weight: 700; text-transform: uppercase; text-decoration: none !important; text-align: center; color: white !important; line-height: 60px; background: #bf2223; display: inline-block; position: relative; cursor: pointer; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.button:hover { background: #383838; }
.button:after { display: none !important; }

.button.button_50 { height: 50px; padding: 0 20px; line-height: 50px; }
.button.button_40 { height: 40px; padding: 0 10px; font-size: 14px !important; line-height: 40px; }

.button:disabled, 
.button:disabled:hover { color: #ccc !important; background-color: #ddd; }

/* Checkbox and radio */
input[type="checkbox"], 
input[type="radio"] { width: 24px; height: 24px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid #534741; clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important; -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }
input[type="radio"] { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

input[type="radio"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: #e22632; position: relative; border-radius: 8px; display: block; content: ''; }
input[type="checkbox"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: #e22632; position: relative; display: block; content: ''; }


/*
---------------
	WEBSITE
---------------
*/
#website { max-width: 1920px; margin: auto; background: white; position: relative; }
body.page-template-trainings #website { background: var(--color-silver); }


/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu { width: 100%; left: 0; top: 105px; bottom: 0; padding: 50px; font-size: 18px; background: rgba(255 255 255 / 80%); position: fixed; z-index: 100; visibility: hidden; opacity: 0; overflow: hidden; }
#rwd_menu .rwd_menu_wrap { width: 420px; height: 100%; right: -100%; top: 0; padding-bottom: 30px; background: var(--color-dark); position: absolute; overflow-y: auto; }

/* Primary menu */
#rwd_menu ul.primary_menu { margin-bottom: 30px; border-top: 1px solid rgba(255 255 255 / 10%); list-style: none; }
#rwd_menu ul.primary_menu li { border-bottom: 1px solid rgba(255 255 255 / 10%); }
#rwd_menu ul.primary_menu li a { padding: 15px 10px 15px 25px; font-size: 22px; font-weight: 700; color: white; line-height: 1; display: block; position: relative; }
#rwd_menu ul.primary_menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

#rwd_menu ul.primary_menu li.menu-item-has-children > a:before { width: 0; height: 100%; left: 0; top: 0; background: #313131; position: absolute; content: ''; }
#rwd_menu ul.primary_menu li.menu-item-has-children > a:after { width: 20px; height: 20px; right: 20px; top: 16px; background: url(images/icon_arrow_down_white.svg) no-repeat right center; background-size: cover; position: absolute; content: ''; }
#rwd_menu ul.primary_menu li.menu-item-has-children.open > a:before { width: 8px; }
#rwd_menu ul.primary_menu li.menu-item-has-children.open > a:after { ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#rwd_menu ul.primary_menu li ul { background: white; display: none; }
#rwd_menu ul.primary_menu li ul li { border-bottom-color: #eee; }
#rwd_menu ul.primary_menu li ul li:last-child { border-bottom: none; }
#rwd_menu ul.primary_menu li ul li a { left: auto !important; padding: 15px 0 15px 25px; font-size: 17px; color: #333 !important; line-height: 20px; opacity: 100% !important; }
#rwd_menu ul.primary_menu li ul li.open > a:before { display: none; }

/* Secondary menu */
#rwd_menu ul.secondary_menu { margin-bottom: 30px; list-style: none; }
#rwd_menu ul.secondary_menu li { margin-bottom: 15px; padding: 0 25px; }
#rwd_menu ul.secondary_menu li a { font-size: 18px; font-weight: 700; color: white; line-height: 1; display: block; }
#rwd_menu ul.secondary_menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

/* LI animation */
#rwd_menu ul li a { left: 10px; position: relative; opacity: 0%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
#rwd_menu ul > li.fly-in-out > a { left: 0; opacity: 100%; }

/* Button */
#rwd_menu .button_wrapper { padding: 0 25px; position: relative; z-index: 0; opacity: 0; }
#rwd_menu .button { width: auto !important; padding: 0 !important; text-align: center; background: #2e2e2e; display: block; }
#rwd_menu .button:before { background: #2e2e2e; }

body.rwd_menu__opened #rwd_menu { opacity: 1; visibility: visible; }
body.rwd_menu__opened #rwd_menu .rwd_menu_wrap { right: 0; }
body.rwd_menu__opened #rwd_menu .button_wrapper { opacity: 1; }


/*
--------------
	HEADER
--------------
*/
#header { height: 155px; background: white; border-top: 5px solid var(--color-burgundy); position: relative; z-index: 2; }
#header:after { width: calc((100% - 1280px) /2); height: 100%; right: 0; top: 0; background: var(--color-silver); position: absolute; content: ''; }
#header .inner { height: 100%; }

/* Logo */
#header .logo { height: 70px; left: 0; display: inline-block; position: absolute; }
#header .logo img { width: auto; height: 100%; display: block; }

/* Menu */
#header ul.menu { height: 100%; right: 0; display: flex; flex-wrap: wrap; position: absolute; }
#header ul.menu li { height: 100%; margin-left: 30px; display: flex; align-items: center; position: relative; }
#header ul.menu li a { font-size: 17px; font-weight: 700; color: #000; line-height: 20px; }

#header ul.menu li.contact { width: 250px; background: var(--color-silver); justify-content: center; }
#header ul.menu li.contact a { height: 60px; padding: 0 30px; font-size: 15px !important; text-transform: uppercase; color: white !important; line-height: 60px; background: var(--color-burgundy); }

#header ul.menu li.current_page_item:before { width: 0; height: 0; left: calc(50% - 8px); top: 0; border-style: solid; border-width: 8px 8px 0 8px; border-color: var(--color-burgundy) transparent transparent transparent; position: absolute; content: ''; } 
#header ul.menu li.current_page_item a { color: var(--color-burgundy); } 

/* RWD button */
#header .rwd_button { height: 50px; right: 20px; padding: 0 20px 0 60px; font-size: 16px; font-weight: 700; color: white; line-height: 50px; background: #bf2223; position: absolute; cursor: pointer; }
#header .rwd_button .burg { width: 30px; height: 2px; left: 20px; top: calc(50% - 1px); background: white; display: block; position: absolute; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after { width: 30px; height: 2px; background: white; position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before { top: -8px; left: 0; }
#header .rwd_button .burg:after { top: 8px; right: 0; }

body.rwd_menu__opened #header .rwd_button .burg { background: transparent; }
body.rwd_menu__opened #header .rwd_button .burg:before { top: 0; -webkit-transform: rotate(45deg); }
body.rwd_menu__opened #header .rwd_button .burg:after { top: 0; -webkit-transform: rotate(-45deg); }

/* Fixed header */
body.fixed_header #header { width: 100%; max-width: 1920px; height: 100px; top: 0; position: fixed; z-index: 100; -webkit-box-shadow: 0 0 5px rgba(0 0 0 / 20%); -moz-box-shadow: 0 0 5px rgba(0 0 0 / 20%); box-shadow: 0 0 5px rgba(0 0 0 / 20%); }
body.fixed_header #header a.logo { height: 50px; }

/* Conference archive */
body.post-type-archive-conference #header { background: transparent; }
body.post-type-archive-conference #header:after { background: rgba(255 255 255 / 5%); }
body.post-type-archive-conference #header ul.menu li a { color: white; }
body.post-type-archive-conference #header ul.menu li.contact { background: rgba(255 255 255 / 5%); }
body.post-type-archive-conference.fixed_header #header { background: var(--color-dark); }


/*
--------------
	SLIDER
--------------
*/
#slider_wrap { position: relative; }
#slider_wrap:before { width: calc((100% - 1280px) /2); height: 50%; left: 0; bottom: 0; background: var(--color-silver); position: absolute; content: ''; z-index: 10; }
#slider_wrap:after { width: calc((100% - 1280px) /2); height: 100%; right: 0; bottom: 0; background: var(--color-silver); position: absolute; content: ''; z-index: 10; }
#slider_wrap.more_slides { margin-bottom: 70px; }

#slider_wrap .slick-slide { max-height: 550px; min-height: 250px; background-color: var(--color-dark); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#slider_wrap .slick-slide:before { padding-top: 44%; display: block; content: ''; }
#slider_wrap .slick-slide .cover { width: 100%; height: 100%; left: 0; top: 0; background-image: url(images/bgr_cover.webp); background-image: -webkit-image-set(url(images/bgr_cover.webp) 1x); background-image: image-set(url(images/bgr_cover.png) 1x); background-position: left center; background-repeat: no-repeat; background-size: cover; position: absolute; }
#slider_wrap .slick-slide .text_wrap { max-width: 60%; height: 100%; padding-left: 70px; display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
#slider_wrap .slick-slide .text_wrap p { margin-bottom: 20px; }
#slider_wrap .slick-slide .text_wrap p:last-child { margin-bottom: 0; }
#slider_wrap .slick-slide .text_wrap h2 { margin: 10px 0; font-size: 30px; line-height: 100%; }
#slider_wrap .slick-slide .text_wrap .subtitle { width: 100%; margin-bottom: 20px; font-size: 40px; font-weight: 700; color: white; line-height: 100%; letter-spacing: 3px; }
#slider_wrap .slick-slide .text_wrap .title { width: 100%; font-size: 18px; color: white; line-height: 150%; }
#slider_wrap .slick-slide .text_wrap .button { margin-top: 20px; }

/* Controls */
#slider_wrap .controls { padding-left: calc(((100% - 1280px) /2) + 300px); background: var(--color-silver); display: flex; align-content: center; position: absolute; }
#slider_wrap .controls button { width: 70px; height: 70px; margin-right: 1px; background: var(--color-burgundy) url(images/icon_arrow_left_white.svg) no-repeat center; background-size: 20px auto; cursor: pointer; }
#slider_wrap .controls button.next_slide { background-image: url(images/icon_arrow_right_white.svg); }
#slider_wrap .controls button:hover { background-color: var(--color-dark); }


/*
----------------
	ABOUT US
----------------
*/
#aboutus { padding: 70px 0; }
#aboutus .aboutus_wrap { display: flex; flex-wrap: wrap; }
#aboutus .aboutus_wrap .wrap_left { width: calc(100% - 290px); }

#aboutus .aboutus_wrap .wrap_right { width: 290px; padding-top: 30px; border-top: 5px solid var(--color-burgundy); }
#aboutus .aboutus_wrap .wrap_right .quote_text { font-size: 30px; line-height: 120%; }
#aboutus .aboutus_wrap .wrap_right .quote_author { margin-top: 30px; font-size: 14px; font-weight: 700; color: var(--color-burgundy); }

#aboutus .aboutus_wrap .text { padding: 0 100px 0 200px; font-size: 17px; line-height: 30px; position: relative; }
#aboutus .aboutus_wrap .text:before { width: 140px; height: 4px; left: 0; top: 12px; background: var(--color-burgundy); position: absolute; content: ''; }
#aboutus .aboutus_wrap .text p { margin-bottom: 20px; }
#aboutus .aboutus_wrap .text ul { margin-bottom: 20px; margin-left: 20px; }
#aboutus .aboutus_wrap .text :last-child { margin-bottom: 0; }

#aboutus .aboutus_wrap.single .text { padding: 0 200px; }


/*
-----------------
	TRAININGS
-----------------
*/
#trainings { padding: 70px 0; background: var(--color-silver); }
#trainings h2 { margin-bottom: 30px; font-size: 24px; font-weight: 700; color: #000; line-height: 100%; }

.trainings_wrap .training { margin-bottom: 60px; padding-left: calc((100% - 1280px) /2); display: flex; position: relative; }
.trainings_wrap .training:last-child { margin-bottom: 0; }
.trainings_wrap .training .training_box { width: 960px; min-height: 400px; background: white; display: flex; flex-wrap: wrap; position: relative; }
.trainings_wrap .training .entry { width: 50%; padding: 30px 50px 0; }
.trainings_wrap .training .entry .training_subtitle { margin-bottom: 20px; padding-bottom: 20px; font-size: 14px; font-weight: 700; color: var(--color-burgundy); line-height: 100%; position: relative; }
.trainings_wrap .training .entry .training_subtitle:before { width: calc(100%  + 70px); height: 2px; left: 0; bottom: 0; background: var(--color-silver); position: absolute; content: ''; }
.trainings_wrap .training .entry h3 { min-height: 72px; margin-bottom: 20px; }
.trainings_wrap .training .entry h3 a { font-size: 20px; font-weight: 700; text-decoration: none !important; color: #000; line-height: 120%; display: inline-block; }
.trainings_wrap .training .entry h3 a:hover { text-decoration: underline !important; }

.trainings_wrap .training .entry .meta { margin-bottom: 10px; padding-left: 30px; font-size: 16px; color: #000; line-height: 22px; background-repeat: no-repeat; background-position: left 2px; background-size: auto 16px; }
.trainings_wrap .training .entry .meta.date { background-image: url(images/icon_calendar.svg); }
.trainings_wrap .training .entry .meta.place { background-image: url(images/icon_marker.svg); }
.trainings_wrap .training .entry .meta.speakers { background-image: url(images/icon_speakers.svg); }

.trainings_wrap .training .entry .button { right: 0; bottom: 0; position: absolute; }

.trainings_wrap .training .thumbnail { width: 50%; background-color: var(--color-dark); background-repeat: no-repeat; background-position: center; background-size: cover; }
.trainings_wrap .training .alt_thumbnail { width: calc(((100% - 1280px) /2) + 250px); height: 100%; right: 0; top: 0; background-color: rgba(0 0 0 / 40%); background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; opacity: 7%; }

.trainings_wrap .training.odd { padding-left: auto; padding-right: calc((100% - 1280px) /2); justify-content: end; }
.trainings_wrap .training.odd .alt_thumbnail { left: 0; right: auto; }


/*
------------
	NEWS
------------
*/
#news { padding: 70px 0; background: var(--color-dark); } 
#news h2 { margin-bottom: 40px; padding-bottom: 40px; font-size: 24px; font-weight: 700; color: white; line-height: 100%; position: relative; }
#news h2:after { width: 100%; height: 3px; left: 0; bottom: 0; background: rgba(255 255 255 / 10%); position: absolute; content: ''; }

.news_wrap { display: flex; flex-wrap: wrap; }
.news_wrap .news { width: 33.3333333333%; margin-top: 50px; }
.news_wrap .news:nth-child(-n+3) { margin-top: 0; }
.news_wrap .news:nth-child(3n+1) { padding-right: 40px; border-right: 3px solid rgba(255 255 255 / 10%); }
.news_wrap .news:nth-child(3n+2) { padding-left: 40px; padding-right: 40px; border-right: 3px solid rgba(255 255 255 / 10%); }
.news_wrap .news:nth-child(3n) { padding-left: 40px; }

.news_wrap .news .thumbnail { margin-bottom: 20px; position: relative; }
.news_wrap .news .thumbnail img { width: 100%; height: auto; display: block; }
.news_wrap .news .thumbnail .categories { left: 0; top: 0; position: absolute; }

.news_wrap .news .categories { margin-bottom: 20px; display: flex; flex-wrap: wrap; }
.news_wrap .news .categories .category { height: 40px; margin: 0 2px 2px 0; padding: 0 20px; font-size: 14px; font-weight: 700; color: white; line-height: 40px; background: var(--color-burgundy); }

.news_wrap .news h3 { margin-bottom: 20px; }
.news_wrap .news h3 a { font-size: 24px; font-weight: 700; text-decoration: none !important; color: var(--color-dark) !important; line-height: 120%; }
.news_wrap .news h3 a:hover { text-decoration: underline !important; }

.news_wrap .news .excerpt { font-size: 16px; color: var(--color-dark); line-height: 25px; }
.news_wrap .news .excerpt p:last-child { margin-bottom: 0 !important; }

body.home .news_wrap .news h3 a { color: white !important; }
body.home .news_wrap .news .excerpt { color: #ddd; }


/* 
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { height: 160px; font-size: 15px; font-weight: 700; color: var(--color-dark); line-height: 20px; background-color: var(--color-whisper); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#before_content .inner { height: 100%; display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
#before_content h1 { width: 100%; font-size: 30px; font-weight: 700; line-height: 100%; }

#before_content .rank-math-breadcrumb { margin-bottom: 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #666; }
#before_content .rank-math-breadcrumb a { font-weight: 400; text-decoration: none; color: #666; }
#before_content .rank-math-breadcrumb a:hover { text-decoration: underline; }

#before_content .back { width: 100px; height: 100px; left: -100px; top: calc(50% - 50px); background: url(images/icon_arrow_left.svg) no-repeat center; background-size: 20px auto; border-right: 1px solid rgba(0 0 0 / 20%); position: absolute; }

#before_content.has_back_button .inner { padding-left: 50px; }

/* Has image */
#before_content.has_image { height: 250px; display: flex; flex-wrap: wrap; }
#before_content.has_image .wrap_left { width: 50%; padding-left: calc((100% - 1280px) /2); display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
#before_content.has_image.has_back_button .wrap_left { padding-left: calc(((100% - 1280px) /2) + 50px); }
#before_content.has_image.has_back_button .wrap_left .back { left: calc(((100% - 1280px) /2) - 100px); }

#before_content.has_image .wrap_right { width: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; }

/* Conference archive */
#before_content.conference_archive { height: calc(100vh - 150px); margin-top: -150px; padding-top: 200px; color: white; background-color: var(--color-dark); }
#before_content.conference_archive .conference_archive_wrap { height: 100%; display: flex; flex-wrap: wrap; align-content: space-between; }
#before_content.conference_archive .conference_archive_wrap .wrap_title { height: auto; padding-right: 20%; font-size: 60px; font-weight: 400; line-height: 110%; }
#before_content.conference_archive .conference_archive_wrap .wrap_images { width: 100%; height: 280px; margin: 0 auto; padding: 0 50px; display: flex; justify-content: center; align-items: flex-end; }

#before_content.conference_archive .conference_archive_wrap .wrap_images .image { height: 100%; margin: 0 10px; background-repeat: no-repeat; background-position: center; background-size: cover; }
#before_content.conference_archive .conference_archive_wrap .wrap_images .image:nth-child(1) { max-width: 22.5%; flex: 0 0 22.5%; }
#before_content.conference_archive .conference_archive_wrap .wrap_images .image:nth-child(2) { max-width: 40%; flex: 0 0 40%; }
#before_content.conference_archive .conference_archive_wrap .wrap_images .image:nth-child(3) { max-width: 15%; flex: 0 0 15%; }
#before_content.conference_archive .conference_archive_wrap .wrap_images .image:nth-child(4) { max-width: 22.5%; flex: 0 0 22.5%; }
#before_content.conference_archive .conference_archive_wrap .wrap_images .image img { width: 100%; height: auto; display: block; }


/*
---------------
	CONTENT
---------------
*/
body.fixed_header #container { padding-top: 100px; }
body.page-id-192 #container { background: var(--color-silver); }

#content { padding: 50px 0; position: relative; }
body.page-template-contact #content { padding-bottom: 0; }
body.page-template-flexible-content #content { padding-bottom: 0; }
body.post-type-archive-conference #content { padding-bottom: 0; }

#content p { margin-bottom: 30px; }
#content img { max-width: 100%; height: auto; display: block; }

#content h2 { margin-bottom: 20px; font-size: 30px; font-weight: 700; color: var(--color-dark); line-height: 120%; }
#content h3 { margin-bottom: 20px; font-size: 24px; font-weight: 700; color: var(--color-burgundy); line-height: 100%; }

#content ul { margin-bottom: 30px; margin-left: 30px; }

/* Meta */
#content .meta_single { margin-bottom: 20px; font-size: 16px; background: #fff9e9; border: 1px solid #c28b06; }
#content .meta_single > div { padding: 5px 10px; border-bottom: 1px solid #c28b06; }
#content .meta_single > div:last-child { border-bottom: none; }

/* Table */
#content table.simple_table { width: 100%; margin-bottom: 20px; border-collapse: collapse; border-spacing: 0; table-layout: fixed; } 
#content table.simple_table thead tr th { padding: 5px 10px; font-size: 14px; text-transform: uppercase; color: white; line-height: 16px; background: var(--color-burgundy); } 
#content table.simple_table thead tr th:first-child { text-align: left; } 
#content table.simple_table tbody tr td { padding: 5px 0; font-size: 16px; text-align: center; line-height: 20px; border-bottom: 1px solid #ddd; } 
#content table.simple_table tbody tr td:first-child { text-align: left; } 

/* Share */
#content .sidebar { width: 200px; height: 100%; left: calc((100% - 1280px) /2); top: 0; padding: 50px 0; position: absolute; }
#content .sidebar .widgets { top: 150px; position: sticky; }
#content .sidebar .widgets label { margin-bottom: 10px; font-size: 14px; font-weight: 700; color: var(--color-dark); border-bottom: 1px solid #ddd; display: block; }
#content .sidebar .widgets .widget { margin-bottom: 30px; }
#content .sidebar .widgets .widget.widget_table_of_content ul { margin-left: 20px !important; margin-bottom: 0 !important; }
#content .sidebar .widgets .widget.widget_table_of_content ul li:last-child { margin-bottom: 0; }
#content .sidebar .widgets .widget.widget_table_of_content ul li a { font-size: 14px; color: var(--color-burgundy); line-height: 18px; display: block; }
#content .sidebar .widgets .widget.widget_table_of_content ul li a:hover { text-decoration: underline; color: var(--color-dark); }

#content .sidebar .widgets .widget_share .share_buttons { display: flex; flex-wrap: wrap; }
#content .sidebar .widgets .widget_share .share_buttons a { width: 40px; height: 40px; margin-right: 5px; background-color: var(--color-burgundy); background-repeat: no-repeat; background-position: center; background-size: auto 16px; display: inline-block; }
#content .sidebar .widgets .widget_share .share_buttons a.facebook { background-image: url(images/icon_facebook_white.svg); }
#content .sidebar .widgets .widget_share .share_buttons a.messenger { background-image: url(images/icon_messenger_white.svg); }
#content .sidebar .widgets .widget_share .share_buttons a.whatsapp { background-image: url(images/icon_whatsapp_white.svg); }
#content .sidebar .widgets .widget_share .share_buttons a.viber { background-image: url(images/icon_viber_white.svg); }
#content .sidebar .widgets .widget_share .share_buttons a.email { background-image: url(images/icon_mail_white.svg); }
#content .sidebar .widgets .widget_share .share_buttons a:hover { background-color: var(--color-dark) !important; }

/* Flexible content */
#content .section { margin: 50px 0; }
#content .section:first-child { margin-top: 0; }
#content .section:last-child { margin-bottom: 0; }
#content .section :last-child { margin-bottom: 0; }
#content .section.has_background { padding: 50px 0; }


/*
------------------
	CONFERENCE
------------------
*/
.conferences_wrap { margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap; }
.conferences_wrap .item { width: calc(33.3333333333% - 30px); margin: 30px 15px 0; padding: 30px; font-size: 20px; font-weight: 700; text-decoration: none !important; color: #000; line-height: 120%; border: 1px solid var(--color-whisper); }
.conferences_wrap .item:hover { border-color: var(--color-burgundy); }
.conferences_wrap .item .icon { width: 70px; height: 70px; margin-bottom: 20px; background-color: var(--color-burgundy); background-repeat: no-repeat; background-position: center; background-size: auto 32px; }
.conferences_wrap .item.current_conferences .icon { background-image: url(images/icon_conference_white.svg); }
.conferences_wrap .item.expired_conferences .icon { background-image: url(images/icon_time_white.svg); }
.conferences_wrap .item.request_for .icon { background-image: url(images/icon_make_offer_white.svg); }

#content .expired_conferences_list { padding: 50px 0; background: var(--color-silver); }

table.conference { width: 100%; margin-bottom: 30px; border-collapse: collapse; background: white; border: 1px solid var(--color-whisper); }
table.conference thead tr th { padding: 10px 20px; font-size: 14px; text-transform: uppercase; text-align: left; line-height: 100%; border-bottom: 3px solid var(--color-whisper); }
table.conference thead tr th.conference_date { width: 400px; text-align: center; }
table.conference thead tr th.conference_more_info { width: 250px; text-align: right; }

table.conference tbody tr td { padding: 20px; font-size: 16px; line-height: 20px; border-bottom: 1px solid var(--color-whisper); }
table.conference tbody tr td.conference_date { text-align: center; }
table.conference tbody tr td.conference_more_info { text-align: right; }
table.conference tbody tr td a { text-decoration: underline; color: var(--color-burgundy); }
table.conference tbody tr td a:hover { text-decoration: none; color: #000; }

/* Frontpage */
#recent_conferences { padding: 70px 0; }
#recent_conferences h2 { margin-bottom: 30px; font-size: 24px; font-weight: 700; color: #000; line-height: 100%; }
#recent_conferences h3 { margin-bottom: 20px; font-size: 24px; font-weight: 700; color: var(--color-burgundy); line-height: 100%; }


/*
-------------
	APPLY
-------------
*/
#jelentkezes { padding: 50px 0; background: var(--color-silver); }
#jelentkezes h2 { margin-bottom: 20px; font-size: 40px; font-weight: 700; color: var(--color-dark); line-height: 100%; }


/*
--------------
	FOOTER
--------------
*/
#footer { font-size: 16px; color: white; }
#footer h3 { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: white; line-height: 100%; }
body.home #footer { border-top: none; }

/* Footer top */
#footer .footer_top { padding: 50px 0; }
#footer .footer_top .footer_top_wrap { display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: space-between; }
#footer .footer_top .footer_top_wrap a.logo { display: inline-block; }
#footer .footer_top .footer_top_wrap a.logo img { width: auto; height: 50px; display: block; }

#footer .footer_top .footer_top_wrap .social_media { display: flex; }
#footer .footer_top .footer_top_wrap .social_media a { width: 40px; height: 40px; margin-left: 10px; background-color: var(--color-burgundy); background-repeat: no-repeat; background-position: center; background-size: auto 16px; display: block; }
#footer .footer_top .footer_top_wrap .social_media a:hover { background-color: var(--color-burgundy); }
#footer .footer_top .footer_top_wrap .social_media a.facebook { background-image: url(images/icon_facebook_white.svg); }
#footer .footer_top .footer_top_wrap .social_media a.linkedin { background-image: url(images/icon_linkedin_white.svg); }

/* Footer center */
#footer .footer_center { padding-bottom: 50px; }
#footer .footer_center .footer_center_wrap { display: flex; flex-wrap: wrap; }
#footer .footer_center .footer_center_wrap .wrap_left { width: 40%; padding-right: 70px; }

#footer .footer_center .footer_center_wrap .wrap_left a { color: white; }
#footer .footer_center .footer_center_wrap .wrap_left a:hover { text-decoration: underline; }
#footer .footer_center .footer_center_wrap .wrap_left .footer_text p { margin-bottom: 20px; }
#footer .footer_center .footer_center_wrap .wrap_left .footer_text p:last-child { margin-bottom: 0; }

#footer .footer_center .footer_center_wrap .wrap_right { width: 60%; position: relative; }
#footer .footer_center .footer_center_wrap .wrap_right ul { margin-left: 20px; }
#footer .footer_center .footer_center_wrap .wrap_right ul li a { color: rgba(255 255 255 / 80%); }
#footer .footer_center .footer_center_wrap .wrap_right ul li a:hover { text-decoration: underline; color: white; }

/* Footer bottom */
#footer .footer_bottom .footer_bottom_wrap { padding-top: 10px; padding-bottom: 10px; font-size: 14px; color: white; border-top: 1px solid rgba(255 255 255 / 20%); display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
#footer .footer_bottom .footer_bottom_wrap .sep { margin: 0 10px; }


/*
------------------
	COOKIE BAR
------------------
*/
#cookie-law-info-bar { font-size: 14px; line-height: 20px; }
#cookie-law-info-bar .cli_settings_button { font-weight: 700; text-decoration: underline; }


/*
------------
	FORM
------------
*/
.wpcf7-form { display: flex; flex-wrap: wrap; justify-content: space-between; }
.wpcf7-form h3 { width: 100%; margin: 20px 0; font-size: 24px; font-weight: 700; color: var(--color-burgundy); line-height: 100%; clear: both; }
.wpcf7-form p { width: 100%; margin-bottom: 0 !important; }

.form-row { margin-bottom: 20px; position: relative; }
.form-row.form-row-first { width: calc(50% - 10px); }
.form-row.form-row-last { width: calc(50% - 10px); }
.form-row.form-row-wide { width: 100%; }

.form-row br { display: none !important; }
.form-row label { width: 100%; margin-bottom: 5px; font-size: 15px; font-weight: 900; color: #383838; line-height: 20px; display: block; }
.form-row small { margin: 5px 0 10px 0; padding-left: 10px; font-size: 13px; line-height: 16px; color: #000; border-left: 3px solid var(--color-burgundy); display: block; }

.form-row select, 
.form-row textarea, 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=email], 
.form-row input[type=number] { width: 100%; height: 50px; padding-left: 10px; font-size: 18px; background: white; border: 1px solid #ddd; outline: 3px solid transparent; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

.form-row select:focus, 
.form-row textarea:focus, 
.form-row input[type=tel]:focus, 
.form-row input[type=text]:focus, 
.form-row input[type=email]:focus, 
.form-row input[type=number]:focus { border-color: var(--color-burgundy); outline-color: var(--color-burgundy-a20); }

.form-row textarea { min-height: 150px; padding: 10px; resize: vertical; }

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item { margin: 0 !important; }
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item a { text-decoration: underline; color: #000; }
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item a:hover { text-decoration: none; }

.wpcf7-form .wpcf7-radio { margin-bottom: 10px; display: block; }
.wpcf7-form .wpcf7-radio .wpcf7-list-item.first { margin-left: 0; }

/* Feedback hook */
.wpcf7-form.rating .form-row, 
.wpcf7-form.feedback .form-row { z-index: 0; }

.wpcf7-form.rating .form-row.has_background:nth-child(even), 
.wpcf7-form.feedback .form-row.has_background:nth-child(even) { margin-top: 20px; margin-bottom: 40px; }

.wpcf7-form.rating .form-row.has_background:nth-child(even):before, 
.wpcf7-form.feedback .form-row.has_background:nth-child(even):before { left: -20px; top: -20px; right: -20px; bottom: -20px; background: var(--color-silver); position: absolute; content: ''; z-index: -1; }


/*
-------------------
	RWD DESIGN
-------------------
*/
@media only screen and (max-width: 1440px) { 

	/* HEADER */
	#header { height: 125px; }
}

@media only screen and (max-width: 1280px) { 
	
	/* DISPLAY: None */
	.hide_in_1280 { display: none !important; }
	
	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER */
	#header { height: 105px; }
	
	/* HEADER: Logo */
	#header ul.menu li { margin-left: 20px; }
	#header .logo { height: 50px; left: 20px; }
	
	/* HEADER: Menu */
	#header ul.menu li.contact { width: 230px; }

	/* HEADER: Fixed header */
	body.fixed_header #header { height: 105px; }
	body.fixed_header #header a.logo { height: 50px; }
	
	/* SLIDER */
	#slider_wrap .slick-slide .text_wrap { padding-left: 20px; }
	
	/* TRAININGS */
	.trainings_wrap .training .training_box { width: 100%; }
	.trainings_wrap .training .entry { width: calc(100% - 480px); }
	
	.trainings_wrap .training .thumbnail { width: 480px; }
	.trainings_wrap .training .alt_thumbnail { display: none; }
	
	/* BEFORE CONTENT */
	#before_content.has_back_button .inner { padding-left: 20px; }
	
	/* BEFORE CONTENT: Has image */
	#before_content.has_image { height: 200px; }
	#before_content.has_image .wrap_left { padding-left: 20px; }
	#before_content.has_image.has_back_button .wrap_left { padding-left: 20px; }
	
	/* BEFORE CONTENT: Conference archive */
	#before_content.conference_archive .conference_archive_wrap .wrap_title { font-size: 50px; }

	#before_content.conference_archive .conference_archive_wrap .wrap_images .image { height: 100%; margin: 0 10px; background-repeat: no-repeat; background-position: center; background-size: cover; }
	#before_content.conference_archive .conference_archive_wrap .wrap_images .image:nth-child(1) { max-width: 27.5%; flex: 0 0 27.5%; }
	#before_content.conference_archive .conference_archive_wrap .wrap_images .image:nth-child(2) { max-width: 45%; flex: 0 0 45%; }
	#before_content.conference_archive .conference_archive_wrap .wrap_images .image:nth-child(4) { max-width: 27.5%; flex: 0 0 27.5%; }

	/* CONFERENCE */
	.conferences_wrap { margin-left: -10px; margin-right: -10px; }
	.conferences_wrap .item { width: calc(33.3333333333% - 20px); margin: 20px 10px 0; }
	
	/* FOOTER: Footer center */
	#footer .footer_center .footer_center_wrap .wrap_left { width: 50%; }
	#footer .footer_center .footer_center_wrap .wrap_right { width: 50%; }
}

@media only screen and (max-width: 960px) { 

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	
	/* ABOUT US */
	#aboutus .aboutus_wrap .wrap_left { width: 100%; order: 2; }
	#aboutus .aboutus_wrap .wrap_right { width: 100%; order: 1; }
	#aboutus .aboutus_wrap .wrap_right .quote_author { margin-top: 10px; }

	#aboutus .aboutus_wrap .text { margin-top: 30px; padding: 0; }
	#aboutus .aboutus_wrap .text:before { display: none; }

	#aboutus .aboutus_wrap.single .text { margin-top: 0; padding: 0; }
	
	/* TRAININGS */
	.trainings_wrap .training .entry { width: 50%; padding: 30px; }
	.trainings_wrap .training .thumbnail { width: 50%; }
	
	/* NEWS */
	.news_wrap .news { width: 50%; }
	.news_wrap .news:nth-child(3) { margin-top: 50px; }
	.news_wrap .news:nth-child(3n+2) { padding-right: 0; border-right: none; }
	.news_wrap .news:nth-child(3n) { padding-left: 0; padding-right: 40px; border-right: 3px solid rgba(255 255 255 / 10%); }
	.news_wrap .news:nth-child(2n) { padding-left: 40px; padding-right: 0 !important; border-right: none !important; }
	
	body.home .news_wrap .news:nth-child(3) { display: none; }
	
	/* BEFORE CONTENT: Has image */
	#before_content { height: auto; padding: 20px 0; }
	#before_content.has_image { height: auto; }
	#before_content.has_image .wrap_left { width: 100%; }
	#before_content.has_image.has_back_button .wrap_left { padding: 0 20px; }
}

@media only screen and (max-width: 768px) { 

	/* DISPLAY: None */
	.hide_in_768 { display: none !important; }

	/* SLIDER */
	#slider_wrap .slick-slide .text_wrap h2 { font-size: 25px; }
	#slider_wrap .slick-slide .text_wrap .subtitle { margin-bottom: 10px; font-size: 30px; }
	#slider_wrap .slick-slide .text_wrap .title { font-size: 14px; }

	/* TRAININGS */
	#trainings { padding: 50px 0; background: var(--color-silver); }
	.trainings_wrap .training { margin-bottom: 50px; }
	.trainings_wrap .training .entry { width: 100%; padding: 20px; order: 2; }
	.trainings_wrap .training .entry h3 { min-height: inherit; }
	.trainings_wrap .training .entry .button { right: auto; bottom: auot; position: relative; }
	.trainings_wrap .training .entry .meta { margin-bottom: 20px; }

	.trainings_wrap .training .thumbnail { width: 100%; order: 1; }
	.trainings_wrap .training .thumbnail:before { padding-top: 40%; display: block; content: ''; }
	
	/* NEWS */
	#news { padding: 50px 0; } 
	.news_wrap .news h3 a { font-size: 20px; }
	
	/* BEFORE CONTENT: Conference archive */
	#before_content.conference_archive { height: auto; margin-top: -100px; padding-top: 120px; }
	#before_content.conference_archive .conference_archive_wrap .wrap_title { margin-bottom: 50px; padding-right: 0; font-size: 40px; }
	#before_content.conference_archive .conference_archive_wrap .wrap_images { height: 200px; padding: 0 30px; }
	
	#before_content.conference_archive .conference_archive_wrap .wrap_images .image:nth-child(1) { max-width: 30%; flex: 0 0 30%; }
	#before_content.conference_archive .conference_archive_wrap .wrap_images .image:nth-child(2) { max-width: 70%; flex: 0 0 70%; }
	
	/* CONTENT */
	#content { padding: 30px 0; }
	
	/* CONFERENCE */
	.conferences_wrap { margin-left: 0; margin-right: 0; }
	.conferences_wrap .item { width: 100%; margin: 20px 0 0; }
	
	table.conference thead tr th { display: none; }

	table.conference, 
	table.conference tbody, 
	table.conference tbody tr, 
	table.conference tbody tr td { display: block; border-bottom: none !important; }
	table.conference tbody tr td::before { font-weight: 700; display: block; content: attr(data-title) ": "; }
	table.conference tbody tr td.conference_title { padding-bottom: 0; }
	table.conference tbody tr td.conference_date { padding-bottom: 0; text-align: left; }
	table.conference tbody tr td.conference_more_info { text-align: left; border-bottom: 1px solid var(--color-whisper) !important; }
	table.conference tbody tr td.conference_more_info::before { display: none; }
	
	#recent_conferences { padding: 50px 0; }
	
	/* FOOTER */
	body.home #footer { border-top: none; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding: 30px 0; }

	/* FOOTER: Footer center */
	#footer .footer_center .footer_center_wrap .wrap_left { width: 100%; margin-bottom: 30px; }
	#footer .footer_center .footer_center_wrap .wrap_right { width: 100%; }
}

@media only screen and (max-width: 640px) { 

	/* SLIDER */
	#slider_wrap .slick-slide .text_wrap { max-width: 80%; }
	#slider_wrap .slick-slide .text_wrap h2 { font-size: 20px; }
	#slider_wrap .slick-slide .text_wrap .subtitle { font-size: 25px; }
	
	/* SLIDER: Controls */
	#slider_wrap .controls { padding-left: 20px; }
	
	/* NEWS */
	.news_wrap .news { width: 100%; padding-left: 0 !important; padding-right: 0 !important; border-right: none !important; }
	.news_wrap .news:nth-child(2) { margin-top: 50px; }
	body.home .news_wrap .news:nth-child(3) { display: block; }
	
	/* BEFORE CONTENT: Conference archive */
	#before_content.conference_archive .conference_archive_wrap .wrap_title { font-size: 30px; }
	
	/* FORM */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; }
}

@media only screen and (max-width: 480px) { 

	/* DEFAULT */
	.button.full_width_in_480 { width: 100%; display: block; }

	/* NAVIGATION */
	#rwd_menu .rwd_menu_wrap { width: calc(100% - 20px); }
	
	/* SLIDER */
	#slider_wrap .slick-slide .text_wrap { max-width: fit-content; padding-right: 20px; }
	#slider_wrap .slick-slide .text_wrap .subtitle { font-size: 24px; }
}

@media only screen and (max-width: 375px) { 
}
