@charset "UTF-8";
/*
Theme Name: Trac-Work Inc. 
Theme URI: 
Author: Red Spot Web Design
Author URI: https://www.redspotdesign.com/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Website Name is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*###################################
# GENERAL STYLES
###################################*/

* { box-sizing: border-box; }
html {font-size: 16px; /* 1em */ overflow: auto; line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {margin: 0 auto; width: 100%; overflow: hidden;}
a, a:visited {color: inherit; text-decoration: none; -webkit-transition: all .5s ease; text-decoration: none !important;}
a, img {-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;transition: all ease 0.5s;}
a:focus {outline: none!important;}
h1, h2, h3, h4, h5, h6, p, li, ul, ol {margin-top: 0;}
p:last-of-type { margin-bottom: 0!important; }

/*###################################
## LAYOUTS
###################################*/

.dbl { display: inline; }
.db { display: block!important; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
.lr { left: 0!important; right: 0!important; }
.mgla { margin: 0 0 0 auto!important; }
.mgla > .e-con-inner { margin: 0 0 0 auto!important; }
.mgra > .e-con-inner { margin: 0 auto 0 0!important; }
.mg, .mg .e-con-inner { margin: 0 auto!important; }
.mid { transform: translateY(-50%)!important; }
.full-width { width: 100%; left: 0; right: 0; }

/* COLOR */

.red { color: #D20006; }

/* IMAGE */

.image-gradient-bottom { -webkit-mask-image: linear-gradient(to bottom, rgb( 31 31 31 / 70% ) 80%, transparent 105%); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-image: linear-gradient(to bottom, rgb( 31 31 31 / 70% ) 80%, transparent 105%); mask-repeat: no-repeat; mask-size: 100% 100%; }

.image-gradient-top { mask-image: linear-gradient(to top, rgb(255 255 255 / 95%) 15%, transparent 100%); mask-repeat: no-repeat; mask-size: 100% 100%; }

/*###################################
## BUTTONS
###################################*/

.dialog-close-button { padding: 5px !important; border-radius: 10px !important; }

/*###################################
## HEADER
###################################*/

/* body.elementor-editor-active #site-header { } */
/* body:not(.elementor-editor-active) #site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; } */
/* body:not(.elementor-editor-active) #site-header.sticky .site-logo img { max-width: 100px; } */
body:not(.elementor-editor-active) #site-header.sticky { background: #000000; }

/*###################################
## CONTENT
###################################*/

.site-curve { position: relative; }
.site-curve::after { content: ''; width: 100%; height: 70px; position: absolute; left: 0; right: 0; bottom: -1px; }
.site-curve.white::after { background: url('https://tracworkcom.wpenginepowered.com/wp-content/themes/TracWorkInc/assets/images/White-Arc.webp'); background-repeat: no-repeat; background-position: center bottom; background-size: 100% 100%; }
.site-curve.gray::after { background: url('https://tracworkcom.wpenginepowered.com/wp-content/themes/TracWorkInc/assets/images/Gray-Arc.webp'); background-repeat: no-repeat; background-position: center bottom; background-size: 100% 100%; }
.site-curve.black::after { background: url('https://tracworkcom.wpenginepowered.com/wp-content/themes/TracWorkInc/assets/images/Black-Arc.webp'); background-repeat: no-repeat; background-position: center bottom; background-size: 100% 100%; }

.site-curve.gray.invert::after { transform: scaleY(-1); bottom: -70px; }

.site-icon svg { box-shadow: 2px 2px 10px rgb( 0 0 0 / 50% ); border-radius: 100%; }

.content-list ul { margin: 0; padding: 0 0 0 25px; }
.content-list ul li { padding: 0 0 15px; }
.content-list ul li:last-of-type { padding: 0; }

/* TAG */

.tag-img { position: relative; width: 100%; height: 100%; overflow: hidden; clip-path: ellipse(110% 100% at 50% 0%); background-color: #FFFFFF; }


/*###################################
## INNER
###################################*/

/* CAREERS */

.careers-form .elementor-field-type-html h6 { margin: 60px 0 10px; }
.careers-text a { color: #D20006!important; text-decoration: underline!important; text-decoration-color: #D20006!important; }

/* TABLES */

.office-table .column-1 { width: 23.79%; }
.office-table .column-2, .office-table .column-3, .office-table .column-4 { width: 18.67%; }
.office-table .column-5 { width: 20.20%; }
.office-table a[href^="mailto:"] { color: #D30007; text-decoration: underline !important; letter-spacing: 0; }
.office-table tr:nth-child(odd) td { background-color: #EEEEEE !important; }
.office-table tr th { background: #FFFFFF; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 12px; color: #000000; letter-spacing: 0.1em; line-height: 1.2em; padding: 20px 10px; }
.office-table tr td { padding: 20px 10px; }
.office-table tr td span { font-size: 16px; line-height: 1.2em; }

/*###################################
## RESPONSIVE
###################################*/

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

	.site-curve::after { height: 50px!important; }
	.site-curve.gray.invert::after { bottom: -50px; }
	
}

@media screen and (max-width: 767px){
	
	.image-gradient-top { mask-image: linear-gradient(to top, rgb(255 255 255 / 95%) 0%, transparent 100%); }
	
	.banner-video video { height: 370px!important; object-fit: cover; }
	
	.mid-mob { transform: translateY(-50%)!important; }
	.mgla, .mgla > .e-con-inner, .mgra > .e-con-inner { margin: 0 auto!important; }
	.site-curve::after, .site-curve.white::after, .site-curve.gray::after, .site-curve.black::after { display: none; }
	
	.site-form .elementor-button { padding: 10px 12px!important; }
	
	.tag-img { clip-path: none; } 
	
	.office-table { overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important; }
	
	/* CAREERS */

	.careers-form .elementor-field-type-html h6 { margin: 15px 0; }

		
}