/*
Theme Name: Várda Garden
Theme URI: https://vardagarden.hu
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-silver-line: #dadada;
	--color-green: #439639;
	--color-gray: #989898;
	--color-text: #222222;
}

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

textarea, input, select, button { font-family: 'Source Sans Pro', 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 #efefed; }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1280px; margin-left: auto; margin-right: auto; position: relative; }
.inner_900 { max-width: 900px; }
.inner_600 { max-width: 600px; }
.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; }
.sec_font, .button { font-family: 'Montserrat', sans-serif; font-weight: 900; }
.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, ul.menu li a:after { -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: 50px; padding: 0 30px; font-size: 16px !important; text-decoration: none !important; text-transform: uppercase; text-align: center; color: white !important; line-height: 50px; background: var(--color-green); display: inline-block; position: relative; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -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: #36782e; }
.button:disabled { background-color: #ddd; }

.button.button_white { color: #222 !important; background: white; }
.button.button_white:hover { background: rgba(255 255 255 / 80%); }
.button.button_white:disabled { color: var(--color-green) !important; opacity: 50% !important; }

.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; 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-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -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: 5px; top: 5px; text-align: center; background: var(--color-text); position: relative; border-radius: 8px; display: block; content: ''; }
input[type="checkbox"]:checked:before { width: 14px; height: 14px; left: 5px; top: 5px; text-align: center; background: var(--color-text); position: relative; display: block; content: ''; }

/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu { width: 100%; left: 0; top: 80px; bottom: 0; background: rgba(255 255 255 / 90%); position: fixed; z-index: 100; overflow: hidden; opacity: 0; visibility: hidden; }
#rwd_menu .rwd_menu_wrap { height: 0; padding-bottom: 50px; background: var(--color-green); position: relative; }
#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 { padding: 50px 0; } 
#rwd_menu ul.main_menu li { list-style: none; } 
#rwd_menu ul.main_menu li a { padding: 10px 30px; font-size: 30px; color: white; line-height: 1; 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 li { margin-bottom: 15px; list-style: none; } 
#rwd_menu ul.footer_menu li a { padding: 0 30px; font-size: 20px; font-weight: 700; color: white; 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 { height: auto; }


/*
--------------
	HEADER
--------------
*/
#header { height: 100px; position: relative; z-index: 2; }
#header:before { width: calc(((100% - 1280px) / 2) + 250px); height: 10px; left: 0; bottom: -10px; background: white; position: absolute; content: ''; }
#header .inner { height: 100%; }

/* Logo */
#header .logo { max-width: 250px; height: 60px; padding-left: 105px; font-size: 24px; color: #042526; line-height: 22px; display: inline-flex; align-items: center; position: relative; }
#header .logo img { width: auto; height: 100%; left: 0; top: 0; display: block; position: absolute; }

/* Menu */
#header ul.menu { height: 50px; right: 0; top: 25px; display: flex; flex-wrap: wrap; position: absolute; list-style: none; }
#header ul.menu li { height: 100%; margin-left: 25px; }
#header ul.menu li:first-child { margin-left: 0; }
#header ul.menu li a { font-size: 16px; color: var(--color-text); line-height: 50px; display: block; position: relative; }
#header ul.menu li a:after { width: 0; height: 4px; left: 0; bottom: 0; background: #ddd; position: absolute; content: ''; }
#header ul.menu li a:hover:after { width: 30px; }
#header ul.menu li.contact a { height: 50px; padding: 0 30px; color: white; background: var(--color-green); -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
#header ul.menu li.contact a:hover { background: var(--color-text); }
#header ul.menu li.contact a:after { display: none !important; }

#header ul.menu li.current-menu-item a { color: var(--color-green); }
#header ul.menu li.current-menu-item a:after { width: 30px; background: var(--color-green); }
#header ul.menu li.contact.current-menu-item a { color: white !important; background: var(--color-text); }

/* RWD menu */
#header .rwd_button { height: 50px; right: 20px; top: 15px; padding: 0 20px 0 50px; font-size: 16px; font-weight: 700; text-transform: uppercase; color: white; line-height: 50px; background: #36782e; position: absolute; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
#header .rwd_button .burg { width: 20px; height: 2px; left: 20px; 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); }

