/*
Theme Name: Mindenegyben blog
Theme URI: https://
Description: 
Author: 360 Marketing
Author URI: https://360-marketing.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; }

body { margin: auto; font-family: 'Source Sans Pro', sans-serif; font-size: 17px; font-weight: 400; color: #333; line-height: 30px; overflow-x: hidden; }

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

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

hr { margin: 30px 0; border-top: 5px solid #efefed; }

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 #ddd; }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1140px; margin-left: auto; margin-right: auto; position: relative; }
.inner_800 { max-width: 800px; }
.inner_900 { max-width: 900px; }
.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 { color: #f1655c; }
.b_r_3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.b_r_10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Cols */
.row { font-size: 0; }
.row .col { font-size: 20px; vertical-align: top; display: inline-block; }
.row .col_50 { width: 50%; }
.row .col_33 { width: 33.3333333333%; }
.row .col_25 { width: 25%; }
.row .col_20 { width: 20%; }

.row.row_table { width: 100%; display: table; table-layout: fixed; }
.row.row_table .col { display: table-cell; }

/* Animation */
.anim, #header ul li ul, #header ul li ul li a:before, #header .social_media__search a path { -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 */
.button { height: 40px; padding: 0 15px; font-size: 17px !important; font-weight: 700; text-decoration: none !important; text-align: center; color: white !important; line-height: 40px; display: inline-block; position: relative; cursor: pointer; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; -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: #030303; }
.button:disabled { background-color: #ddd; }

.button_small { height: 30px; font-size: 14px !important; line-height: 30px; }

.button_red { background: #c72358 !important; }
.button_red:hover { background: #030303 !important; }

.button_fullwidth { height: auto; padding: 15px 10px; text-align: center; line-height: 20px; display: block; }

/* 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 #828282; 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: #7fbc1e; 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: #7fbc1e; position: relative; display: block; content: ''; }


/*
----------------
	FANCYBOX
----------------
*/
.fancybox-container.search .fancybox-bg { background: rgba(255 255 255 / 96%); opacity: 100% !important; }
.fancybox-container.search .fancybox-content { background: transparent; }
.fancybox-container.search .fancybox-content { width: 600px; padding: 0; }
.fancybox-container.search .fancybox-content form { width: 100%; }
.fancybox-container.search .fancybox-content form input[type=text] { width: 100%; padding: 10px 0; font-size: 50px; background: transparent; border-bottom: 2px solid #444; }
.fancybox-container.search .fancybox-button { height: 46px; background-color: #030303; }
.fancybox-container.search .fancybox-button path { fill: white !important; }

/* Adult confirmation */
.fancybox-container.adult-confirmation .fancybox-bg { background: #030303 !important; opacity: 1 !important; }


/*
--------------------------
	ADULT CONFIRMATION
--------------------------
*/
.adult_confirmation_wrapper { margin-bottom: 20px; border: 1px solid #ddd; }
.adult_confirmation_wrapper .icon { padding: 30px; }
.adult_confirmation_wrapper .icon img { width: auto; height: 150px !important; margin: auto; display: block; }
.adult_confirmation_wrapper .entry { padding: 30px; background: #f5f5f5; }
.adult_confirmation_wrapper .entry p { line-height: 25px; }
.adult_confirmation_wrapper .entry p:last-child { margin-bottom: 0 !important; }
.adult_confirmation_wrapper .entry p.action_buttons { font-size: 0; }
.adult_confirmation_wrapper .entry p.action_buttons a { margin: 0 10px; }



/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu { width: 100%; left: 0; top: 90px; bottom: 0; font-size: 18px; background: white; position: fixed; z-index: 100; visibility: hidden; opacity: 0; overflow: hidden; }

#rwd_menu :before, 
#rwd_menu :after { -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 .rwd_menu_overlay { width: 100%; height: 100%; left: 0; top: 0; position: absolute; overflow-y: auto; }

/* Main menu */
#rwd_menu ul.main_menu { margin-bottom: 30px; }
#rwd_menu ul.main_menu li { border-bottom: 1px solid #dbdbdb; list-style: none; }

#rwd_menu ul.main_menu li a { padding: 24px 0 24px 20px; font-size: 24px; font-weight: 700; color: white; line-height: 1; letter-spacing: -1px; display: block; position: relative; }
#rwd_menu ul.main_menu li.menu-item-has-children > a:after { width: 22px; height: 22px; right: 20px; top: 25px; background: url(images/icon_arrow_down.svg) no-repeat right center; background-size: cover; position: absolute; content: ''; }
#rwd_menu ul.main_menu li.menu-item-has-children.open > a { color: #000 !important; }
#rwd_menu ul.main_menu li.menu-item-has-children.open > a:after { ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#rwd_menu ul.main_menu li ul { border-top: 1px solid #dbdbdb; display: none; }
#rwd_menu ul.main_menu li ul li { border-bottom-color: #ddd; }
#rwd_menu ul.main_menu li ul li:last-child { border-bottom: none; }
#rwd_menu ul.main_menu li ul li a { padding: 20px 0 20px 20px; font-size: 20px; font-weight: 400; color: #030303; line-height: 20px; letter-spacing: 0; border-left: 10px solid #dbdbdb; }
#rwd_menu ul.main_menu li ul li > a:after { width: 22px !important; height: 22px !important; top: 19px !important; }
#rwd_menu ul.main_menu li ul li.open > a:before { display: none; }

#rwd_menu ul.main_menu li ul li ul { padding-bottom: 20px; }
#rwd_menu ul.main_menu li ul li ul li { border-bottom: none; }
#rwd_menu ul.main_menu li ul li ul li a { padding: 5px 10px 5px 30px; font-size: 18px; text-transform: none; text-decoration: none !important; color: #d0a362 !important; }
#rwd_menu ul.main_menu li ul li ul li a:hover { color: white !important; }
#rwd_menu ul.main_menu li ul li ul li.current_page_item a { color: white !important; }

/* Other menu */
#rwd_menu ul.footer_menu { margin-bottom: 20px; }
#rwd_menu ul.footer_menu li { padding: 0 20px; }
#rwd_menu ul.footer_menu li a { padding: 8px 0; font-size: 18px; font-weight: 700; color: #030303; line-height: 20px; letter-spacing: 1px; display: inline-block; }

/* RWD nav opened */
body.rwd_menu__opened #rwd_menu { visibility: visible; opacity: 1; }


/*
---------------
	TOP BAR
---------------
*/
#top_bar { height: 46px; font-size: 16px; color: white; line-height: 46px; }
#top_bar span { display: inline-block; }
#top_bar span.date { height: 24px; top: 0; margin-right: 5px; padding: 0 10px; font-size: 14px; vertical-align: baseline; line-height: 24px; position: relative; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
#top_bar span.sep { width: 30px; text-align: center; }

#top_bar ul { font-size: 0; }
#top_bar ul li { margin-left: 20px; vertical-align: top; display: inline-block; }
#top_bar ul li:first-child { margin-left: 0; }
#top_bar ul li a { font-size: 16px; color: white; }
#top_bar ul li a:hover { text-decoration: underline; }


/*
--------------
	HEADER
--------------
*/
#header { height: 70px; background-color: white; border-bottom: 1px solid #ddd; position: relative; }
#header .inner { height: 100%; }

/* Logo */
#header .logo { width: auto; height: 34px; margin-right: 50px; display: inline-block; }
#header .logo img { width: auto; height: 100%; display: block; }
#header .logo.noimage { font-size: 30px; font-weight: 700; color: #131313; line-height: 34px; letter-spacing: -2px; }

/* Menu */
#header ul.menu { height: 70px; padding-top: 25px; font-size: 0; }
#header ul.menu li { height: 100%; margin-right: 20px; vertical-align: top; display: inline-block; position: relative; }
#header ul.menu li a { font-size: 18px; font-weight: 700; color: #131313; line-height: 20px; display: block; position: relative; }
#header ul.menu li a:hover { color: #000; }

#header ul.menu li.menu-item-has-children a { padding-right: 20px; }
#header ul.menu li.menu-item-has-children a:after { width: 20px; height: 100%; right: 0; top: 0; background: url(images/icon_arrow_down.svg) no-repeat center; background-size: auto 7px; position: absolute; content: ''; }

#header ul.menu li.menu-item-has-children ul { min-width: 150px; height: auto; top: 80%; left: -20px; padding-top: 10px; padding-bottom: 10px; background: white; border: 1px solid #ddd; position: absolute; z-index: 100; opacity: 0; visibility: hidden; }
#header ul.menu li.menu-item-has-children ul:after,
#header ul.menu li.menu-item-has-children ul:before { height: 0; width: 0; bottom: 100%; left: 40px; border: solid transparent; content: ''; position: absolute; pointer-events: none; }
#header ul.menu li.menu-item-has-children ul:after { border-color: rgba(255,255,255,0); border-bottom-color: white; border-width: 9px; margin-left: -9px; }
#header ul.menu li.menu-item-has-children ul:before { border-color: rgba(221,221,221,0); border-bottom-color: #ddd; border-width: 10px; margin-left: -10px; }

#header ul.menu li.menu-item-has-children ul li { height: auto; margin-right: 0; margin-bottom: 10px; display: block; }
#header ul.menu li.menu-item-has-children ul li:last-child { margin-bottom: 0; }
#header ul.menu li.menu-item-has-children ul li a { padding: 0 20px; font-size: 17px; font-weight: 400; color: #777; }
#header ul.menu li.menu-item-has-children ul li a:after { display: none !important; }
#header ul.menu li.menu-item-has-children ul li a:before { width: 0; height: 100%; left: 0; top: 0; position: absolute; content: ''; }
#header ul.menu li.menu-item-has-children ul li a:hover { text-decoration: underline; color: #131313; }
#header ul.menu li.menu-item-has-children ul li a:hover:before { width: 4px; }

#header ul.menu li.menu-item-has-children:hover ul { top: 100%; top: calc(100% - 1px); visibility: visible; opacity: 1; }

/* Social media and search */
#header .social_media__search { height: 40px; right: 0; position: absolute; }
#header .social_media__search .social_media { font-size: 0; }
#header .social_media__search a { width: 40px; height: 40px; margin-left: 5px; padding-top: 12px; text-align: center; vertical-align: top; background: #f2f2f2; display: inline-block; }
#header .social_media__search a svg { width: auto; height: 16px; }
#header .social_media__search a:hover path { fill: white; }
#header .social_media__search a.fancybox_search { padding-top: 7px; }

/* Progress bar */
#header .progress { width: 100%; height: 3px; left: 0; bottom: -3px; position: absolute; }
#header .progress .progress-bar { width: 0; height: 3px; }

/* RWD menu */
#header .rwd_button { width: 40px; height: 40px; right: 20px; top: 10px; background: #030303; position: absolute; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#header .rwd_button:before { width: max-content; height: 100%; top: 0; right: 100%; right: calc(100% + 10px); color: #000; line-height: 40px; display: none; position: absolute; content: 'Menü bezárása'; }
#header .rwd_button .burg { width: 20px; height: 2px; left: 10px; top: 50%; background: white; display: block; position: relative; -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: 20px; 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: -5px; left: 0; }
#header .rwd_button .burg:after { top: 5px; 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%; left: 0; top: 0; position: fixed; z-index: 100; }

/* RWD nav opened */
body.rwd_menu__opened #header .logo { display: none; }
body.rwd_menu__opened #header .social_media__search { display: none; }
body.rwd_menu__opened #header .rwd_button:before { display: block; }


/*
--------------
	SLIDER
--------------
*/
#slides { margin-bottom: 40px; position: relative; }

#slides .slides_for.slick-slider .slick-slide { max-height: 550px; min-height: 250px; background-color: #030303; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative;  overflow: hidden; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#slides .slides_for.slick-slider .slick-slide:before { padding-top: 49%; display: block; position: relative; content: ''; }
#slides .slides_for.slick-slider .slick-slide .cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.3); position: absolute; z-index: 2; }
#slides .slides_for.slick-slider .slick-slide .entry { padding: 0 70px; }
#slides .slides_for.slick-slider .slick-slide .entry h3 { max-width: 500px; margin-bottom: 20px; }
#slides .slides_for.slick-slider .slick-slide .entry h3 a { font-size: 50px; font-weight: 700; color: white; line-height: 1; display: inline-block; }
#slides .slides_for.slick-slider .slick-slide .entry .categories { margin-bottom: 10px; font-size: 0; }
#slides .slides_for.slick-slider .slick-slide .entry .categories .category { height: 24px; margin-right: 5px; padding: 0 10px; font-size: 14px; text-transform: uppercase; vertical-align: top; color: white; line-height: 24px; display: inline-block; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
#slides .slides_for.slick-slider .slick-slide .entry .meta { font-size: 0; }
#slides .slides_for.slick-slider .slick-slide .entry .meta span { height: 20px; font-size: 16px; font-weight: 700; vertical-align: top; color: white; line-height: 20px; display: inline-block; }
#slides .slides_for.slick-slider .slick-slide .entry .meta span.has_icon { padding-left: 30px; background-repeat: no-repeat; background-repeat: left center; background-size: auto 100%; }
#slides .slides_for.slick-slider .slick-slide .entry .meta span.datetime { background-image: url(images/icon_clock_white.svg); }

#slides .slides_for.slick-slider { display: none; }
#slides .slides_for.slick-slider.slick-initialized { display: block; }

/* Slides nav */
#slides .slides_nav.slick-slider { width: 100%; height: 60px; left: 0; bottom: 40px; padding: 0 40px; position: absolute; z-index: 3; }
#slides .slides_nav.slick-slider .slick-list { height: 100%; }
#slides .slides_nav.slick-slider .slick-track { height: 100%; display: flex; }
#slides .slides_nav.slick-slider .slick-slide { width: 25%; height: 100%; padding: 0 30px 0 80px; position: relative; outline: none; cursor: pointer; }
#slides .slides_nav.slick-slider .slick-slide img { width: auto; height: 60px; left: 0; top: 0; display: block; position: absolute; }
#slides .slides_nav.slick-slider .slick-slide .title { font-size: 16px; font-weight: 700; line-height: 18px; color: white; opacity: 0.5; }
#slides .slides_nav.slick-slider .slick-slide.slick-active .title { opacity: 1; }

#slides .slides_nav.slick-slider { display: none; }
#slides .slides_nav.slick-slider.slick-initialized { display: block; }

/* Dots */
#slides ul.slick-dots { padding-top: 20px; font-size: 0; text-align: center; }
#slides ul.slick-dots li { margin: 0 5px; vertical-align: top; display: inline-block; }
#slides ul.slick-dots li button { width: 30px; height: 30px; color: white; background: #030303; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }


/*
-----------------
	GREY HERO
-----------------
*/
#grey_hero { height: 150px; margin-bottom: 30px; font-size: 40px; font-weight: 700; color: #030303; line-height: 1; background: #f5f5f5; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { margin-bottom: 20px; font-size: 16px; }
#before_content a { text-decoration: underline; }
#before_content a:hover { color: #030303; }


/*
---------------
	CONTENT
---------------
*/
#container { padding-top: 30px; padding-bottom: 50px; }
body.fixed_header #container { padding-top: 100px; }
/*body.archive.author #container { padding-top: 0; }*/

#content { font-size: 19px; display: flex; }
#content .content_wrap { width: calc(100% - 390px); }

#content h1 { margin-bottom: 30px; font-size: 50px; font-weight: 700; color: #030303; }
#content h2 { margin-top: 50px; margin-bottom: 10px; font-size: 25px; font-weight: 700; }
#content h3 { margin-bottom: 10px; font-size: 25px; font-weight: 700; }

#content a { text-decoration: underline; }
#content a:hover { color: #030303; }

#content p { margin-bottom: 20px; }
#content p a:not(.admin_actions a, .rank-math-breadcrumb a) { padding: 0 5px; text-decoration: none !important; }
#content img { max-width: 100%; height: auto; display: block; }

#content blockquote { margin-top: 40px; margin-bottom: 20px; padding: 30px 40px; font-size: 22px; font-style: italic; border: 1px solid #eee; position: relative; }
#content blockquote:before { width: 50px; height: 50px; left: -25px; top: -25px; background-image: url(images/icon_quote_white.svg); background-repeat: no-repeat; background-position: center; background-size: auto 20px; border: 5px solid white; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#content blockquote p:last-child { margin-bottom: 0 !important; }

#content ul, 
#content ol { margin-left: 40px; margin-bottom: 20px; }
#content ul li {}

/* Caption */
#content .wp-caption-text { font-size: 16px; text-align: center; }

/* Iframe wrapper */
#content .iframe_wrapper { height: 0; margin-bottom: 30px; padding-bottom: 56.25%; padding-top: 25px; position: relative; }
#content .iframe_wrapper iframe { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }

/* Table of content */
#content #ez-toc-container .ez-toc-title { font-size: 25px !important; font-weight: 700; color: #030303; }
#content #ez-toc-container .ez-toc-list { margin-left: 0 !important; margin-bottom: 0 !important; }
#content #ez-toc-container .ez-toc-list li ul { margin-bottom: 0 !important; }

/* Author */
#content .author { margin-bottom: 30px; background: #eee; display: flex; flex-wrap: wrap; }
#content .author .avatar { width: 250px; }
#content .author .avatar img { width: 100%; height: auto; display: block; }
#content .author .personal_info { width: calc(100% - 250px); padding: 30px; }
#content .author .personal_info h4 { margin-bottom: 6px; font-size: 14px; text-transform: uppercase; letter-spacing: 3px; }
#content .author .personal_info .description { font-size: 15px; line-height: 22px; }

/* Single post */
body.single .categories { margin-bottom: 10px; font-size: 0; }
body.single .categories .category { height: 24px; margin-right: 5px; padding: 0 10px; font-size: 14px; text-transform: uppercase; text-decoration: none !important; vertical-align: top; color: white !important; line-height: 24px; display: inline-block; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }

body.single .post_metas { margin-bottom: 20px; padding: 10px 0; font-size: 15px; color: #777; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; display: flex; flex-wrap: wrap; }
body.single .post_metas strong { color: #030303; }
body.single .post_metas .meta { margin-right: 10px; padding-right: 10px; line-height: 30px; border-right: 1px solid #dbdbdb; display: inline-block; }
body.single .post_metas .meta:last-child { margin-right: 0; padding-right: 0; border-right: none; }
body.single .post_metas .meta .zilla-likes { margin-bottom: 0 !important; text-decoration: none !important; color: #030303; }

body.single .post_tags { margin-bottom: 20px; padding-top: 20px; font-size: 0; border-top: 3px solid #eee; }
body.single .post_tags a { margin: 0 10px 10px 0; padding: 0 10px; font-size: 15px; text-decoration: none !important; vertical-align: top; color: #777 !important; line-height: 24px; border: 1px solid #ddd; display: inline-block; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
body.single .post_tags a:hover { color: #000 !important; }

body.single .author_profile { margin-bottom: 30px; padding: 20px; background: #f5f5f5; display: flex; }
body.single .author_profile .avatar { width: 120px; }
body.single .author_profile .entry { width: calc(100% - 120px); padding-left: 20px; }
body.single .author_profile .entry .name { margin-bottom: 5px; font-size: 22px; font-weight: 700; color: #030303; line-height: 1; }
body.single .author_profile .entry .name a { height: 24px; top: -2px; padding: 0 10px; font-size: 14px; text-decoration: none !important; text-transform: uppercase; vertical-align: middle; color: white !important; line-height: 24px; display: inline-block; position: relative; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
body.single .author_profile .entry .name a:hover { background: #030303; }
body.single .author_profile .entry .description { font-size: 16px; line-height: 24px; }

/*Fb Comments Width Fix*/
.fb_iframe_widget_fluid_desktop, 
.fb_iframe_widget_fluid_desktop span, 
.fb_iframe_widget_fluid_desktop iframe { width: 100% !important; max-width: 100% !important; }

/* Horoscope chooser */
.horoscope_chooser { margin-bottom: 50px; padding: 30px; background: #f9f9f9; display: flex; flex-wrap: wrap; }
.horoscope_chooser .zodiac_sign { width: 25%; height: 180px; padding-top: 20px; text-align: center; text-decoration: none !important; cursor: pointer; }
.horoscope_chooser .zodiac_sign:hover { background: white; -moz-box-shadow: 0 3px 5px rgba(0 0 0 / 10%); -webkit-box-shadow: 0 3px 5px rgba(0 0 0 / 10%); box-shadow: 0 3px 5px rgba(0 0 0 / 10%); }
.horoscope_chooser .zodiac_sign img { width: auto; height: 80px !important; margin: 0 auto 20px; display: block; }
.horoscope_chooser .zodiac_sign .zodiac_sign_title { margin-bottom: 10px; font-size: 18px; font-weight: 700; text-transform: uppercase; color: #030303; line-height: 1; }
.horoscope_chooser .zodiac_sign .zodiac_sign_date { font-size: 14px; text-transform: uppercase; color: #777; line-height: 1; }

.horoscope_prev_next { margin-top: 50px; border-top: 2px solid #efefed; display: flex; flex-wrap: wrap; position: relative; }
.horoscope_prev_next:after { width: 2px; height: 100%; left: 50%; top: 0; background: #efefed; position: absolute; content: ''; }
.horoscope_prev_next a { width: 50%; padding: 20px 10px; font-weight: 700; text-align: center; }


/* 
------------------------
	PREV / NEXT POST
------------------------
*/
.prev_next_post_wrap { margin-bottom: 50px; }
.prev_next_post_wrap h3 { margin-bottom: 15px; font-size: 25px; font-weight: 700; color: #ff1846; }
.prev_next_post_wrap .buttons { display: flex; flex-wrap: wrap; }

.prev_next_post_wrap .prev_post, 
.prev_next_post_wrap .next_post { width: 50%; height: 40px; font-size: 16px; font-weight: 700; text-decoration: none !important; color: #18a0fb; line-height: 18px; display: flex; align-items: center; position: relative; }

.prev_next_post_wrap .prev_post:hover, 
.prev_next_post_wrap .next_post:hover { text-decoration: underline !important; color: #161616; }

.prev_next_post_wrap .prev_post { padding-left: 50px; padding-right: 20px; }
.prev_next_post_wrap .next_post { width: 50%; padding-left: 20px; padding-right: 50px; text-align: right; justify-content: flex-end; }

.prev_next_post_wrap .prev_post:before, 
.prev_next_post_wrap .next_post:before { width: 40px; height: 40px; left: 0; top: 0; background-image: url(images/icon_arrow_left_white.svg); background-repeat: no-repeat; background-position: center; background-size: auto 12px; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.prev_next_post_wrap .next_post:before { left: auto; right: 0; background-image: url(images/icon_arrow_right_white.svg); }


/* 
---------------
	HELPFUL 
---------------
*/
.helpful { margin-bottom: 30px; padding: 20px; background: #f9f9f9; border: 1px solid #aaa; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 1px 1px rgb(0 0 0 / 5%); -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%); box-shadow: 0 1px 1px rgb(0 0 0 / 5%); position: relative; } 
.helpful .helpful-headline { margin: 0 0 10px; }
.helpful .helpful-content { right: 0; bottom: 0; padding: 0 10px; font-size: 15px; font-weight: bold; position: absolute; } 
.helpful .helpful-controls div { margin-right: 10px; vertical-align: top; display: inline-block; }
.helpful .helpful-controls .helpful-button { height: 40px; padding: 0 15px; text-transform: uppercase; color: white; background: #81d742; border: 1px solid #81d742; position: relative; cursor: pointer; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.helpful .helpful-controls .helpful-button.helpful-contra { background: #dC3128; border-color: #dc3128; }
.helpful .helpful-controls .helpful-button:hover { color: #333; background: white; }

.helpful .helpful-controls .helpful-button .helpful-counter { height: 18px; right: -5px; top: -5px; padding: 0 5px; font-size: 12px; color: white; line-height: 18px; background: #333; position: absolute; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; }



/*
------------
	NEWS
------------
*/
.news .news_header .title { margin-bottom: 30px; font-size: 30px; font-weight: 700; color: #131313; line-height: 1; } 

.news .news_list { margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap; } 
.news .news_list article { width: 50%; margin-top: 50px; padding-left: 15px; padding-right: 15px; vertical-align: top; display: inline-block; position: relative; } 
.news .news_list article:nth-child(-n+2) { margin-top: 0; } 

.news .news_list article .categories { left: 30px; top: 20px; font-size: 0; position: absolute; z-index: 2; }
.news .news_list article .categories a { height: 24px; margin: 0 5px 5px 0; padding: 0 10px; font-size: 14px; text-decoration: none !important; text-transform: uppercase; vertical-align: top; color: white !important; line-height: 24px; display: inline-block; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }

.news .news_list article .thumbnail { margin-bottom: 20px; display: block; position: relative; z-index: 1; overflow: hidden; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.news .news_list article .thumbnail img { width: 100%; height: auto; display: block; position: relative; z-index: 1; transform: scale(1) translateZ(0); transition: all 1s cubic-bezier(0.19,1,0.22,1); }
.news .news_list article .thumbnail:hover img { -ms-transform: scale(1.05) translateZ(0); -webkit-transform: scale(1.05) translateZ(0); transform: scale(1.05) translateZ(0); }

.news .news_list article h3 { margin-bottom: 10px; }
.news .news_list article h3 a { font-size: 22px; font-weight: 700; text-decoration: none !important; color: #131313 !important; line-height: 1; }
.news .news_list article h3 a:hover { text-decoration: underline !important; }

.news .news_list article .meta { height: 24px; margin-bottom: 10px; font-size: 15px; color: #777; line-height: 24px; display: flex; }
.news .news_list article .meta img { width: auto; height: 24px !important; margin-right: 10px; vertical-align: top; display: inline-block !important; }
.news .news_list article .meta .author { margin-right: 20px; }
.news .news_list article .meta .datetime img { height: 20px !important; margin-top: 2px; margin-right: 5px; opacity: 0.2; }

.news .news_list article .excerpt { font-size: 17px; color: #777; line-height: 22px; }
.news .news_list article .excerpt p:last-child { margin-bottom: 0 !important; }

/* Small display */
.news.news_small .news_list { margin-left: 0; margin-right: 0; display: block; } 
.news.news_small .news_list article { width: 100%; margin-top: 30px !important; padding-left: 0; padding-right: 0; display: flex; } 
.news.news_small .news_list article:first-child { margin-top: 0; } 

.news.news_small .news_list article h3 a { font-size: 16px; } 

.news.news_small .news_list article .entry { width: calc(100% - 100px); padding-right: 20px; }
.news.news_small .news_list article .thumbnail { width: 100px; height: 100px; margin-bottom: 0; }

.news.news_small .news_list article .categories { left: auto; top: auto; position: relative; }


/*
---------------
	SIDEBAR
---------------
*/
#sidebar { width: 390px; padding-left: 30px; }
#sidebar .widget { margin-bottom: 30px; }
#sidebar .widget_title { font-size: 22px; font-weight: 700; color: #030303; line-height: 1; }

/* Latest news */
#sidebar .widget.widget_latest_news .news_list .categories { margin-bottom: 0; }
#sidebar .widget.widget_latest_news .news_list article h3 { margin-bottom: 5px; }
#sidebar .widget.widget_latest_news .news_list article h3 a { font-size: 18px; line-height: 1; display: block; }

/* Table of content */
#sidebar .widget.ez-toc { padding: 20px; border: 1px solid #ddd; }
#sidebar .widget.ez-toc .ez-toc-title-container { margin-bottom: 10px; }
#sidebar .widget.ez-toc .ez-toc-title-container .ez-toc-title { font-size: 22px; font-weight: 700; color: #030303; line-height: 1; }
#sidebar .widget.ez-toc .ez-toc-list { margin-bottom: 0 !important; margin-left: 0 !important; padding: 0 !important; }
#sidebar .widget.ez-toc .ez-toc-list li { padding: 5px 0; position: relative; }
#sidebar .widget.ez-toc .ez-toc-list li.active { padding: 5px; }
#sidebar .widget.ez-toc .ez-toc-list li:before { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
#sidebar .widget.ez-toc .ez-toc-list li a { font-size: 17px !important; line-height: 20px !important; display: block; }
#sidebar .widget.ez-toc .ez-toc-list li ul { margin-bottom: 0 !important; }


/*
--------------
	FOOTER
--------------
*/
#footer { color: #aaa; background: #030303; }

/* Footer top */
#footer .footer_top { padding: 40px 0; }
#footer .footer_top h3 { margin-bottom: 20px; font-size: 22px; font-weight: 700; color: white; line-height: 1; }
#footer .footer_top .col:nth-child(1) { padding-right: 40px; }
#footer .footer_top .col:nth-child(2) { padding-left: 20px; padding-right: 20px; }
#footer .footer_top .col:nth-child(3) { padding-left: 40px; }

#footer .footer_top .col_aboutus { font-size: 16px; line-height: 22px; }
#footer .footer_top .col_aboutus p { margin-bottom: 20px; }

#footer .footer_top .col_aboutus .social_media { font-size: 0; }
#footer .footer_top .col_aboutus .social_media a { width: 50px; height: 50px; margin: 0 10px 10px 0; padding-top: 13px; text-align: center; vertical-align: top; display: inline-block; }
#footer .footer_top .col_aboutus .social_media a:hover { opacity: 0.9; }
#footer .footer_top .col_aboutus .social_media a svg { width: auto; height: 24px; }
#footer .footer_top .col_aboutus .social_media a.facebook { background-color: #1877f2; }
#footer .footer_top .col_aboutus .social_media a.linkedin { background-color: #0a66c2; }
#footer .footer_top .col_aboutus .social_media a.twitter { background-color: #1da1f2; }

#footer .footer_top .col_news .news_list article h3 { margin-bottom: 0; }
#footer .footer_top .col_news .news_list article h3 a { color: white !important; }
#footer .footer_top .col_news .news_list article .meta { color: #ccc; }
#footer .footer_top .col_news .news_list article .meta .datetime img { display: none !important; }

#footer .footer_top .col_categories ul { list-style: none; }
#footer .footer_top .col_categories ul li { font-size: 16px; border-bottom: 1px solid #333; }
#footer .footer_top .col_categories ul li a { font-size: 16px; color: white; }
#footer .footer_top .col_categories ul li a:hover { text-decoration: underline; }

/* Footer bottom */
#footer .footer_bottom { padding: 20px 0; font-size: 16px; border-top: 1px solid #333; }
#footer .footer_bottom ul { font-size: 0; list-style: none; }
#footer .footer_bottom ul li { margin-left: 15px; vertical-align: top; display: inline-block; }
#footer .footer_bottom ul li a { font-size: 16px; color: #aaa; }
#footer .footer_bottom ul li a:hover { text-decoration: underline; color: white; }


/*
------------------
	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; }


/*
--------------------
	SOCIAL SHARE
--------------------
*/
.social_share { width: 100%; height: 40px; left: 0; bottom: 0; position: fixed; z-index: 99; }
.social_share a { width: 20%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: auto 24px; display: block; float: left; }
.social_share a.facebook { background-color: #4267b2; background-image: url(images/icon_facebook_white.svg); }
.social_share a.linkedin { background-color: #007bb5; background-image: url(images/icon_linkedin_white.svg); }
.social_share a.whatsapp { background-color: #67c15e; background-image: url(images/icon_whatsapp_white.svg); }
.social_share a.messenger { background-color: #007fff; background-image: url(images/icon_messenger_white.svg); }
.social_share a.mail { background-color: #000; background-image: url(images/icon_mail_white.svg); }
.social_share a span { display: none; }


/*
--------------------
	CONTACT FORM
--------------------
*/
/*
--------------
	FORM
--------------
*/
.form-row { margin-bottom: 10px !important; }
.form-row.form-row-first { width: calc(50% - 10px); float: left; }
.form-row.form-row-last { width: calc(50% - 10px); float: right; }
.form-row.form-row-wide { width: 100%; float: none; clear: both; }

.form-row a { text-decoration: underline; color: #333; }
.form-row a:hover { color: #000; }
.form-row br { display: none; }
.form-row label { font-size: 16px; font-weight: 700; text-align: left; color: #333; display: block; }
.form-row label.bold { margin-bottom: 20px; font-size: 18px; text-align: center; }

.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],
.form-row input[type=password] { width: 100%; height: 50px; padding-left: 10px; font-size: 16px; background: #f6f6f6; border: 1px solid #ddd; }

.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,
.form-row input[type=password]:focus { background: white; border-color: #aaa; }

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

.wpcf7 h3 { margin-top: 30px; }
.wpcf7 .wpcf7-list-item { margin: 0 15px 0 0 !important; }

.wpcf7 .wpcf7-form-control-wrap { min-height: 50px; display: block; }
.wpcf7 .wpcf7-form-control-wrap.wpcf7-form-control-signature-input-wrap { min-height: inherit; }
.wpcf7 .wpcf7-form-control-wrap.vegzett-tevekenysegek .wpcf7-list-item { margin: 0 0 5px 0 !important; display: block; }

.wpcf7 .wpcf7-form-control-wrap.wpcf7-form-control-signature-input-wrap { min-height: inherit; }

.wpcf7 .wpcf7-form-control.wpcf7-radio { padding-top: 10px; display: block; }

/* Signature */
.wpcf7 .wpcf7-form-control-signature-global-wrap {}
.wpcf7 .wpcf7-form-control-signature-global-wrap .wpcf7-form-control-signature-wrap { width: 100% !important; margin-bottom: 20px; border: 3px solid #ddd; }
.wpcf7 .wpcf7-form-control-signature-global-wrap .wpcf7_signature_signature { width: 100% !important; }
.wpcf7 .wpcf7-form-control-signature-global-wrap input[type=button] { height: 40px; padding: 0 10px; font-size: 17px !important; font-weight: 700; text-transform: uppercase; text-decoration: none !important; color: white !important; line-height: 40px; background: #377ef2; display: inline-block; position: relative; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -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; }
.wpcf7 .wpcf7-form-control-signature-global-wrap input[type=button]:hover { background: #162d5a; }

/* Error */
.error { padding: 10px 20px; font-size: 16px; color: #242424; background: #fbcdcc; border-left: 5px solid #f1655c; position: relative; }



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

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* CONTENT */
	#content blockquote { padding: 30px 20px; }
	#content blockquote:before { left: 15px; }
	
	/* HEADER: Social media and search */
	#header .social_media__search { right: 20px; }
}

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

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	
	/* TOP BAR */
	#top_bar { width: 100%; height: 30px; left: 0; top: 0; line-height: 30px; position: fixed; z-index: 100; }
	#top_bar .left { text-align: center; float: none; }
	
	/* HEADER */
	#header { width: 100%; height: 60px; left: 0; top: 30px; position: fixed; z-index: 100; }
	
	/* HEADER: Social media and search */
	#header .social_media__search { right: 70px; }
	
	/* SLIDER */
	#slides .slides_for.slick-slider .slick-slide .entry { max-width: 600px; padding: 0 30px; }
	#slides .slides_for.slick-slider .slick-slide .entry h3 a { font-size: 45px; }
	
	/* CONTENT */
	#container { padding-top: 110px; }
	body.fixed_header #container { padding-top: 80px; }

	#content { display: block; }
	#content .content_wrap { width: 100%; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .col:nth-child(1) { padding-right: 0; }
	#footer .footer_top .col:nth-child(2) { padding-left: 0; padding-right: 20px; }
	#footer .footer_top .col:nth-child(3) { padding-left: 20px; }

	#footer .footer_top .col_aboutus { width: 100%; margin-bottom: 30px; display: block; }
	#footer .footer_top .col_news { width: 50%; }
	#footer .footer_top .col_categories { width: 50%; }
}

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

	/* FANCYBOX */
	.fancybox-container.search .fancybox-content { width: 100%; padding: 0 20px; }
	.fancybox-container.search .fancybox-content form input[type=text] { font-size: 40px; }

	/* SLIDER */
	#slides .slides_for.slick-slider .slick-slide .entry { max-width: none; padding: 0 20px; }
	#slides .slides_for.slick-slider .slick-slide .entry h3 a { font-size: 40px; }
	
	/* CONTENT */
	#content h1 { font-size: 7vw; }
	
	/* CONTENT: Horoscope chooser */
	.horoscope_chooser { padding: 20px; }
	.horoscope_chooser .zodiac_sign { height: 160px; }
	.horoscope_chooser .zodiac_sign img { height: 60px !important; }
	.horoscope_chooser .zodiac_sign .zodiac_sign_title { font-size: 16px; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom { text-align: center; }
	#footer .footer_bottom .left { float: none; }
	#footer .footer_bottom .right { float: none; }
}

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

	/* DISPLAY: None */
	.hide_in_640 { display: none !important; }
	
	/* FANCYBOX */
	.fancybox-container.search .fancybox-content form input[type=text] { font-size: 36px; }
	
	/* ADULT CONFIRMATION */
	.adult_confirmation_wrapper .icon img { height: 100px !important; }
	.adult_confirmation_wrapper .entry { padding: 20px; }
	.adult_confirmation_wrapper .entry p.action_buttons a { margin: 10px 0; }

	/* HEADER: Logo */
	#header .logo.noimage { font-size: 24px; }

	/* SLIDER */
	#slides .slides_for.slick-slider .slick-slide .entry h3 a { font-size: 30px; }
	
	/* NEWS */
	.news .news_list { margin-left: 0; margin-right: 0; display: block; } 
	.news .news_list article { width: 100%; margin-top: 40px !important; padding-left: 0; padding-right: 0; vertical-align: top; display: block; } 
	.news .news_list article:first-child { margin-top: 0 !important; } 
	.news .news_list article .categories { left: 20px; }
	
	/* CONTENT */
	#content h1 { font-size: 8vw; }
	
	/* CONTENT: Single post */
	body.single .author_profile { display: block; }
	body.single .author_profile .avatar { width: 100%; }
	body.single .author_profile .avatar img { width: 100px; height: auto; margin: auto; display: block; }
	body.single .author_profile .entry { width: 100%; padding-left: 0; padding-top: 20px; }
	
	body.single .post_metas .meta { width: 50%; margin-right: 0; padding-right: 0; border-right: 1px solid #dbdbdb; }
	body.single .post_metas .meta:nth-child(2n) { padding-left: 10px; border-right: none; }
	
	/* HELPFUL */
	.helpful .helpful-content { right: auto; bottom: auto; margin-bottom: 20px; padding: 0; position: relative; } 
	
	/* FOOTER: Footer top */
	#footer .footer_top .col:nth-child(2) { padding-right: 0; }
	#footer .footer_top .col:nth-child(3) { padding-left: 0; }

	#footer .footer_top .col_news { width: 100%; margin-bottom: 30px; }
	#footer .footer_top .col_categories { width: 100%; }
}

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

	/* FANCYBOX */
	.fancybox-container.search .fancybox-content form input[type=text] { font-size: 26px; }
	
	/* TOP BAR */
	#top_bar { font-size: 14px; }
	#top_bar span.sep { width: 20px; }
	
	/* CONTENT: Single post */
	body.single .author_profile { text-align: center; }
	body.single .author_profile .entry .name a { height: 40px; top: 0; margin-top: 10px; font-size: 16px; line-height: 40px; display: block; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
	
	/* CONTENT: Table of content */
	#content #ez-toc-container { width: 100% !important; }
	
	/* CONTENT: Horoscope chooser */
	.horoscope_chooser .zodiac_sign { width: 33.3333333333%; height: auto; }
	.horoscope_chooser .zodiac_sign .zodiac_sign_date { font-size: 13px; }
	
	.horoscope_prev_next { margin-top: 30px; }
	.horoscope_prev_next a { padding: 20px 0; font-size: 16px; }
	
	/* PREV / NEXT POST */
	.prev_next_post_wrap .prev_post { height: auto; padding-top: 50px; padding-left: 0; }
	.prev_next_post_wrap .next_post { height: auto; padding-top: 50px; padding-right: 0; }
}

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

	/* CONTENT: Horoscope chooser */
}

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

	/* CONTENT: Horoscope chooser */
	.horoscope_chooser .zodiac_sign img { height: 50px; }
	.horoscope_chooser .zodiac_sign .zodiac_sign_title { font-size: 15px; }
	.horoscope_chooser .zodiac_sign .zodiac_sign_date { font-size: 12px; }
}
