﻿/*
Theme Name: Födémtech KFT
Theme URI: https://fodemtech.hu
Description: A Födémtech KFT weboldal alapértelmezett 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: 'DM Sans'; 
	src: url("fonts/dm-sans-regular.woff2") format('woff2');
	font-weight: 400; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'DM Sans'; 
	src: url("fonts/dm-sans-medium.woff2") format('woff2');
	font-weight: 500; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'DM Sans'; 
	src: url("fonts/dm-sans-medium-italic.woff2") format('woff2');
	font-weight: 500; 
	font-style: italic;
	font-stretch: normal;
	font-display: swap;
}

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

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

:root {
	--color-dark: #000000;
	--color-dark-alpha-50: #00000080;
	--color-orange: #f98c27;
	--color-blue: #092d44;
	--color-silver: #f3f3f4;
	--color-silver-line: #e7e7e7;
	--color-green: #22574d;
	--color-red: #ec1000;
	--color-eggshell: #b9bec3;
	
	--inner: 1400px;
	--website-width: 1920px;
}

body { margin: auto; font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 400; line-height: 25px; background: #666666; overflow-x: hidden; }
body.rwd_menu__opened { overflow-y: hidden !important; }

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

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

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

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

/* Classes */
.clear { clear: both; }
.inner { max-width: var(--inner); margin-left: auto; margin-right: auto; position: relative; }
.inner.inner_900 { max-width: 900px; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.hide { display: none !important; }
.red { color: var(--color-red); }

.center { text-align: center; }
.uppercase { text-transform: uppercase; }

/* 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: 15px !important; font-weight: 700; text-transform: uppercase; text-decoration: none !important; color: #ffffff !important; line-height: 20px; background: var(--color-orange); display: inline-flex; align-content: center; justify-content: center; border-radius: 5px; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; cursor: pointer; }
.button:hover { color: #ffffff !important; background: var(--color-blue); }
.button:after { display: none !important; }

.button.button_white_hover:hover { color: var(--color-blue) !important; background-color: #ffffff !important; }

.button:disabled, 
.button:disabled:hover { color: rgba(255 255 255 / 30%) !important; background-color: #666666 !important; }

/* 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: #ffffff; border: 1px solid var(--color-silver-line); clear: none; cursor: poDM Sans; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important; -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; }
input[type="radio"] { -webkit-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-dark); position: relative; border-radius: 8px; display: block; content: ''; }
input[type="checkbox"]:checked:before { width: 100%; height: 100%; left: 0; top: 0; color: #ffffff; background: var(--color-dark); position: relative; display: flex; align-items: center; justify-content: center; content: '✓'; }

/* Website */
#website { max-width: var(--website-width); margin: auto; background: #ffffff; position: relative; }


/*
------------------
	NAVIGATION
------------------
*/
#rwd_menu { left: 0; top: 100px; right: 0; bottom: 0; background: var(--color-blue); position: fixed; z-index: 1000; visibility: hidden; opacity: 0%; }
#rwd_menu .rwd_menu_wrap { inset: 0; padding: 50px; background: var(--color-blue); position: absolute; z-index: 1000; }
#rwd_menu .rwd_menu_wrap label { margin-bottom: 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: rgba(255 255 255 / 75%); display: block; }

/* Section */
#rwd_menu .rwd_menu_section { margin-bottom: 50px; }

/* Menu */
#rwd_menu ul.menu { list-style: none; }
#rwd_menu ul.menu li { margin-bottom: 10px !important; }
#rwd_menu ul.menu li:last-child { margin-bottom: 0 !important; }
#rwd_menu ul.menu li a { font-size: 18px; text-decoration: none; color: #ffffff; line-height: 100%; }
#rwd_menu ul.menu li a:hover { text-decoration: underline; text-decoration-thickness: 2px; }

/* Primary Menu */
#rwd_menu ul.menu.primary_menu li { margin-bottom: 15px !important; }
#rwd_menu ul.menu.primary_menu li a { font-size: 40px; }

/* Action button */
#rwd_menu .action_button { margin-bottom: 30px; }
#rwd_menu .action_button .button { width: 100%; }

/* RWD menu is opened */
body.rwd_menu__opened #rwd_menu { visibility: visible; opacity: 100%; }

/*
--------------
	HEADER
--------------
*/
#header { height: 100px; }
#header .header_wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; position: relative; }

/* Logo */
#header .logo { position: relative; z-index: 2; }
#header .logo img { width: auto; height: 50px; display: block; }

/* Menu */
#header ul.menu { width: 100%; height: 100%; left: 0; top: 0; display: flex; justify-content: center; position: absolute; z-index: 1; list-style: none; }
#header ul.menu li { height: 100%; margin: 0 20px; display: flex; align-items: center; position: relative; }
#header ul.menu li:after { width: 100%; height: 5px; left: 0; bottom: 0; background: var(--color-orange); display: none; position: absolute; content: ''; }
#header ul.menu li a { font-size: 18px; font-weight: 700; color: var(--color-dark); line-height: 20px; }

#header ul.menu li.current-menu-item:after { display: block; }

/* Application button */
#header a.button { position: relative; z-index: 2; }

/* RWD button */
#header .rwd_button { width: 60px; height: 50px; right: 20px; top: 50%; background: var(--color-orange); position: absolute; border-radius: 5px; cursor: pointer; }
#header .rwd_button .burg { width: 30px; top: calc(50% - 2px); left: 15px; position: absolute; }

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

#header .rwd_button .burg:before { top: calc(50% - 4px); left: 0; }
#header .rwd_button .burg:after { top: calc(50% + 4px); right: 0; }

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


/*
--------------
	SLIDER
--------------
*/
#slider { height: 730px; color: #ffffff; position: relative; }


/* Slider left */
#slider .slider_left { width: 50%; height: calc(100% - 60px); padding-left: calc((100% - var(--inner)) / 2); padding-bottom: 100px; background: url(images/dot.png), linear-gradient(to right, rgba(9 45 68 / 100%) 0px, rgba(9 45 68 / 100%) calc(100% - 200px), rgba(9 45 68 / 90%) 100%); background-position: left top; background-repeat: repeat; display: flex; align-items: end; align-content: end; position: relative; z-index: 2; } 
#slider .slider_left:after { width: calc(100% - 200px); height: 20px; left: 0; bottom: -20px; background: var(--color-orange); position: absolute; content: ''; } 
#slider .slider_left h1 { width: 100%; font-size: clamp(28px, 5vw, 60px); font-weight: 700; line-height: 100%; }
#slider .slider_left .slider_text { width: 100%; margin-top: 50px; }
#slider .slider_left .slider_text_wrap { width: calc(100% - 150px); padding-top: 20px; border-top: 1px solid #ffffff; }
#slider .slider_left .slider_link { margin-top: 50px; }

/* Slider right */
#slider .slider_right { width: calc(50% + 200px); height: 100%; right: 0; top: 0; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; z-index: 1; }


/*
--------------------------
	WHY INSULATE ATTIC
--------------------------
*/
#why_insulate_attic { padding-top: 100px; }
#why_insulate_attic h2 { width: 100%; margin-bottom: 30px; padding-top: 30px; font-size: clamp(26px, 4vw, 40px); font-weight: 700; position: relative; }
#why_insulate_attic h2:before { width: 20px; height: 5px; left: 0; top: 0; background: var(--color-orange); position: absolute; content: ''; }

#why_insulate_attic ul { list-style: none; }
#why_insulate_attic ul li { margin-bottom: 20px; padding-left: 30px; position: relative; }
#why_insulate_attic ul li:last-child { margin-bottom: 0; }
#why_insulate_attic ul li:before { width: 10px; height: 10px; left: 0; top: 7px; background: var(--color-orange); position: absolute; content: ''; }

#why_insulate_attic ol { margin-left: 20px; }
#why_insulate_attic ol li { margin-bottom: 20px; }
#why_insulate_attic ol li:last-child { margin-bottom: 0; }

#why_insulate_attic .why_insulate_attic_image { width: 100%; margin-top: 100px; position: relative; }
#why_insulate_attic .why_insulate_attic_image:before { width: 100%; height: 50%; left: 0; bottom: 0; background: var(--color-silver); position: absolute; content: ''; }
#why_insulate_attic .why_insulate_attic_image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
#why_insulate_attic .why_insulate_attic_image .why_insulate_attic_image_wrap { height: 100%; max-height: 650px; overflow: hidden; border-radius: 5px; }

#why_insulate_attic .why_insulate_attic_description { margin-top: 70px; padding-bottom: 70px; border-bottom: 2px solid var(--color-silver-line); position: relative; }
#why_insulate_attic .why_insulate_attic_description h3 { max-width: 50%; padding-top: 30px; font-size: clamp(18px, 3vw, 30px); font-weight: 700; line-height: 120%; position: relative; }

#why_insulate_attic .why_insulate_attic_boxes { width: 100%; display: flex; gap: 20px; }
#why_insulate_attic .why_insulate_attic_boxes .box { flex: 1; padding: 30px; background: var(--color-silver); border-radius: 5px; }
#why_insulate_attic .why_insulate_attic_boxes .box h3 { width: 100%; margin-bottom: 20px; font-size: clamp(18px, 2vw, 26px); font-weight: 700; color: var(--color-dark); line-height: 100%; }

#why_insulate_attic .action_button { margin-top: 50px; }


/*
-------------------
	APPLICATION
-------------------
*/
#application { padding: 100px 0; background: var(--color-silver); }
#application h2 { margin-bottom: 30px; font-size: clamp(26px, 4vw, 40px); font-weight: 700; }
#application .application_intro { max-width: 50%; margin-bottom: 30px; }


/*
-----------
	FAQ
-----------
*/
#faq { padding: 100px 0; }
#faq h2 { margin-bottom: 30px; font-size: clamp(26px, 4vw, 40px); font-weight: 700; }
#faq .faq_intro { max-width: 50%; margin-bottom: 30px; }

.faq_accordion .faq_item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--color-silver-line); }
.faq_accordion .faq_item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }

