/*
Theme Name: 360 lead by 360 Marketing
Theme URI: https://
Description: 
Author: 360 Marketing
Author URI: https://360-marketing.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: #376bf0;
	--color-dark-blue: #132744;
	--color-green: #23b682;
	--color-purple: #34378b;
	--color-silver: #f9fafb;
	--color-whisper: #ddd;
	--color-body-text: #222222;
}

body { margin: auto; font-family: 'DM Sans', sans-serif; font-size: 19px; font-weight: 400; color: var(--color-body-text); line-height: 30px; background: var(--color-silver); overflow-x: hidden; }

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

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

hr { margin: 30px 0; border-top: 5px solid var(--color-whisper); }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1280px; margin-left: auto; margin-right: auto; position: relative; }
.inner_800 { max-width: 800px; }
.inner_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: #d52a56; }
.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%; }

/* Animation */
.anim, #header ul.menu 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; }

/* 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; background: var(--color-blue); 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: var(--color-dark-blue); }
.button:disabled { background-color: #ddd; }

.button.button_small { height: 30px; font-size: 14px !important; line-height: 30px; }
.button.button_h50 { height: 50px; padding: 0 20px; line-height: 50px; border-radius: 25px; }

.button.button_red { background: #c72358 !important; }
.button.button_red:hover { background: var(--color-dark-blue) !important; }

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

.button.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: ''; }

/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu { width: 100%; left: 0; top: 60px; bottom: 0; background: rgba(52 55 139 / 50%); position: fixed; z-index: 100; overflow: hidden; opacity: 0; visibility: hidden; }
#rwd_menu .rwd_menu_wrap { width: 300px; height: 100%; right: -100%; top: 0; background: white; position: absolute; overflow-y: auto; }
#rwd_menu label { font-size: 13px; color: #38953c; display: block; }
#rwd_menu select { min-width: 60px; height: 40px; color: white; background: #a3a3a3; }

/* Main menu */
#rwd_menu ul.main_menu { margin-bottom: 30px; border-top: 1px solid #ddd; } 
#rwd_menu ul.main_menu li { list-style: none; border-bottom: 1px solid #ddd; } 
#rwd_menu ul.main_menu li a { padding: 15px 30px; font-size: 22px; font-weight: 700; color: #1a2b49; line-height: 100%; display: block; position: relative; }
#rwd_menu ul.main_menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

#rwd_menu ul.main_menu li.menu-item-has-children > a:before { width: 0; height: 100%; left: 0; top: 0; background: #a57355; position: absolute; content: ''; }
#rwd_menu ul.main_menu li.menu-item-has-children > a:after { width: 16px; height: 16px; right: 20px; top: 20px; 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:before { width: 8px; }
#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 { background: #1c222d; display: none; }
#rwd_menu ul.main_menu li ul li { border-bottom-color: rgba(255 255 255 / 20%); }
#rwd_menu ul.main_menu li ul li:last-child { border-bottom: none; }
#rwd_menu ul.main_menu li ul li a { left: 0 !important; padding: 20px 10px 20px 30px; font-size: 17px; color: white; line-height: 20px; opacity: 100% !important; }
#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; }

/* Footer menu */
#rwd_menu ul.footer_menu { margin-bottom: 30px; } 
#rwd_menu ul.footer_menu li { margin-bottom: 15px; list-style: none; } 
#rwd_menu ul.footer_menu li a { padding: 0 30px; font-size: 18px; color: #1a2b49; line-height: 20px; display: block; position: relative; }
#rwd_menu ul.footer_menu li a:hover { text-decoration: underline; }

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

/* RWD menu opened */
body.rwd_menu__opened #rwd_menu { opacity: 1; visibility: visible; }
body.rwd_menu__opened #rwd_menu .rwd_menu_wrap { right: 0; }