/* Custom pages */
body.single #header, 
body.page-template-contact #header { border-bottom: 1px solid #ddd; }

body.single #header:before, 
body.page-template-contact #header:before { display: none; }


/*
--------------
	SLIDER
--------------
*/
#slider { border-bottom: 10px solid var(--color-green); }
#slider .slick-list { overflow: inherit; }

#slider .slick-slide { max-height: 600px; min-height: 250px; background-color: var(--color-text); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#slider .slick-slide:before { padding-top: 35%; display: block; content: ''; }
#slider .slick-slide .cover { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
#slider .slick-slide .inner { height: 100%; }

#slider .slick-slide .text_box { width: 100%; max-width: 500px; right: 0; bottom: -80px; padding: 50px; font-size: 18px; color: white; background: var(--color-green); position: absolute; -moz-box-shadow: 0 0 20px rgba(0 0 0 / 20%); -webkit-box-shadow: 0 0 20px rgba(0 0 0 / 20%); box-shadow: 0 0 20px rgba(0 0 0 / 20%); }
#slider .slick-slide .text_box .subtitle { margin-bottom: 20px; padding-bottom: 20px; font-size: 16px; color: rgba(255 255 255 / 70%); line-height: 1; border-bottom: 5px solid #36782e; }
#slider .slick-slide .text_box .title { margin-bottom: 10px; font-size: 30px; line-height: 1; }
#slider .slick-slide .text_box p { margin-bottom: 10px; }
#slider .slick-slide .text_box p:last-child { margin-bottom: 0; }
#slider .slick-slide .text_box .button { margin-top: 20px; }

#slider .slick-slide .controls { width: 70px; height: 140px; left: -70px; top: 0; position: absolute; }
#slider .slick-slide .controls button { width: 100%; height: 50%; background: rgba(255 255 255 / 80%) url(images/icon_arrow_right.svg) no-repeat center; background-size: 30px auto; display: block; cursor: pointer; }
#slider .slick-slide .controls button.prev { background-color: rgba(255 255 255 / 50%); background-image: url(images/icon_arrow_left.svg); }


/*
----------------
	ABOUT US
----------------
*/
#aboutus { padding: 100px 0; }
#aboutus .title { margin-bottom: 50px; font-size: 50px; line-height: 1; }
#aboutus .text { width: 100%; max-width: 800px; margin: auto; }
#aboutus .text p { margin-bottom: 30px; }
#aboutus .text p:last-child { margin-bottom: 0; }


/*
----------------
	SERVICES
----------------
*/
#services { padding-bottom: 100px; }
#services .services_wrap { display: flex; flex-wrap: wrap; }
#services .services_wrap .service { width: 33.3333333333%; margin-top: 50px; padding-right: 50px; border-right: 1px solid #ddd; }
#services .services_wrap .service:nth-child(-n+3) { margin-top: 0; }
#services .services_wrap .service:nth-child(3n+2) { padding-left: 50px; }
#services .services_wrap .service:nth-child(3n) { padding-left: 50px; padding-right: 0; border-right: none; }
#services .services_wrap .service .icon { max-width: 70px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 5px solid var(--color-green); }
#services .services_wrap .service .icon img { width: 100%; height: auto; display: block; }
#services .services_wrap .service .title { margin-bottom: 10px; font-size: 30px; line-height: 1; }


/*
------------
	JOBS
------------
*/
#jobs .section_title { margin-bottom: 50px; font-size: 50px; line-height: 1; }
#jobs .jobs_wrap { display: flex; flex-wrap: wrap; }
#jobs .jobs_wrap .job { width: 33.3333333333%; margin-top: 50px; padding-right: 50px; border-right: 1px solid #ddd; }
#jobs .jobs_wrap .job:nth-child(-n+3) { margin-top: 0; }
#jobs .jobs_wrap .job:nth-child(3n+2) { padding-left: 50px; }
#jobs .jobs_wrap .job:nth-child(3n) { padding-left: 50px; padding-right: 0; border-right: none; }
#jobs .jobs_wrap .job h3 { margin-bottom: 10px; }
#jobs .jobs_wrap .job h3 a { font-size: 30px; text-decoration: none !important; color: var(--color-text); line-height: 1; }
#jobs .jobs_wrap .job h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px; }
#jobs .jobs_wrap .job p { margin-bottom: 20px; }
#jobs .jobs_wrap .job a.read_more { font-size: 16px; font-weight: 700; text-decoration: underline; color: var(--color-text); }
#jobs .jobs_wrap .job a.read_more:hover { text-decoration: none; }