.faq_accordion .faq_item .faq_question { margin-bottom: 0 !important; padding-right: 50px; font-size: 30px; font-weight: 700; line-height: 100%; position: relative; cursor: pointer; display: flex; }

.faq_accordion .faq_item .faq_question .faq_icon { width: 30px; height: 30px; right: 0; top: 0; background: var(--color-silver); position: absolute; border-radius: 5px; }
.faq_accordion .faq_item .faq_question .faq_icon:before { width: 4px; height: 16px; left: 13px; top: 7px; background: #ffffff; position: absolute; content: ''; }
.faq_accordion .faq_item .faq_question .faq_icon:after { width: 16px; height: 4px; left: 7px; top: 13px; background: #ffffff; position: absolute; content: ''; }

.faq_accordion .faq_item:hover .faq_question .faq_icon { background: var(--color-orange); }

.faq_accordion .faq_item .faq_question.active .faq_icon { background: var(--color-orange); }
.faq_accordion .faq_item .faq_question.active .faq_icon:before { height: 4px; top: 13px; }

.faq_accordion .faq_item .faq_content { padding-top: 30px; display: none; overflow: hidden; transition: max-height 0.5s ease; }
.faq_accordion .faq_item .faq_content.open { display: block; }
.faq_accordion .faq_item .faq_content p { margin-bottom: 20px; }
.faq_accordion .faq_item .faq_content p:last-child { margin-bottom: 0 !important; }
.faq_accordion .faq_item .faq_content ul { margin-bottom: 20px; margin-left: 20px; }
.faq_accordion .faq_item .faq_content ol { margin-bottom: 20px; margin-left: 20px; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { padding: 10px 0; background-color: var(--color-blue); }
#before_content .rank-math-breadcrumb { font-size: 14px; font-weight: 700; color: #ffffff; line-height: 100%; }
#before_content .rank-math-breadcrumb p { margin-bottom: 0 !important; }
#before_content .rank-math-breadcrumb a { font-weight: 400; text-decoration: underline; color: #ffffff; }
#before_content .rank-math-breadcrumb .separator { font-weight: 400; }


/*
---------------
	CONTENT
---------------
*/
#content { padding: 50px 0; }
body.page-id-19 #content, 
body.page-template-application #content { background: var(--color-silver); }
body.page-template-contact #content { padding: 0; }

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

#content h1 { width: 100%; margin-bottom: 30px; font-size: clamp(30px, 4vw, 50px); font-weight: 700; color: var(--color-dark); line-height: 100%; }
#content h2 { width: 100%; margin-bottom: 20px; font-size: clamp(20px, 3.5vw, 42px); font-weight: 700; color: var(--color-dark); line-height: 100%; }
#content h3 { width: 100%; margin-bottom: 20px; font-size: clamp(18px, 3vw, 36px); font-weight: 700; color: var(--color-blue); line-height: 100%; }

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

#content table { width: 100%; margin-bottom: 30px; border-collapse: collapse; border: 1px solid var(--color-silver-line); }
#content table thead tr th { padding: 5px 10px; font-size: 14px; text-align: left; line-height: 20px; background: var(--color-silver); border: 1px solid var(--color-silver-line); }
#content table tbody tr td { padding: 10px; text-align: left; line-height: 20px; border: 1px solid var(--color-silver-line); }

/* CF7 */
#content .owner-block { width: 100%; display: none; justify-content: space-between; }
#content .owner1 { display: flex; }

/* Contact */
#content .contact_wrap { padding-top: 100px; padding-bottom: 100px; display: flex; }
#content .contact_wrap > div { width: 50%; }
#content .contact_wrap > div:first-child { padding-right: 200px; }

#content .contact_wrap .meta a { font-size: 30px; font-weight: 700; text-decoration: none !important; line-height: 100%; }
#content .contact_wrap .meta a:hover { text-decoration: underline !important; text-decoration-thickness: 1px; }
#content .contact_wrap .meta span { width: 100%; margin-top: 5px; display: block; }

#content #contact_cf7 { padding: 100px 0; background: var(--color-silver); }
#content #contact_cf7 .contact_cf7_intro { max-width: 50%; margin-bottom: 30px; }


/*
--------------
	FOOTER
--------------
*/
#footer { color: var(--color-eggshell); background: var(--color-blue); border-bottom: 20px solid var(--color-orange); }
#footer a { color: #ffffff; }

/* Footer top */
#footer .footer_top { padding: 100px 0; }
#footer .footer_top ul { list-style: none; }
#footer .footer_top ul li { margin-bottom: 15px; position: relative; }
#footer .footer_top ul li:last-child { margin-bottom: 0; }
#footer .footer_top ul li:before { width: 10px; height: 10px; left: -30px; top: 12px; background: var(--color-orange); display: none; position: absolute; content: ''; }
#footer .footer_top ul li a { font-size: 30px; color: var(--color-eggshell); line-height: 100%; }

#footer .footer_top ul li.current-menu-item:before { display: block; }
#footer .footer_top ul li.current-menu-item a { color: #ffffff; }

#footer .footer_top .footer_top_wrap { display: flex; }
#footer .footer_top .footer_top_wrap > div { flex: 1; }
#footer .footer_top .footer_top_wrap .meta a { font-size: 25px; text-decoration-thickness: 1px; line-height: 40px; display: inline-block; }
#footer .footer_top .footer_top_wrap .meta a:hover { text-decoration: underline; }
#footer .footer_top .footer_top_wrap .footer_text { margin-top: 30px; }

#footer .footer_top .social_media_wrap { margin-top: 30px; display: flex; }
#footer .footer_top .social_media_wrap a { width: 50px; height: 50px; margin-right: 10px; font-size: 0; background-color: var(--color-orange); background-repeat: no-repeat; background-position: center; background-size: auto 20px; display: flex; border-radius: 5px; }
#footer .footer_top .social_media_wrap a:hover { opacity: 90%; }
#footer .footer_top .social_media_wrap a.facebook { background-image: url(images/icon-facebook-white.svg); }
#footer .footer_top .social_media_wrap a.youtube { background-image: url(images/icon-youtube-white.svg); }
#footer .footer_top .social_media_wrap a.instagram { background-image: url(images/icon-instagram-white.svg); }
#footer .footer_top .social_media_wrap a.tiktok { background-image: url(images/icon-tiktok-white.svg); }

/* Footer bottom */
#footer .footer_bottom { padding: 20px 0; font-size: 14px; border-top: 1px solid rgba(255 255 255 / 10%); }
#footer .footer_bottom img { position: relative; z-index: 2; }
#footer .footer_bottom ul { width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center; justify-content: center; position: absolute; z-index: 1; list-style: none; }
#footer .footer_bottom ul li { margin: 0 10px; }
#footer .footer_bottom ul li:first-child { margin-left: 0; }
#footer .footer_bottom ul li:last-child { margin-right: 0; }
#footer .footer_bottom ul li a:hover { text-decoration: underline; }
#footer .footer_bottom .copyright { position: relative; z-index: 2; }

#footer .footer_bottom .footer_bottom_wrap { display: flex; align-items: center; justify-content: space-between; }


/*
-----------------
	SCROLL UP
-----------------
*/
#scroll_up { width: 50px; height: 50px; right: 20px; bottom: 30px; background: var(--color-orange) url(images/icon-arrow-up-white.svg) no-repeat center / auto 20px; display: none; position: fixed; z-index: 10; cursor: pointer; border-radius: 5px; }
#scroll_up:hover { background-color: var(--color-dark); }


/*
------------
	FORM
------------
*/
.form_row { width: 100%; margin-bottom: 20px; position: relative; }
.form_row.form_row_first { width: calc(50% - 10px); }
.form_row.form_row_last { width: calc(50% - 10px); }

.form_row p { margin-bottom: 0 !important; display: flex; align-items: center; }
.form_row br { display: none !important; }
.form_row label { width: 100%; margin-bottom: 5px; font-weight: 700; display: block; }

.form_row a { text-decoration: underline; color: var(--color-dark); }
.form_row a:hover { text-decoration: 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=date], 
.form_row input[type=email], 
.form_row input[type=number] { width: 100%; height: 50px; padding-left: 10px; font-size: 16px; background: #ffffff; border: 1px solid var(--color-silver-line); outline: 2px solid transparent; outline-offset: 2px; border-radius: 5px; flex: 1; }

.form_row select:focus, 
.form_row textarea:focus, 
.form_row input[type=tel]:focus, 
.form_row input[type=text]:focus, 
.form_row input[type=date]:focus, 
.form_row input[type=email]:focus, 
.form_row input[type=number]:focus { background: #ffffff; outline-color: var(--color-dark); }

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

.wpcf7 { margin-bottom: 30px; }
.wpcf7-form { display: flex; flex-wrap: wrap; justify-content: space-between; }
.wpcf7-acceptance label { font-weight: 400; text-transform: none; }
.wpcf7-form-control-wrap { flex: 1; }
.wpcf7-list-item label { width: 100%; padding-top: 0; font-size: 14px; }


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

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* SLIDER */
	#slider { height: 700px; }

	/* SLIDER: Slider left */
	#slider .slider_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; }
	.show_in_960_flex { display: flex !important; }

	/* SLIDER */
	#slider { height: auto; display: flex; }

	/* SLIDER: Slider left */
	#slider .slider_left { width: 100%; height: auto; padding: 50px 20px !important; order: 2; } 
	#slider .slider_left:after { width: calc(100% - 100px); bottom: auto; top: -20px; } 
	#slider .slider_left .slider_text_wrap { width: 100%; }

	/* SLIDER: Slider right */
	#slider .slider_right { width: 100%; height: auto; right: auto; top: auto; position: relative; order: 1; }
	#slider .slider_right:before { padding-top: 50%; display: block; content: ''; }
	
	/* WHY INSULATE ATTIC */
	#why_insulate_attic { padding-top: 50px; }
	#why_insulate_attic .why_insulate_attic_wrap > div { flex: auto; }
	#why_insulate_attic .why_insulate_attic_wrap .wrap_left { padding-right: 0; }

	#why_insulate_attic .why_insulate_attic_image { margin-top: 50px; }

	#why_insulate_attic .why_insulate_attic_description { margin-top: 50px; padding-bottom: 50px; }
	#why_insulate_attic .why_insulate_attic_description h3 { max-width: none; }
	
	#why_insulate_attic .why_insulate_attic_boxes .box { flex: auto; }
	
	/* APPLICATION */
	#application { padding: 50px 0; }
	#application .application_intro { max-width: none; }
	
	/* FAQ */
	#faq { padding: 50px 0; }
	#faq .faq_intro { max-width: none; }
	
	/* CONTENT: Contact */
	#content .contact_wrap { padding-top: 50px; padding-bottom: 50px; }
	#content .contact_wrap > div { width: 100%; }
	#content .contact_wrap > div:first-child { padding-right: 0; }
	
	#content #contact_cf7 { padding: 50px 0; }
	#content #contact_cf7 .contact_cf7_intro { max-width: none; }
}

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

	/* DEFAULT */
	.fullwidth_in_768 { width: 100%; }

	/* NAVIGATION */
	#rwd_menu .rwd_menu_wrap { padding: 50px 30px; }
	
	/* FAQ */
	.faq_accordion .faq_item .faq_question { font-size: 26px; }

	/* FOOTER: Footer top */
	#footer .footer_top { padding: 50px 0; }
	#footer .footer_top ul li:before { display: none !important; }

	#footer .footer_top .footer_top_wrap > div { flex: auto; }
	#footer .footer_top .footer_top_wrap > div.pages { margin-bottom: 50px; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom img { display: none; }
	#footer .footer_bottom ul { height: auto; left: auto; top: auto; justify-content: start; position: relative; }
	
	/* FORM */
	.form_row .button { width: 100%; }
	.form_row.form_row_first, 
	.form_row.form_row_last { width: 100%; }
	
	.wpcf7-form .wpcf7-spinner { margin: 13px !important; display: none; }
	.wpcf7-form.submitting .wpcf7-spinner { display: block; }
	.wpcf7-form.submitting .wpcf7-submit.has-spinner { width: calc(100% - 50px) !important; }
}
