/*
 Theme Name:   	    University of Illinois (Child Theme) - Technology Services
 Theme URI:    		https://wordpress.webtheme.illinois.edu/
 Description:  		This child theme provides support for site-specific modifications for the Human Resource Careers website. 
 Author:       		Dhruvi Bhagat (dbhagat2@illinois.edu)
 Template:     		uofi-2020
 Version:      		2.3.1
 License:      		GNU General Public License v2 or later
 License URI:  		http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         		University of Illinois, Library, Standards, HR, Human Resource, Career
 Text Domain:  		university-of-illinois-child-theme-standards
*/

.button-image
{
	position:relative;
}

.table-button-image
{
	border: none !important;
	background-color: white !important;
	margin-left: 85px !important;
    width: 85% !important;
	margin-bottom: 0 !important;
}


.current-employee-img
{
	width: 370px !important;		
}

.td-button-image
{
	border-top: none !important;
	border-bottom: none !important;
	background-color: white !important;
	padding-top: 15px !important;
}

.button-link
{
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 110%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;	
}

.centered-button-link 
{
	background-color: white !important;
	color: #13294B !important;
	font-size: 19px;
	font-weight: 800;
	padding: 5px 24px;
	border: none;
	cursor: pointer;
	border-radius: 25px!important;
}

.centered-button-link:hover {
  background-color: #13294B !important;
  color: white !important;
}

.current-employees
{
	margin: 0 0 0 !important;
}

.employee-resources
{
	margin: 0 0 0.5rem !important;
}

.other-links a
{
	color: white !important;
}

.other-links a:hover 
{
	color: #D2D2D2 !important;
}

.column-under-video 
{
	padding-top: 2em !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.column-specific-padding1
{
	padding-left: 4.5em !important;
	padding-right: 1.5em !important;
}

.column-specific-padding2
{
	padding-left: 1.5em !important;
	padding-right: 5em !important;
}

p.note-before-footer
{
	padding-top: 0 !important;
	padding-right: 5em !important;
	padding-left: 5em !important;
	margin-top: 0 !important;
}

.campus 
{
    display: none !important;
}

.illini-community > a
{
	padding: 20px !important;
}

.upper-button-set
{
	margin-bottom: 0 !important;
	margin-top: 0.5rem !important;
}

.lower-button-set
{
	margin-top: 0.5rem !important;
}

.wp-block-buttons 
{
	margin: 0 0 !important;
}

@media only screen and (max-width: 768px) {
	.current-employee-img
	{
		width: 54% !important;
		margin-left: 10px;
	}
	.centered-button-link
	{
		font-size: 70% !important;
	}
	.mobile-font-custom
	{
		font-size: 100% !important;
	}
	.mobile-font-custom2
	{
		font-size: 80% !important;
	}
	.lower-orange-boxes 
	{
		width: 124% !important;
		right: 90px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.illini-community > a 
	{
		padding: 10px !important;
		font-size: 9px !important;
	}
	.illini-community2 > a 
	{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		font-size: 9px !important;
	}
	.illini-community3 > a 
	{
		font-size: 9px !important;	
		padding-top: 9px !important;
		padding-bottom: 12px !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	p.note-before-footer 
	{
		padding-top: 0 !important;
		padding-right: 0.5em !important;
		padding-left: 1em !important;
		margin-top: 0 !important;
	}
	.column-specific-padding1 
	{
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
	}
	.column-specific-padding2 
	{
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
	}
	.wp-block-column 
	{
		padding: 0;
		margin-bottom: 0;
	}
	.wp-container-5 
	{
		gap: 0 !important;
	}
	.wp-block-buttons 
	{
		margin: 0 0 !important;
	}
}
		
