/* Custom styling for BCS */

:focus { outline: none; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

.entry {
	padding: 0px;
}

.site-inner {
	padding-top: 0;
}

.home .entry-header {
	display: none;
}

.site-inner, .wrap {
	margin: 0 auto;
	max-width: 1920px;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Arsenal", sans-serif;;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

.site-header {
	background-color: rgba(255,255,255,.85);
	position: absolute;
	top: 40px;
	max-width: 100%;
	z-index: 1000;
	left: 0px;
	display: inline-block;
	padding: 0 10px;
	width: 100%;
}

#header-icons {
	position: absolute;
	right: 25px;
	z-index: 10000;
	top: 5px;
}

@media (max-width: 1023px) {
	#header-icons {
		width: 100%;
		text-align: center;
		right: inherit;
	}
}

#header-icons a {
	color: #f7d57f;
	padding: 0 5px;
}

.site-header > .wrap {
	padding: 0px 0;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

@media (max-width: 1023px) {
	.menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
		border-top: none;
		background-color: transparent;
	}

	.sub-menu-toggle {
		background-color: transparent;
		text-align: right;
	}

	.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
		background-color: transparent;
	}

	.genesis-responsive-menu {
		padding-bottom: 10px;
	}

}

@media (max-width: 1023px) {
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0px solid #eee;
	}
}

#menu-item-34 {
	background: #393;
	color: #fff;
}

#menu-item-34 a {
	color: #fff;
}


#home-video-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
	max-width: 100%;
	top: 0px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 81%, 0 90%);
	clip-path: polygon(0 0px, 100% 0px, 100% 81%, 0px 90%);
}

#home-video-wrap::after {
	clip-path: polygon(100% 0%, 100% 100%, -25% 100%, 0% 100%, -135% 20%);
	background: #f7d57f;
	content: '';
	position: absolute;
	left: 0;
	top: 80%;
	right: 0;
	height: 100%;
	display: block;
	z-index: 9;
}
 
#home-video-text {
	position: absolute;
	top: 340px;
	left: 100px;
	width: 800px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

@media (max-width: 1023px) {
	#home-video-text {
		width: 575px;
	}
}

@media (max-width: 660px) {
	#home-video-text {
		width: 90%;
	}
}

#home-video::before {
	content: "";
	background: black;
	width: 100%;
	height: 99.25%;
	position: absolute;
	opacity: .4;
} 

#home-video-wrap video {
	width: 100%;
	height: 980px;
	object-fit: cover;
}

#home-video-text h1 {
	text-align: center;
	font-family: "oswald", sans-serif;
	font-size: 6rem;
	color: #f7d57f;
	background: url(/wp-content/uploads/2023/02/bridge-city-steel-cutting-and-bending-in-portland-OR-page-divider-lg-1.webp) no-repeat center bottom;
	height: 100px;
	text-transform: uppercase;
}

@media (max-width: 1023px) {
	#home-video-text h1 {
		font-size: 5rem;
	}
}


#home-video-text h1 {
	font-size: 4rem;
	height: 75px;
}

@media (max-width: 660px) {
	#home-video-text h1 {
		height: 135px;
	}
}

#home-video-text h2 {
	font-family: "Arsenal", sans-serif;
	text-align: center;
	color: #fff;
}

@media (max-width: 1023px) {
	#home-video-text h2 {
		font-size: 2.5rem;
	}
}

#home-video-text h2 b {
	color: #f7d57f;
}



/* Home page quote */
#gform_wrapper_1 {
	padding: 20px;
	background: url("/wp-content/uploads/2023/02/bridge-city-steel-cutting-and-bending-in-portland-OR-quote-BG-1.webp");
	border: 10px solid #f7d57f;
	margin-top: -275px;
	position: relative;
}

@media (max-width: 1260px) {
	#gform_wrapper_1 {
		padding: 5px;
	}
}

@media (max-width: 1023px) {
	#gform_wrapper_1 {
		margin-top: 0px;
	}
}

#gform_wrapper_1 .gform_heading {
	text-align: center;
}

#gform_wrapper_1 .gform_title {
	font-size: 6rem;
	text-transform: uppercase;
	text-align: center;
	color: #f7d57f;
	background: url(/wp-content/uploads/2023/02/bridge-city-steel-cutting-and-bending-in-portland-OR-page-divider-lg-1.webp) no-repeat center bottom;
	padding-bottom: 40px;
}

@media (max-width: 1260px) {
	#gform_wrapper_1 .gform_title {
		font-size: 5rem;
		padding-top: 30px;
	}
}

