/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.content-wrap {
    position: relative;
    padding: 20px 0 0 0;
    overflow: hidden;
}
#content p {
    line-height: 1.5;
}

.squish {   
    margin-bottom: 15px;
    line-height: 1.2;
}
.device-xl .slide { height: 436px; }

.device-lg .slide { height: 436px; }

.device-md .slide { height: 439px; }

.device-xl .slider-element, .device-lg .slider-element {
	position: relative;
	max-width: 960px;
	overflow: hidden;
}
.leftmargin-xlg { margin-left: 7rem !important; }

.mw-xs {
    max-width: 46rem !important;
}
.menu-link {
    font-size: 1.2rem;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}
/*.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: white;
    background-color: #f26522;
}*/

.sub-menu-container .menu-item > .menu-link {
    font-size: 1rem;
    font-weight: 500;
    color: #2D2C2C;
    letter-spacing: 0;
    font-family: 'Courier Prime', monospace;
    text-transform: none;
}
h1, h2, h3, h4, h5, h6 {margin-bottom:20px}

.h6, .h5,  .h4,  .h3, .h2, .h1 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    text-transform: uppercase;
}
.line,
.double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 4rem 0;
	border-top: 1px solid #f26522;
}

.toggle-header, .accordion-header {
    cursor: pointer;
    color: #f26522;
}

.toggle-content p {margin-bottom: 15px}

.entry {
	position: relative;
	margin-bottom: 30px;
}

.entry::after {
	content: '';
	position: relative;
	height: 1px;
	margin-top: 20px;
	background-color: transparent;
}


.entry:not(:last-child):after {
	content: '';
	position: relative;
	height: 1px;
	margin-top: 20px;
	background-color: #f26522;
}
#copyrights {
    padding: 40px 0 0 0;
    background-color: #fff;
    font-size: 0.875rem;
    line-height: normal;
}

 .mr-auto, .mx-auto {
    margin-right: auto !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.back-to-work {font-size:.75rem}
.tt-none {text-transform: none}

#gotoTop {

    background-image: url("/ee/images/hand-up.png");
    background-repeat:no-repeat;
    background-position: center; 
}

/*slider caption that won't hover*/
.bg-light-dw {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light:hover {background-color:#f26522 !important}
.h6:hover {color:white !important}

#portfolio {margin-bottom: 30px}
.portfolio-desc h3 {
    font-size: 1rem;
}
.portfolio-desc span, .portfolio-desc span a {  
font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: #888;
}
.portfolio-desc {
    position: relative;
    z-index: 6;
    padding: 3px 5px;
        
}
.dark .portfolio-desc span, .dark .portfolio-desc span a {
    color: white;
    line-height: .9;
}

.button-amber:not(.button-border) {
    background-color: #f26522 !important;
}
.h6news {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    text-transform: uppercase;
    font-size:1em
}