body.home #jobs { padding: 100px 0; color: white; background-color: var(--color-text); background-image: url(images/bgr_jobs.webp); background-image: -webkit-image-set(url(images/bgr_jobs.webp) 1x); background-image: image-set(url(images/bgr_jobs.png) 1x); background-repeat: no-repeat; background-position: center; background-size: cover; }
body.home #jobs .jobs_wrap { margin-bottom: 50px; justify-content: center; }
body.home #jobs .jobs_wrap .job { border-right-color: 1px solid rgba(255 255 255 / 15%); }
body.home #jobs .jobs_wrap .job:last-child { border-right: none; }
body.home #jobs .jobs_wrap.post_count-2 .job:nth-child(2) { padding-right: 0; border-right: none; }
body.home #jobs .jobs_wrap .job h3 a { color: white; }
body.home #jobs .jobs_wrap .job a.read_more { color: white; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
.rank-math-breadcrumb { font-weight: 700; }
.rank-math-breadcrumb a { font-weight: 400; text-decoration: underline; color: var(--color-text); }
.rank-math-breadcrumb a:hover { text-decoration: none; }
.rank-math-breadcrumb .separator { font-weight: 400; }

#before_content { height: 300px; color: white; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#before_content .cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(34 34 34 / 20%); position: absolute; }
#before_content .inner { height: 100%; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; align-content: center; }
#before_content h1 { width: 100%; margin-bottom: 20px; font-size: 60px; line-height: 1; }

#before_content .rank-math-breadcrumb { width: 100%; }
#before_content .rank-math-breadcrumb a { color: white; }


/*
---------------
	CONTENT
---------------
*/
#content { padding-top: 50px; }

#content h1 { margin-bottom: 30px; font-size: 60px; line-height: 1; }
#content h2 { margin-bottom: 30px; font-size: 40px; font-weight: 700; line-height: 1; }
#content h3 { margin-bottom: 30px; font-size: 25px; font-weight: 700; color: var(--color-green); line-height: 1; }

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

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

/* Contact */
#content.contact .contact_wrap { margin-bottom: 50px; display: flex; flex-wrap: wrap; }
#content.contact .contact_wrap .wrap_left { width: 40%; padding-right: 50px; }
#content.contact .contact_wrap .wrap_right { width: 60%; }
#content.contact .contact_wrap .wrap_right #mapdiv { height: 100%; }

#content.contact .contact_wrap .wrap_one_third { width: 33.3333333333%; }

#content.contact .contact_form { padding: 50px 0; background: var(--color-green); }
#content.contact .contact_form p, 
#content.contact .contact_form h2, 
#content.contact .contact_form h3 { color: white; }

/* Direct message */
#content .direct_message { margin-top: 50px; color: white; background: var(--color-green); }
#content .direct_message .direct_message_wrap { display: flex; flex-wrap: wrap; }
#content .direct_message .direct_message_wrap .wrap_left { width: 50%; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: calc((100% - 1280px) /2); }
#content .direct_message .direct_message_wrap .wrap_right { width: 50%; background: #222 url(images/img_varda-garden__01.jpg) no-repeat center; background-size: cover; }


/*
--------------
	FOOTER
--------------
*/
#footer { padding-top: 50px; font-size: 18px; font-weight: 600; color: var(--color-gray); }

/* Footer top */
#footer .footer_top { padding: 20px 0; }
#footer .footer_top .footer_top_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
#footer .footer_top .footer_top_wrap .wrap_right { display: flex; flex-wrap: wrap; }

