/*
Theme Name: Öcsiker Kft.
Theme URI: https://ocsiker.hu/
Description: Az Öcsiker Kft. webáruház alapértelmezett sablonja
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

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

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

:root {
	--color-blue: #256fd0;
	--color-dark-blue: #29273D;
	--color-light-blue: #d4e3f8;
	--color-dark: #191827;
	--color-body-text: #333333;
	--color-silver: #F6F6FA;
	--color-silver-line: #e3e3e3;
	--color-yellow: #ffbc59;
	--color-green: #66bb6a;
	--color-green-a10: rgba(102 187 106 / 10%);
	--color-red: #ef5350;
	--color-red-a10: rgba(239 83 80 / 10%);
}

html, body { height: 100%; }
body { font-family: 'Source Sans 3', sans-serif; font-size: 18px; font-weight: 400; color: var(--color-body-text); line-height: 30px; background: var(--color-dark); overflow-x: hidden; }
body.rwd_menu__opened { overflow: hidden; }

img.alignleft, img.alignright, img.aligncenter, img.alignnone { max-width: 100%; height: auto; } 
img.alignleft { margin: 0 20px 20px 0; float: left; } 
img.alignright { margin: 0 0 20px 10px; float: right; } 

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

hr { margin: 30px 0; border-top: 3px solid var(--color-silver-line); clear: both; }

button, input { -webkit-appearance: none; -webkit-border-radius: 0; }
button, input, select, textarea { font-family: 'Source Sans 3', sans-serif; font-size: 15px; font-weight: 400; outline: none; }
textarea { resize: vertical; }

input[type=checkbox], 
input[type=radio] { width: 20px; min-width: 20px; height: 20px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid #d8d8d8; clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important; position: relative; -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, 
input[type=checkbox]:checked:before { top: 4px; right: 4px; bottom: 4px; left: 4px; text-align: center; background: var(--color-green); position: absolute; display: block; content: '' !important; }
input[type=radio]:checked:before { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }


/*
-----------------
	CLASSES
-----------------
*/
.red, .required { color: var(--color-red); }
.inner { max-width: 1280px; margin: auto; position: relative; }
.inner_800 { max-width: 800px; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.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%; }
.uppercase { text-transform: uppercase; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.hide { display: none !important; }

/* Buttons */
.button, .form-submit input[type=submit] { height: 50px; padding: 0 30px !important; font-family: 'Source Sans 3 Narrow', sans-serif; font-size: 18px; font-weight: 700; text-decoration: none !important; color: white !important; line-height: 50px; background-color: var(--color-blue); display: inline-block; position: relative; cursor: pointer; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; border-radius: 3px; }
.button:hover, .form-submit input[type=submit]:hover { background-color: var(--color-dark); }
.button:disabled { background: #ddd; cursor: not-allowed; }

.button.button_30 { height: 30px; padding: 0 10px !important; font-size: 14px; line-height: 30px; }

.button.button_yellow { color: var(--color-dark) !important; background-color: var(--color-yellow) !important; }
.button.button_yellow:hover { color: white !important; background-color: var(--color-dark) !important; }

.button.button_green { background-color: var(--color-green) !important; }
.button.button_green:hover { background-color: var(--color-dark) !important; }

.button.button_white_hover:hover { color: var(--color-dark) !important; background-color: white !important; }

.button.button_outline { color: #000 !important; background-color: transparent !important; border: 1px solid var(--color-body-text); }

.button.button_outline.button_outline_white { color: white !important; background-color: transparent !important; border-color: rgba(255 255 255 / 30%); }
.button.button_outline.button_outline_white:hover { border-color: rgba(255 255 255 / 50%); }

/* Font */
.center { text-align: center; }

/* Animation */
.anim, li.contact a { -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, .search-dialog-content { -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); }

/* Website */
#website { max-width: 1920px; min-height: 100vh; margin: auto; background: white; }


/*
-------------
	MODAL
-------------
*/
.fancybox-button--close { background-color: var(--color-pink); }
.fancybox-button--close path { fill: white !important; }

.fancybox-container .modal_added_to_cart { width: 100%; max-width: 400px; padding: 30px; border-radius: 10px; }
.fancybox-container .modal_added_to_cart p { margin-bottom: 20px; }
.fancybox-container .modal_added_to_cart p.last, 
.fancybox-container .modal_added_to_cart p:last-child { margin-bottom: 0; }
.fancybox-container .modal_added_to_cart h3 { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: var(--color-dark); line-height: 110%; }
.fancybox-container .modal_added_to_cart a.close_fancybox { font-size: 15px; text-decoration: underline; color: #999; }
.fancybox-container .modal_added_to_cart a.close_fancybox:hover { color: var(--color-body-text); }

.fancybox-container .modal_added_to_cart .close_fancybox_wrap { padding: 15px 30px; font-size: 16px; text-align: center; line-height: 20px; background: #e1e5ec; }
.fancybox-container .modal_added_to_cart .close_fancybox { font-weight: 700; text-decoration: underline; color: #000; }
.fancybox-container .modal_added_to_cart .close_fancybox:hover { text-decoration: none; }

/* Search */
.fancybox-container .search-dialog-content { width: 100%; max-width: 660px; top: 100px; left: calc((100% - 660px) /2); padding: 40px 50px; position: absolute; border-radius: 10px; }
.fancybox-container .search-dialog-content .fancybox-close-small { width: 50px; height: 50px; right: 60px; top: calc(50% - 10px); background-color: var(--color-silver); border: 1px solid var(--color-silver-line); position: absolute; border-radius: 3px; opacity: 100% !important; }
.fancybox-container .search-dialog-content .fancybox-close-small:hover { background-color: var(--color-blue); border-color: var(--color-blue); }
.fancybox-container .search-dialog-content .fancybox-close-small:hover path { fill: white; }

.fancybox-container .search-dialog-content .aws-container { height: 70px; padding: 10px; border: 1px solid var(--color-silver-line); }
.fancybox-container .search-dialog-content .aws-container .aws-search-form { height: 100% !important; }
.fancybox-container .search-dialog-content .aws-container .aws-search-form .aws-wrapper { width: calc(100% - 50px); flex-grow: inherit; }
.fancybox-container .search-dialog-content .aws-container .aws-search-field { height: 50px; padding: 0 0 0 35px !important; font-size: 18px !important; color: var(--color-dark) !important; background: url(images/icon_search.svg) no-repeat left center; background-size: auto 20px; border: none !important; }

.fancybox-container .fancybox-content.exitpopup { max-width: 800px; padding: 0; }
.fancybox-container .fancybox-content.exitpopup .fancybox-close-small { width: 40px; height: 40px; right: 10px; top: 10px; padding: 0; line-height: 30px; background: var(--color-red) url(images/icon_close_white.svg) no-repeat center; background-size: auto 16px; position: absolute; cursor: pointer; opacity: 1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.fancybox-container .fancybox-content.exitpopup .fancybox-close-small:hover { background-color: #2e2e2e; }
.fancybox-container .fancybox-content.exitpopup .fancybox-close-small svg { display: none; }

/* Exit Popup */
.fancybox-container .fancybox-content.exitpopup .wrapper { padding: 30px; }
.fancybox-container .fancybox-content.exitpopup .wrapper h3 { margin-bottom: 10px; font-size: 25px; font-weight: 700; color: var(--color-red); line-height: 100%; }
.fancybox-container .fancybox-content.exitpopup .wrapper img { max-width: 100%; height: auto; max-height: 250px; margin: auto; display: block; }
.fancybox-container .fancybox-content.exitpopup .wrapper p { margin-bottom: 20px; line-height: 30px; }
.fancybox-container .fancybox-content.exitpopup .wrapper p:last-child { margin-bottom: 0; }
.fancybox-container .fancybox-content.exitpopup .wrapper ul { margin-left: 20px; margin-bottom: 20px; }
.fancybox-container .fancybox-content.exitpopup .wrapper ul li { list-style: square; }

.fancybox-container .fancybox-content.exitpopup .wrapper.has_image { padding: 0; font-size: 0; display: table; table-layout: fixed; }
.fancybox-container .fancybox-content.exitpopup .wrapper.has_image .image { width: 50%; background-color: #2e2e2e; background-repeat: no-repeat; background-position: center; background-size: cover; display: table-cell; }
.fancybox-container .fancybox-content.exitpopup .wrapper.has_image .content { width: 50%; padding: 30px; font-size: 17px; line-height: 30px; display: table-cell; }

.fancybox-container .fancybox-content.exitpopup .wrapper.has_only_image { padding: 0; }
.fancybox-container .fancybox-content.exitpopup .wrapper.has_only_image img { width: 100%; height: auto; display: block; }


/*
----------------
	RWD NAV
----------------
*/
#rwd_menu { width: 100%; left: 0; top: 0; bottom: 0; background: rgba(255 255 255 / 20%); position: fixed; z-index: 1000; visibility: hidden; opacity: 0; } 
#rwd_menu .rwd_menu_wrap { width: 500px; height: 100%; right: -100%; top: 0; background: var(--color-dark); position: absolute; overflow-y: auto; } 
#rwd_menu .rwd_menu_wrap label { margin-bottom: 10px; font-size: 16px; font-weight: 700; text-transform: uppercase; color: var(--color-yellow); } 
#rwd_menu .rwd_menu_wrap .rwd_menu_section { padding-left: 50px; padding-right: 50px; } 

#rwd_menu .rwd_menu_wrap .rwd_menu_section.useful_info { padding-top: 50px; padding-bottom: 50px; background: rgba(255 255 255 / 5%); } 

/* RWD menu header */
#rwd_menu .rwd_header { height: 120px; position: relative; }
#rwd_menu .rwd_header img { width: auto; height: 40px; left: 50px; display: block; position: absolute; }
#rwd_menu .rwd_header .rwd_button { width: 50px; height: 50px; right: 50px; background: white; position: absolute; z-index: 2; cursor: pointer; border-radius: 3px; }
#rwd_menu .rwd_header .rwd_button .burg { width: 20px; height: 2px; left: 15px; top: calc(50% - 1px); background: transparent; display: block; position: absolute; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#rwd_menu .rwd_header .rwd_button .burg:before, 
#rwd_menu .rwd_header .rwd_button .burg:after { width: 20px; height: 1px; background: var(--color-dark); position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
#rwd_menu .rwd_header .rwd_button .burg:before { top: 0; left: 0; -webkit-transform: rotate(45deg); }
#rwd_menu .rwd_header .rwd_button .burg:after { top: 0; right: 0; -webkit-transform: rotate(-45deg); }

/* Contacts */
#rwd_menu .rwd_contacts { margin-bottom: 30px; display: flex; justify-content: space-between; }
#rwd_menu .rwd_contacts .button { width: calc(50% - 10px); padding: 0 10px !important; }
#rwd_menu .rwd_contacts .button.search_button { width: 100%; }

/* Menu */
#rwd_menu .menu ul li { float: none !important; position: relative; }
#rwd_menu .menu ul li.hide_in_rwd { display: none; }
#rwd_menu .menu ul li a { color: white; display: block; }

/* Primary menu */
#rwd_menu ul.primary_menu { margin-bottom: 30px; list-style: none; }
#rwd_menu ul.primary_menu li { border-bottom: 1px solid rgba(255 255 255 / 20%); }
#rwd_menu ul.primary_menu li:last-child { border-bottom: none; }
#rwd_menu ul.primary_menu li a { padding: 15px 0; font-size: 18px; font-weight: 700; color: white; line-height: 100%; 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:after { width: 30px; height: 30px; right: 0; top: calc(50% - 15px); background: url(images/icon_arrow_down_white.svg) no-repeat center; background-size: 16px; border: 1px solid rgba(255 255 255 / 20%); position: absolute; content: ''; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#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.categories li a { padding: 20px 0 20px 50px; }
#rwd_menu ul.primary_menu.categories li a .icon { width: 40px; height: 40px; left: 0; top: 9px; background: var(--color-blue); position: absolute; display: flex; justify-content: center; align-items: center; border-radius: 50px; }
#rwd_menu ul.primary_menu.categories li a .icon img { width: 20px; height: 20px; display: block; filter: invert(100%) sepia(0) saturate(0) hue-rotate(0deg) brightness(300%); }

#rwd_menu ul.primary_menu li ul { margin-bottom: 20px; padding: 10px 0; background: rgba(0 0 0 / 30%); display: none; list-style: none; border-radius: 10px; }
#rwd_menu ul.primary_menu li ul li { margin: 2px 0; color: var(--color-gold); border-bottom: none !important; }
#rwd_menu ul.primary_menu li ul li a { padding: 10px 20px !important; font-size: 17px; font-weight: 400; color: white !important; line-height: 20px; position: relative; }
#rwd_menu ul.primary_menu li ul li a:before { width: 6px; height: 6px; left: 10px; top: 21px; background: var(--color-gold); position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Secondary menu */
#rwd_menu ul.secondary_menu { margin-bottom: 50px; list-style: none; }
#rwd_menu ul.secondary_menu li { margin-bottom: 5px; }
#rwd_menu ul.secondary_menu li a { font-size: 18px; font-weight: 700; color: white; }
#rwd_menu ul.secondary_menu li a:hover { text-decoration: underline; }

body.rwd_menu__opened #rwd_menu { visibility: visible; opacity: 100%; }
body.rwd_menu__opened #rwd_menu .rwd_menu_wrap { right: 0; }


/*

	HIGHLIGHT TEXT
	
*/
#highlight_text { height: 50px; font-size: 16px; color: white; line-height: 20px; background: var(--color-dark-blue); display: flex; align-items: center; justify-content: center; }
#highlight_text a { font-weight: 700; text-decoration: none !important; color: white; border-bottom: 2px solid var(--color-blue); }


/*
---------------
	TOP BAR
---------------
*/
#top_bar { height: 50px; font-size: 16px; color: var(--color-body-text); background: var(--color-silver); }
#top_bar a { margin: 0 30px; color: var(--color-body-text); }
#top_bar a:first-child { margin-left: 0; }
#top_bar a:last-child { margin-right: 0; }

#top_bar .top_bar_wrap { height: 100%; display: flex; justify-content: space-between; align-items: center; }
#top_bar .top_bar_wrap .wrap_left { display: flex; }
#top_bar .top_bar_wrap .wrap_right { display: flex; }

#top_bar .top_bar_wrap .has_icon { padding-left: 30px; background-repeat: no-repeat; background-position: left center; background-size: 20px auto; }
#top_bar .top_bar_wrap .has_icon.phone { margin-right: 0; background-image: url(images/icon_phone.svg); }
#top_bar .top_bar_wrap .has_icon.email { text-decoration: underline; background-image: url(images/icon_chat.svg); }
#top_bar .top_bar_wrap .has_icon.profile { text-decoration: underline; background-image: url(images/icon_user.svg); }


/*
---------------
	HEADER
---------------
*/
#header { height: 80px; background: white; }
#header .header_wrap { height: 100%; }

/* Logo */
#header .logo { left: 0; position: absolute; }
#header .logo img { width: auto; height: 50px; display: block; }

/* Menu and Cart */
#header .menu__cart { height: 100%; right: 0; display: flex; position: absolute; }

/* Menu */
#header ul.menu { height: 100%; display: flex; list-style: none; }
#header ul.menu li { height: 100%; margin-left: 20px; display: flex; align-items: center; position: relative; }
#header ul.menu li:first-child { margin-left: 0; }
#header ul.menu li a { font-size: 18px; color: var(--color-body-text); }

#header ul.menu li.current_page_item:after { width: 100%; height: 5px; left: 0; bottom: 0; background: var(--color-blue); position: absolute; content: ''; }
#header ul.menu li.current_page_item a { color: var(--color-dark); }

#header ul.menu li.contact:after { display: none !important; }
#header ul.menu li.contact a { height: 50px; padding: 0 30px; font-weight: 700; color: white; background: var(--color-blue); display: flex; align-items: center; border-radius: 3px; }
#header ul.menu li.contact a:hover { background: var(--color-dark); }

/* Search button */
#header .search_button { width: 50px; margin-left: 20px; padding: 0 !important; font-size: 0; background: var(--color-yellow) url(images/icon_search_white.svg) no-repeat center; background-size: auto 20px; }
#header .search_button:hover { background-color: var(--color-dark); }

/* Cart */
#header .ajax_cart { width: 50px; height: 50px; margin-left: 20px; background: var(--color-dark) url(images/icon_cart_white.svg) no-repeat center; background-size: auto 20px; display: flex; position: relative; border-radius: 3px; }
#header .ajax_cart .count { min-width: 22px; height: 22px; right: -5px; top: -10px; padding: 0 5px; font-size: 13px; font-weight: 700; text-align: center; color: var(--color-dark); line-height: 13px; background: var(--color-yellow); display: flex; justify-content: center; align-items: center; position: absolute; border-radius: 11px; }
#header .ajax_cart .cart_total { font-size: 15px; font-weight: 700; color: #000; }

/* RWD menu */
#header .rwd_button { width: 90px; height: 50px; right: 20px; padding: 0 10px 0 40px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: white; background: var(--color-blue); position: absolute; cursor: pointer; border-radius: 3px; }
#header .rwd_button .burg { width: 20px; left: 10px; top: 50%; 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: 20px; height: 1px; 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: calc(50% - 3px); left: 0; }
#header .rwd_button .burg:after { top: calc(50% + 2px); 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 { left: calc((100% - 1920px) /2); right: calc((100% - 1920px) /2); top: 0; position: fixed; z-index: 99; -moz-box-shadow: 0 0 50px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.2); box-shadow: 0 0 50px rgba(0,0,0,0.2); }
body.fixed_header #header menu { display: none; }

/* Flexible Content */
body.page-template-flexible-content #header { border-bottom: 1px solid var(--color-silver-line); }


/*
--------------
	SLIDER
--------------
*/
#slider { background: var(--color-silver); position: relative; }
/*#slider:before { width: calc(((100% - 1280px) /2) + calc(1280px / 4)); height: 110px; left: 0; bottom: 0; border-top: 10px solid var(--color-blue); border-right: 10px solid var(--color-blue); position: absolute; content: ''; z-index: 10; }*/

#slider .slick-list { height: 100%; }
#slider .slick-track { height: 100%; }

#slider .slick-slide { height: 100%; margin: 0 10px; background-color: var(--color-dark); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#slider .slick-slide .cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(28 27 43 / 30%); position: absolute; }
#slider .slick-slide .inner { height: 100%; display: flex; align-items: center; align-content: center; }
#slider .slick-slide .subtitle { width: 100%; font-size: 14px; font-weight: 700; color: white; line-height: 100%; }
#slider .slick-slide .title { width: 100%; margin: 20px 0; padding-right: 10%; font-size: 60px; font-weight: 700; font-style: italic; color: white; line-height: 120%; }

#slider .slick-slide img { width: 100%; height: auto; display: block; opacity: 40%; }
#slider .slick-slide.slick-current img { opacity: 100%; }

/* Dots */
#slider ul.slick-dots { height: 60px; right: 0; bottom: 0; padding: 0 50px 0 60px; background: var(--color-silver); display: flex; align-items: center; align-content: center; justify-content: center; position: absolute; list-style: none; }
#slider ul.slick-dots li { margin: 0 7px; position: relative; z-index: 2; }
#slider ul.slick-dots li button { width: 16px; height: 16px; font-size: 0; background: var(--color-blue); border: 3px solid var(--color-light-blue); border-radius: 50%; cursor: pointer; }
#slider ul.slick-dots li button:hover { border-color: var(--color-blue); }
#slider ul.slick-dots li.slick-active button { background: transparent; border-color: var(--color-blue); }
#slider ul.slick-dots:before { width: calc(100% - 10px); height: 200px; right: 0; top: -20px; border-top: 10px solid var(--color-light-blue); border-left: 10px solid var(--color-light-blue); position: absolute; content: ''; z-index: 1; }


/*
--------------------------
	PRODUCT CATEGORIES
--------------------------
*/
#product_categories { padding: 70px 0; background: var(--color-silver); }
#product_categories .product_categories_wrap { margin-left: -10px; margin-right: -10px; display: flex; }
#product_categories .product_categories_wrap a.category { width: calc(25% - 20px); height: 150px; margin: 20px 10px 0; color: var(--color-dark); background: white; border: 1px solid var(--color-silver-line); display: flex; justify-content: end; align-items: center; position: relative; }
#product_categories .product_categories_wrap a.category:nth-child(-n+4) { margin-top: 0; }
#product_categories .product_categories_wrap a.category:hover { border-color: var(--color-blue); box-shadow: 0 5px 10px rgba(0 0 0 / 10%); }
#product_categories .product_categories_wrap a.category h3 { width: 100%; max-width: 200px; font-size: 20px; font-weight: 700; line-height: 100%; }
#product_categories .product_categories_wrap a.category img { left: 30px; top: 50%; position: absolute; }


/*
-----------
	USP
-----------
*/
#usp .usp_wrap { display: flex; }
#usp .usp_wrap .usp { padding-left: 30px; color: white; display: flex; align-items: center; flex-grow: 1; flex-basis: 0; position: relative; }
#usp .usp_wrap .usp:first-child { padding-left: 0; }
#usp .usp_wrap .usp:after { width: 1px; height: 40px; right: 0; top: calc(50% - 20px); background: var(--color-silver-line); position: absolute; content: ''; }
#usp .usp_wrap .usp:last-child:after { display: none; }
#usp .usp_wrap .usp img { width: 60px; height: auto; display: block; }
#usp .usp_wrap .usp .usp_text { width: calc(100% - 60px); padding: 0 30px; font-size: 30px; font-weight: 700; font-style: italic; line-height: 100%; }

body.home #usp { padding: 50px 0; background: var(--color-blue); }
body.home #usp .usp_wrap .usp:after { background: rgba(255 255 255 / 20%); }


/*
-------------------------
	FEATURED PRODUCTS
-------------------------
*/
#featured_products { padding: 70px 0; }
#featured_products .featured_products_text { max-width: 800px; margin: -10px auto 30px; font-size: 20px; font-weight: 700; color: var(--color-dark); line-height: 30px; }


/*
------------
	BLOG 
------------
*/
#blog { padding: 70px 0; background: var(--color-silver); }

.news_wrap { margin-left: -15px; margin-right: -15px; margin-bottom: 30px; display: flex; flex-wrap: wrap; }
body.home .news_wrap { margin-bottom: 0; }
.news_wrap .news { width: calc(33.3333333333% - 30px); margin: 50px 15px 0; }
.news_wrap .news:nth-child(-n+3) { margin-top: 0; }

.news_wrap .news .thumbnail { background: var(--color-silver); background: linear-gradient(to right, var(--color-silver) 8%, #F0F0F0 18%, var(--color-silver) 33%); background-size: 800px 104px; display: block; position: relative; -webkit-animation-duration: 1.25s; animation-duration: 1.25s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: placeHolderShimmer; animation-name: placeHolderShimmer; -webkit-animation-timing-function: linear; animation-timing-function: linear; }
.news_wrap .news .thumbnail img { width: 100%; height: auto; margin-bottom: 0 !important; display: block; }

.news_wrap .news .thumbnail .datetime__views { width: 100%; left: 0; bottom: 0; padding: 10px; font-size: 14px; color: white; line-height: 16px; background: rgba(0 0 0 / 20%); border-bottom: 1px solid var(--color-silver-line); display: flex; flex-wrap: wrap; justify-content: space-between; position: absolute; }

.news_wrap .news .entry { height: 230px; padding: 20px; background: white; border: 1px solid var(--color-silver-line); border-top: none; position: relative; }
.news_wrap .news .entry h3 { margin-bottom: 10px !important; }
.news_wrap .news .entry h3 a { font-size: 25px; font-weight: 700; font-style: italic; text-decoration: none !important; color: var(--color-dark) !important; line-height: 30px; display: block; }
.news_wrap .news .entry h3 a:hover { text-decoration: underline !important; color: var(--color-dark) !important; }

.news_wrap .news .entry .excerpt { font-size: 16px; line-height: 20px; }

.news_wrap .news .entry a.read_more { left: 20px; bottom: 20px; padding-right: 25px; font-size: 18px; font-weight: 700; color: var(--color-blue); line-height: 20px; background: url(images/icon_plus.png) no-repeat center right; position: absolute; }
.news_wrap .news .entry a.read_more:hover { text-decoration: underline; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { height: 200px; margin-bottom: 30px; color: white; background: var(--color-dark-blue) url(images/bgr_before_content.png) no-repeat center; position: relative; }
#before_content:before { width: calc(((100% - 1280px) /2) + 100px); height: 50px; right: 0; bottom: 0; border-top: 10px solid var(--color-blue); border-left: 10px solid var(--color-blue); position: absolute; content: ''; z-index: 10; }

#before_content h1 { width: 100%; height: calc(100% - 60px); font-size: 40px; font-weight: 700; font-style: italic; line-height: 100%; display: flex; align-items: center; }
#before_content .before_content_wrap { height: 100%; display: flex; }

/* Rank Math */
#before_content .rank-math-breadcrumb { width: 100%; height: 60px; font-size: 14px; border-bottom: 1px solid rgba(255 255 255 / 10%); display: flex; align-items: center; }
#before_content .rank-math-breadcrumb a { color: white; opacity: 80%; }
#before_content .rank-math-breadcrumb a:hover { text-decoration: underline; opacity: 100%; }
#before_content .rank-math-breadcrumb p { margin-bottom: 0 !important; line-height: 20px; }
#before_content .rank-math-breadcrumb .separator { margin: 0 10px; opacity: 80%; }

body.page-template-flexible-content .rank-math-breadcrumb { margin-bottom: -50px; padding-top: 50px; font-size: 15px; font-weight: 700; text-align: center; }
body.page-template-flexible-content .rank-math-breadcrumb a { font-weight: 400; text-decoration: underline; }
body.page-template-flexible-content .rank-math-breadcrumb a:hover { text-decoration: none; }
body.page-template-flexible-content .rank-math-breadcrumb .separator { font-weight: 400; }

/* Singular product */
#before_content.singular_product { height: fit-content; }
#before_content.singular_product:before { display: none; }
#before_content.singular_product .rank-math-breadcrumb { height: auto; padding: 20px 0; border-bottom: none !important; }


/*
----------------
	CONTENT
----------------
*/
body.fixed_header #container { padding-top: 80px; position: relative; }

body.single-product #container, 
body.woocommerce-checkout #container, 
body.page-template-small-width-content #container { background: var(--color-silver); }

#container .container_wrap { display: flex; justify-content: space-between; }

/* Section title */
#container .section_title { margin-bottom: 30px; font-size: 60px; font-weight: 700; font-style: italic; color: var(--color-dark); line-height: 100%; }

/* Content */
#content { padding-bottom: 30px; position: relative; z-index: 0; }
#container .container_wrap #content { width: calc(100% - 300px); }

#content h1 { margin-bottom: 20px; font-size: clamp(32px, 5vw, 50px); font-weight: 700; font-style: italic; color: var(--color-dark); line-height: 100%; }
#content h2 { margin-bottom: 20px; font-size: clamp(28px, 4vw, 40px); font-weight: 400; color: var(--color-dark); line-height: 100%; }
#content h3 { margin-bottom: 20px; font-size: clamp(20px, 3vw, 25px); font-weight: 700; color: var(--color-blue); line-height: 100%; }

#content p + h2, 
#content p + h3 { margin-top: 30px; }

#content p { margin-bottom: 20px; }
#content a { text-decoration: underline; color: var(--color-blue); }
#content a:hover { color: var(--color-dark); }
#content strong { color: var(--color-dark); }

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

#content blockquote { margin: 0 -50px 20px; padding: 40px 100px 40px 50px; font-style: italic; background: var(--color-silver); position: relative; }
#content blockquote:before { width: 60px; height: 60px; right: 0; top: 0; background: var(--color-blue) url(images/icon-quote-white.svg) no-repeat center; background-size: auto 24px; position: absolute; content: ''; }
#content blockquote p:last-child { margin-bottom: 0 !important; }

/* Contact */
body.page-id-32 #content:after { width: calc(50% + 320px); height: calc(100% + 30px); right: -320px; top: -30px; background: var(--color-silver); position: absolute; content: ''; z-index: -1; }
#content .contact_wrap { display: flex; }
#content .contact_wrap .wrap_left { width: 50%; padding-right: 50px; }
#content .contact_wrap .wrap_right { width: 50%; padding-left: 50px; }

#content .download { height: 70px; padding: 0 130px 0 20px; font-size: 18px; font-weight: 700; text-decoration: none !important; color: var(--color-dark) !important; line-height: 100%; background: #eee; display: flex; align-items: center; align-content: center; position: relative; border-radius: 5px; }
#content .download:hover { color: white !important; background: var(--color-blue); }
#content .download:after { width: 100px; height: 40px; right: 20px; top: calc(50% - 20px); font-size: 14px; background: white; border: 1px solid #ddd; display: flex; justify-content: center; align-items: center; position: absolute; content: 'Letöltés'; border-radius: 20px; }
#content .download:hover:after { color: var(--color-dark) !important; border: white; }

/* Hero Image */
#content .hero_image { margin-bottom: 50px; display: flex; }

#content .hero_image .hero_wrap_left { width: 50%; padding-right: 50px; display: flex; align-items: space-between; align-content: space-between; }
#content .hero_image .hero_wrap_left .hero_wrap_left_bottom { width: 100%; }
#content .hero_image .hero_wrap_left .reading_time { margin-bottom: 30px; font-size: 14px; }
#content .hero_image .hero_wrap_left .share_this_post { width: 100%; display: flex; }
#content .hero_image .hero_wrap_left .share_this_post label { width: 100%; margin-bottom: 10px; font-size: 16px; font-weight: 700; display: block; }
#content .hero_image .hero_wrap_left .share_this_post a { min-width: 50px; height: 50px; margin-right: 10px; background: var(--color-blue); display: inline-flex; align-items: center; justify-content: center; border-radius: 25px; }
#content .hero_image .hero_wrap_left .share_this_post a:hover { background: var(--color-dark); }
#content .hero_image .hero_wrap_left .share_this_post a img { width: auto; height: 20px; display: block; }
#content .hero_image .hero_wrap_left .share_this_post.active a.copy_to_clipboard { padding: 0 20px; text-decoration: none !important; color: white !important; background: var(--color-dark) !important; }
#content .hero_image .hero_wrap_left .share_this_post.active a.copy_to_clipboard img { display: none; }
#content .hero_image .hero_wrap_left .share_this_post.active a.copy_to_clipboard span { display: block !important; }

#content .hero_image .hero_wrap_right { width: 50%; }
#content .hero_image .hero_wrap_right img { width: 100% !important; height: auto !important; display: block; border-radius: 5px; }

/* Post Tags */
#content .post_tags { margin-bottom: 20px; padding-top: 20px; border-top: 3px solid var(--color-silver-line); display: flex; }
#content .post_tags label { width: 100%; margin-bottom: 5px; font-weight: 700; display: block; }
#content .post_tags a { height: 24px; margin: 0 10px 10px 0; padding: 0 10px; font-size: 14px; text-decoration: none !important; color: #ffffff !important; line-height: 24px; background: var(--color-blue); border-radius: 5px; }
#content .post_tags a:hover { background: var(--color-dark); }

/* Flexible content */
.flexible_content .paragraph { margin: 70px 0; font-weight: 400; }
.flexible_content .paragraph .title { margin: 20px 0; font-size: 50px; font-weight: 700; color: var(--color-dark); line-height: 100%; }

.flexible_content .fullwidth_image { height: 600px; color: white; background-color: var(--color-dark); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
.flexible_content .fullwidth_image .cover { height: 100%; background: linear-gradient(to right, rgba(25 24 39 / 0%) 0%, rgba(25 24 39 / 80%) 50%, rgba(25 24 39 / 80%) 100%); }
.flexible_content .fullwidth_image .cover .inner { height: 100%; display: flex; justify-content: end; }
.flexible_content .fullwidth_image .cover .text { width: 50%; height: 100%; display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
.flexible_content .fullwidth_image .cover .text p { width: 100%; }
.flexible_content .fullwidth_image .cover .text p:last-child { margin-bottom: 0 !important; }
.flexible_content .fullwidth_image .cover .text .title { margin: 20px 0; font-size: 40px; font-weight: 700; line-height: 100%; }

.flexible_content .usp { margin: 70px 0; }
.flexible_content .usp .usp_wrap { display: flex; flex-wrap: wrap; }
.flexible_content .usp .usp_wrap .item { padding: 0 30px; font-size: 16px; font-weight: 700; line-height: 20px; flex-grow: 1; flex-basis: 0; }
.flexible_content .usp .usp_wrap .item img { width: auto; height: 80px !important; margin: 0 auto 20px; display: block; filter: invert(70%) sepia(77%) saturate(1417%) hue-rotate(194deg) brightness(99%) contrast(87%); }

.flexible_content .image_text { margin: 70px 0; }
.flexible_content .image_text p:last-child { margin-bottom: 0 !important; }
.flexible_content .image_text .image_text_wrap { display: flex; flex-wrap: wrap; }
.flexible_content .image_text .image_text_wrap .wrap_left { width: 50%; position: relative; }
.flexible_content .image_text .image_text_wrap .wrap_left .image { height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }
.flexible_content .image_text .image_text_wrap .wrap_right { width: 50%; padding: 70px 0 70px 50px; }

.flexible_content .image_text.has_background { padding: 70px 0; }
.flexible_content .image_text.inverse .image_text_wrap .wrap_left { order: 2; }
.flexible_content .image_text.inverse .image_text_wrap .wrap_right { order: 1; padding: 70px 50px 70px 0; }


/*
------------------------
	TABLE OF CONTENT
------------------------
*/
.ez-toc-counter { margin-bottom: 30px !important; padding: 40px !important; background: var(--color-silver) !important; border: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
.ez-toc-counter .ez-toc-title { margin-bottom: 20px !important; font-size: 20px !important; font-weight: 700 !important; color: #000 !important; display: block !important; }
.ez-toc-counter ul { margin-left: 0 !important; margin-bottom: 0 !important; list-style: none !important; }
.ez-toc-counter ul li { margin-bottom: 5px !important; padding-left: 30px !important; position: relative; list-style: none !important; }
.ez-toc-counter ul li:last-child { margin-bottom: 0; }
.ez-toc-counter ul li:before { left: 0; margin-right: 1em; color: var(--color-dark); position: absolute; content: '→'; }
.ez-toc-counter ul li a { color: var(--color-pink) !important; }
.ez-toc-counter ul li a:hover { color: var(--color-dark) !important; }
.ez-toc-counter ul li a:before { display: none !important; }


/*
------------------
	PAGINATION
------------------
*/
.pagination { display: flex; flex-wrap: wrap; position: relative; }
.pagination span.pages { right: 0; top: 13px; font-size: 15px; font-weight: 700; position: absolute; }
.pagination a, 
.pagination span.current { width: 50px; height: 50px; margin-right: 4px; font-size: 18px; font-weight: 700; text-align: center; text-decoration: none !important; line-height: 50px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.pagination a { color: var(--color-blue) !important; }
.pagination a:hover { background: var(--color-silver); }
.pagination span.current { color: white; background: var(--color-blue); }


/*
----------------
	SIDEBAR
----------------
*/
#open_sidebar { margin-bottom: 30px; padding: 0; text-align: center; overflow: hidden; }
#open_sidebar:before { width: 50px; height: 100%; left: -50px; top: 0; background-color: rgba(0,0,0,0.2); background-image: url(images/icon_close_white.svg); background-repeat: no-repeat; background-position: center; background-size: 30px 30px; position: absolute; content: ''; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
#open_sidebar.active:before { left: 0; }

#sidebar { width: 250px; margin-bottom: 40px; }
#sidebar .widget { margin-bottom: 50px; }
#sidebar .widget_title { margin-bottom: 10px; font-size: 20px; font-weight: 700; }

#sidebar .close_sidebar { height: 40px; margin-bottom: 20px; font-weight: 700; color: white; background: var(--color-red); align-items: center; align-content: center; justify-content: center; border-radius: 3px; cursor: pointer; }
#sidebar .close_sidebar:hover { background: var(--color-dark); }
#sidebar .close_sidebar .icon { width: 26px; height: 26px; margin-right: 10px; background: rgba(255 255 255 / 20%); display: flex; align-items: center; justify-content: center; border-radius: 50%; }
#sidebar .close_sidebar .icon img { width: auto; height: 16px; display: block; }

#sidebar ul li { margin-bottom: 5px; }
#sidebar ul li a { color: var(--color-dark); line-height: 20px; display: block; }
#sidebar ul li a:hover { text-decoration: underline; color: var(--color-dark); }
#sidebar ul li .count { display: none; }
#sidebar ul li.chosen > a, 
#sidebar ul li.current-cat > a { font-weight: 700; color: var(--color-dark); }

#sidebar ul { margin-left: 20px; }
#sidebar ul li { font-size: 16px; color: var(--color-dark); }
#sidebar ul.product-categories li.current-cat ul { margin-left: 20px; margin-bottom: 10px; display: block; list-style: disc; }
#sidebar ul.product-categories li.current-cat ul li a { font-size: 15px; }

/* Price filter */
#sidebar .widget.widget_price_filter .screen-reader-text { display: none; }
#sidebar .widget.widget_price_filter .price_slider_amount { margin-top: 10px; display: flex; flex-wrap: wrap; }
#sidebar .widget.widget_price_filter .price_slider_amount .button { width: 100%; height: 40px; line-height: 40px; order: 2; }
#sidebar .widget.widget_price_filter .price_slider_amount .price_label { width: 100%; margin-bottom: 10px; font-size: 16px; font-weight: 700; text-align: center; order: 1; }

/* Categories */
#sidebar ul.product-categories { margin-left: 20px; }
#sidebar ul.product-categories li.cat-item ul { display: none; }
#sidebar ul.product-categories li { font-size: 16px; color: var(--color-purple); }
#sidebar ul.product-categories li a { color: var(--color-purple); }
#sidebar ul.product-categories li a:hover { text-decoration: underline; color: var(--color-dark); }
#sidebar ul.product-categories li.current-cat > a { font-weight: 700; color: var(--color-dark); }
#sidebar ul.product-categories li.current-cat ul { margin-left: 20px; margin-bottom: 10px; display: block; list-style: disc; }
#sidebar ul.product-categories li.current-cat ul li a { font-size: 15px; }
#sidebar ul.product-categories li.current-cat ul li .count { display: none; }

#sidebar ul.product-categories li.current-cat-parent > a { font-weight: 700; }
#sidebar ul.product-categories li.current-cat-parent ul { display: block; }

/* Brands */
#sidebar ul.woocommerce-widget-layered-nav-list { margin-left: 20px; }

/* Open / Clode sidebar */
.open_sidebar { justify-content: center; align-items: center; align-content: center; }
.open_sidebar img { width: auto; height: 20px; margin-right: 10px; display: block; }


/*
---------------
	FOOTER
---------------
*/
#footer { padding: 70px 0; color: white; background: var(--color-dark-blue); position: relative; }
#footer:before { width: calc(((100% - 1280px) /2) + calc(1280px / 4)); height: 100%; left: 0; top: 0; background: rgba(0 0 0 / 10%); position: absolute; content: ''; }

#footer ul { list-style: none; }
#footer ul li a { color: #cac8de; }
#footer ul li a:hover { color: white; }

#footer .footer_wrap { display: flex; }
#footer .footer_title { margin-bottom: 10px; font-size: 25px; font-weight: 700; font-style: italic; line-height: 100%; }

#footer .wrap_left { width: 25%; }
#footer .wrap_left.logo { padding-right: 30px; }
#footer .wrap_left.logo a { display: inline-block; }
#footer .wrap_left.logo a img { display: block; }
#footer .wrap_left.logo small { margin-top: 20px; padding-top: 20px; font-size: 16px; line-height: 25px; color: #cac8de; border-top: 1px solid rgba(255 255 255 / 20%); display: block; }
#footer .wrap_left.contact { padding-left: 30px; }
#footer .wrap_left.pages { padding-left: 30px; }
#footer .wrap_left.copyright { color: #cac8de; text-align: right; }

#footer .wrap_left p { margin-bottom: 30px; }
#footer .wrap_left p.phone { margin-bottom: 0; font-size: 19px; font-weight: 700; }
#footer .wrap_left p.phone a { color: white; }
#footer .wrap_left p.phone a:hover { text-decoration: underline; }

#footer .wrap_left p.email { margin-bottom: 0; font-size: 19px; }
#footer .wrap_left p.email a { text-decoration: underline; color: var(--color-blue); }
#footer .wrap_left p.email a:hover { color: white; }


/*
-------------
	LOGOS
-------------
*/
#logos { padding: 20px 0; background: white; }
#logos .inner { display: flex; justify-content: center; }
#logos img { width: auto; height: auto; max-height: 30px; margin: 0 10px auto; display: block; }


/*
-----------
	RWD
-----------
*/
@media only screen and (max-width: 1440px) {
	
	/* SLIDER */
	#slider .slick-slide .title { font-size: 50px; }
}

@media only screen and (max-width: 1280px) {
	
	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER: Logo */
	#header .logo { left: 20px; }
	
	/* HEADER: Menu and Cart */
	#header .menu__cart { right: 20px; }
	
	/* HEADER: Menu */
	#header ul.menu li { margin-left: 20px; }
	
	/* HEADER: Fixed header */
	body.fixed_header #header { left: 0; right: 0; }
	
	/* SLIDER */
	#slider:before { width: 25%; height: 50px; }
	#slider .slick-slide .title { font-size: 40px; }
	
	/* SLIDER: Dots */
	#slider ul.slick-dots:before { height: 150px; }
	
	/* PRODUCT CATEGORIES */
	#product_categories { padding: 50px 0; background: var(--color-silver); }
	#product_categories .product_categories_wrap a.category { width: calc(33.3333333333% - 20px); }
	#product_categories .product_categories_wrap a.category:nth-child(4) { margin-top: 20px; }
	
	/* USP */
	#usp .usp_wrap .usp .usp_text { font-size: 25px; }
	
	/* FEATURED PRODUCTS */
	#featured_products { padding: 50px 0; }
	#featured_products .featured_products_text { font-size: 18px; }
	
	/* BLOG */
	#blog { padding: 50px 0; }

	.news_wrap { margin-left: -10px; margin-right: -10px; }
	.news_wrap .news { width: calc(33.3333333333% - 20px); margin: 30px 10px 0; }
	
	.news_wrap .news .entry { height: 260px; }
	.news_wrap .news .entry h3 a { font-size: 20px; line-height: 25px; }
	
	/* CONTENT: Section title */
	#container .section_title { font-size: 50px; }
	
	/* FOOTER */
	#footer { padding: 50px 0; }
	#footer:before { width: 25%; }
}

@media only screen and (max-width: 960px) {
	
	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	.show_in_960_flex { display: flex !important; }
	
	/* TOP BAR */
	#top_bar { height: 40px; font-size: 15px; }
	
	/* HEADER: Menu and Cart */
	#header .menu__cart { right: 130px; }
	
	/* SLIDER */
	#slider .slick-slide .title { font-size: 30px; }
	
	/* PRODUCT CATEGORIES */
	#product_categories { padding: 30px 0; }
	#product_categories .product_categories_wrap a.category { width: calc(50% - 20px); height: 100px; }
	#product_categories .product_categories_wrap a.category:nth-child(3) { margin-top: 20px; }
	#product_categories .product_categories_wrap a.category h3 { width: calc(100% - 60px); max-width: inherit; padding: 0 20px; font-size: 18px; }
	#product_categories .product_categories_wrap a.category img { width: 40px; height: 40px; left: 20px; }
	
	/* USP */
	#usp .usp_wrap .usp img { width: 40px; }
	#usp .usp_wrap .usp .usp_text { width: calc(100% - 40px); padding: 0 20px; font-size: 20px; }
	
	/* FEATURED PRODUCTS */
	#featured_products { padding: 30px 0; }
	
	/* BLOG */
	#blog { padding: 30px 0; }
	
	.news_wrap .news { width: calc(50% - 20px); }
	.news_wrap .news:nth-child(3) { margin-top: 30px; }
	body.home .news_wrap .news:nth-child(3) { display: none; }
	
	.news_wrap .news .entry { height: 250px; }
	.news_wrap .news .entry h3 a { font-size: 20px; }

	/* CONTENT: Section title */
	#container .section_title { font-size: 40px; }
	
	/* CONTENT */
	#container .container_wrap #content { width: 100%; }
	#content blockquote { margin: 0 0 20px; }
	
	/* CONTENT: Contact */
	body.page-id-32 #content:after { display: none; }
	#content .contact_wrap .wrap_left { width: 100%; padding-right: 0; }
	#content .contact_wrap .wrap_right { width: 100%; padding: 20px; background: var(--color-silver); }
	
	/* CONTENT: Flexible content */
	.flexible_content .paragraph { margin: 50px 0; }
	.flexible_content .paragraph .title { font-size: 45px; }

	.flexible_content .fullwidth_image { height: 550px; }

	.flexible_content .usp { margin: 50px 0; }

	.flexible_content .image_text { margin: 50px 0; }
	.flexible_content .image_text .image_text_wrap .wrap_right { width: 50%; padding: 50px 0 50px 50px; }
	.flexible_content .image_text.has_background { padding: 50px 0; }
	.flexible_content .image_text.inverse .image_text_wrap .wrap_right { padding: 50px 50px 50px 0; }
	
	/* CONTENT: Hero Image */
	#content .hero_image .hero_wrap_left { width: 100%; padding-right: 0; margin-bottom: 30px; }
	#content .hero_image .hero_wrap_left .reading_time { margin-bottom: 20px; }
	#content .hero_image .hero_wrap_right { width: 100%; }
	
	/* SIDEBAR */
	#sidebar { width: 100%; height: 100%; left: 0; top: 0; background: rgba(0 0 0 / 50%); position: fixed; z-index: 100; visibility: hidden; opacity: 0; }
	#sidebar .sidebar_wrap { width: 300px; height: 100%; left: -100%; top: auto; padding: 20px; background: white; position: relative; }
	body.opened_sidebar #sidebar { visibility: visible; opacity: 100%; }
	body.opened_sidebar #sidebar .sidebar_wrap { left: 0; }
	
	/* FOOTER */
	#footer:before { display: none; }
	
	#footer .wrap_left.logo { width: 100%; margin-bottom: 30px; padding-right: 0; text-align: center; order: 1; }
	#footer .wrap_left.contact { width: 50%; padding-left: 0; padding-bottom: 30px; order: 2; }
	#footer .wrap_left.pages { width: 50%; padding-left: 0; padding-bottom: 30px; order: 3; }
	#footer .wrap_left.copyright { width: 100%; padding-top: 30px; text-align: center; border-top: 1px solid rgba(255 255 255 / 20%); order: 4; }
	#footer .wrap_left.copyright p { margin-bottom: 0 !important; }
}

@media only screen and (max-width: 768px) {
	
	/* DISPLAY: None */
	.hide_in_768 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_768 { display: block !important; }
	
	/* MODAL: Search */
	.fancybox-container .search-dialog-content { width: auto; max-width: inherit; left: 20px; right: 20px; }
	
	/* TOP BAR */
	#top_bar .top_bar_wrap .wrap_left { width: 100%; justify-content: space-between; }
	
	/* SLIDER */
	#slider:before { display: none; }
	#slider .slick-slide .title { padding-right: 0; }
	
	/* SLIDER: Dots */
	#slider ul.slick-dots { width: 100%; padding: 0 20px; bottom: auto; right: auto; position: relative; }
	#slider ul.slick-dots:before { display: none; }
	
	/* USP */
	#usp .usp_wrap .usp { text-align: center; justify-content: center; }
	#usp .usp_wrap .usp img { margin-bottom: 10px; }
	#usp .usp_wrap .usp .usp_text { width: 100%; font-size: 18px; }
	
	body.home #usp { padding: 20px 0; }
	
	/* CONTENT: Section title */
	#container .section_title { font-size: 35px; }
	
	/* CONTENT */
	#container .container_wrap #content { width: 100%; }
	
	/* CONTENT: Flexible content */
	.flexible_content .paragraph .title { font-size: 40px; }

	.flexible_content .fullwidth_image { height: auto; }
	.flexible_content .fullwidth_image .cover { background: rgba(41 45 53 / 80%); }
	.flexible_content .fullwidth_image .cover .text { width: 100%; min-height: 300px; padding: 50px 0; }

	.flexible_content .usp .usp_wrap .item { width: 33.3333333333%; padding: 20px; font-size: 15px; flex-grow: inherit; flex-basis: auto; }
	.flexible_content .usp .usp_wrap .item img { height: 60px !important; }

	.flexible_content .image_text .image_text_wrap .wrap_left { width: 100%; }
	.flexible_content .image_text .image_text_wrap .wrap_left .image { height: auto; }
	.flexible_content .image_text .image_text_wrap .wrap_left .image:before { padding-top: 50%; display: block; content: ''; }
	.flexible_content .image_text .image_text_wrap .wrap_right { width: 100%; padding: 20px 0; }

	.flexible_content .image_text.has_background { padding: 20px 0; }
	.flexible_content .image_text.inverse .image_text_wrap .wrap_left { order: 1; }
	.flexible_content .image_text.inverse .image_text_wrap .wrap_right { order: 2; padding: 20px 0; }
}

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

	/* MODAL: Search */
	.fancybox-container .search-dialog-content { padding: 20px; }
	.fancybox-container .search-dialog-content .fancybox-close-small { right: 30px; }
	
	/* RWD NAV */
	#rwd_menu .rwd_menu_wrap { width: calc(100% - 20px); } 
	
	/* BLOG */
	.news_wrap { width: 100%; max-width: 480px; margin-left: auto; margin-right: auto; }
	.news_wrap .news { width: 100%; margin: 30px 0 0; }
	.news_wrap .news:nth-child(2) { margin-top: 30px; }
	
	body.home .news_wrap .news:nth-child(3) { display: block; }
	
	.news_wrap .news .entry { height: inherit; padding-bottom: 60px; }
	
	/* CONTENT: Flexible content */
	.flexible_content .paragraph .title { font-size: 35px; }
}

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

	/* DISPLAY: None */
	.hide_in_480 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_480 { display: block !important; }
	
	/* MODAL: Search */
	.fancybox-container .search-dialog-content { top: 80px; position: absolute; }
	
	/* RWD NAV */
	#rwd_menu .rwd_menu_wrap .rwd_menu_section { padding-left: 20px; padding-right: 20px; } 
	#rwd_menu .rwd_menu_wrap .rwd_menu_section.useful_info { padding-top: 30px; padding-bottom: 30px; }
	
	/* RWD NAV: RWD menu header */
	#rwd_menu .rwd_header { height: 80px; }
	#rwd_menu .rwd_header img { left: 20px; }
	#rwd_menu .rwd_header img { width: auto !important; height: 30px !important; left: 20px; }
	#rwd_menu .rwd_header .rwd_button { right: 20px; }
	
	/* RWD NAV: Contacts */
	#rwd_menu .rwd_contacts .button { padding: 0 10px; }
	
	/* SLIDER */
	#slider .slick-slide .title { font-size: 25px; }
	
	/* PRODUCT CATEGORIES */
	#product_categories .product_categories_wrap { margin-left: 0; margin-right: 0; }
	#product_categories .product_categories_wrap a.category { width: 100%; height: 80px; margin: 20px 0 0; }
	#product_categories .product_categories_wrap a.category:nth-child(2) { margin-top: 20px; }
	#product_categories .product_categories_wrap a.category h3 { font-size: 18px; text-align: left; }
	#product_categories .product_categories_wrap a.category img { width: 40px; height: 40px; left: 20px; }
	
	/* USP */
	#usp .usp_wrap .usp:after { display: none; }
	#usp .usp_wrap .usp .usp_text { padding: 0; font-size: 13px; line-height: 16px; }
	
	/* CONTENT */
	#content blockquote { padding: 30px 80px 30px 30px; }
	
	/* CONTENT: Flexible content */
	.flexible_content .paragraph .title { font-size: 30px; }
	
	/* CONTENT: Flexible content */
	.flexible_content .usp .usp_wrap .item { width: 50%; font-size: 14px; }
	.flexible_content .usp .usp_wrap .item img { height: 50px !important; }

	/* FOOTER */
	#footer .wrap_left.contact { width: 100%; }
	#footer .wrap_left.pages { width: 100%; }
}
