@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
/*
font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif;
*/
#scroll-to-top:hover {
	transition: 0.2s;
	background: #ffb200;
}

.home #masthead.element-is-not-sticky {
    background: rgba(255,255,255,1) !important;
	border-bottom: 1px solid #e6e6e6;
}
.home #masthead.element-is-sticky {
    background: rgba(255,255,255,1) !important;
    border-bottom: 1px solid #e6e6e6;
}

.top-bar {
	padding: 7px 0;
	font-family: 'poppins', sans-serif;
	background: #d8d8d8;
	font-weight: 600;
	font-size: 13px;
}
.top-bar .certified i{
	font-size: 15px;
	color: #181818;
	width: 20px;
	height: 20px;
	margin-right: 2px;	
	padding-top: 3px;
	text-align: center;
	cursor: pointer;
}
.top-bar .certified i:hover {
	color: #ffb200;
	transition: 0.4s;
}
.top-bar i{
	font-size: 15px;
	color: #181818;
	width: 20px;
	height: 20px;
	margin-right: 2px;	
	padding-top: 3px;
	text-align: center;
	cursor: pointer;
}
.top-bar i:hover {
	color: #ffb200;
	transition: 0.4s;
}
.main-navigation li {
    margin: 0 7px -10px 7px !important;
}
.main-navigation li a {
	color: #181818;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.main-navigation li a:hover {
	color: #dd9910;
}
.main-navigation .current-menu-item>a{
	color: #ffb200;
}
h1{
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
h2{
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
h3{
	font-weight: 500;
	/* text-transform: capitalize; */
	font-family: 'Poppins', sans-serif;
}
h4{
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

h5{
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}
h2::after {
	content: '';
	display: block;
	background: #ffb200;
	width: 70px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 30px;

}
p {
	font-family: 'Roboto', sans-serif;
	color: #777;
}

/*ABOUT US*/
.about-us p {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 16.5px;
}
.about-us h4 {
	font-weight: 600;
	color: #ffb200;
}
.about-us a {
	background: transparent;
	color: #000;
	border: 2px solid #000;
	border-radius: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-decoration: none; 
	padding: 12px 25px;
	margin-bottom: 20px;
}
.about-us a:hover{
	background: #ffb200;
	color: #FFF;
	border: 2px solid #ffb200;
	transition: 0.3s;	
}
.uptodate h4 {
	font-size: 17px;
	margin-top: -5px;
}
.uptodate input:first-child {
	border: 0;
	width: 100%;
	background: #f6f6f6;
	margin-left: 50px;
	height: 40px;
	font-family: 'Poppins', sans-serif;
	border-radius: 0;
}
.uptodate .btn {
	color: #fff;
	background: #ffb200 !important;
	font-weight: 600
}
.uptodate h3{
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
}
.equipments ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 23px;
	margin-top: 5px;
	color: #FFF;
	list-style: none;
}
.equipments ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-right: 10px;
	font-weight: 700;
	font-size: 18px;
}
.equipment-black ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 23px;
	margin-top: 5px;
	color: #000;
	list-style: none;
}
.equipment-black ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-right: 10px;
	font-weight: 700;
	font-size: 18px;
}
.equipments img {
	padding: 4px;
}
.equipments p {
	color: #ccc;
	margin: 15px 0 15px 0;
	font-size: 17px
}
.quote i{
	margin-left: 25px;
	margin-right: 5px;
}
#colophon {
	background: #222;
	color: #FFF;
}
#colophon .bottom-bar {
	background: #181818;
}
.widgets p{
	font-size: 16px;
	text-align: justify;
	color: #d8d8d8
}
.widgets a i {
	width: 50px;
	height: 45px;
	border: 2px solid #d8d8d8;
	text-align: center;
	padding-top: 12px;
	margin-right: 5px;	
	color: #d8d8d8;
}
.widgets a i:hover {
	color: #ffb200;
	transition: 0.5s;
}
.site-footer.footer-active-sidebar{
	border-top: 0;
}
.site-footer .widget .widget-title {
	font-size: 20px;
	border-bottom: 0px;
	color: #e6e6e6;
	text-transform: capitalize;
}
h3.widget-title::after {
	content: '';
	display: block;
	background: #ffb200;
	width: 70px;
	height: 2px;
	margin-top: 20px;
}
.footer-contact i{
	width: 25px;
	height: 25px;
	padding-top: 3px;
	text-align: center;
	font-size: 17px;
	margin-bottom: 10px;
}
.site-footer .bottom-bar {
	border-top: 0;
}
.bottom-bar .site-info {
	font-size: 14px;
	text-decoration: none;
	color: #e1e1e1;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.bottom-bar .site-info a {
	text-decoration: none;
	font-weight: 500;
}
.site-footer .bottom-bar div:only-of-type {
	text-align: left;
}
.entry-header {
    background: url("https://www.superiormetalinc.com/wp-content/uploads/2019/10/site-content.jpg") no-repeat center center;
    background-size: cover;
    padding: 90px 0;
    margin-bottom: 0;

}
.entry-header .entry-title {
    color: #FFF;
    text-transform: capitalize;
}
.contact-page img {
	margin-bottom: 20px;
}
.contact-page p {
	font-family: 'Poppins', sans-serif;
}
.contact-page i {
	width: 50px;
	height: 45px;
	border: 2px solid #181818;
	text-align: center;
	padding-top: 12px;
	margin-right: 15px;	
	margin-bottom: 5px;
	color: #ffb200;
	font-size: 17px;
	font-weight: 600;
}
.contact-page input {
	height: 50px;
	font-size: 16px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-indent: 2px;	
	border: 2px solid #DDD;
	border-radius: 0;
}