#footer .footer_top .footer_top_wrap a.social { width: 50px; height: 50px; margin-left: 10px; background-color: var(--color-green); background-repeat: no-repeat; background-position: center; background-size: auto 24px; }
#footer .footer_top .footer_top_wrap a.social:hover { background-color: var(--color-text); }
#footer .footer_top .footer_top_wrap a.social.facebook { background-image: url(images/icon_facebook_white.svg); }
#footer .footer_top .footer_top_wrap a.social.linkedin { background-image: url(images/icon_linkedin_white.svg); background-size: auto 20px; }

#footer .footer_top .footer_top_wrap ul.menu { height: 50px; display: flex; flex-wrap: wrap; list-style: none; }
#footer .footer_top .footer_top_wrap ul.menu li { height: 100%; margin-right: 20px; }
#footer .footer_top .footer_top_wrap ul.menu li a { color: #999; line-height: 50px; display: block; position: relative;  }
#footer .footer_top .footer_top_wrap ul.menu li a:after { width: 0; height: 4px; left: 0; bottom: 0; background: #ddd; position: absolute; content: ''; }
#footer .footer_top .footer_top_wrap ul.menu li a:hover:after { width: 30px; }

#footer .footer_top .footer_top_wrap ul.menu li.current-menu-item a { color: var(--color-green); }
#footer .footer_top .footer_top_wrap ul.menu li.current-menu-item a:after { width: 30px; background: var(--color-green); }

/* Footer bottom */
#footer .footer_bottom { padding: 30px 0; position: relative; }
#footer .footer_bottom:before { height: 1px; left: calc((100% - 1280px) /2); right: calc((100% - 1280px) /2); top: 0; background: #ddd; position: absolute; content: ''; }
#footer .footer_bottom .footer_bottom_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
#footer .footer_bottom .footer_bottom_wrap .wrap_left { display: flex; flex-wrap: wrap; }
#footer .footer_bottom .footer_bottom_wrap .wrap_left a { color: var(--color-text); }
#footer .footer_bottom .footer_bottom_wrap .wrap_left a:hover { text-decoration: underline; }
#footer .footer_bottom .footer_bottom_wrap .wrap_left div { margin-right: 50px; }
#footer .footer_bottom .footer_bottom_wrap .wrap_left div.last { margin-right: 0; }


/*
--------------
	AUTHOR
--------------
*/
#author { padding: 20px 0; position: relative; }
#author:before { height: 1px; left: calc((100% - 1280px) /2); right: calc((100% - 1280px) /2); top: 0; background: #ddd; position: absolute; content: ''; }
#author a { color: var(--color-green); }
#author a:hover { color: var(--color-text); }


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


/*
----------------------
	SZÉCHENYI 2020
----------------------
*/
#szechenyi2020 { width: auto; height: 150px; right: 0; bottom: 0; display: inline-block; position: fixed; z-index: 100; }
#szechenyi2020 img { width: auto; height: 100%; display: block; }


/*
-------------
	GINOP
-------------
*/
.ginop { height: 150px; left: 0; bottom: 0; position: fixed; z-index: 100; }
.ginop img { width: auto; height: 100%; display: block; }
.ginop a { display: block; position: relative; z-index: 1; }
.ginop a.ginop_close { width: 30px; height: 30px; right: 20px; top: -10px; font-size: 14px; background: white; border: 1px solid var(--color-green); display: flex; align-items: center; justify-content: center; position: absolute; z-index: 2; }
.ginop a.ginop_close:hover { border-color: var(--color-text); }