/*
--------------
	HEADER
--------------
*/
#header { height: 90px; background: var(--color-purple); position: relative; }
#header:after { width: calc((100% - 1280px) / 2); height: 100%; right: 0; top: 0; background: var(--color-silver); position: absolute; content: ''; }
#header .inner { height: 100%; }

/* Logo */
#header a.logo { height: 20px; display: inline-block; }
#header a.logo img { width: auto; height: 100%; display: block; }

/* Menu */
#header ul.menu { height: 100%; right: 0; top: 0; display: flex; position: absolute; list-style: none; }
#header ul.menu li { height: 100%; margin-left: 40px; display: flex; align-items: center; }
#header ul.menu li a { color: white; }
#header ul.menu li.current_page_item a { border-bottom: 1px solid white; }

#header ul.menu li.contact { max-width: 195px; margin-left: 50px; padding-left: 50px; background: var(--color-silver); }
#header ul.menu li.contact a { height: 50px; padding: 0 30px; color: white; line-height: 50px; background: var(--color-blue); display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#header ul.menu li.contact a:hover { background: var(--color-dark-blue); }

/* RWD menu */
#header .rwd_button { height: 40px; right: 20px; top: 10px; padding: 0 10px 0 40px; font-size: 16px; font-weight: 700; text-transform: uppercase; color: white; line-height: 42px; background: var(--color-dark-blue); position: absolute; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#header .rwd_button .burg { width: 20px; height: 2px; left: 10px; top: 50%; background: white; display: block; position: absolute; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after { width: 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); }


/*
-------------
	SLIDE
-------------
*/
#slide { background: var(--color-silver) url(images/bgr_decor__01.svg) no-repeat 88% 70%; background-size: 130px; position: relative; z-index: 0; }
#slide:before { width: calc((((100% - 1280px) / 2)) + 1280px - 195px); height: calc(100% - 50px); left: 0; top: 0; background: var(--color-purple) url(images/bgr_slide.svg) no-repeat 20px 90%; position: absolute; content: ''; z-index: -1; }
#slide:after { width: calc((((100% - 1280px) / 2)) + 1280px - 195px); height: 50px; left: 0; bottom: 0; background: var(--color-silver); position: absolute; content: ''; z-index: -1; }
#slide .slide_wrap { height: 100%; display: flex; }
#slide .slide_wrap .wrap_left { width: 50%; padding-bottom: 50px; color: white; display: flex; align-content: center; }
#slide .slide_wrap .wrap_left .title { width: 100%; font-size: 66px; font-weight: 700; line-height: 70px; position: relative; z-index: 0; }
#slide .slide_wrap .wrap_left .title span { display: inline-block; position: relative; }
#slide .slide_wrap .wrap_left .title span:before { height: 20px; left: 0; right: 0; bottom: 4px; background: #efa537; position: absolute; content: ''; z-index: -1; }
#slide .slide_wrap .wrap_left .text { margin-top: 20px; padding-right: 50px; }
#slide .slide_wrap .wrap_left .text p { margin-bottom: 20px; }
#slide .slide_wrap .wrap_left .text p:last-child { margin-bottom: 0; }

#slide .slide_wrap .wrap_right { width: 50%; }
#slide .slide_wrap .wrap_right .form_wrap { padding: 40px; background: white; -moz-box-shadow: 0 10px 10px rgba(0 0 0 / 10%); -webkit-box-shadow: 0 10px 10px rgba(0 0 0 / 10%); box-shadow: 0 10px 10px rgba(0 0 0 / 10%); }
#slide .slide_wrap .wrap_right .form_wrap p { margin-bottom: 20px; font-size: 18px; line-height: 20px; }
#slide .slide_wrap .wrap_right .form_wrap .form_title { margin-bottom: 20px; font-size: 30px; font-weight: 700; color: #000; line-height: 100%; }

#slide .slide_wrap .wpcf7-form .form-row.privacy-policy { min-height: 40px; margin-bottom: 0 !important; font-size: 15px; display: flex; align-items: center; }
#slide .slide_wrap .wpcf7-form .form-row.submit-button .button { order: 2; }
#slide .slide_wrap .wpcf7-form .form-row.submit-button .wpcf7-spinner { order: 1; }