#gform_wrapper_1 .gform_description {
	color: #f7d57f;
	font-size: 3rem;
	font-weight: bold;
	padding: 0 30px;
	line-height: 4rem;
	text-align: center;
	margin: 5px 0 0 0;
}

@media(max-width: 1260px) {
	#gform_wrapper_1 .gform_description {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

#gform_wrapper_1 .gform_heading a {
	font-size: 2rem;
	color: #f7d57f;
	font-weight: bold;
}

.gform_required_legend {
	display: none;
}

#gform_1 {
	padding: 0 50px;
}

@media (max-width: 860px) {
	#gform_1 {
		padding: 0 10px;
	}
}

#gform_wrapper_1 input, #gform_wrapper_1 textarea {
	background: #595959;
	border: none;
	color: #f7d57f;
	font-size: 2rem;
	font-weight: bold;
}

#gform_wrapper_1.gform_wrapper.gravity-theme .left_label .gfield_label,
#gform_wrapper_1.gform_wrapper.gravity-theme .right_label .gfield_label {
    margin: 0;
    padding: 0;
    width: 15%;
    color: #f7d57f;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0px 0px;
    line-height: 4rem;
    text-align: left;
    margin: 5px 0 0 0;
}

@media (max-width: 1260px) {
	#gform_wrapper_1.gform_wrapper.gravity-theme .left_label .gfield_label, #gform_wrapper_1.gform_wrapper.gravity-theme .right_label .gfield_label {
		width: 30%;
	}
}

#gform_wrapper_1.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
#gform_wrapper_1.gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
    width: 85%;
    color: #f7d57f;
    font-size: 3rem;
    font-weight: bold;
    padding: 0px 0px;
    line-height: 4rem;
    text-align: center;
    margin: 5px 0 0 0;
}

@media(max-width: 1260px) {
	#gform_wrapper_1.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
	#gform_wrapper_1.gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
		width: 70%;
	}
}

#gform_1 #field_1_5 label, #gform_1 #field_1_5 .ginput_container_textarea {
 	width: 100%;
}

#gform_wrapper_1.gform_wrapper.gravity-theme .gform_footer.left_label,
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_footer.right_label,
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_page_footer.left_label,
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_page_footer.right_label {
    padding: 16px 0 10px 0%;
}

#gform_wrapper_1 #gform_submit_button_1 {
	background: #a33924;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-size: 1.75rem;
	width: 100%;
}

#gform_wrapper_1 #gform_submit_button_1:hover {
	background-color: #393;
	transition: 1s ease all;
}

/* home services */
.home-services {
	clip-path: polygon(0 9%, 100% 0%, 100% 81%, 0px 90%);
}

@media (max-width: 860px) {
	.home-services {
		clip-path: polygon(0px 3%, 100% 0%, 100% 93%, 0px 95%);
	}
}

.home-services .wp-block-getwid-image-box {
	background: rgba(248, 213,127, 0.6);
	padding: 50px 5px 15px 5px;
	position: relative;
}

.home-services .wp-block-getwid-image-box h3 {
	position: absolute;
	top: 10px;
	text-align: center;
	width: 100%;
}

.home-services .wp-block-getwid-image-box p {
	font-weight: bold;
	font-size: 1.85rem;
}

.home-services a {
	text-decoration: none !important;
}

.home-services .wp-block-getwid-image-box .wp-block-buttons {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.home-services .wp-block-getwid-image-box .wp-block-button__link {
	font-weight: bold;
	background: url('/wp-content/uploads/2023/02/bridge-city-steel-cutting-and-bending-in-portland-OR-button-bg-1.webp') no-repeat center right;
	font-size: 1.25rem;
	font-family: "oswald", sans-serif;
	padding-right: 55px;
	/* text-align: center; */
}

.home-services .wp-block-getwid-image-box .wp-block-button__link:hover {
	background: url('/wp-content/uploads/2023/02/bridge-city-steel-cutting-and-bending-in-portland-OR-button-bg-hover.webp') no-repeat center right;
	transition: all 1s ease;
}

.home-about-info {
	max-width: 85%;
	margin-top: -200px;
	margin-left: 200px;
}

@media (max-width: 860px) {
	.home-about-info {
		max-width: 100%;
		margin-top: -90px;
		margin-left: 75px;
	}
}

@media (max-width: 660px) {
	.home-about-info {
		max-width: 100%;
		margin-top: -18px;
		margin-left: 0px;
	}
}

.home-about-info .wp-block-getwid-section__background-holder {
	opacity: .90;
}

.home-about-info .wp-block-getwid-section__inner-wrapper {
	max-width: 100%;
	padding: 0 20px;
}

.home-about-info h2 {
	background: url(/wp-content/uploads/2023/02/bridge-city-steel-cutting-and-bending-in-portland-OR-page-divider-lg-1.webp) no-repeat left bottom;
	padding-bottom: 40px;
}

.home-about-info p {
	font-size: 1.75rem;
	/* font-weight: bold; */
}

.wp-block-button__link {
	font-weight: bold;
	background: url('/wp-content/uploads/2023/02/bridge-city-steel-cutting-and-bending-in-portland-OR-button-bg-1.webp') no-repeat center right;
	font-size: 1.25rem;
	font-family: "oswald", sans-serif;
	padding-right: 55px;
	/* text-align: center; */
}

.wp-block-button__link:hover {
	background: url('/wp-content/uploads/2023/02/bridge-city-steel-cutting-and-bending-in-portland-OR-button-bg-hover.webp') no-repeat center right;
	transition: all 1s ease;
}

/* Sub pages */
#sub-page-video {
	height: 500px;
	overflow: hidden;
	position: relative;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 81%, 0 90%);
	clip-path: polygon(0 0px, 100% 0px, 100% 81%, 0px 90%);
}