/*
--------------
	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.form-row-submit { display: flex; align-items: center; }

.form-row a { text-decoration: underline; color: white !important; }
.form-row a:hover { text-decoration: none !important; }
.form-row br { display: none; }
.form-row label { font-size: 16px; font-weight: 700; text-align: left; color: white; display: block; }

.form-row textarea,
.form-row input[type=tel],
.form-row input[type=text],
.form-row input[type=email] { width: 100%; height: 50px; padding-left: 10px; font-size: 16px; background: #fbfbfb; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

.form-row textarea:focus,
.form-row input[type=tel]:focus,
.form-row input[type=text]:focus,
.form-row input[type=email]:focus { outline: 3px solid #36782e; }

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

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


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

	/* SLIDER */
	#slider .slick-slide .text_box { padding: 50px 30px; }
}

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

	/* DISPLAY: None */
	.hide_in_1280 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_1280 { display: block !important; }
	
	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER */
	#header:before { width: 250px; }
	
	/* HEADER: Menu */
	#header ul.menu { right: 20px; }
	#header ul.menu li { margin-left: 20px; }
	
	/* SLIDER */
	#slider { border-bottom: none; }
	#slider .slick-slide:before { display: none; }
	#slider .slick-slide .cover { height: auto; left: auto; top: auto; position: relative; }
	#slider .slick-slide .inner { display: flex; justify-content: right; }
	#slider .slick-slide .text_box { top: auto; bottom: auto; position: relative; overflow: auto; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

	#slider .slick-button { width: calc(25% - 10px); height: 50px; bottom: -70px; left: 25%; color: white; background: #36782e; position: absolute; z-index: 10; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
	#slider .slick-button.slick-next { left: auto; right: 25%; }
	#slider .slick-button:hover { background-color: var(--color-text); }
	
	/* CONTENT: Direct message */
	#content .direct_message .direct_message_wrap { display: block; }
	#content .direct_message .direct_message_wrap .wrap_left { width: 100%; max-width: 600px; margin: auto; padding: 50px 20px; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .footer_bottom_wrap { justify-content: center; }
	#footer .footer_bottom .footer_bottom_wrap .wrap_right { text-align: center; }
}