/*
-------------
	LOGOS
-------------
*/
#logos { padding: 50px 0; background: var(--color-silver); }
#logos .logos_wrap { display: flex; justify-content: center; }
#logos .logos_wrap .logo { width: 20%; margin: 20px 0; display: flex; align-items: center; }
#logos .logos_wrap .logo img { width: auto; max-width: 80%; height: auto; max-height: 40px; margin: auto; display: block; filter: invert(93%) sepia(3%) saturate(3418%) hue-rotate(186deg) brightness(100%) contrast(78%); }


/*
--------------
	WHY US
--------------
*/
#why_us { padding: 50px 0 100px; background: var(--color-silver); }
#why_us .title { margin-bottom: 40px; font-size: 60px; font-weight: 700; color: var(--color-purple); line-height: 100%; }
#why_us .text { max-width: 640px; margin: 0 auto 50px; }

#why_us .points_wrap { display: flex; }
#why_us .points_wrap .point { width: 33.3333333333%; padding: 0 30px; }
#why_us .points_wrap .point .point_icon { width: 100px; height: 100px; margin: 0 auto 20px; background-color: #efa537; background-repeat: no-repeat; background-position: center; background-size: auto 60px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#why_us .points_wrap .point.point-2 .point_icon { background-color: var(--color-green); }
#why_us .points_wrap .point.point-3 .point_icon { background-color: #8042cf; }
#why_us .points_wrap .point .point_title { margin-bottom: 20px; font-size: 24px; font-weight: 700; color: #1a2b49; line-height: 30px; }
#why_us .points_wrap .point .point_text { font-size: 18px; line-height: 25px; }


/*
-------------
	STOCK
-------------
*/
#stock { padding: 70px 0; color: white; background: var(--color-purple) url(images/bgr_slide.svg) no-repeat 50% 20px; }
#stock .stock_wrap { display: flex; position: relative; z-index: 1; }
#stock .stock_wrap .wrap_left { width: 50%; padding: 20px 50px 20px 0; }
#stock .stock_wrap .wrap_left .title { margin-bottom: 40px; font-size: 40px; font-weight: 700; line-height: 100%; }
#stock .stock_wrap .wrap_left ul { list-style: none; }
#stock .stock_wrap .wrap_left ul li { min-height: 30px; margin-bottom: 20px; padding-left: 50px; padding-top: 5px; line-height: 20px; background: url(images/icon_check.svg) no-repeat left top; background-size: auto 30px; }

#stock .stock_wrap .wrap_right { width: 50%; background-color: var(--color-dark-blue); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#stock .stock_wrap .wrap_right:before { width: 150px; height: 150px; right: -100px; bottom: -50px; background: url(images/bgr_decor__02.svg) no-repeat center; background-size: 100%; position: absolute; content: ''; z-index: -1; }


/*
------------
	BLOG
------------
*/
#blog { padding: 100px 0; }
#blog .title { margin-bottom: 40px; font-size: 60px; font-weight: 700; color: var(--color-purple); line-height: 100%; }
#blog .text { max-width: 640px; margin: 0 auto 50px; }

