/*
Theme Name: Kartonprofil
Theme URI: https://kartonprofil.hu
Description: Az Öcsiker Kft. kartonprofil.hu weboldal alapértelmeeztt sablonja
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

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

@font-face { 
	font-family: 'Overpass'; 
	src: url("fonts/overpass-regular.woff2") format('woff2');
	font-weight: 300; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Overpass'; 
	src: url("fonts/overpass-italic.woff2") format('woff2');
	font-weight: 400; 
	font-style: italic;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Overpass'; 
	src: url("fonts/overpass-bold.woff2") format('woff2');
	font-weight: 700; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Overpass'; 
	src: url("fonts/overpass-bold-italic.woff2") format('woff2');
	font-weight: 700; 
	font-style: italic;
	font-stretch: normal;
	font-display: swap;
}

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

:root {
	--color-green: #439639;
	--color-red: #ce1126;
	--color-dark: #1c1b2b;
	--color-gray: #505d68;
	--color-silver: #f2f5f7;
	--color-silver-line: #dcdddf;
}

body { margin: auto; font-family: 'Overpass', sans-serif; font-size: 18px; font-weight: 400; color: var(--color-dark); line-height: 25px; background: var(--color-silver); overflow-x: hidden; }
body.rwd_menu__opened { overflow-y: hidden !important; }
body.single-product, 
body.archive.category { background: white; }

textarea, input, select, button { font-family: 'Overpass', sans-serif; font-size: 16px; outline: none; }

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

hr { width: 100%; margin: 30px 0 25px; border-top: 5px solid var(--color-silver-line); }

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

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1280px; margin-left: auto; margin-right: auto; position: relative; }
.inner_800 { max-width: 800px; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.uppercase { text-transform: uppercase; }
.center { text-align: center; }
.hide { display: none !important; }
.red { color: var(--color-red); }
.b_r_3 { -webkit-border-radius: 3px; border-radius: 3px; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

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

/* Button */
.button { height: 50px; padding: 0 30px; font-size: 18px !important; font-weight: 700; text-decoration: none !important; text-align: center; color: white !important; line-height: normal; background: var(--color-green); display: inline-flex; align-items: center; justify-content: center; position: relative; cursor: pointer; border-radius: 25px; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.button:hover { background: var(--color-dark); }
.button:after { display: none !important; }

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

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

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

.button.button_h40 { height: 40px; padding: 0 15px; font-size: 17px !important; line-height: 40px; }
.button.button_h30 { height: 30px; padding: 0 10px; font-size: 15px !important; line-height: 30px; }

.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 10px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid rgba(0 0 0 / 50%); 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: var(--color-red); position: relative; border-radius: 8px; display: block; content: ''; }

input[type="checkbox"]:checked { background: var(--color-dark); border-color: var(--color-dark); }
input[type="checkbox"]:checked:before { width: 100%; height: 100%; left: 0; top: 0; font-weight: 700; text-align: center; color: white; line-height: normal; position: relative; display: flex; align-items: center; justify-content: center; content: '✓'; }


/* MODAL */
.fancybox-container .request_offer_modal { width: 100%; max-width: 700px; padding: 0 !important; background: var(--color-silver); }
.fancybox-container .request_offer_modal .request_offer_modal_header { height: 60px; padding: 0 20px; font-size: 20px; font-weight: 700; color: white; background: var(--color-dark) !important; display: flex; align-items: center; align-content: center; }

.fancybox-container .request_offer_modal .request_offer_modal_content { max-height: calc(100vh - 100px); overflow: auto; }
.fancybox-container .request_offer_modal .request_offer_modal_content .modal_product_wrap { padding: 20px; background: white; border-bottom: 1px solid var(--color-silver-line); display: flex; justify-content: space-between; }
.fancybox-container .request_offer_modal .request_offer_modal_content .modal_product_wrap img { width: 80px; height: 80px; display: block; }
.fancybox-container .request_offer_modal .request_offer_modal_content .modal_product_wrap h4 { width: calc(100% - 100px); font-weight: 700; display: flex; align-content: center; align-items: center; }

