/**
 *  Theme name:     RST
 *  Version:        3.1
 *  Description:    WP Starter Theme
 *  Text domain:    rst
 */





.tabs__nav-link{
	cursor: pointer; 
}
.header:not(.active) .burger-btn {
	background-color: #EAE7E5;
	width: 58px;
	height: 42px;
}
.header .burger-btn span {
	background-color: #000;
}
.header .burger-btn:after {
	background-color: #000;
	width: 42px;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
}
.header .burger-btn:before {
	background-color: #000;
	width: 42px;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
}

.header .btn-container{
	display: flex;
	flex-direction: column;
}

.header .job-btn {
	flex-direction: column;
	justify-content: start;
	align-items: center;
    margin-top: 15px;
	min-width: 58px;
	position: relative;
	top: 0;
	transition: top 200ms ease-in;
}

.header .job-btn:hover{
	/* top: -2px; */
}

.header .job-btn .job-btn__text{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	color: #FFF;
	background-color: #000;
    height: 42px;
	letter-spacing: 2px;
}

.header .job-btn img.btn-polygon {
    position: absolute;
    top: -6px;
}

.header.active .job-btn{
	display: none;
}

.header.active .burger-btn {
    width: 42px !important;
    height: 25px !important;
}

.header:not(.active) .burger-btn {
    /* box-shadow: 0 0 5px 0 #0000004a; */
}

.no-opener{
	min-width: 50px;
}

@media (max-width: 1200px) {
    .video {
        min-height: auto !important;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 767px) {
	.header .job-btn{
		margin-top: 35px;
	}

	.header .job-btn .job-btn__text{
		padding-top: 3px;
	}
}

@media all and (max-width: 768px) {
	section.video.hero-image-section {
		min-height: 500px !important;
		aspect-ratio: auto;
	}
  }

.tcwhite {
	color: white !important;
}

.tcblack {
	color: black !important;
}