.blog_wrap { margin-left: -20px; margin-right: -20px; display: flex; }
.blog_wrap article { width: calc(33.3333333333% - 40px); margin: 50px 20px 0; }
.blog_wrap article:nth-child(-n+3) { margin-top: 0; }
.blog_wrap article .thumbnail { margin-bottom: 15px; display: block; position: relative; overflow: hidden; }
.blog_wrap article .thumbnail img { width: 100%; height: auto; display: block; position: relative; transform: scale(1) translateZ(0); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
.blog_wrap article .thumbnail:hover img { -ms-transform: scale(1.05) translateZ(0); -webkit-transform: scale(1.05) translateZ(0); transform: scale(1.05) translateZ(0); }
.blog_wrap article .thumbnail .datetime { height: 40px; padding: 0 10px; right: 0; bottom: 0; font-size: 15px; font-weight: 700; color: white; line-height: 40px; background: #efa537; position: absolute; }
.blog_wrap article.postid-2 .thumbnail .datetime { background: var(--color-green); }
.blog_wrap article.postid-3 .thumbnail .datetime { background: var(--color-green); }
.blog_wrap article h3 { margin-bottom: 20px; }
.blog_wrap article h3 a { font-size: 24px; font-weight: 700; text-decoration: none !important; color: #1a2b49; line-height: 30px; display: block; }
.blog_wrap article h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px; }
.blog_wrap article .excerpt { margin-bottom: 30px; font-size: 17px; line-height: 25px; }
.blog_wrap article .read_more { font-size: 15px; font-weight: 700; text-transform: uppercase; text-decoration: underline; color: var(--color-body-text); line-height: 20px; }
.blog_wrap article .read_more:hover { text-decoration: none; color: #000; }


/*
-----------
	FAQ
-----------
*/
#faq { padding: 100px 0; position: relative; } 
#faq:before { height: 3px; left: calc((100% - 1280px) /2); right: calc((100% - 1280px) /2); top: 0; background: #e8e8f2; position: absolute; content: ''; }
#faq .title { max-width: 640px; margin: 0 auto 40px; font-size: 60px; font-weight: 700; color: var(--color-purple); line-height: 100%; }
#faq .text { max-width: 640px; margin: 0 auto 50px; }

.faq_wrap { max-width: 940px; margin: auto; display: flex; }
.faq_wrap .wrap_left { width: 50%; padding-right: 20px; }
.faq_wrap .wrap_right { width: 50%; padding-left: 20px; }

.faq_wrap .wrap_left .faq:first-child, 
.faq_wrap .wrap_right .faq:first-child { margin-top: 0 !important; }

.faq_wrap .faq { width: 100%; margin-top: 30px; background: white; border-bottom: 3px solid #e8e8f2; display: inline-block; }
.faq_wrap .faq .faq_header { padding: 15px 60px; font-size: 19px; font-weight: 700; line-height: 20px; cursor: pointer; position: relative; }
.faq_wrap .faq .faq_header:before { width: 20px; height: 20px; left: 35px; top: 14px; font-size: 28px; font-weight: 400; text-align: center; line-height: 18px; position: absolute; content: '+'; }
.faq_wrap .faq .faq_header.active:before { content: '-'; }
.faq_wrap .faq .faq_content { padding: 0 60px 30px; font-size: 17px; line-height: 25px; display: none; }
.faq_wrap .faq .faq_content p { margin-bottom: 10px !important; }
.faq_wrap .faq .faq_content p:last-child { margin-bottom: 0 !important; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { height: 300px; font-size: 16px; color: white; background-color: var(--color-dark-blue); background-repeat: no-repeat; background-position: left center; background-size: cover; position: relative; }
#before_content .cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(52 55 139 / 80%); position: absolute; }
#before_content .inner { height: 100%; }
#before_content .before_content_wrap { top: 50%; position: relative; -webkit-transform: translate(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#before_content a { color: white; text-decoration: underline; }
#before_content a:hover { text-decoration: none; }
#before_content h1 { margin-bottom: 30px; font-size: 50px; font-weight: 700; line-height: 100%; }

#before_content .rank-math-breadcrumb { line-height: 100%; }


/*
---------------
	CONTENT
---------------
*/
#content { padding: 50px 0; }
body.page-template-contact #content { padding: 0; }
body.page-template-solutions #content { padding-top: 0; }

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

#content h1 { margin-bottom: 20px; font-size: 50px; line-height: 100%; }
#content h2 { margin-bottom: 20px; font-size: 30px; line-height: 100%; }
#content h3 { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: var(--color-blue); line-height: 100%; }

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

#content blockquote { margin-bottom: 20px; padding: 30px 100px 30px 30px; background: white url(images/icon_quote.svg) no-repeat calc(100% - 30px) 30px; background-size: auto 30px; border-bottom: 3px solid var(--color-blue); }
#content blockquote p:last-child { margin-bottom: 0 !important; }

/* CTA */
#content .cta { margin-bottom: 30px; padding: 70px 100px; color: white; background: var(--color-purple) url(images/bgr_slide.svg) no-repeat 88% 70%; background-size: 200px; }
#content .cta h3 { color: white !important; }
#content .cta p:last-child { margin-bottom: 0 !important; }

/* Team */
#content .team_wrap { margin-left: -20px; margin-right: -20px; display: flex; }
#content .team_wrap .people { width: calc(33.3333333333% - 40px); margin: 50px 20px 0; }
#content .team_wrap .people:nth-child(-n+3) { margin-top: 0; }
#content .team_wrap .people img { width: 100%; height: auto; display: block; }
#content .team_wrap .people .entry { padding-top: 20px; }
#content .team_wrap .people .entry h3 { margin-bottom: 5px !important; }
#content .team_wrap .people .entry .post { font-size: 15px; line-height: 16px; }
#content .team_wrap .people .entry .button { margin-top: 20px; }

/* Leads */
#content .lead_pages_wrap { margin-left: -20px; margin-right: -20px; display: flex; }
#content .lead_pages_wrap .lead_page { width: calc(33.3333333333% - 40px); margin: 40px 20px 0; background: white; overflow: hidden; border-radius: 10px; box-shadow: 0 2px 3px rgba(0 0 0 / 10%); }
#content .lead_pages_wrap .lead_page:nth-child(-n+3) { margin-top: 0; }
#content .lead_pages_wrap .lead_page img { width: 100%; height: auto; display: block; }
#content .lead_pages_wrap .lead_page h3 { font-size: 20px !important; }
#content .lead_pages_wrap .lead_page h3 a { text-decoration: none !important; color: #000 !important; }
#content .lead_pages_wrap .lead_page .entry { padding: 20px; }

/* Contact */
#content .contact_wrap { display: flex; }
#content .contact_wrap .wrap_left { width: 50%; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: calc((100% - 1280px) /2); }
#content .contact_wrap .wrap_right { width: 50%; padding-top: 50px; padding-right: calc((100% - 1280px) /2); padding-bottom: 50px; padding-left: 50px; background: white; }

/* Solutions */
#content.solutions .intro { padding: 50px 0; background: white url(images/bgr_decor__03.svg) no-repeat center top; }

#content.solutions .hero { background: white; position: relative; }
#content.solutions .hero:before { width: 100%; height: 50%; left: 0; bottom: 0; background: var(--color-silver); position: absolute; content: ''; }
#content.solutions .hero .image { background-color: var(--color-dark-blue); background-repeat: no-repeat; background-position: center; background-size: contain; background-attachment: fixed; border-radius: 5px; }
#content.solutions .hero .image:before { padding-top: 40%; display: block; content: ''; }

#content.solutions .entry { padding: 50px; }
#content.solutions .entry .entry_wrap { display: flex; }
#content.solutions .entry .entry_wrap .wrap_left { width: 50%; padding-right: 100px; }
#content.solutions .entry .entry_wrap .wrap_left .circle_wrap { top: 50px; position: sticky; }
#content.solutions .entry .entry_wrap .wrap_left .circle_wrap .circle { background: url(images/bgr_decor__04.png) no-repeat center top; background-size: 100% auto; position: relative; }
#content.solutions .entry .entry_wrap .wrap_left .circle_wrap .circle:before { padding-top: 100%; display: block; content: ''; }
#content.solutions .entry .entry_wrap .wrap_left .circle_wrap .logos { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
#content.solutions .entry .entry_wrap .wrap_left .circle_wrap .logos .logo { left: 50%; top: 50%; font-size: 100px; font-weight: 700; color: var(--color-blue); line-height: 100%; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

#content.solutions .entry.b2b .logos .logo_b2b { opacity: 100%; }
#content.solutions .entry.b2b .logos .logo_b2c { opacity: 0; }

#content.solutions .entry.b2c .logos .logo_b2b { opacity: 0; }
#content.solutions .entry.b2c .logos .logo_b2c { opacity: 100%; }

#content.solutions .gauge-svg { width: 100%; height: 100%; transform: rotate(180deg); }
#content.solutions .gauge-svg .gauge-path { fill: none; stroke-width: 1; stroke-dasharray: 1000; stroke-dashoffset: 1000; }

#content.solutions .entry .entry_wrap .wrap_right { width: 50%; }

/* Taxonomy description */
#content .taxonomy_description { margin-bottom: 30px; }


/*
------------------------
	TABLE OF CONTENT
------------------------
*/
.ez-toc-counter { padding: 50px !important; background: white !important; border: 1px solid var(--color-whisper) !important; }
.ez-toc-counter .ez-toc-title { margin-bottom: 10px !important; font-size: 20px !important; font-weight: 700 !important; color: #000 !important; }
.ez-toc-counter ul { margin-left: 0 !important; margin-bottom: 0 !important; list-style: none !important; }
.ez-toc-counter ul li { padding-left: 30px !important; position: relative; list-style: none !important; }
.ez-toc-counter ul li:before { left: 0; margin-right: 1em; color: var(--color-blue); position: absolute; content: '→'; }
.ez-toc-counter ul li a { color: var(--color-blue) !important; }
.ez-toc-counter ul li a:hover { color: var(--color-body-text) !important; }
.ez-toc-counter ul li a:before { display: none !important; }


/*
--------------
	FOOTER
--------------
*/
#footer { color: white; background: var(--color-dark-blue); }

/* Footer top */
#footer .footer_top { padding: 70px 0; font-size: 16px; line-height: 25px; position: relative; }
#footer .footer_top .up { width: 70px; height: 70px; top: -35px; right: calc((100% - 1280px) /2); text-indent: -9999px; background: var(--color-green) url(images/icon_arrow_up_white.svg) no-repeat center; background-size: auto 30px; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#footer .footer_top .up:hover { background-color: var(--color-blue); }

#footer .footer_top .footer_top_wrap { display: flex; }
#footer .footer_top .footer_top_wrap h3 { margin-bottom: 20px; font-size: 24px; font-weight: 700; line-height: 100%; }
#footer .footer_top .footer_top_wrap p { margin-bottom: 20px; }
#footer .footer_top .footer_top_wrap em { font-size: 14px; }
#footer .footer_top .footer_top_wrap a { color: white; }
#footer .footer_top .footer_top_wrap a:hover { text-decoration: underline; }
#footer .footer_top .footer_top_wrap ul { list-style: none; }
#footer .footer_top .footer_top_wrap ul li { margin-bottom: 5px; }
#footer .footer_top .footer_top_wrap ul li a { padding-left: 20px; line-height: 20px; display: inline-block; position: relative; }
#footer .footer_top .footer_top_wrap ul li a:before { width: 4px; height: 4px; left: 0; top: 8px; background: var(--color-blue); position: absolute; content: ''; }

#footer .footer_top .footer_top_wrap .wrap_left { width: 33.3333333333%; padding-right: 50px; }
#footer .footer_top .footer_top_wrap .wrap_left.logo { line-height: 25px; }
#footer .footer_top .footer_top_wrap .wrap_left.logo a { height: 20px; margin-bottom: 20px; display: inline-block; }
#footer .footer_top .footer_top_wrap .wrap_left.logo a img { width: auto; height: 100%; display: block; }

#footer .footer_top .footer_top_wrap .wrap_left.contact a { text-decoration: underline; }

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


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


/*
--------------
	FORM
--------------
*/
.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; 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: #fbfbfb; border: 1px solid #d9dadb; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -moz-box-shadow: inset 0px -3px 0px 0px #f3f3f3; -webkit-box-shadow: inset 0px -3px 0px 0px #f3f3f3; box-shadow: inset 0px -3px 0px 0px #f3f3f3; }

.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: 100px; padding: 10px; resize: vertical; }

.wpcf7-acceptance .wpcf7-list-item { margin: 0 !important; }


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

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER: Menu */
	#header ul.menu li.contact { max-width: none; padding-right: 20px; }
	
	/* SLIDE */
	#slide .slide_wrap .wrap_left .title { font-size: 4.5vw; line-height: 1.2; }
	#slide .slide_wrap .wrap_right .form_wrap { padding: 30px; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .wrap_left { padding-left: 20px; }
	#content .contact_wrap .wrap_right { padding-right: 20px; }
	
	/* CONTENT: Leads */
	#content .lead_pages_wrap { margin-left: -10px; margin-right: -10px; }
	#content .lead_pages_wrap .lead_page { width: calc(33.3333333333% - 20px); margin: 20px 10px 0; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .up { 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; }
	
	/* HEADER */
	#header { width: 100%; height: 60px; left: 0; top: 0; background: white; position: fixed; z-index: 99; }

	/* SLIDE */
	#slide:before { width: 100%; }
	#slide .slide_wrap .wrap_left { width: 100%; padding: 50px 0; }
	#slide .slide_wrap .wrap_left .title { font-size: 6vw; }
	#slide .slide_wrap .wrap_right { width: 100%; }
	
	/* WHY US */
	#why_us .title { font-size: 50px; }
	#why_us .points_wrap .point .point_title { font-size: 22px; line-height: 120%; }
	
	/* STOCK */
	#stock { padding: 50px 0; background-position: 20px 20px; }
	#stock .stock_wrap .wrap_left { width: 100%; padding: 0 0 50px 0; }

	#stock .stock_wrap .wrap_right { width: 100%; }
	#stock .stock_wrap .wrap_right:after { padding-top: 50%; display: block; content: ''; }
	#stock .stock_wrap .wrap_right:before { right: -50px; top: -100px; bottom: auto; }
	
	/* BLOG */
	#blog { padding: 50px 0; }
	#blog .title { font-size: 50px; }

	.blog_wrap { margin-left: -10px; margin-right: -10px; }
	.blog_wrap article { width: calc(33.3333333333% - 20px); margin: 50px 10px 0; }
	
	/* FAQ */
	#faq { padding: 50px 0; } 
	#faq .title { font-size: 50px; }
	
	/* BEFORE CONTENT */
	#before_content { height: 250px; }
	#before_content h1 { margin-bottom: 20px; font-size: 40px; }
	
	/* CONTENT */
	#container { padding-top: 60px; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .wrap_left { width: 100%; padding: 50px 20px; }
	#content .contact_wrap .wrap_right { width: 100%; padding: 50px 20px; }
	
	/* CONTENT: Team */
	#content .team_wrap { margin-left: -10px; margin-right: -10px; }
	#content .team_wrap .people { width: calc(50% - 20px); margin: 50px 10px 0; }
	#content .team_wrap .people:nth-child(3) { margin-top: 50px; }
	
	/* Content: CTA */
	#content .cta { padding: 50px; }
	
	/* CONTENT: Leads */
	#content .lead_pages_wrap .lead_page { width: calc(50% - 20px); }
	#content .lead_pages_wrap .lead_page:nth-child(3) { margin-top: 20px; }
	
	/* TABLE OF CONTENT */
	.ez-toc-counter { padding: 20px !important; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .wrap_left { width: 50%; }
	#footer .footer_top .footer_top_wrap .wrap_left.logo { width: 100%; margin-bottom: 50px; padding-right: 0; }
}

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

	/* SLIDE */
	#slide .slide_wrap .wrap_left .title { font-size: 7vw; }

	/* LOGOS */
	#logos .logos_wrap { justify-content: center; }
	#logos .logos_wrap .logo { width: 33.3333333333%; }
	#logos .logos_wrap .logo:nth-child(4), #logos .logos_wrap .logo:nth-child(5) { margin-top: 30px; }
	
	/* WHY US */
	#why_us .title { font-size: 40px; }
	#why_us .points_wrap { width: 100%; max-width: 480px; margin: auto; }
	#why_us .points_wrap .point { width: 100%; margin-top: 50px; padding: 0; }
	#why_us .points_wrap .point:first-child { margin-top: 0; }
	#why_us .points_wrap .point .point_title { font-size: 22px; line-height: 120%; }
	
	/* BLOG */
	#blog .title { font-size: 40px; }

	.blog_wrap article { width: calc(50% - 20px); }
	.blog_wrap article:nth-child(3) { margin-top: 50px; }
	.blog_wrap article h3 a { font-size: 22px; line-height: 120%; }

	body.home .blog_wrap article:nth-child(3) { display: none; }
	
	/* FAQ */
	#faq .title { font-size: 40px; }

	.faq_wrap .wrap_left { width: 100%; padding-right: 0; }
	.faq_wrap .wrap_right { width: 100%; padding-left: 0; }

	.faq_wrap .wrap_right .faq:first-child { margin-top: 30px !important; }
	
	/* BEFORE CONTENT */
	#before_content h1 { font-size: 30px; }
	
	/* CONTENT */
	#content { padding: 30px 0; }
}

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

	/* SLIDE */
	#slide .slide_wrap .wrap_left .title { font-size: 8vw; }

	/* FORM */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; float: none; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .up { left: calc(50% - 35px); right: 0; }

	#footer .footer_top .footer_top_wrap .wrap_left { width: 100%; padding-right: 0; }
	#footer .footer_top .footer_top_wrap .wrap_left.pages { margin-bottom: 50px; }
}

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

	/* DEFAULT */
	body { font-size: 18px; }

	/* SLIDE */
	#slide .slide_wrap .wrap_left .title { font-size: 10vw; }

	/* LOGOS */
	#logos .logos_wrap .logo { width: 50%; }
	#logos .logos_wrap .logo:nth-child(3) { margin-top: 30px; }
	
	/* BLOG */
	.blog_wrap { margin-left: 0; margin-right: 0; }
	.blog_wrap article { width: 100%; margin: 50px 0 0; }
	.blog_wrap article:nth-child(2) { margin-top: 50px; }
	
	body.home .blog_wrap article:nth-child(3) { display: block; }
	
	/* BEFORE CONTENT */
	#before_content { height: 200px; }
	#before_content h1 { font-size: 20px; }
	
	/* CONTENT */
	#content h2 { font-size: 25px; }
	#content h3 { font-size: 22px; }
	
	/* Content: CTA */
	#content .cta { padding: 50px 20px; }
	
	/* CONTENT: Leads */
	#content .lead_pages_wrap { margin-left: 0; margin-right: 0; }
	#content .lead_pages_wrap .lead_page { width: 100%; margin: 20px 0 0; }
	#content .lead_pages_wrap .lead_page:nth-child(2) { margin-top: 20px; }
	
	/* TABLE OF CONTENT */
	.ez-toc-counter ul li a { font-size: 15px; }
}

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

	/* CONTENT: Team */
	#content .team_wrap { margin-left: 0; margin-right: 0; }
	#content .team_wrap .people { width: 100%; margin: 50px 0 0; }
	#content .team_wrap .people:nth-child(2) { margin-top: 50px; }
}


/*       B24 FORM          */

.b24-form-header-padding, .b24-form-sign{
	display:none !important;
}

.b24-form-field-agreement a.b24-form-field-agreement-link{
	font-size:16px !important;	
}

.b24-form-content{
	padding:0px !important;
}

.b24-form-btn{
	text-transform: uppercase !important;
}

input[type="checkbox"]:checked:before{
	background: #0f58d0 !important;
}