.fancybox-container .request_offer_modal .request_offer_modal_content .wpcf7 { padding: 20px; }

.fancybox-container .fancybox-close-small { width: 30px !important; height: 30px !important; right: 15px; top: 15px; background: white; opacity: 100% !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Forgotten Password */
.fancybox-content.dialog_error { padding: 0 !important; }
.fancybox-content.dialog_error .dialog_error_top { padding: 30px 20px !important; }
.fancybox-content.dialog_error .dialog_error_bottom { padding: 20px !important; background: var(--color-silver); border-top: 1px solid var(--color-silver-line); }
.fancybox-content.dialog_error .dialog_error_bottom .button { width: 100%; }


/*
------------------
	NAVIGATION
------------------
*/
#rwd_menu { width: 100%; left: 0; top: 0; bottom: 0; background: rgba(0 0 0 / 50%); position: fixed; z-index: 1000; visibility: hidden; opacity: 0; } 
#rwd_menu .rwd_menu_wrap { width: 480px; height: 100%; right: -100%; top: 0; background: white; 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-green); display: block; } 
#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: var(--color-silver); } 

/* Header */
#rwd_menu .rwd_header { height: 90px; position: relative; }
#rwd_menu .rwd_header img { width: auto; height: 50px; left: 50px; display: block; position: absolute; }
#rwd_menu .rwd_header .rwd_button { width: 50px; height: 50px; right: 50px; background: var(--color-red); position: absolute; z-index: 2; cursor: pointer; border-radius: 50%; }
#rwd_menu .rwd_header .rwd_button .burg { width: 20px; height: 2px; left: 15px; top: calc(50% - 1px); background: transparent; display: block; position: absolute; -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: white; position: absolute; content: ''; -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; }
#rwd_menu .rwd_contacts .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: var(--color-dark); 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 var(--color-silver-line); }
#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: var(--color-dark); 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: var(--color-dark) !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: 0; list-style: none; }
#rwd_menu ul.secondary_menu label { margin-bottom: 20px; }
#rwd_menu ul.secondary_menu li { margin-bottom: 5px; }
#rwd_menu ul.secondary_menu li a { font-size: 18px; font-weight: 700; color: var(--color-dark); }
#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; }


/*
---------------
	TOP BAR
---------------
*/
#top_bar { height: 40px; background: var(--color-gray); }
#top_bar .top_bar_wrap { height: 100%; display: flex; align-items: center; }
#top_bar ul { display: flex; list-style: none; }
#top_bar ul li { margin-right: 15px; }
#top_bar ul li:last-child { margin-right: 0; }
#top_bar ul li a { font-size: 14px; color: var(--color-silver); }
#top_bar ul li a:hover { text-decoration: underline; color: white; }


/*
--------------
	HEADER
--------------
*/
#header { width: 100%; height: 90px; background: white; }
#header .header_wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
#header .header_wrap .header_wrap_left { height: 100%; display: flex; align-items: center; }
#header .header_wrap .header_wrap_right { height: 100%; display: flex; align-items: center; justify-content: end; }

/* Logo */
#header .logo { width: min-content; height: 50px; padding-left: 100px; color: var(--color-dark); display: flex; align-content: center; position: relative; }
#header .logo img { width: auto; height: 50px; left: 0; top: 50%; display: block; position: absolute; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#header .logo h3 { width: max-content; font-size: 20px; font-weight: 700; text-transform: uppercase; line-height: 100%; }
#header .logo h2 { width: max-content; font-size: 14px; color: var(--color-gray); line-height: 100%; }

/* Phone */
#header .phone { height: 30px; margin-right: 20px; padding-left: 25px; padding-right: 20px; color: var(--color-dark); background: url(images/icon_phone.svg) no-repeat left center; background-size: auto 14px; display: inline-flex; align-items: center; position: relative; }
#header .phone:hover { text-decoration: underline; }
#header .phone:after { width: 1px; height: 30px; right: 0; top: 0; background: var(--color-silver-line); position: absolute; content: ''; }

/* Account */
#header .account { height: 30px; padding-left: 25px; color: var(--color-dark); background: url(images/icon_user.svg) no-repeat left center; background-size: auto 14px; display: inline-flex; align-items: center; }
#header .account:hover { text-decoration: underline; }

/* Cart */
#header .ajax_cart { height: 50px; margin-left: 20px; padding-left: 20px; color: var(--color-dark); display: flex; align-items: center; position: relative; }
#header .ajax_cart:hover { text-decoration: underline; }
#header .ajax_cart:before { width: 1px; height: 30px; left: 0; top: 10px; background: var(--color-silver-line); position: absolute; content: ''; }
#header .ajax_cart .icon { width: 50px; height: 50px; margin-left: 10px; background: var(--color-green) url(images/icon_cart_white.svg) no-repeat center; background-size: auto 20px; position: relative; border-radius: 50%; }
#header .ajax_cart .icon .count { width: 24px; height: 24px; left: 30px; top: -6px; padding: 0 5px; font-size: 12px; color: white; line-height: 100%; background: var(--color-gray); display: flex; align-items: center; justify-content: center; position: absolute; border-radius: 50%; }

/* Menu */
#header ul.menu { margin-left: 30px; display: flex; list-style: none; }
#header ul.menu li { margin-right: 30px; }
#header ul.menu li a { color: var(--color-dark); }
#header ul.menu li a:hover { text-decoration: underline; }

/* RWD button */
#header .rwd_button { width: 50px; height: 50px; margin-left: 20px; background: var(--color-dark); position: relative; cursor: pointer; border-radius: 50%; }
#header .rwd_button .burg { width: 20px; left: 15px; top: 50%; display: block; position: absolute; -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 Menu */
body.fixed_menu #header { left: 0; top: 0; position: fixed; z-index: 100; box-shadow: 0 0 3px rgba(0 0 0 / 20%); }


/*
--------------
	SLIDER
--------------
*/
#slider { height: 570px; background: var(--color-silver) url(images/bgr-slide-01.png) no-repeat right top; }
#slider .inner { height: 100%; }
#slider .slider_wrap { max-width: 50%; height: 100%; display: flex; align-items: center; align-content: center; }
#slider .slider_wrap .slide_title { margin: 20px 0; font-size: clamp(2.375rem, 2vw + 1.594rem, 4.75rem); line-height: 100%; }
#slider .slider_wrap .slide_title span { color: var(--color-green); }


/*
--------------------------
	PRODUCT CATEGORIES
--------------------------
*/
#product_categories { margin-bottom: 50px; padding: 0 50px; background: var(--color-silver); }
#product_categories .product_category_wrap { margin-left: -2px; margin-right: -2px; display: flex; }
#product_categories .product_category_wrap .product_category { width: calc(33.33333333333% - 4px); max-height: 400px; margin: 4px 2px 0 0; color: white; background-color: var(--color-dark); background-repeat: no-repeat; background-position: center top; background-size: cover; position: relative; }
#product_categories .product_category_wrap .product_category:nth-child(-n+3) { margin-top: 0; }
#product_categories .product_category_wrap .product_category:before { padding-top: 64%; display: block; content: ''; }
#product_categories .product_category_wrap .product_category .product_category_cover { width: 100%; height: 100%; left: 0; top: 0; padding: 25px 40px; background: rgba(0 0 0 / 10%); display: flex; align-items: end; position: absolute; }
#product_categories .product_category_wrap .product_category .product_category_text_wrap { width: 100%; }
#product_categories .product_category_wrap .product_category .product_category_text_wrap h3 { width: 100%; margin-bottom: 20px; padding-bottom: 20px; font-size: 30px; font-weight: 700; line-height: 100%; border-bottom: 1px solid rgba(255 255 255 / 20%); }
#product_categories .product_category_wrap .product_category .product_category_text_wrap .count { font-size: 14px; font-weight: 700; line-height: 100%; }


/*
-----------------------
	RECENT PRODUCTS
-----------------------
*/
#recent_products { padding-bottom: 100px; position: relative; z-index: 0; }
#recent_products:after { width: 100%; height: 200px; left: 0; bottom: 0; background: white; position: absolute; content: ''; z-index: -1; }
#recent_products .recent_products_wrap { padding-top: 50px; border-top: 10px solid var(--color-gray); }


/*
-------------------
	HELP CENTER
-------------------
*/
#helpcenter { min-height: 300px; background: var(--color-green); display: flex; position: relative; z-index: 0; }
#helpcenter:before { width: calc(((100% - 1280px) / 2) + 1280px); height: 100%; right: 0; top: 0; background: url(images/bgr-helpcenter.jpg) no-repeat right center; background-size: cover; position: absolute; content: ''; z-index: -1; }
#helpcenter .hc_wrap_left { width: 50%; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: calc((100% - 1280px) /2); color: white; background: rgba(67 150 57 / 90%); display: flex; align-items: center; align-content: center; position: relative; z-index: 0; }
#helpcenter .hc_wrap_left:before { width: 100%; height: 100%; right: 0; top: 0; background: linear-gradient(to right, rgba(67 150 57 / 100%) 30%, rgba(67 150 57 / 0%) 100%); position: absolute; content: ''; z-index: -1; }
#helpcenter .hc_wrap_left .hc_title { width: 100%; margin: 10px 0; font-size: 40px; font-weight: 700; line-height: 100%; }
#helpcenter .hc_wrap_left .hc_text { width: 100%; margin: 10px 0; }

#helpcenter .hc_wrap_right { background: url(images/bgr-helpcenter.jpg) no-repeat right center; background-size: cover; }


/*
------------
	BLOG
------------
*/
#blog { padding: 100px 0; background: white; }
#blog .blog_title { margin-bottom: 30px; font-size: 40px; font-weight: 700; line-height: 100%; }
#blog .blog_intro { max-width: 600px; margin: 0 auto 30px; }

.blog_wrap { margin-left: -20px; margin-right: -20px; display: flex; }
.blog_wrap .blog { width: calc(33.3333333333% - 40px); margin: 40px 20px 0; padding-bottom: 50px; position: relative; }
.blog_wrap .blog:nth-child(-n+3) { margin-top: 0; }
.blog_wrap .blog a.thumbnail { display: block; position: relative; }
.blog_wrap .blog a.thumbnail img { width: 100%; height: auto; display: block; }
.blog_wrap .blog a.thumbnail .datetime { width: max-content; height: 30px; right: 0; bottom: 0; padding: 0 20px; font-size: 14px; font-weight: 700; color: white; line-height: normal; background: var(--color-green); display: flex; align-items: center; position: absolute; }

.blog_wrap .blog .entry { padding-top: 15px; }
.blog_wrap .blog .entry h3 { margin-bottom: 20px !important; }
.blog_wrap .blog .entry h3 a { font-size: 18px; font-weight: 700; text-decoration: none !important; color: var(--color-dark) !important; }
.blog_wrap .blog .entry h3 a:hover { text-decoration: underline !important; }

.blog_wrap .blog .read_more { left: 0; bottom: 0; padding-right: 36px; font-size: 14px; font-weight: 700; text-transform: uppercase; text-decoration: none !important; color: var(--color-green) !important; background: url(images/icon_arrow_right_green.svg) no-repeat right center; background-size: auto 16px; display: inline-block; position: absolute; }
.blog_wrap .blog .read_more:hover { padding-right: 26px; }

body.home .blog_wrap { margin-bottom: 50px; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { }

.rank-math-breadcrumb { margin-bottom: 10px; font-size: 14px; }
.rank-math-breadcrumb p { margin-bottom: 0 !important; }


/*
---------------
	CONTENT
---------------
*/
body.fixed_menu #container { padding-top: 90px; }

#content { padding: 50px 0; }
body.single-product #content, 
body.page-template-contact #content { padding-bottom: 0; }

#content h1 { margin-bottom: 30px; font-size: 50px; line-height: 100%; }
#content h1.product_title { font-size: 30px !important; }
#content h2 { margin-bottom: 30px; font-size: 40px; line-height: 100%; }
#content h3 { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: var(--color-green); line-height: 100%; }
#content h4 { margin-bottom: 10px; font-size: 16px; font-weight: 700; text-transform: uppercase; line-height: 100%; }

#content p { margin-bottom: 30px; }
#content p img { max-width: 100%; height: auto; }
#content a { text-decoration: underline; color: var(--color-green); }
#content a:hover { color: var(--color-dark); }

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

#content blockquote { margin-bottom: 30px; padding: 30px; background: white; border-left: 5px solid var(--color-green); }
#content blockquote p:last-child { margin-bottom: 0 !important; }

/* 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 .reading_time { margin-bottom: 30px; font-size: 14px; }
#content .hero_image .hero_wrap_left .share_this_post { 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-green); 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%; height: auto; border: 1px solid var(--color-silver-line); display: block; }

/* Custom Pages */
body.single-product #content, 
body.archive.category #content { border-top: 1px solid var(--color-silver-line); }

/* Custom Service Information */
#content .custom_service_information { height: 100%; background: var(--color-silver); }
#content .custom_service_information img { width: 100%; height: auto; display: block; }
#content .custom_service_information .entry { padding: 30px 20px; }
#content .custom_service_information .entry p:last-child { margin-bottom: 0 !important; }

/* Prev / Next Post */
#content #prev_next_post .prev_next_post_wrap { border-top: 1px solid var(--color-silver-line); display: flex; }
#content #prev_next_post .prev_next_post_wrap > a { width: 50%; height: 100px; display: flex; align-items: center; justify-content: center; }

/* Contact */
#content .contact_wrap { display: flex; justify-content: space-between; }
#content .contact_wrap h3 { margin-bottom: 10px !important; }
#content .contact_wrap .wrap_left { width: 50%; }
#content .contact_wrap .wrap_left .phone__email { margin-bottom: 30px; display: flex; }
#content .contact_wrap .wrap_left .phone__email > div { width: 50%; }
#content .contact_wrap .wrap_left .phone__email > div a { padding-left: 30px; font-weight: 700; color: var(--color-dark) !important; background-repeat: no-repeat; background-position: left center; background-size: auto 20px; }
#content .contact_wrap .wrap_left .phone__email > div a.phone { background-image: url(images/icon_phone_green.svg); }
#content .contact_wrap .wrap_left .phone__email > div a.email { background-image: url(images/icon_mail_green.svg); }

#content .contact_wrap .wrap_right { width: calc(50% - 100px); }

/* Map */
#map_canvas { height: 500px; margin-top: 50px; }


/*
--------------
	FOOTER
--------------
*/
#footer { color: white; background: var(--color-dark) url(images/bgr-footer.png) no-repeat left center; }
#footer h4 { margin-bottom: 20px; font-size: 18px; font-weight: 700; line-height: 100%; }
#footer p { margin-bottom: 20px; }
#footer p:last-child { margin-bottom: 0; }
#footer a { text-decoration: none; color: white; }
#footer a:hover { text-decoration: underline; }
#footer a.email { text-decoration: underline; }
#footer ul { list-style: none; }
#footer ul li { margin-bottom: 5px; }
#footer ul li:last-child { margin-bottom: 0; }

/* Footer top */
#footer .footer_top_wrap { min-height: 200px; padding-top: 50px; padding-bottom: 50px; display: flex; }
#footer .footer_top_wrap .wrap_left { width: 50%; padding-right: 50px; display: flex; align-items: space-between; align-content: space-between; }
#footer .footer_top_wrap .wrap_left .wrap_left_text { width: 100%; font-size: 25px; font-weight: 700; line-height: 130%; }
#footer .footer_top_wrap .wrap_left .button {  }

#footer .footer_top_wrap .wrap_right { width: 50%; display: flex; }
#footer .footer_top_wrap .wrap_right .wrap_right_left { width: 50%; }

/* Footer bottom */
#footer .footer_bottom { padding: 20px 0; font-size: 14px; border-top: 1px solid rgba(255 255 255 / 20%); }


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


/*
------------
	FORM
------------
*/
.form-row { margin-bottom: 15px !important; position: relative; }
.form-row.form-row-first { width: calc(50% - 10px); }
.form-row.form-row-last { width: calc(50% - 10px); }
.form-row.form-row-wide { width: 100%; }

.form-row br { display: none !important; }
.form-row label:not(.woocommerce-form-login__rememberme) { left: 10px; top: 19px; font-size: 1em; color: rgba(0 0 0 / 80%); line-height: normal; overflow: hidden; position: absolute; transform-origin: top left; transition: all .2s ease; pointer-events: none }

.form-row .wpcf7-list-item { margin: 0; position: relative; }
.form-row .wpcf7-list-item label { top: auto; padding-left: 35px; line-height: 20px; display: block; position: relative; }
.form-row .wpcf7-list-item input[type=checkbox] { left: 0; top: 1px; position: absolute; }

.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=password] { width: 100%; height: 56px; padding: 15px 10px 0; font-size: 17px; background: white; border: 1px solid rgba(0 0 0 / 50%); border-radius: 4px; }

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

.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=password]:focus { background: white; border-color: #ccc; outline-color: #ccc; }

.form-row.is-active label, 
.form-row input:-webkit-autofill ~ span ~ label { top: 8px; transform: scale(70%) !important; }

.wp-user-form { display: flex; justify-content: space-between; }
.wp-user-form h3 { width: 100%; }

.wpcf7 h4 { width: 100%; margin-bottom: 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--color-red); }
.wpcf7 .wpcf7-form { display: flex; justify-content: space-between; }
.wpcf7 .wpcf7-acceptance label { font-weight: 400; text-transform: none; }


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

	/* DISPLAY: None */
	.hide_in_1280 { display: none !important; }
	
	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* PRODUCT CATEGORIES */
	#product_categories { padding: 0 20px; }
	#product_categories .product_category_wrap .product_category .product_category_cover { padding: 20px; }
	
	/* HELP CENTER */
	#helpcenter .hc_wrap_left { padding-left: 20px; }
}

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

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	
	/* SLIDER */
	#slider { height: 500px; }
	#slider .slider_wrap { max-width: 100%; background: rgba(242 245 247 / 60%); }
	
	/* PRODUCT CATEGORIES */
	#product_categories .product_category_wrap .product_category { width: calc(50% - 4px); }
	#product_categories .product_category_wrap .product_category:nth-child(3) { margin-top: 2px; }
	
	/* HELP CENTER */
	#helpcenter { min-height: inherit; }
	#helpcenter:before { display: none; }
	#helpcenter .hc_wrap_left { width: 100%; padding: 30px 20px; }
	#helpcenter .hc_wrap_left .hc_title { font-size: 30px; }
	
	#helpcenter .hc_wrap_right { width: 100%; }
	#helpcenter .hc_wrap_right:before { padding-top: 50%; display: block; content: ''; }
	
	/* CONTENT */
	#content h1 { font-size: 40px; }
	#content h2 { font-size: 30px; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .wrap_left { width: 100%; }
	#content .contact_wrap .wrap_right { width: 100%; }

	/* CONTENT: Map */
	#map_canvas { height: 400px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top_wrap { min-height: inherit; }
	#footer .footer_top_wrap .wrap_left { width: 100%; margin-bottom: 50px; padding-right: 0; padding-bottom: 50px; border-bottom: 1px solid rgba(255 255 255 / 20%); }
	#footer .footer_top_wrap .wrap_left .wrap_left_text { margin-bottom: 30px; }

	#footer .footer_top_wrap .wrap_right { width: 100%; }
}

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

	/* DISPLAY: None */
	.hide_in_768 { display: none !important; }
	
	/* HEADER: Cart */
	#header .ajax_cart { margin-left: 0; padding-left: 0; }
	#header .ajax_cart:before { display: none; }
	
	/* SLIDER */
	#slider { height: 400px; background-size: 250% auto; }
	
	/* PRODUCT CATEGORIES */
	#product_categories .product_category_wrap { margin-left: 0; margin-right: 0; }
	#product_categories .product_category_wrap .product_category { width: 100%; margin: 4px 0 0 0; }
	#product_categories .product_category_wrap .product_category:nth-child(2) { margin-top: 2px; }
	
	/* BLOG */
	#blog { padding: 50px 0; background: white; }
	#blog .blog_title { font-size: 30px; }

	.blog_wrap .blog { width: calc(50% - 40px); }
	.blog_wrap .blog:nth-child(3) { margin-top: 40px; }
	
	body.home .blog_wrap .blog:nth-child(3) { display: none; }
	
	/* CONTENT: Hero Image */
	#content .hero_image .hero_wrap_left { width: 100%; margin-bottom: 50px; padding-right: 0; }
	#content .hero_image .hero_wrap_left .reading_time { margin-bottom: 0; }

	#content .hero_image .hero_wrap_right { width: 100%; }
}

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

	/* HEADER: Logo */
	#header .logo { height: 40px; padding-left: 80px; }
	#header .logo img { width: auto !important; height: 40px !important; }
	#header .logo h3 { font-size: 18px; font-weight: 700; text-transform: uppercase; line-height: 100%; }
	#header .logo h2 { font-size: 12px; }
	
	/* HEADER: Cart */
	#header .ajax_cart { font-size: 0; }
	#header .ajax_cart .icon { margin-left: 0; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .wrap_left .phone__email > div { width: 100%; margin: 5px 0; }
	
	/* FOOTER: Footer top */
	#footer .footer_top_wrap .wrap_right .wrap_right_left { width: 100%; margin-top: 50px; }
	#footer .footer_top_wrap .wrap_right .wrap_right_left:first-child { margin-top: 0; }
	
	/* FORM */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; }
}

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

	/* DISPLAY: None */
	.hide_in_480 { display: none; }

	/* NAVIGATION */
	#rwd_menu .rwd_menu_wrap { width: 100%; } 
	#rwd_menu .rwd_menu_wrap .rwd_menu_section { padding-left: 20px; padding-right: 20px; } 

	/* NAVIGATION: Header */
	#rwd_menu .rwd_header img { left: 20px; }
	#rwd_menu .rwd_header .rwd_button { right: 20px; }
	
	
	
	
	/* BLOG */
	.blog_wrap { margin-left: 0; margin-right: 0; }
	.blog_wrap .blog { width: 100%; margin: 40px 0 0; padding-bottom: 20px; border-bottom: 5px solid var(--color-silver-line); }
	.blog_wrap .blog:nth-child(2) { margin-top: 40px; }
	.blog_wrap .blog .excerpt { margin-bottom: 30px; }
	.blog_wrap .blog .read_more { left: auto; bottom: auto; position: relative; }
	
	body.home .blog_wrap .blog:nth-child(3) { display: block; }
	
	/* CONTENT */
	#content { padding: 30px 0; }
	
	
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .law { width: 100%; display: block; }
}

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

	/* HEADER: Logo */
	#header .logo { padding-left: 0; }
	#header .logo img { display: none; }
}