.contact-page textarea {
	border: 2px solid #DDD;
	border-radius: 0;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
.contact-page .desc {
	height: 50px;
	border: 2px solid #DDD;
	border-radius: 0;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
.no-gutters-1 {
	margin-right: -15px;
	margin-left: -15px;
}
input[type=text]:focus{
	border: 2px solid #ffb200;
	transition: 0.5s;
}
input[type=email]:focus{
	border: 2px solid #ffb200;
	transition: 0.5s;		
}
input[type=file] {
	border: 0;
	margin-left: -12px;
}
.about-page .form-control{
	padding-bottom: 2px;
}
.form-control:focus {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	border: 2px solid #ffb200;
	transition: 0.5s;
}
.contact-page .btn {
	border-radius: 0;
	height: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #333;
}
.contact-page .btn:hover {
	color: #FFF;
	background: #333;
	transition: 0.4s
}

.team-box {
	background: #333;
	padding: 50px 20px 30px;
	font-family: 'Roboto', sans-serif;
}
.team-box h4 {
	color: #ffb200;
	font-weight: 600;
	padding: 10px 0;
	font-size: 22px;
}
.team-box h5 {
	color: #fff;
}
.team-box:hover h5 {
	color: #fff;
	transition: 0.4s;
}
.team-box p a{
	text-decoration: none;
	color: #ffb200;
	font-weight: 600;
	font-family: 'poppins', sans-serif;
}
.team-box i {
	font-size: 30px;
	margin: 20px 0;
	color: #ffb200;
}
.team-box:hover {
	color: #fff;
	background: #ffb200;
	border: 0;
	box-shadow: 0 0 35px #d8d8d8;
	margin-top: -15px;
	transition: 0.4s;
}
.team-box:hover h4 {
	color: #fff;
	transition: 0.4s;
}
.team-box:hover a {
	color: #fff;
	transition: 0.4s;

}
.team-box:hover i {
	color: #fff;
	transition: 0.4s;
}
.team-box p{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}


.about-box {
	background: #333;
	padding: 30px 20px 30px;
	font-family: 'Roboto', sans-serif;
	height: 300px;
}
.about-box h4 {
	color: #ffb200;
	font-weight: 600;
	padding: 10px 0;
	font-size: 22px;
	height: 60px;
}
.about-box:hover h4 {
	color: #fff;
	transition: 0.4s;
}
.about-box:hover {
	color: #fff;
	background: #ffb200;
	border: 0;
	box-shadow: 0 0 35px #d8d8d8;
	margin-top: -15px;
	transition: 0.4s;
}
.about-box p{
	text-align: left;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.about-box a {
	color: #fff;
	padding: 0;
	border: 0;
}
.simple-box {
	background: #eee;
	border: 2px solid #ddd;
	padding: 50px 20px 30px;
	font-family: 'Roboto', sans-serif;
	height: 490px;
}
.simple-box ul li {
	font-size: 14px;
}
.simple-box:hover {
	color: #fff;
	border: 2px solid transparent;
	background: #ffb200;
	border: 0;
	box-shadow: 0 0 35px #d8d8d8;
	transition: 0.2s;
}
.simple-box-cap {
	background: #eee;
	border: 2px solid #ddd;
	padding: 50px 20px 30px;
	font-family: 'Roboto', sans-serif;
	height: 200px;
}

.simple-box-cap ul li {
	font-size: 14px;
}
.simple-box-cap:hover {
	color: #fff;
	border: 2px solid transparent;
	background: #ffb200;
	border: 0;
	box-shadow: 0 0 35px #d8d8d8;
	transition: 0.2s;
}
.career {
	font-size: 16px;
}
.career-box {
	padding: 35px 25px 15px 25px;
	background: #eee;
	border: 2px solid #ffb200;
}
.career-box:hover {
	background: #ffb200;
	border: 2px solid #ffb200;
}
.career-box:hover h3{ color: #fff; transition: 0.2s;}
.career-box:hover ul li { color: #fff; transition: 0.2s;}
.career-box ul li {
	list-style: none;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.career-box ul li::before {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-right: 10px;
	font-weight: 700;
}

.career input {
	height: 50px;
	font-size: 16px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-indent: 2px;	
	border: 2px solid #DDD;
	border-radius: 0;
}
.career textarea {
	height: 150px;
	font-size: 16px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-indent: 2px;	
	border: 2px solid #DDD;
	border-radius: 0;
}
.no-gutters-1 {
	margin-right: -15px;
	margin-left: -15px;
}
input[type=email]:focus{
	border: 2px solid #ffb200;
	transition: 0.5s;		
}
input[type=file] {
	border: 0;
	margin-left: -12px;
}
.about-page .form-control{
	padding-bottom: 2px;
}
.form-control:focus {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	border: 2px solid #ffb200;
	transition: 0.5s;
}
.career .btn {
	border-radius: 0;
	height: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #333;
}
.career .btn:hover {
	color: #FFF;
	background: #333;
	transition: 0.4s
}
.career h3 {
	margin-bottom: 15px;
}
.career h5 {
	margin-bottom: 15px;
}
.custom-logo-wrapper img {
	/* width: 200px !important; */
}
.footer-social a {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	color: #d8d8d8 !important;
	font-weight: 600;
}

#home-bg-video-wrapper {
    width: 100%;
    height: calc(100vh - 35px);
    overflow: hidden;
    position: relative;
}
.home-video-text {
    position: absolute;
    top: 47%;
    text-align: center;
    width: 100%;
}
.home-video-text h5 {
    display: inline-block;
    text-align: center;
    /*background: rgba(0,0,0,0.15);
    padding: 20px 35px;*/
    margin: 0;
    font-size: 80px;
    color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
}
/*.home-video-text h5 span { font-weight: 700; }*/
#home-bg-video {
    width: 100%;
}

@media only screen and (max-width : 480px) {
	#home-bg-video-wrapper { height: inherit; }
	.home-video-text { top: 60%; }
	.home-video-text h5 { font-size: 24px; }
}

.customhiddenfield { visibility: hidden; }