﻿/*
Theme Name: LÁKSN
Theme URI: https://laksn.hu
Description: A LÁKSN 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-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: #223035;
	--color-dark-alpha: #223035CC;
	--color-dark-alpha-50: #22303580;
	--color-primary: #ff5a24;
	--color-orange: #ff5a24;
	--color-silver: #efefef;
	--color-silver-line: #e1e1e1;
	--color-green: #22574d;
	--color-red: #ec1000;
	--color-text: #aeb2b3;
}

body { margin: auto; font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 400; line-height: 30px; 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: 1px solid var(--color-charcoal); }

/* Classes */
.clear { clear: both; }
.inner { max-width: 1400px; margin-left: auto; margin-right: auto; position: relative; }
.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: 17px !important; text-decoration: none !important; color: #ffffff !important; line-height: 20px; background: var(--color-text); display: inline-flex; align-content: center; justify-content: center; border-radius: 25px; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.button:hover { color: #ffffff !important; background: var(--color-dark); }
.button:after { display: none !important; }

.button:disabled, 
.button:disabled:hover { color: rgba(255 255 255 / 30%) !important; background-color: var(--color-dark) !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; 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: 1920px; margin: auto; background: #ffffff; position: relative; }


/*
------------------
	NAVIGATION
------------------
*/
#rwd_menu { left: 0; top: 120px; right: 0; bottom: 0; background: var(--color-dark); position: fixed; z-index: 1000; visibility: hidden; opacity: 0%; }
#rwd_menu .rwd_menu_wrap { left: 20px; top: 0; right: 20px; bottom: 20px; padding: 50px; background: #1B2529; 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 .button { background-color: #000000 !important; }

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

/*
--------------
	HEADER
--------------
*/
#header { width: 100%; left: 0; top: 0; position: absolute; z-index: 2; }

/* Header top */
#header .header_top { height: 40px; font-size: 13px; background: var(--color-dark); }
#header .header_top a { color: var(--color-text); }
#header .header_top a:hover { color: #ffffff; }
#header .header_top .header_top_wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
#header .header_top .header_top_wrap div { padding-left: 20px; background-repeat: no-repeat; background-position: left center; background-size: auto 12px; }
#header .header_top .header_top_wrap div.phone { background-image: url(images/icon-phone-white.svg); }
#header .header_top .header_top_wrap div.email { background-image: url(images/icon-mail-white.svg); }

/* Header bottom */
#header .header_bottom { padding: 30px 0; }
#header .header_bottom .header_bottom_wrap { height: 80px; padding-left: 120px; display: flex; align-items: center; justify-content: space-between; }

/* Logo */
#header .header_bottom .line { height: 1px; margin: 0 30px; flex-grow: 1; background: rgba(255 255 255 / 20%); }
#header .header_bottom .logo { left: 0; position: absolute; }
#header .header_bottom .logo img { display: block; }

/* Menu */
#header .header_bottom ul.menu { display: flex; list-style: none; }
#header .header_bottom ul.menu li { margin-right: 30px; }
#header .header_bottom ul.menu li:last-child { margin-right: 0; }
#header .header_bottom ul.menu li a { color: #ffffff; }

/* RWD button */
#header .rwd_button { width: 60px; height: 50px; right: 20px; top: 50%; background: var(--color-primary); position: absolute; border-radius: 25px; 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); }
body.rwd_menu__opened #header { background: var(--color-dark); }


/*
--------------
	SLIDER
--------------
*/
#slider { height: 100vh; color: #ffffff !important; background: var(--color-text); }
#slider .glide__track { height: 100%; }
#slider .glide__slides { height: 100%; }
#slider .glide__slide { height: 100% !important; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#slider .glide__slide .slide_cover { inset: 0; background: var(--color-dark-alpha); position: absolute; }
#slider .glide__slide .slide_caption { max-width: 1400px; height: 100%; margin: auto; padding-bottom: 200px; padding-right: 20%; font-size: clamp(32px, 6vw, 70px); line-height: 120% !important; display: flex; align-items: end; }

/* Navigation */
#slider .glide__navigation { left: calc((100% - 1400px) /2); bottom: 80px; position: absolute; }
#slider .glide__navigation .glide__counter { font-size: 13px; }

/* Bullets */
#slider .glide__bullets { margin-bottom: 10px; display: flex; }
#slider .glide__bullets button { width: 90px; height: 40px; margin-right: 10px; background: transparent; position: relative; opacity: 50%; cursor: pointer; }
#slider .glide__bullets button:before { width: 100%; height: 2px; left: 0; top: calc(50% - 1px); background: #ffffff; position: absolute; content: ''; }
#slider .glide__bullets button.glide__bullet--active { opacity: 100%; }


/*
----------------
	ABOUT US
----------------
*/
#aboutus { padding: 130px 0; }
#aboutus h2 { margin-bottom: 30px; font-size: clamp(32px, 5vw, 50px); line-height: 100%; }

#aboutus .aboutus_wrap { display: flex; }
#aboutus .aboutus_wrap .wrap_left { flex: 1; display: flex; align-content: space-between; }
#aboutus .aboutus_wrap .wrap_right { width: 50%; margin-left: 100px; }
#aboutus .aboutus_wrap .wrap_right img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

/* Logos */
#aboutus .logos { margin-top: 130px; border: 1px solid var(--color-silver-line); border-top: none; display: flex; }
#aboutus .logos .logo { width: 25%; height: 250px; border-top: 1px solid var(--color-silver-line); border-right: 1px solid var(--color-silver-line); display: flex; align-items: center; justify-content: center; }
#aboutus .logos .logo:nth-child(4n) { border-right: none; }
#aboutus .logos .logo img { width: auto; max-width: 160px; height: auto; max-height: 100px; display: block; filter: brightness(0) saturate(100%) invert(13%) sepia(7%) saturate(755%) hue-rotate(164deg) brightness(94%) contrast(86%); }


/*
-----------
	USP
-----------
*/
#usp { background: var(--color-silver); display: flex; }
#usp h2 { margin-bottom: 50px; font-size: clamp(32px, 5vw, 50px); line-height: 100%; }
#usp h3 { margin-bottom: 20px; font-size: clamp(18px, 3vw, 30px); font-weight: 700; line-height: 100%; }
#usp .wrap_left { width: 50%; background: var(--color-dark) no-repeat center / cover; }

#usp .wrap_right { padding: 130px 0; }
#usp .wrap_right.has_image { width: 50%; padding-top: 130px; padding-right: calc((100% - 1400px) /2); padding-left: 100px; }

#usp .wrap_right .usp_single { margin-bottom: 50px; position: relative; }
#usp .wrap_right .usp_single:last-child { margin-bottom: 0; }
#usp .wrap_right .usp_single img { width: auto; height: 40px; margin-bottom: 20px; display: block; }
#usp .wrap_right .usp_single .count { left: -50px; top: 0; font-size: 13px; position: absolute; }


/*
----------------------
	FEATURED WORKS
----------------------
*/
#featured_works { padding: 130px 0; }
#featured_works h2 { max-width: 500px; margin-bottom: 50px; font-size: clamp(32px, 5vw, 50px); line-height: 100%; }

.work_wrap { padding: 30px 0; border-bottom: 1px solid var(--color-silver-line); }
.work_wrap:first-child { border-top: 1px solid var(--color-silver-line); }

.work_wrap { display: flex; }
.work_wrap .wrap_left { width: 50%; display: flex; align-content: space-between; }
.work_wrap .wrap_left h3 { margin-bottom: 0 !important; font-size: clamp(20px, 5vw, 40px) !important; font-weight: 700 !important; line-height: 100% !important; }
.work_wrap .wrap_left h3 a { text-decoration: none !important; color: var(--color-dark) !important; }
.work_wrap .wrap_left h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px !important; }
.work_wrap .wrap_left .date { width: fit-content; height: 40px; padding: 0 30px; font-size: 13px; font-weight: 700; color: #ffffff; background: var(--color-orange); display: flex; align-items: center; }
.work_wrap .wrap_left .read_more { margin-top: 30px; font-size: 17px; font-weight: 700; text-decoration: none !important; color: var(--color-dark) !important; border-bottom: 1px solid var(--color-dark) !important; display: inline-block; }
.work_wrap .wrap_left .read_more:hover { color: var(--color-orange) !important; border-bottom-color: var(--color-orange) !important; }

.work_wrap .wrap_left .wrap_left_top { width: 100%; }
.work_wrap .wrap_left .wrap_left_bottom { width: 100%; padding-right: 50px; }
.work_wrap .work_category { font-size: 16px; font-weight: 700; color: #4e595d; }

.work_wrap .wrap_right { width: 50%; }
.work_wrap .wrap_right a { display: block; }
.work_wrap .wrap_right img { width: 100%; height: auto; display: block; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { height: 400px; background-color: var(--color-text); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#before_content h1 { font-size: clamp(32px, 6vw, 60px); color: #ffffff; line-height: 100%; }
#before_content .cover { inset: 0; background: var(--color-dark-alpha-50); position: absolute; }
#before_content .inner { height: 100%; padding-bottom: 50px; display: flex; align-items: end; }

/* Breadcrumb */
#before_content .breadcrumb_wrap { height: 60px; display: flex; align-items: center; background: url(images/bgr-footer.png) no-repeat center top / auto auto; border-bottom: 1px solid #000000; box-shadow: 0 1px 0 0 var(--color-dark); }
#before_content .breadcrumb_wrap nav.breadcrumb { font-size: 12px; text-transform: uppercase; color: rgba(255 255 255 / 75%); }
#before_content .breadcrumb_wrap nav.breadcrumb a { color: #ffffff; }
#before_content .breadcrumb_wrap nav.breadcrumb a:hover { text-decoration: underline; }
#before_content .breadcrumb_wrap nav.breadcrumb a.home { padding-left: 25px; background: url(images/icon-home-gray.svg) no-repeat left center / auto 16px; }


/*
---------------
	CONTENT
---------------
*/
#container .section_title { margin-bottom: 20px; font-size: 70px; font-weight: 700; color: transparent; background: linear-gradient(to bottom, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 100%) 60%, rgba(160 160 160 / 100%) 63%, rgba(160 160 160 / 100%) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* Content */
#content { padding: 50px 0; }
#content.nopadding { padding: 0; }

#content h3 { margin-bottom: 30px; font-size: clamp(20px, 5vw, 40px) !important; font-weight: 700 !important; line-height: 100% !important; }
#content h5 { margin-bottom: 5px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--color-text); line-height: 100% !important; }

#content p { margin-bottom: 20px; }

#content a { text-decoration: underline; color: var(--color-dark); }
#content a:hover { text-decoration: none; color: var(--color-dark); }

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

#content ul.gallery { margin-left: 0 !important; list-style: none !important; display: flex; gap: 20px; }
#content ul.gallery li { width: calc(25% - 20px); }
#content ul.gallery li a { display: block; }
#content ul.gallery li img { width: 100%; height: auto; display: block; }

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

/* Work data */
#content .work_data_wrap { display: flex; }
#content .work_data_wrap .work_data_left { flex: 1; }
#content .work_data_wrap .work_data_right { width: 300px; margin-left: 50px; }
#content .work_data_wrap .work_data_right .meta { margin-bottom: 20px; font-size: 16px; line-height: 20px; }
#content .work_data_wrap .work_data_right .meta:last-child { margin-bottom: 0; }

/* Contact */
#content .contact_wrap { display: flex; }
#content .contact_wrap .contact_left { width: 50%; padding-top: 100px; padding-right: 50px; padding-bottom: 100px; padding-left: calc((100% - 1400px) /2); }
#content .contact_wrap .contact_right { width: 50%; padding-top: 100px; padding-right: calc((100% - 1400px) /2); padding-bottom: 100px; padding-left: 50px; background: var(--color-silver); }
  

/*
--------------
	FOOTER
--------------
*/
#footer { color: var(--color-text); line-height: 25px; background: var(--color-dark); border-bottom: 20px solid #1a2427; }
#footer p { margin-bottom: 30px; }
#footer p:last-child { margin-bottom: 0; }
#footer h4 { margin-bottom: 20px; font-size: 20px; font-weight: 700; color: #ffffff; }

#footer ul { list-style: none; }
#footer ul li a { color: var(--color-text); }
#footer ul li a:hover { color: #ffffff; }

/* Footer top */
#footer .footer_top .footer_top_wrap { display: flex; }
#footer .footer_top .footer_top_wrap .wrap_left { width: 33.3333333333%; padding: 100px 0; border-right: 1px solid rgba(255 255 255 / 10%); }
#footer .footer_top .footer_top_wrap .wrap_left:last-child { border-right: none; }
#footer .footer_top .footer_top_wrap .wrap_left.logo { padding-left: 20px; padding-right: 20px; }
#footer .footer_top .footer_top_wrap .wrap_left.pages { padding-left: 50px; }

#footer .footer_top .footer_top_wrap .wrap_left .meta { margin-bottom: 50px; padding-left: 50px; background-repeat: no-repeat; background-position: left top; background-size: 24px auto; }
#footer .footer_top .footer_top_wrap .wrap_left .meta:last-child { margin-bottom: 0; }
#footer .footer_top .footer_top_wrap .wrap_left .meta.address { background-image: url(images/icon-marker.svg); }
#footer .footer_top .footer_top_wrap .wrap_left .meta.email { background-image: url(images/icon-mail.svg); }
#footer .footer_top .footer_top_wrap .wrap_left .meta.pages { background-image: url(images/icon-pencil.svg); }

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


/*
-----------------
	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: 50%; }
#scroll_up:hover { background-color: var(--color-dark); }


/*
------------
	FORM
------------
*/
.form_row { width: 100%; margin-bottom: 10px; 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; }
.form_row br { display: none !important; }
.form_row label { width: 100%; padding-top: 10px; font-size: 14px; display: block; }

.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: 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: 3px; 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=email]:focus, 
.form_row input[type=password]:focus, 
.form_row select.filled, 
.form_row textarea.filled,
.form_row input[type=tel].filled, 
.form_row input[type=text].filled,
.form_row input[type=email].filled,
.form_row input[type=password].filled { background: #ffffff; outline-color: var(--color-text); }

.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; }
	
	/* HEADER: Header bottom */
	#header .header_bottom .header_bottom_wrap { padding-left: 140px; }
	
	/* HEADER: Logo */
	#header .header_bottom .logo { left: 20px; }
	
	/* SLIDER */
	#slider .glide__slide .slide_cover { padding: 20px; }

	/* SLIDER: Navigation */
	#slider .glide__navigation { left: 20px; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .contact_left { padding-left: 20px; }
	#content .contact_wrap .contact_right { padding-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; }
	.show_in_960_flex { display: flex !important; }
	
	/* HEADER */
	#header .header_bottom { padding: 20px 0; } 
	#header .header_bottom .header_bottom_wrap { padding-left: 100px; padding-right: 80px; } 
	
	/* ABOUT US */
	#aboutus { padding: 50px 0; }
	
	/* ABOUT US: Logos */
	#aboutus .logos { margin-top: 50px; }
	#aboutus .logos .logo { width: 33.3333333333%; }
	#aboutus .logos .logo:nth-child(4n) { border-right: 1px solid var(--color-silver-line); }
	#aboutus .logos .logo:nth-child(3n) { border-right: none; }
	
	/* USP */
	#usp .wrap_right { padding: 50px 0; }
	#usp .wrap_right.has_image { width: 100%; padding-top: 50px; padding-right: 20px; padding-left: 20px; }
	#usp .wrap_right .usp_single .count { display: none; }
	
	/* FEATURED WORKS */
	#featured_works { padding: 50px 0; }
	
	.work_wrap .wrap_left { width: 100%; }
	.work_wrap .wrap_left h3 { margin-bottom: 20px !important; }
	.work_wrap .wrap_left .date { margin-bottom: 20px; }
	.work_wrap .wrap_left .read_more { display: none; }
	.work_wrap .wrap_left .wrap_left_bottom { padding-right: 0; }
	.work_wrap .wrap_right { width: 100%; }
	
	/* BEFORE CONTENT */
	#before_content { height: 300px; }
	
	/* CONTENT: Work data */
	#content .work_data_wrap .work_data_left { order: 2; }
	#content .work_data_wrap .work_data_right { width: 100%; margin-left: 0; margin-bottom: 50px; order: 1; }
	
	/* CONTEN: Contact */
	#content .contact_wrap .contact_left { width: 100%; padding-top: 50px; padding-right: 20px; padding-bottom: 50px; }
	#content .contact_wrap .contact_right { width: 100%; padding-top: 50px; padding-bottom: 50px; padding-left: 20px; }

	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .wrap_left { width: 50%; }
	#footer .footer_top .footer_top_wrap .wrap_left.addresses { order: 2; }
	#footer .footer_top .footer_top_wrap .wrap_left.logo { width: 100%; border-bottom: 1px solid rgba(255 255 255 / 10%); border-right: none !important; order: 1; }
	#footer .footer_top .footer_top_wrap .wrap_left.pages { order: 3; }
} 

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

	/* NAVIGATION */
	#rwd_menu .rwd_menu_wrap { padding: 30px 20px; }
	
	/* NAVIGATION: Primary Menu */
	#rwd_menu ul.menu.primary_menu li a { font-size: 30px; }
	
	/* SLIDER */
	#slider .glide__slide .slide_caption { padding-right: 0; }
	
	/* SLIDER: Bullets */
	#slider .glide__bullets button { width: 70px; }
	
	/* ABOUT US: Logos */
	#aboutus .logos .logo { width: 50%; height: 200px; }
	#aboutus .logos .logo:nth-child(2n) { border-right: none; }
	#aboutus .logos .logo:nth-child(3n) { border-right: 1px solid var(--color-silver-line); }
	#aboutus .logos .logo img { max-width: 80%; }
	
	/* CONTENT: Gallery */
	#content ul.gallery li { width: calc(33.3333333333% - 20px); }
	
	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .wrap_left { width: 100%; padding: 50px 0; border-right: none; }
	#footer .footer_top .footer_top_wrap .wrap_left.addresses { border-bottom: 1px solid rgba(255 255 255 / 10%); order: 2; }
	#footer .footer_top .footer_top_wrap .wrap_left.pages { padding-left: 0; }
}

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

	/* CONTENT: Gallery */
	#content ul.gallery li { width: calc(50% - 20px); }
	
	/* FORM */
	.form_row.form_row_first, 
	.form_row.form_row_last { width: 100%; }
}