#sub-page-video-inner-wrap {
	/* content: ""; */
	background: black;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .4;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;	

} 

#sub-page-video::after {
	clip-path: polygon(100% 0%, 100% 100%, -25% 100%, 0% 100%, -135% 20%);
	background: #f7d57f;
	content: '';
	position: absolute;
	left: 0;
	top: 80%;
	right: 0;
	height: 100%;
	display: block;
	z-index: 9;
}

#sub-page-video video {
	/* top: -270px; */
	position: absolute;
	overflow: hidden;
	/* transform: translateX(0%); */
	/* float: left; */
	z-index: 1;
	width: inherit;
	object-fit: cover;
	min-height: 500px;
}

.page .entry-header {
	position: absolute;
	top: 250px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.page .entry-header h1 {
	text-align: center;
	font-family: "oswald", sans-serif;
	font-size: 5rem;
	color: #f7d57f;
	background: url(/wp-content/uploads/2023/02/bridge-city-steel-cutting-and-bending-in-portland-OR-page-divider-lg-1.webp) no-repeat center bottom;
	height: 100px;
	text-transform: uppercase;
}

@media (max-width: 1023px) {
	.page .entry-header h1 {
		font-size: 3rem;
		height: 70px;
	}
}

.free-quote-reusable {
	clip-path: polygon(0 9%, 100% 0%, 100% 81%, 0px 90%);
}

/* careers pages */
@media (max-width: 1023px) {
	#careers-list {
		margin-left: 0px;
	}
}

#careers-list li {
	max-width: 30%;
	list-style: none;
	display: inline-block;
	padding: 0 2.5%;
	vertical-align: top;
}

@media (max-width: 1023px) {
	#careers-list li {
		max-width: 100%;
		padding: 0px 2.5% 60px;
	}
}

.single-careers .site-inner {
	max-width: 1680px;
	margin: 0 auto;
}

.entry-header .entry-meta {
	display: none;
}

.career-button {
	background: #a33924;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-size: 1.75rem;
	width: 350px;
	color: #f7d57f;
	text-align: center;
	padding: 10px 5px;
	display: block;
	text-decoration: none;
}

.career-button:hover {
	background: #283642;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-size: 1.75rem;
	width: 350px;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
}

.career-button a {
	color: #f7d57f;
	text-decoration: none;
}

.career-button a:hover {
	color: #fff;
	text-decoration: none;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background-color: #339933;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background: #a33924;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-size: 1.75rem;
	width: 350px;
	color: #f7d57f;
	text-align: center;
	padding: 10px 5px;
}


/* Footer */
#genesis-footer-widgets {
	background: url('/wp-content/uploads/2023/02/bridge-city-steel-cutting-and-bending-in-portland-OR-footer-BG-1.webp') no-repeat;
}

.footer-widgets-1 {
	width: 100%;
	text-align: center;
}

#genesis-footer-widgets .logo {
	background: #fff;
}

#genesis-footer-widgets p {
	color: #f7d57f;
	font-family: "oswald", sans-serif;
	margin-bottom: 10px;
}

#genesis-footer-widgets a {
	color: #f7d57f;
	font-size: 2.5rem;
	text-decoration: none;
	font-family: "oswald", sans-serif;
}

.footer-social a {
	padding: 0 5px;
}

.site-footer {
	background-color: transparent;
	border-top: none;
	font-size: 1.15rem;
	line-height: 1;
	padding: 0px 0;
	text-align: center;
	margin-bottom: -10px;
	position: relative;
	top: -25px;
	color: #f7d57f;
}

.site-footer a {
	color: #f7d57f;
}
}
