/*
Theme Name: Soför Állás - Szibéria Sped
Theme URI: http://sziberiasped.hu
Description: A Szibéria Sped soför állás alapértelmezett sablonja
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-red: #ef463b;
	--color-blue: #00235a;
	--color-blue-a20: rgba(0 35 90 / 20%);
	--color-light-blue: #2167ff;
	--color-dark: #0a1229;
	--color-gray: #eef0f2;
	/*--color-silver: #f5f6f7;*/
	--color-silver: #f0f4f8;
	/*--color-silver-line: #d6d6d6;*/
	--color-silver-line: #bcccdc;
	--color-red: #e30613;
	--color-red-a20: #fff5f5;
	--color-sand: #fff5e3;
	--color-green: #188433;
}

body { margin: auto; font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 400; color: var(--color-dark); line-height: 30px; background: #666; overflow-x: hidden; }
body.rwd_menu__opened { overflow-y: hidden; }

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

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

hr { width: 100%; margin: 30px 0; border-top: 5px solid var(--color-gray); clear: both; }

img.alignleft { margin: 0 20px 5px 0; float: left; }
img.alignright { margin: 0 0 5px 20px; float: right; }
img.aligncenter { margin: 0 auto 20px auto; display: block; }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1280px; margin-left: auto; margin-right: auto; position: relative; }
.inner_800 { max-width: 800px; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.uppercase { text-transform: uppercase; }
.sec_font, .button, h2 { font-family: 'Barlow Condensed', sans-serif; }
.center { text-align: center; }
.hide { display: none !important; }
.red, .acf-required { color: #e22632; }
.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, .read_more: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; }
.anim_cubic { -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -o-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 20px; font-size: 20px !important; font-weight: 500; text-decoration: none !important; text-align: center; color: white !important; line-height: 20px; background: var(--color-blue); display: inline-flex; justify-content: center; align-items: center; position: relative; cursor: pointer; -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; border-radius: 5px; }
.button:hover { background: var(--color-dark); }
.button:after { display: none !important; }

.button:disabled, 
.button:disabled:hover { color: #ccc !important; background-color: var(--color-silver-line); }

.button.button_h40 { height: 40px; }
.button.button_fullwidth { width: 100%; }

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

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

.button.button_red { color: white !important; background-color: var(--color-red); }
.button.button_red:hover { background-color: var(--color-dark); }

.button.button_light_blue { color: white !important; background-color: var(--color-light-blue); }
.button.button_light_blue:hover { background-color: var(--color-dark); }

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

.button.button_outline { color: var(--color-dark) !important; background: transparent !important; border: 1px solid var(--color-silver-line); }
.button.button_outline:hover { border-color: var(--color-light-blue); }

.button.button_white_bordered { color: white !important; line-height: 46px; background-color: var(--color-blue); border: 1px solid white; }
.button.button_white_bordered:hover { color: var(--color-blue) !important; background-color: white; }

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

/* Checkbox and radio */
input[type="checkbox"], 
input[type="radio"] { width: 24px !important; height: 24px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid var(--color-silver-line); clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important; -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }
input[type="radio"] { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

input[type="radio"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: var(--color-light-blue); 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: var(--color-light-blue); position: relative; display: block; content: ''; }


/*
----------------
	FANCYBOX
----------------
*/
.team_bio_fancybox.fancybox-content { max-width: 800px; padding: 0 !important; display: flex; }

/* Login */
#dialog_login { width: 100%; max-width: 400px; padding: 0; position: relative; }

#dialog_login .preloader { width: 100%; height: 100%; left: 0; top: 0; background: rgba(255 255 255 / 90%) url(images/preloader_64.gif) no-repeat center; display: none; position: absolute; z-index: 10; }

#dialog_login .message p { margin-bottom: 20px; padding: 10px; font-size: 15px; line-height: 20px; border: 1px solid transparent; position: relative; }
#dialog_login .message p.error { color: var(--color-red); background: var(--color-red-a20); border-color: var(--color-red); }

#dialog_login .dialog_header { padding: 30px; }
#dialog_login .dialog_header h4 { font-size: 26px; font-weight: 500; color: #000; line-height: 100%; }

#dialog_login .dialog_content { padding: 30px; background: var(--color-silver); }

#dialog_login .dialog_footer { font-size: 16px; }
#dialog_login .dialog_footer a { color: var(--color-dark); }
#dialog_login .dialog_footer a:hover { text-decoration: underline; color: #000; }
#dialog_login .dialog_footer .signup { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--color-silver-line); }
#dialog_login .dialog_footer .signup a { text-decoration: underline; color: #000; }

#dialog_login .dialog_footer .forgot_password a { text-decoration: underline; color: var(--color-light-blue); }


/*
---------------
	WEBSITE
---------------
*/
#website { max-width: 2000px; margin: auto; background: var(--color-silver); overflow-x: hidden; }


/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu { width: 100%; left: 0; top: 80px; bottom: 0; padding: 50px; font-size: 18px; background: rgba(245 246 247 / 90%); position: fixed; z-index: 100; visibility: hidden; opacity: 0; overflow: hidden; }
#rwd_menu .rwd_menu_wrap { width: 400px; height: 100%; right: -100%; top: 0; padding-top: 20px; background: var(--color-blue); position: absolute; overflow-y: auto; }
#rwd_menu .rwd_section { padding: 0 20px; }
#rwd_menu .rwd_section.footer { padding: 20px; background: rgba(0 0 0 / 20%); }
#rwd_menu .rwd_section label { font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--color-light-blue); }

/* Primary menu */
#rwd_menu ul.primary_menu { margin-bottom: 30px; list-style: none; }
#rwd_menu ul.primary_menu li { border-bottom: 1px solid rgba(255 255 255 / 10%); }
#rwd_menu ul.primary_menu li a { padding: 15px 0; font-size: 24px; font-weight: 500; color: white; line-height: 100%; display: block; position: relative; }
#rwd_menu ul.primary_menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

#rwd_menu ul.primary_menu li.menu-item-has-children > a:before { width: 0; height: 100%; left: 0; top: 0; background: var(--color-red); position: absolute; content: ''; }
#rwd_menu ul.primary_menu li.menu-item-has-children > a:after { width: 20px; height: 20px; right: 20px; top: 16px; background: url(images/icon_arrow_down_white.svg) no-repeat right center; background-size: cover; position: absolute; content: ''; }
#rwd_menu ul.primary_menu li.menu-item-has-children.open > a:before { width: 8px; }
#rwd_menu ul.primary_menu li.menu-item-has-children.open > a:after { ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#rwd_menu ul.primary_menu li ul { background: white; display: none; }
#rwd_menu ul.primary_menu li ul li { border-bottom-color: #eee; }
#rwd_menu ul.primary_menu li ul li:last-child { border-bottom: none; }
#rwd_menu ul.primary_menu li ul li a { left: auto !important; padding: 15px 0 15px 25px; color: #333 !important; line-height: 20px; opacity: 100% !important; }
#rwd_menu ul.primary_menu li ul li.open > a:before { display: none; }

/* Secondary menu */
#rwd_menu ul.secondary_menu { list-style: none; }
#rwd_menu ul.secondary_menu li { margin-bottom: 10px; }
#rwd_menu ul.secondary_menu li:last-child { margin-bottom: 0; }
#rwd_menu ul.secondary_menu li a { font-size: 17px; font-weight: 500; color: white; line-height: 100%; display: block; }
#rwd_menu ul.secondary_menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

/* Contact */
#rwd_menu .contact { background: var(--color-red); }
#rwd_menu .contact a.meta_box { height: 70px; padding-left: 50px; font-size: 15px; color: white; line-height: 70px; border-bottom: 1px solid rgba(255 255 255 / 10%); display: block; position: relative; }
#rwd_menu .contact a.meta_box:last-child { border-bottom: none; }
#rwd_menu .contact a.meta_box:after { width: 60px; height: 100%; left: 0; top: 0; background-repeat: no-repeat; background-position: center; background-size: auto 24px; position: absolute; content: ''; }
#rwd_menu .contact a.meta_box.phone:after { background-image: url(images/icon_phone_white.svg); }
#rwd_menu .contact a.meta_box.email:after { background-image: url(images/icon_email_white.svg); }

/* Button */
#rwd_menu .button_wrapper { padding: 0 25px; position: relative; z-index: 0; opacity: 0; }
#rwd_menu .button { width: auto !important; padding: 0 !important; text-align: center; background: #2e2e2e; display: block; }
#rwd_menu .button:before { background: #2e2e2e; }

body.rwd_menu__opened #rwd_menu { opacity: 1; visibility: visible; }
body.rwd_menu__opened #rwd_menu .rwd_menu_wrap { right: 0; }
body.rwd_menu__opened #rwd_menu .button_wrapper { opacity: 1; }


/*
--------------
	HEADER
--------------
*/
#header { width: 100%; height: 100px; left: 0; top: 0; background: white; position: fixed; z-index: 100; }
#header .inner { height: 100%; }

/* Logo */
#header .logo { left: 0; position: absolute; }
#header .logo img { width: 200px; height: auto; display: block; }
#header .logo h1 { height: 24px; right: -110px; top: -7px; padding: 0 10px; font-size: 11px; text-transform: uppercase; color: white; line-height: 24px; letter-spacing: 1px; background: var(--color-red); position: absolute; border-radius: 12px; }

/* Menu */
#header ul.menu { width: calc(100% - 250px); right: 0; top: 25px; display: flex; justify-content: end; position: absolute; list-style: none; }
#header ul.menu li { margin-left: 25px; position: relative; }
#header ul.menu li.menu-login { margin-left: 10px; position: relative; }
#header ul.menu li a { height: 50px; font-size: 20px; font-weight: 500; color: var(--color-dark); line-height: 48px; display: block; }
#header ul.menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
#header ul.menu li.make_offer a { padding: 0 20px; color: white; background: var(--color-blue); -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }

#header ul.menu li.current-menu-item:before { width: 0; height: 0; bottom: -25px; left: 50%; margin-left: -6px; border: solid transparent; pointer-events: none; border-color: rgba(0 0 0 / 0%); border-bottom-color: var(--color-silver-line); border-width: 6px; position: absolute; content: ''; }
body.fixed_desktop_header #header ul.menu li.current-menu-item:before { bottom: -15px; }

#header ul.menu li ul { width: max-content; left: -15px; top: 100%; padding: 10px 0; background: var(--color-blue); position: absolute; z-index: 10; list-style: none; visibility: hidden; opacity: 0; }
#header ul.menu li ul:before { width: 0; height: 0; top: -12px; left: 30px; margin-left: -6px; border: solid transparent; pointer-events: none; border-color: rgba(0 0 0 / 0%); border-bottom-color: var(--color-blue); border-width: 6px; position: absolute; content: ''; }
#header ul.menu li ul li { margin-left: 0; border-bottom: 1px solid rgba(255 255 255 / 10%); }
#header ul.menu li ul li:last-child { border-bottom: none; }
#header ul.menu li ul li:before { display: none !important; }
#header ul.menu li ul li a { height: auto; padding: 10px 20px; color: white; line-height: 20px; }

#header ul.menu li:hover ul { visibility: visible; opacity: 100%; }

/* RWD button */
#header .rwd_button { width: 60px; height: 50px; right: 20px; background: var(--color-blue); position: absolute; cursor: pointer; border-radius: 5px; }
#header .rwd_button .burg { width: 30px; height: 2px; left: 15px; 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: 30px; 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: -8px; left: 0; }
#header .rwd_button .burg:after { top: 8px; 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); }

body.fixed_desktop_header #header { height: 80px; border-bottom: 1px solid var(--color-silver-line); }
body.fixed_desktop_header #header .logo { top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
body.fixed_desktop_header #header ul.menu { top: 50%; padding-bottom: 0; border-bottom: none !important; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }


/*
----------------
	DROWDOWN
----------------
*/
.dropdown { position: relative; }
.dropdown .dropdown_menu { left: 0; display: none; position: absolute; }
.dropdown .dropdown_menu.active { display: block; }

#header a.add_new_ad { margin-right: 20px; font-weight: 600; color: #383838; display: flex; align-items: center; } 
#header a.add_new_ad:hover { text-decoration: underline; } 
#header a.add_new_ad img { width: auto; height: 30px; margin-right: 5px; display: block; } 

#header a.settings { padding: 0 20px; display: flex !important; align-items: center; align-content: center; } 
#header a.settings img { width: auto; height: 30px; margin-right: 10px; display: block; } 

#header ul.dropdown_menu { width: fit-content; left: auto; right: 0; top: calc(100% + 15px); padding: 8px 0; background: white; list-style: none; z-index: 100; -moz-box-shadow: 0 10px 70px rgb(32 41 49 / 15%); -webkit-box-shadow: 0 10px 70px rgb(32 41 49 / 15%); box-shadow: 0 10px 70px rgb(32 41 49 / 15%); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#header ul.dropdown_menu:before { width: 0; height: 0; bottom: 100%; right: 20px; border: solid transparent; pointer-events: none; border-color: rgba(255 255 255 / 0%); border-bottom-color: white; border-width: 10px; position: absolute; content: ''; }	
#header ul.dropdown_menu li { margin-left: 0 !important; } 
#header ul.dropdown_menu li a { padding: 12px 20px 12px 50px; font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 700; color: var(--color-dark); line-height: 100%; background-repeat: no-repeat; background-position: 20px center; background-size: auto 18px; display: flex; align-items: center; } 
#header ul.dropdown_menu li a:hover { background-color: #f5f5f5; } 
#header ul.dropdown_menu li a.settings { background-image: url(images/icon_settings.svg); } 
#header ul.dropdown_menu li a.user { background-image: url(images/icon_user.svg); } 
#header ul.dropdown_menu li a.my_products { background-image: url(images/icon_driver.svg); } 
#header ul.dropdown_menu li a.add { background-image: url(images/icon_add.svg); } 
#header ul.dropdown_menu li a.view { background-image: url(images/icon_view.svg); } 
#header ul.dropdown_menu li a.logout { background-image: url(images/icon_logout.svg); } 
#header ul.dropdown_menu li.sep { margin: 6px 0; border-top: 1px solid var(--color-silver-line); } 


/*
--------------
	FILTER
--------------
*/
#filter { height: 400px; background: var(--color-blue) url(images/sziberia-sped-sofor_01.jpg) no-repeat center; background-size: cover; background-attachment: fixed; background-blend-mode: luminosity; position: relative; }
#filter .cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(0 35 90 / 80%); position: absolute; }
#filter .filter_wrap { height: 100%; display: flex; align-content: center; align-items: center; }
#filter .filter_title { width: 100%; margin-bottom: 20px; font-size: 30px; font-weight: 700; color: white; line-height: 100%; }

#filter form { width: 100%; display: flex; }
#filter form select { width: 300px; height: 60px; margin-right: 20px; padding-left: 10px; outline: 3px solid transparent; border-radius: 5px; }
#filter form select:focus { outline-color: var(--color-light-blue); }

#filter form input[type=text] { width: calc(100% - 440px); height: 60px; margin-right: 20px; padding-left: 60px; background: white url(images/icon_search.svg) no-repeat 20px center; background-size: auto 20px; outline: 3px solid transparent; border-radius: 5px; }
#filter form input[type=text]:focus { outline-color: var(--color-light-blue); }

#filter form input[type=submit] { width: 100px; height: 60px; background: var(--color-red); }

#filter.filter_in_archive { height: auto; margin-bottom: 20px; padding: 20px; background-image: none; border-radius: 10px; }


/*
------------
	JOBS
------------
*/
.jobs_wrap .job { margin-bottom: 30px; border: 1px solid var(--color-silver-line); border-radius: 10px; overflow: hidden; position: relative; }

.jobs_wrap .job.job_is_highlighted { border-width: 2px; border-color: var(--color-light-blue); }
.jobs_wrap .job.job_is_highlighted:after { right: 20px; top: 0; padding: 5px 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: white; line-height: 100%; background: var(--color-light-blue); position: absolute; content: 'Kiemelt'; }

.jobs_wrap .job .job_top { padding: 20px; display: flex; }
.jobs_wrap .job .job_top .job_author_gravatar { width: 150px; }
.jobs_wrap .job .job_top .job_author_gravatar a { width: 100px; display: block; }
.jobs_wrap .job .job_top .job_author_gravatar img { width: 100%; height: auto; display: block; }

.jobs_wrap .job .job_top .job_content { width: calc(100% - 150px); }
.jobs_wrap .job .job_top .job_content h3 { margin-bottom: 10px !important; font-size: 20px !important; line-height: 120% !important; }
.jobs_wrap .job .job_top .job_content h3 a { text-decoration: none !important; display: block; }
.jobs_wrap .job .job_top .job_content h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px; }

.jobs_wrap .job .job_bottom { padding: 20px; background: var(--color-silver); }
.jobs_wrap .job .job_bottom h4 { font-weight: 700; }
.jobs_wrap .job .job_bottom .tags { display: flex; }
.jobs_wrap .job .job_bottom .tags .tag:after { margin: 0 10px; content: '•'; }
.jobs_wrap .job .job_bottom .tags .tag:last-child:after { display: none; }


/*
------------------
	MY PROFILE
------------------
*/
.tab_nav { height: 70px; margin-bottom: 30px; padding: 10px; background: white; border: 1px solid var(--color-silver-line); border-radius: 5px; display: flex; justify-content: space-between; }
.tab_nav a { width: calc(33.3333333333% - 10px); height: 50px; padding: 0 10px; font-weight: 700; text-decoration: none !important; background: var(--color-silver); display: flex; justify-content: center; align-items: center; border-radius: 5px; }
.tab_nav a.active { color: white !important; background: var(--color-light-blue); }

.tab_nav a img { width: auto; height: 20px; margin-right: 10px; display: block; }
.tab_nav a.active img { filter: invert(100%) sepia(0) saturate(0) hue-rotate(0deg) brightness(300%); opacity: 60%; }

/* Display name */
.user_display_name { margin-bottom: 30px; padding: 20px; background: var(--color-sand); border-radius: 10px; display: flex; justify-content: space-between; align-items: center; }

/* Profile image */
.wp-user-profile-avatar-upload { width: 100%; }
form.update-user-profile-avatar table { margin-bottom: 0 !important; }
form.update-user-profile-avatar table tbody tr:first-child p:not(p#wp_user_profile_avatar_add_button_existing) { display: none !important; }
form.update-user-profile-avatar table tbody tr td { padding: 0 !important; border-bottom: none !important; }
form.update-user-profile-avatar table tbody tr td p#wp_user_profile_avatar_remove_button { padding-bottom: 20px; border-bottom: 1px solid var(--color-silver-line); }
form.update-user-profile-avatar button#wp_user_profile_avatar_remove { height: 30px; padding: 0 10px !important; font-size: 15px !important; line-height: 28px; background: var(--color-red); }
form.update-user-profile-avatar button#wp_user_profile_avatar_remove:hover { background: var(--color-dark); }

/* Delete account */
.delete_account { padding: 20px; color: var(--color-red); background: var(--color-sand); border-radius: 10px; }


/*
------------
	NEWS
------------
*/
#news { margin-right: -50px; padding: 50px 50px 50px 0; background: #eaf0f6; position: relative; }
#news:before { width: 360px; height: 100%; right: 100%; top: 0; background: #eaf0f6; position: absolute; content: ''; }

.news_wrap { margin-left: -20px; margin-right: -20px; display: flex; }
.news_wrap .news { width: calc(50% - 40px); margin: 40px 20px 0; }
.news_wrap .news:nth-child(-n+2) { margin-top: 0; }
.news_wrap .news .thumbnail { display: block; }
.news_wrap .news .thumbnail img { width: 100%; height: auto; display: block; }
.news_wrap .news .entry { padding-top: 20px; }
.news_wrap .news .entry h3 { min-height: 70px; margin-bottom: 0 !important; font-weight: 400 !important; }
.news_wrap .news .entry h3 a { font-size: 30px !important; text-decoration: none !important; color: var(--color-blue) !important; line-height: 100%; display: inline-block; }
.news_wrap .news .entry h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px !important; }

.news_wrap .news .entry .excerpt { margin-bottom: 20px; }
.news_wrap .news .entry .excerpt p { margin-bottom: 0 !important; font-size: 15px; line-height: 22px; }

.news_wrap .news .entry a.read_more { height: 35px; padding-right: 55px; font-size: 18px; color: #000; line-height: 35px; display: inline-block; position: relative; }
.news_wrap .news .entry a.read_more:hover { text-decoration: underline; }
.news_wrap .news .entry a.read_more:after { width: 35px; height: 35px; right: 0; top: 0; background: url(images/icon_arrow_right.svg) no-repeat center; background-size: 12px auto; border: 1px solid var(--color-silver-line); position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.news_wrap .news .entry a.read_more:hover:after { border-color: var(--color-blue); }


/* 
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { background: white; position: relative; }
#before_content .inner { padding: 30px 15%; }
#before_content h1 { font-size: 50px; font-weight: 500; line-height: 120%; }

#before_content .rank-math-breadcrumb { padding-top: 10px;  padding-right: calc((100% - 1280px) /2); padding-bottom: 10px; padding-left: calc((100% - 1280px) /2); font-size: 16px; font-weight: 700; color: white; line-height: 20px; background: var(--color-blue); }
#before_content .rank-math-breadcrumb a { font-weight: 400; text-decoration: underline; color: var(--color-turquoise); }
#before_content .rank-math-breadcrumb a:hover { color: white; }


/*
---------------
	CONTENT
---------------
*/
#container { padding-top: 100px; }
body.fixed_desktop_header #container { padding-top: 80px; }

#main { padding-left: calc((100% - 1280px) /2); padding-right: calc((100% - 1280px) /2); border-bottom: 1px solid var(--color-silver-line); display: flex; position: relative; overflow-x: hidden; }
#main:before { width: calc((100% - 1280px) /2); height: 100%; left: 0; top: 0; background: white; position: absolute; content: ''; }

body.fixed_desktop_header #container { padding-top: 80px; }
#content { width: calc(100% - 310px); padding-top: 30px; padding-bottom: 30px; background: white; }
#content .content_top { padding-right: 50px; padding-bottom: 30px; }

body.home #content { padding-right: 50px; padding-bottom: 0; }

body.single-service #content, 
body.single-transport #content { padding-bottom: 0; display: flex; align-items: space-between; align-content: space-between; }

#content p { margin-bottom: 20px; }
#content a { text-decoration: underline; color: var(--color-blue); }
#content img { max-width: 100%; }

#content h1 { margin-bottom: 20px; font-size: 40px; font-weight: 500; line-height: 120%; }
#content h2 { margin-bottom: 20px; font-size: 30px; font-weight: 500; color: var(--color-dark); line-height: 120%; }
#content h2.has_line { font-size: 40px; position: relative; z-index: 0; }
#content h2.has_line:before { width: 100%; height: 1px; left: 0; top: 50%; background: var(--color-gray); position: absolute; content: ''; z-index: -1; }
#content h2.has_line span { padding-right: 20px; background: white; display: inline-block; }
#content h3 { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: var(--color-red); line-height: 130%; }
#content h4 { margin-bottom: 10px; }

#content ol { margin-left: 20px; margin-bottom: 20px; list-style: decimal; }
#content ul { margin-left: 20px; margin-bottom: 20px; list-style: square; }
#content ul.notice.error { width: 100%; margin-left: 0; padding: 20px 20px 20px 40px; background: var(--color-red-a20); border-radius: 10px; }

#content table { width: 100%; margin-bottom: 20px; border-collapse: collapse; border-spacing: 0; }

#content table thead tr th { padding: 10px; font-size: 14px; text-transform: uppercase; color: white; line-height: 100%; background: var(--color-blue); }
#content table tbody tr td img { max-width: 400px; }

#content table tbody tr td { padding: 10px 0; border-bottom: 1px solid var(--color-silver-line); }
#content table.trucks tbody tr td { width: 50%; }
#content table.trucks tbody tr td:nth-child(2) { text-align: center; }

#content table.job_table tbody tr td.job_title small { display: block; }
#content table.job_table tbody tr td.job_action_buttons { text-align: right; }

#content table.job_table tbody tr.post_in_draft { background: var(--color-sand); }
#content table.job_table tbody tr.post_in_draft td { padding: 10px; }

#content blockquote { margin-bottom: 30px; padding: 40px 100px 40px 50px; font-style: italic; background: var(--color-silver); position: relative; }
#content blockquote:before { width: 60px; height: 60px; right: 0; top: 0; background: var(--color-blue) url(images/icon_quote_white.svg) no-repeat center; background-size: auto 24px; position: absolute; content: ''; }
#content blockquote p:last-child { margin-bottom: 0 !important; }

/* Notice */
#content .notice { width: 100%; margin-bottom: 30px; padding: 20px; background: var(--color-sand); border-radius: 10px; }
#content .notice :last-child { margin-bottom: 0; }

/* Box */
#content .box { width: 100%; padding: 30px; background: white; border: 1px solid var(--color-silver-line); border-radius: 10px; display: flex; justify-content: space-between; }
#content .box h3, 
#content .box table { width: 100%; }
#content .box :last-child { margin-bottom: 0; }
#content .box.job_apply, 
#content .box.job_description { margin-bottom: 20px; display: block; }

#content .box.post_views { padding: 10px 20px; font-size: 14px; background: var(--color-silver); }
#content .box.post_views a.print { padding-left: 25px; background: url(images/icon_print_blue.svg) no-repeat left center; background-size: auto 16px; }

/* Action buttons */
#content .action_buttons_wrap { margin-bottom: 20px; display: flex; justify-content: space-between; }
#content .action_buttons_wrap .button { width: calc(50% - 20px); }

/* Image caption */
#content .wp-caption { width: 100% !important; margin-bottom: 20px; }
#content .wp-caption .wp-caption-text { margin-bottom: 0 !important; padding: 5px 10px; font-size: 14px; line-height: 18px; background: var(--color-silver); }

/* Results */
#content .results { margin-bottom: 20px; padding: 10px; background: var(--color-sand); border-radius: 10px; }

/* CV */
#content .cv { margin-bottom: 30px; padding: 20px; background: var(--color-silver); display: flex; }
#content .cv .cv_left { width: 160px; }
#content .cv .cv_left .image { width: 140px; height: 140px; background-color: var(--color-dark); background-position: center; background-size: cover; }
#content .cv .cv_right { width: calc(100% - 160px); line-height: 25px; display: flex; align-items: center; align-content: center; }
#content .cv .cv_right h3 { margin-bottom: 0 !important; }
#content .cv .cv_right div { width: 100%; }
#content .cv .cv_right .name { width: 100%; }

/* Pagination */
#content .pagination { width: 100%; margin-top: 50px; display: flex; flex-wrap: wrap; position: relative; }
#content .pagination span.pages { font-size: 14px; font-weight: 700; text-transform: uppercase; right: 10px; position: absolute; }

#content .pagination a, 
#content .pagination span.current { width: 50px; height: 50px; margin-right: 5px; text-align: center; text-decoration: none !important; color: var(--color-dark); display: flex; justify-content: center; align-items: center; border-radius: 5px; }
#content .pagination a:hover { background: #f5f5f5; }
#content .pagination span.current { color: white; background: var(--color-light-blue); }

/* Job */
#content .job_tags { margin-bottom: 20px; display: flex; }
#content .job_tags .tag { margin-right: 10px; padding: 10px 20px; font-size: 14px; color: white; line-height: 16px; background: var(--color-light-blue); border-radius: 18px; }

/* Share */
#content .share { margin-top: 30px; display: flex; flex-wrap: wrap; }
#content .share h4 { width: 100%; font-size: 13px; font-weight: 700; text-transform: uppercase; display: block; }
#content .share a { width: 50px; height: 50px; margin-right: 10px; text-indent: -9999px; background-color: var(--color-light-blue); background-repeat: no-repeat; background-position: center; background-size: auto 20px; display: block; border-radius: 5px; }
#content .share a:hover { background-color: var(--color-dark); }
#content .share a.facebook { background-color: #0866ff; background-image: url(images/icon_facebook_white.svg); }
#content .share a.twitter { background-color: #1d9bf0; background-image: url(images/icon_twitter_white.svg); }
#content .share a.mail { background-color: var(--color-dark); background-image: url(images/icon_mail_white.svg); }
#content .share a:hover { background-color: var(--color-dark) !important; }

/* Author profile */
#content .author_header { margin-bottom: 30px; display: flex; align-items: center; }
#content .author_header h1 { margin-bottom: 10px !important; }
#content .author_header img { width: 150px; height: auto; display: block; }
#content .author_header .author_basic_data { width: calc(100% - 150px); padding-left: 50px; }
#content .author_header .author_posts { padding: 10px 20px; font-size: 16px; line-height: 20px; background: var(--color-silver); border-radius: 10px; }

#content .author_content .box { margin-bottom: 30px; }
#content .author_content .box div { width: 100%; border-bottom: 1px dotted var(--color-silver-line); }
#content .author_content .box div:last-child { border-bottom: none; }
#content .author_content .box .social_media { margin-left: -5px; margin-right: -5px; display: flex; }
#content .author_content .box .social_media a { margin: 0 5px; flex-grow: 1; flex-basis: 0; }
#content .author_content .box .social_media a.facebook { background: #0866ff; }
#content .author_content .box .social_media a.linkedin { background: #0077b5; }
#content .author_content .box .social_media a:hover { background-color: var(--color-dark) !important; }
#content .author_content .box .social_media a img { width: auto; height: 20px; margin-right: 10px; display: block; }


/* 
------------------------
	PREV / NEXT POST
------------------------
*/
.prev_next_post_wrap { margin-bottom: 50px; }
.prev_next_post_wrap h3 { margin-bottom: 15px; font-size: 25px; font-weight: 700; color: var(--color-rose-red); }
.prev_next_post_wrap .buttons { display: flex; }

.prev_next_post_wrap .prev_post, 
.prev_next_post_wrap .next_post { width: 50%; height: 40px; font-size: 15px; font-weight: 700; text-decoration: none !important; color: #18a0fb; line-height: 18px; display: flex; align-items: center; position: relative; }

.prev_next_post_wrap .prev_post:hover, 
.prev_next_post_wrap .next_post:hover { text-decoration: underline !important; color: #161616; }

.prev_next_post_wrap .prev_post { padding-left: 50px; padding-right: 20px; }
.prev_next_post_wrap .next_post { width: 50%; padding-left: 20px; padding-right: 50px; justify-content: flex-end; }

.prev_next_post_wrap .prev_post:before, 
.prev_next_post_wrap .next_post:before { width: 40px; height: 40px; left: 0; top: 0; background-color: var(--color-blue); background-image: url(images/icon_arrow_left_white.svg); background-repeat: no-repeat; background-position: center; background-size: auto 12px; position: absolute; content: ''; }

.prev_next_post_wrap .next_post:before { left: auto; right: 0; background-image: url(images/icon_arrow_right_white.svg); }


/*
------------------------
	TABLE OF CONTENT
------------------------
*/
.ez-toc-counter { padding: 50px !important; background: var(--color-silver) !important; border: none !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; }


/*
----------------
	SIDEBAR
----------------
*/
#sidebar { width: 310px; padding-left: 30px; padding-top: 30px; }
#sidebar a { color: var(--color-blue); }
#sidebar a:hover { text-decoration: underline; color: var(--color-dark); }

#sidebar .widget { margin-bottom: 30px; padding-bottom: 40px; border-bottom: 1px solid var(--color-silver-line); }
#sidebar .widget_title { margin-bottom: 10px; font-size: 14px; font-weight: 700; color: var(--color-red); line-height: 100%; }

/* Job author */
#sidebar .widget.widget_job_author h4 { margin-bottom: 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; }
#sidebar .widget.widget_job_author .author_gravatar { margin-bottom: 20px; display: flex; align-items: center; }
#sidebar .widget.widget_job_author .author_gravatar a { width: 50px; height: 50px; background: white; border: 1px solid var(--color-silver-line); display: block; overflow: hidden; }
#sidebar .widget.widget_job_author .author_gravatar a img { width: 100%; height: auto; display: block; }
#sidebar .widget.widget_job_author .author_gravatar .company { width: calc(100% - 50px); padding-left: 10px; font-size: 15px; font-weight: 700; line-height: 18px; }
#sidebar .widget.widget_job_author .author_gravatar .company small { width: 100%; font-weight: 400; display: block; }

/* News */
#sidebar .widget.widget_latest_news ul { list-style: none; }
#sidebar .widget.widget_latest_news ul li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted var(--color-silver-line); }
#sidebar .widget.widget_latest_news ul li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
#sidebar .widget.widget_latest_news ul li a.thumbnail { margin-bottom: 10px; display: block; }
#sidebar .widget.widget_latest_news ul li a.thumbnail img { width: 100%; height: auto; display: block; }
#sidebar .widget.widget_latest_news ul li h3 a { font-size: 18px; font-weight: 700; line-height: 20px; }
#sidebar .widget.widget_latest_news ul li .datetime { font-size: 15px; }

/* Contact */
#sidebar .widget_contact { padding: 30px; background: white; }
#sidebar .widget_contact .widget_title { font-size: 28px; font-weight: 400; color: var(--color-dark); position: relative; }
#sidebar .widget_contact .widget_title:before { width: 30px; height: 16px; left: -45px; top: 8px; background: var(--color-red); position: absolute; content: ''; }
#sidebar .widget_contact .text { font-size: 15px; line-height: 20px; }
#sidebar .widget_contact .button { width: 100%; margin-top: 20px; }

/* Filter */
#sidebar .widget.widget_filter p { margin-bottom: 10px; }
#sidebar .widget.widget_filter label { font-weight: 700; display: block; }
#sidebar .widget.widget_filter select { width: 100%; height: 40px; font-size: 16px; background: white; border: 1px solid var(--color-silver-line); }


/*
--------------
	FOOTER
--------------
*/
#footer { color: white; background: var(--color-blue); }
#footer a { text-decoration: none; color: white; }
#footer a:hover { text-decoration: underline; }
#footer ul { margin-left: 20px; }
#footer h3 { margin-bottom: 20px; font-size: 25px; line-height: 100%; }

/* Footer top */
#footer .footer_top { padding: 50px 0; }
#footer .footer_top .footer_top_wrap { display: flex; justify-content: space-between; }
#footer .footer_top .footer_top_wrap .ads { max-width: 50%; font-size: 15px; line-height: 20px; display: flex; justify-content: space-between; align-items: center; }
#footer .footer_top .footer_top_wrap .ads div { width: calc(100% - 120px); }

#footer .footer_top a.logo { margin-bottom: 20px; display: inline-block; }
#footer .footer_top a.logo img { width: auto; height: 25px; display: block; }

/* Footer center */
#footer .footer_center { padding: 50px 0; position: relative; }
#footer .footer_center:before { height: 1px; left: calc((100% - 1280px) /2); right: calc((100% - 1280px) /2); top: 0; background: rgba(255 255 255 / 15%); position: absolute; content: ''; }
#footer .footer_center:after { height: 1px; left: calc((100% - 1280px) /2); right: calc((100% - 1280px) /2); bottom: 0; background: rgba(255 255 255 / 15%); position: absolute; content: ''; }
#footer .footer_center .footer_center_wrap { display: flex; }
#footer .footer_center .footer_center_wrap .wrap_left { width: 25%; }

/* Footer bottom */
#footer .footer_bottom a { text-decoration: underline; }
#footer .footer_bottom .footer_bottom_wrap { padding-top: 25px; padding-bottom: 25px; font-size: 16px; display: flex; justify-content: space-between; }
#footer .footer_bottom .footer_bottom_wrap .wrap_left { display: flex; }
#footer .footer_bottom .footer_bottom_wrap .wrap_left .sep { margin: 0 10px; }


/*
-----------
	FAQ
-----------
*/
.faq_wrap { margin-bottom: 20px; }
.faq_wrap h3 { margin-top: 50px; }
.faq_wrap:first-of-type h3 { margin-top: 0; }
.faq_wrap .faq_main { margin-bottom: 10px; border: 1px solid var(--color-silver-line); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.faq_wrap .faq_main .faq_header { padding: 15px 40px 15px 20px; font-size: 16px; font-weight: 700; color: white; line-height: 20px; background: var(--color-blue) url(images/icon_plus_white.svg) no-repeat calc(100% - 20px) center; background-size: auto 11px; display: block; cursor: pointer; }
.faq_wrap .faq_main .faq_content { padding: 20px; display: none; }

.faq_wrap .faq_main .faq_content :last-child { margin-bottom: 0 !important; }

.faq_wrap .faq_main.active .faq_header { background-image: url(images/icon_minus_white.svg); }


/*
------------------
	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
------------
*/
.wpcf7-form, 
.fieldset-cf7mls { display: flex !important; justify-content: space-between; }
.wpcf7-form h3 { margin-bottom: 10px !important; font-size: 24px; font-weight: 700; color: var(--color-burgundy); line-height: 100%; }

.wpcf7-form p, 
.wpcf7-form h2, 
.wpcf7-form h3 { width: 100%; }

.form-row { 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.form-row-wide { width: 100%; }

.form-row br { display: none !important; }
.form-row p { margin-bottom: 0 !important; }
.form-row label { width: 100%; margin-bottom: 5px; font-size: 15px; font-weight: 900; color: #383838; line-height: 20px; display: block; }

.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: 18px; background: white; border: 1px solid var(--color-silver-line); outline: 2px solid transparent; border-radius: 5px; -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; }

.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 { border-color: var(--color-light-blue); outline-color: var(--color-light-blue); }

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

.form-row input[type=text]:read-only { color: #ccc !important; background-color: #f7f7f7 !important; border: 1px solid var(--color-silver-line) !important; cursor: no-drop; }

/* ACF form */
.acf-form .acf-field { width: 100% !important; margin-bottom: 20px; }
.acf-form .acf-field label { width: 100%; margin-bottom: 5px; font-size: 15px; font-weight: 900; color: #383838; line-height: 20px; display: block; }
.acf-form .acf-field .description { width: 100%; margin-bottom: 0 !important; font-size: 13px; line-height: 20px; display: block; }

.acf-form select, 
.acf-form textarea, 
.acf-form input[type=tel], 
.acf-form input[type=url], 
.acf-form input[type=text], 
.acf-form input[type=email], 
.acf-form input[type=number], 
.acf-form input[type=password] { width: 100%; height: 50px; padding-left: 10px; font-size: 18px; background: white; border: 1px solid var(--color-silver-line); -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; }

.acf-form select:focus, 
.acf-form textarea:focus, 
.acf-form input[type=tel]:focus, 
.acf-form input[type=url]:focus, 
.acf-form input[type=text]:focus, 
.acf-form input[type=email]:focus, 
.acf-form input[type=number]:focus, 
.acf-form input[type=password]:focus { border-color: var(--color-blue); }

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

.acf-form .acf-field.acf-field-6238d586370fe { padding-top: 20px; border-top: 3px solid #cacdd4; }

.wpcf7 { margin-bottom: 30px; padding: 30px; background: var(--color-silver); }
.wpcf7 .wpcf7-list-item { margin: 0 10px 10px 0 !important; }

.wpcf7 .wpcf7-radio { display: flex; justify-content: space-between; }
.wpcf7 .wpcf7-radio .wpcf7-list-item { width: calc(50% - 10px); margin: 10px 0 0 !important; }
.wpcf7 .wpcf7-radio .wpcf7-list-item label { margin-bottom: 0 !important; padding: 12px 10px 10px; font-weight: 400; line-height: 100%; background: white; border: 1px solid var(--color-silver-line); cursor: pointer; }
.wpcf7 .wpcf7-radio .wpcf7-list-item:hover label { border-color: #ccc; }

.wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio], 
.wpcf7 .wpcf7-radio .wpcf7-list-item input[type=checkbox] { margin-top: -2px !important; }

.wpcf7 .wpcf7-radio.four_columns .wpcf7-list-item { width: calc(25% - 10px); }

.cf7mls-btns { width: 100%; }
form.cf7mls input.wpcf7-form-control.wpcf7-submit { margin: 0 !important; padding: 0 20px !important; font-weight: 500 !important; -webkit-border-radius: 25px !important; -moz-border-radius: 25px !important; border-radius: 25px !important; float: none !important; }


/*
--------------------
	SOCIAL SHARE
--------------------
*/
.social_share { width: 100%; height: 40px; left: 0; bottom: 0; display: flex; position: fixed; z-index: 99; }
.social_share a { background-repeat: no-repeat; background-position: center; background-size: auto 24px; display: block; flex-grow: 1; flex-basis: 0; }
.social_share a.facebook { background-color: #4267b2; background-image: url(images/icon_facebook_white.svg); }
.social_share a.linkedin { background-color: #007bb5; background-image: url(images/icon_linkedin_white.svg); }
.social_share a.whatsapp { background-color: #67c15e; background-image: url(images/icon_whatsapp_white.svg); }
.social_share a.messenger { background-color: #007fff; background-image: url(images/icon_messenger_white.svg); }
.social_share a.mail { background-color: #000; background-image: url(images/icon_email_white.svg); }
.social_share a span { display: none; }

.social_share.single { width: auto; left: auto; bottom: auto; position: relative; }
.social_share.single a { width: 40px; height: 40px; margin-right: 5px; flex-grow: inherit; flex-basis: auto; }


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

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }

	/* HEADER: Logo */
	#header .logo { left: 20px; }
	
	/* HEADER: Menu */
	#header ul.menu { width: calc(100% - 270px); right: 20px; }
	
	/* FILTER */
	#filter { height: 300px; }
	
	/* CONTACT */
	#contact .contact_wrap .wrap_left { width: 330px; padding: 50px 20px; }
	#contact .contact_wrap .wrap_right { width: calc(100% - 330px); }
	
	/* NEWS */
	#news { padding: 50px 20px; }
	.news_wrap { margin-left: -10px; margin-right: -10px; }
	.news_wrap .news { width: calc(50% - 20px); margin: 40px 10px 0; }
	
	/* BEFORE CONTENT */
	#before_content .main_title { padding: 30px 20px; }
	#before_content .rank-math-breadcrumb { padding-right: 20px; padding-left: 20px; }
	
	/* CONTENT */
	body.home #content { padding-left: 20px; padding-right: 20px; }
	#content .content_top { padding-left: 20px; }
	
	/* NEWS */
	#news { margin-right: -20px; }
	
	/* TABLE OF CONTENT */
	.ez-toc-counter { padding: 20px !important; }
	
	/* NEWSLETTER */
	#newsletter { padding: 70px 20px; }
	
	/* SIDEBAR */
	#sidebar { padding-right: 20px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding: 50px 0; }
}

@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: 80px; left: 0; top: 0; position: fixed; z-index: 10; 	}
	body.home #header { border-bottom: 1px solid var(--color-silver-line); }
	body.fixed_header #header { border-bottom: 1px solid var(--color-silver-line); }
	
	/* HEADER: Logo */
	#header .logo { top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	
	/* ABOUT US */
	#aboutus { padding-right: 20px; padding-top: 30px; }
	
	/* BEFORE CONTENT */
	#before_content { display: flex; }
	#before_content h1 { font-size: 40px; line-height: 110%; }
	#before_content .main_title { width: 100%; padding-bottom: 0; order: 2; }
	#before_content .rank-math-breadcrumb { width: 100%; order: 1; }

	/* CONTENT */
	#container { padding-top: 80px; }
	#content { width: 100%; }
	#content .content_top { width: 100%; padding-right: 20px; }
	
	/* NEWSLETTER */
	#newsletter { padding: 50px 20px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding: 30px 0; }
	#footer .footer_top .footer_top_wrap { justify-content: center; }
	#footer .footer_top .footer_top_wrap .ads { width: 100%; max-width: none; order: 2; }

	#footer .footer_top a.logo { order: 1; }

	/* FOOTER: Footer center */
	#footer .footer_center { padding: 30px 0; }
	#footer .footer_center .footer_center_wrap .wrap_left { width: 50%; margin-top: 30px; }
	#footer .footer_center .footer_center_wrap .wrap_left:nth-child(-n+2) { margin-top: 0; }
}

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

	/* FILTER */
	#filter form select { width: calc(100% - 120px); }
	#filter form input[type=text] { width: 100%; margin-bottom: 20px; margin-right: 0; }
	
	/* MY PROFILE */
	.tab_nav { height: auto; }
	.tab_nav a { width: 100%; margin-bottom: 10px; }
	.tab_nav a:last-child { margin-bottom: 0; }
	
	/* BEFORE CONTENT */
	#before_content h1 { line-height: 100%; }
	
	/* CONTENT */
	#content .table_wrap { width: 100%; overflow-x: auto; }
	#content .table_wrap table { min-width: 768px; }
	#content .table_wrap table tbody tr td { font-size: 15px; line-height: 18px; }
	
	#content table.two_columns { display: block; }
	#content table.two_columns thead { display: block; }
	#content table.two_columns thead tr th { text-align: left; display: block; }
	
	#content table.two_columns tbody { display: block; }
	#content table.two_columns tbody tr { display: block; }
	#content table.two_columns tbody tr td { width: 100%; display: block; }
	#content table.two_columns tbody tr td:first-child { border-bottom: none !important; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .footer_bottom_wrap { justify-content: center; }
	#footer .footer_bottom .footer_bottom_wrap .wrap_left { width: 100%; justify-content: center; }
}

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

	/* CONTACT */
	#contact .contact_wrap .wrap_left { width: 100%; }
	#contact .contact_wrap .wrap_right { width: 100%; }
	#contact .contact_wrap .wrap_right:before { padding-top: 40%; display: block; content: ''; }
	
	/* CONTENT: Action buttons */
	#content .action_buttons_wrap .button { width: 100%; margin-bottom: 20px; }
	#content .action_buttons_wrap .button:last-child { margin-bottom: 0; }
	
	/* NEWS */
	.news_wrap { margin-left: 0; margin-right: 0; }
	.news_wrap .news { width: 100%; max-width: 480px; margin: 40px auto 0; }
	.news_wrap .news:nth-child(2) { margin-top: 40px; }
	
	/* PREV / NEXT POST */
	.prev_next_post_wrap { margin-bottom: 30px; }
	.prev_next_post_wrap .buttons { padding: 20px; border: 1px solid var(--color-gray); }

	.prev_next_post_wrap .prev_post, 
	.prev_next_post_wrap .next_post { width: 100%; height: auto; min-height: 40px; padding: 50px 0 0; text-align: center; }
	
	.prev_next_post_wrap .prev_post { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--color-gray); }
	
	.prev_next_post_wrap .prev_post:before, 
	.prev_next_post_wrap .next_post:before { left: calc(50% - 20px) !important; right: auto; }
	
	/* FORM */
	.form-row.form-row-first, 
	.form-row.form-row-last { width: 100%; }
	.wpcf7 .wpcf7-list-item { width: 100%; margin: 0 0 10px 0 !important; }
}

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

	/* DISPLAY: None */
	.hide_in_480 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_480_flex { display: flex !important; }
	
	/* DEFAULT */
	.button.button_full_width_in_480 { width: 100%; display: block; }
	
	/* NAVIGATION */
	#rwd_menu .rwd_menu_wrap { width: calc(100% - 20px); }

	/* HEADER: Logo */
	#header .logo img { width: 150px; height: auto; display: block; }
	#header .logo h1 { right: -90px; padding: 0 8px; font-size: 10px; letter-spacing: 0; }
	
	/* JOBS */
	.jobs_wrap .job .job_top .job_author_gravatar { width: 100%; margin-bottom: 10px; }
	.jobs_wrap .job .job_top .job_author_gravatar a { width: 80px; display: block; }
	
	.jobs_wrap .job .job_top .job_content { width: 100%; font-size: 16px; line-height: 22px; }
	
	.jobs_wrap .job .job_bottom .tags { font-size: 15px; }
	
	/* BEFORE CONTENT */
	#before_content .rank-math-breadcrumb { font-size: 14px; }
	
	/* CV */
	#content .cv .cv_left { width: 100%; margin-bottom: 20px; }
	#content .cv .cv_right { width: 100%; }
	
	/* CONTENT */
	#content h1 { font-size: 30px; line-height: 100%; }
	#content blockquote { padding: 30px 80px 30px 20px; }
	
	/* CONTENT: Box */
	#content .box { padding: 20px; }
	
	/* CONTENT: Author */
	#content .author_content .box .social_media a { width: 100%; margin-top: 10px; flex-grow: inherit; flex-basis: auto; }
	#content .author_content .box .social_media a:first-child { margin-top: 0; }
	
	/* CONTENT: Job */
	#content .job_tags .tag { margin-top: 10px; }
	#content .job_tags .tag:first-child { margin-top: 0; }
	
	/* FOOTER: Footer center */
	#footer .footer_center .footer_center_wrap .wrap_left { width: 100%; }
	#footer .footer_center .footer_center_wrap .wrap_left:nth-child(2) { margin-top: 30px; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .footer_bottom_wrap .wrap_left .copyright { width: 100%; text-align: center; }
	
	/* FORM */
	.wpcf7 { padding: 20px; }
	.wpcf7 .wpcf7-radio .wpcf7-list-item { width: 100%; }
	.wpcf7 .wpcf7-radio.four_columns .wpcf7-list-item { width: 100%; }
}