@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 { height: 80px; }
	#header:before { display: none; }
	
	/* SLIDER */
	#slider .slick-slide .text_box { width: 50%; max-width: none; }
	
	/* ABOUT US */
	#aboutus .text { max-width: none; }
	
	/* SERVICES */
	#services .services_wrap .service { width: 50%; padding-right: 30px; padding-left: 0 !important; }
	#services .services_wrap .service:nth-child(-n+2) { margin-top: 0; }
	#services .services_wrap .service:nth-child(3) { margin-top: 50px; }
	#services .services_wrap .service:nth-child(even) { padding-left: 30px !important; padding-right: 0 !important; border-right: none !important; }
	#services .services_wrap .service:nth-child(odd) { padding-left: 0 !important; padding-right: 30px !important; border-right: 1px solid #ddd; }
	
	/* JOBS */
	#jobs .jobs_wrap .job { width: 50%; padding-right: 30px; }
	#jobs .jobs_wrap .job:nth-child(-n+2) { margin-top: 0; }
	#jobs .jobs_wrap .job:nth-child(3) { margin-top: 50px; }
	#jobs .jobs_wrap .job:nth-child(even) { padding-left: 30px !important; padding-right: 0 !important; border-right: none !important; }
	#jobs .jobs_wrap .job:nth-child(odd) { padding-left: 0 !important; padding-right: 30px !important; border-right: 1px solid #ddd; }

	body.home #jobs .jobs_wrap .job:nth-child(3) { display: none !important; }
	body.home #jobs .jobs_wrap .job:nth-child(2) { border-right: none !important; }
	
	/* CONTENT: Contact */
	#content.contact .contact_wrap .wrap_left { width: 100%; margin-bottom: 30px; padding-right: 0; }
	#content.contact .contact_wrap .wrap_right { width: 100%; height: 400px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .wrap_right { width: 100%; justify-content: center; }
	#footer .footer_top .footer_top_wrap ul.menu { width: 100%; margin-top: 30px; order: 2; justify-content: center; }
	#footer .footer_top .footer_top_wrap ul.menu li { margin-left: 10px; margin-right: 10px; }
}

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

	/* DISPLAY: None */
	.hide_in_768 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_768 { display: block !important; }
	
	/* SLIDER */
	#slider .slick-slide { max-height: none; min-height: inherit; background-image: none; }
	#slider .slick-slide:before { display: none; }
	#slider .slick-slide .cover { left: auto; top: auto; position: relative; }
	#slider .slick-slide .inner { display: block; }

	#slider .slick-slide .alt_image { background-repeat: no-repeat; background-position: center; background-size: cover; }
	#slider .slick-slide .alt_image:before { padding-top: 40%; display: block; content: ''; }
	
	#slider .slick-slide .text_box { width: 100%; height: auto; max-width: none; right: auto; padding: 30px 20px; position: relative; }
	
	/* ABOUT US */
	#aboutus .title { font-size: 40px; }
	
	/* JOBS */
	#jobs .section_title { font-size: 40px; }
	
	/* BEFORE CONTENT */
	#before_content h1 { font-size: 50px; }
	
	/* CONTENT */
	#content h1 { font-size: 50px; }
	
	/* CONTENT: Contact */
	#content.contact .contact_wrap .wrap_right { height: 300px; }
	#content.contact .contact_wrap .wrap_one_third { width: 100%; margin-top: 30px; }
	#content.contact .contact_wrap .wrap_one_third:first-child { margin-top: 0; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap ul.menu { height: auto; text-align: center; display: block; }
	#footer .footer_top .footer_top_wrap ul.menu li { height: auto; margin-left: 0; margin-right: 0; margin-bottom: 10px; }
	#footer .footer_top .footer_top_wrap ul.menu li a { line-height: 40px; display: inline-block; }
}

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

	/* SLIDER */
	#slider .slick-button { width: calc(50% - 30px); left: 20px; }
	#slider .slick-button.slick-next { left: auto; right: 20px; }
	
	/* ABOUT US */
	#aboutus { padding: 100px 0 50px; }
	#aboutus .title { margin-bottom: 30px; font-size: 30px; }
	
	/* SERVICES */
	#services { padding-bottom: 50px; }
	#services .services_wrap .service { width: 100%; padding: 50px 0 0 !important; border-top: 1px solid #ddd !important; border-right: none !important; }
	#services .services_wrap .service:nth-child(2) { margin-top: 50px; }
	#services .services_wrap .service:nth-child(even) { padding-left: 0 !important; padding-right: 0 !important; }
	#services .services_wrap .service:first-child { padding-top: 0 !important; border-top: none !important; }#services .services_wrap .service .title { margin-bottom: 10px; font-size: 30px; line-height: 1; }
	#services .services_wrap .service .title { font-size: 25px; }
	
	/* JOBS */
	#jobs .section_title { font-size: 30px; }
	#jobs .jobs_wrap .job { width: 100%; padding: 50px 0 0 0 !important; border-top: 1px solid #ddd; border-right: none !important; }
	#jobs .jobs_wrap .job:nth-child(2) { margin-top: 50px; }
	#jobs .jobs_wrap .job:nth-child(odd), 
	#jobs .jobs_wrap .job:nth-child(even) { padding-left: 0 !important; padding-right: 0 !important; }
	#jobs .jobs_wrap .job:first-child { padding-top: 0 !important; border-top: none !important; }
	#jobs .jobs_wrap .job h3 a { font-size: 25px; }

	body.home #jobs { padding: 50px 0; }
	body.home #jobs .jobs_wrap .job { border-top-color: 1px solid rgba(255 255 255 / 15%); }
	body.home #jobs .jobs_wrap .job:nth-child(3) { display: block !important; }
	
	/* BEFORE CONTENT */
	#before_content { height: 250px; }
	
	/* CONTENT */
	#content { padding-top: 30px; }
	#content h1 { font-size: 40px; }
	#content h2 { font-size: 35px; }
	
	/* FORM */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; float: none; }	
}

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

	/* DISPLAY: None */
	.hide_in_480 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_480 { display: block !important; }
	
	/* DEFAULT */
	.button_full_width_in_480 { width: 100%; height: auto; padding: 15px; line-height: 20px; }
	
	/* BEFORE CONTENT */
	#before_content { height: 200px; }
	#before_content h1 { font-size: 40px; }
	
	/* CONTENT: Contact */
	#content.contact .contact_wrap .wrap_right { height: 250px; }
}

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

	/* BEFORE CONTENT */
	#before_content h1 { margin-bottom: 10px; font-size: 30px; }
}

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