/*!
Theme Name: constructsteel
Theme URI: 
Author: CentreBlue
Author URI: https://www.centreblue.com/
Template: worldsteel
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: worldsteel-constructsteel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

worldsteel is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.bgPrimary{
	background-color:  rgba(92,127,146,.85);
	color: #fff
}

.bgSecondary{
	background-color: rgba(91,192,222,.85);;
	color: #fff
}

.bgGreyPrimary{
	background-color: rgba(26,23,27,.85);;
	color: #fff
}

.bgGreySecondary{
	background-color: rgba(153,153,153,.85);;
	color: #fff
}

.bgGreyTertiary{
	background-color: rgba(225,225,225,.85);;
	color: #1a171b
}

.bgWhite{
	background-color: rgba(255,255,255 ,.85);
	color: #1a171b
}

.bgTransparent{
	background-color: transparent;
	color: #1a171b
}

.bgCyan{
	background-color: rgba(0,170,231,.85);
	color: #fff
}

.bgBrand{
	background-color: rgba(92,127,146,.85);
	color: #fff
}

.bgBlue{
	background-color: rgba(3,93,173,.85);
	color: #fff
}

.bgViolet{
	background-color: rgba(182,130,184,.85);
	color: #fff
}
.bgPurple{
	background-color: rgba(132,28,128,.85);
	color: #fff
}

.bgGreen{
	background-color: rgba(123,132,39,.85);
	color: #fff
}

.bgGreenLight{
	background-color: rgba(49,185,171,.85);
	color: #fff
}

.bgBurgundy{
	background-color: rgba(163,6,84,.85);
	color: #fff
}


/**/

img {
  transition: opacity 0.3s ease-in; }
  
img.i_imgNotLoaded{
    opacity: 1; }
	
img.i_imgLoaded {
    opacity: 1;
}




.site-branding img {
  width: 210px;
}

@media (min-width: 768px){
	.site-branding img {
	  width: 280px;
	}

}

/* Article image with caption */

figure.wp-caption {
	width: 100% !important;
	display: block;
	position: relative;
}
figure img {
	max-width: 100% !important;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: auto;
}
figure.wp-caption img {
	width: 100% !important;
	height: 100% !important;
	display: block;
	position: relative;
}

@media (min-width: 480px) {
	figcaption.wp-caption-text {
		width: 80%;
		margin: auto;
		text-align: center;
		background-color: #ffffff;
		padding: 20px 20px;
		margin-top: -40px;
		z-index: 100;
		position: relative;
	}
	
}



.figure-image.img-size-1x1 {
	padding-top: 100%;
}




/* Article carousel/gallery */
.article-carousel .carousel-caption{
    background-color: #fff;
    color: #1a171b;
    padding: 1.5rem 1.25rem 0;
    bottom: auto;
    top: -2.75rem;
    left: auto;
    position: relative;
    right: auto;
    width: 80%;
    margin: 0 auto;
}

.article-carousel .carousel-indicators {
    bottom: 0;
    margin: 0;
    padding: 0;
}


.article-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 1px;
	background-color: transparent;
    border: 1px solid #5c7f92;
    border-radius: 50%;
	opacity: .6;
}

.article-carousel .carousel-indicators .active {
    background: #5c7f92;
    opacity: 1;
}


.article-carousel .carousel-control-prev,
.article-carousel .carousel-control-next{
	background: rgba(255,255,255,.5); 
    color: #515c66 !important;
    font-size: 110px;
    font-weight: 400;
    opacity: 1;
    height: 100px;
    line-height: 80px;
    align-items: center;
    text-shadow: none;
    width: 50px;
    bottom: auto;
    display: none;
    text-decoration: none !important;
    top: 50%;
    transform: translateY(-50%);
}
.article-carousel:hover  .carousel-control-prev,
.article-carousel:hover  .carousel-control-next {
	display:block;}
	
.article-carousel .carousel-control-prev:hover,
.article-carousel .carousel-control-next:hover {
    color: #fff !important;
}



/* Blockqoute + cite*/
blockquote:not(.blockquote){
	border-left: 4px solid #1a171b;
    padding-left: 1rem;
    margin: 0;
	margin:2rem 0rem
}

blockquote:not(.blockquote) cite {
    display: block;
    font-size: 80%;
    color: #999;
}

blockquote:not(.blockquote) cite:before {
    content: "\2014\00A0";
}


/* Document/Page Teaser*/

.doc-teaser-item.hover-item:hover {
	background-color: #eef1f4
}

.doc-teaser-item.media-list{
	border-bottom: 0px solid #ccd6dd;
	border-top: 1px solid #9cabb5;
	}
	
.doc-teaser-item.media-list:last-child {
    border-bottom: 1px solid #9cabb5;
}	

.doc-teaser-item.media-list .links-and-downloads {
    margin-bottom: 0rem;
}


.teaser-carousel  .carousel-indicators{
	bottom: -5px;
}
.teaser-carousel  .carousel-indicators li{
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #d6d6d6;	
	border-radius: 30px;
	border-top: 0px;
	border-bottom: 0px;	
}

.teaser-carousel  .carousel-indicators li.active,
.teaser-carousel  .carousel-indicators li:hover{
	background: #035dad;
	}
	
.teaser-carousel  .carousel-control-next, 
.teaser-carousel  .carousel-control-prev{
	font-size: 40px;
	width:auto;
	opacity: 0.9;
	z-index: 11;
}	


.teaser-carousel  .carousel-control-next-icon,	
.teaser-carousel  .carousel-control-prev-icon{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	background-image:none;
	width:40px;
	height:40px;
    top: 50%;
    transform: translateY(-50%);	
	
}

.teaser-carousel  .carousel-control-next:hover, 
.teaser-carousel  .carousel-control-prev:hover{
	opacity: 1;
}	

.teaser-carousel  .carousel-control-prev {
    left: -45px;
}
.teaser-carousel  .carousel-control-next {
    right: -45px;
}

.teaser-carousel  .carousel-control-prev-icon:before{
    content: "\f053";
    border-radius: 20px;
    padding-top: 15px;
    color: #035dad ;	
}

.teaser-carousel  .carousel-control-next-icon:before{
    content: "\f054";
    border-radius: 20px;
    padding-top: 15px;
    color: #035dad ;	
}


@media (max-width: 768px){
		
	.teaser-carousel  .carousel-control-next, 
	.teaser-carousel  .carousel-control-prev{
		opacity: 0.5;
	    font-size: 32px;
	}	
	
	.teaser-carousel  .carousel-control-next:hover, 
	.teaser-carousel  .carousel-control-prev:hover{
		opacity: 1;
	}	
	.teaser-carousel  .carousel-control-next-icon,	
	.teaser-carousel  .carousel-control-prev-icon{
		width:32px;
		height:32px;
		
	}	
	
	.teaser-carousel  .carousel-control-prev {
		left: 0px;
	}
	.teaser-carousel  .carousel-control-next {
		right: 0px;
	}

}


.teaser-carousel .doc-teaser-item{
	border-bottom: 0px;
}

.doc-teaser-grid.doc-teaser-item .scrollbar-light{
	max-height: 189px;	
}
.doc-teaser-grid.doc-teaser-item .croll-wrapper{
	margin-bottom: 1rem;
}

/*
.teaser-owl-carousel .owl-item{
	height:0px;
}

.teaser-owl-carousel .owl-item.active{
	height:auto;
}*/



/* Announcement Teaser*/

.announcement_teaser.style-2 {border:0}
.announcement_teaser.style-2 .card-body{
    width: 100%;
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
	}
	
	
.announcement_teaser.style-2 .card-body h3{
	font-size: 1.9rem;
	line-height: 1.5;
	margin-bottom: 0.875rem;
}
	
.announcement_teaser.style-2 .card-body p{
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
}	
@media (min-width: 768px){
	.announcement_teaser.style-2 .card-body{
		margin:auto;
		width: 50%;
	}

}

/* Banner */

.banner-carousel .carousel-caption p.carousel-caption-text{
	font-size:1rem
}

/* Split banner*/
.split-banner {
    padding-top: 3rem;
    padding-bottom: 1.5rem;	
	}
	
.split-banner-separator {
    border-top: 1px solid #9cabb5;
}

.split-banner .card{
	border:0
	}

@media (min-width: 768px){
	.split-banner {
		padding-top: 4rem;
		padding-bottom: 2.5rem;	
	}	
	.split-banner .card .card-body {
		flex: 0 0 83.33%;
		flex-basis: auto;
		width: calc(83.33% - 20px);
	
	}
}

.split-banner .card .card-subtitle {
    font-size: .875rem;
    font-weight: 600;
    color: #0e61ab;
}	

.split-banner .card .card-title  {
    margin: 0 0 20px;
    font-size: 1.9rem;
    font-weight: 300;
	color: #1b232a;	
}




.split-banner .card .card-indent {
    padding-left: 10%;
}

@media (min-width: 768px){
	.split-banner .card .card-indent {
		padding-left: 20%;
	}
}

.split-banner .card .card-copy {
    margin-bottom: 40px;
    color: #1b232a;
}


.split-banner .split-banner-media{
}

.split-banner .split-banner-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Three Columns */
.three-columns{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
	
.three-columns-separator {
    border-top: 1px solid #9cabb5;
}

.three-columns-title{
	color: #1b232a;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 1.5;
}

.three-columns-tile-media{
	height: 200px;
	width: 100%;
	margin-bottom: 10px;	
}

.three-columns-tile-media img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px){
	.three-columns-tile-media {
		margin-bottom: 20px;
	}
}

.three-columns-tile-title{
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 600;
}
/* Header*/
.header-logo {
    display: block;	
    width: 210px;
}

@media (min-width: 768px){
	.header-logo {
		width: 280px;
	}
}

/* Footer */

.footer-logo {
    display: block;	
    width: 250px;
    margin-left: -3px;
}


.site-footer #newsletter-subscribe .mce_inline_error {
    width: 300px;
    flex-basis: 300px;
}
.site-footer #newsletter-subscribe .form-control {
    width: 300px;
    flex-basis: 300px;
}

@media (min-width: 992px){

	.site-footer #newsletter-subscribe .mce_inline_error, .site-footer #newsletter-subscribe .form-control {
		width: 300px;
		flex-basis: 300px;
	}
}

.heading-style-1{
	border-left:10px #035dad solid;
	padding-left:10px;
}


.social-media a {
	color: #035dad ;
}

.news-items-blocks .card a {
    color: #5c7f92;
}

.news-items-blocks .card a:hover, 
.news-items-blocks .card a:focus, 
.news-items-blocks .card a:active{
    color: #000;}
	

.embed-responsive-37by18::before {
    padding-top: 48.65%;
}
.embed-responsive-37by18 img {
    object-fit: cover !important;
}

/* Video */

.videos .owl-item .card {
     min-height:auto;
    color: #ccd6dd;
}


/* Image List*/

.image-list .image-list-item.increase-image {
	height: 345px;
}

.image-list .image-list-item.increase-image div {
	padding: 10px;
	height: 290px;
	margin-bottom: 10px;
	display: block;
}
.image-list .image-list-item.increase-image img{
    -o-object-fit: cover;
    object-fit:cover;
}

@media (max-width: 991px){
	
	.image-list .image-list-item.increase-image {
		height: 255px;
	}
	
	.image-list .image-list-item.increase-image div {
		height: 200px;
	}

}

@media (max-width: 576px){
	.image-list .image-list-item.increase-image div {
		 padding: 0px;
		 border: 0px solid #ccd6dd;
	}
}

/* End Image List*/



/* Forms
--------------------------------------------- */
.worldsteel-form .form-control,
.worldsteel-form .wpcf7-form-control[type='text'],
.worldsteel-form select.wpcf7-form-control,
.worldsteel-form textarea.wpcf7-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 0px);
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}

.worldsteel-form .form-control:focus,
.worldsteel-form .wpcf7-form-control[type='text']:focus,
.worldsteel-form select.wpcf7-form-control:focus,
.worldsteel-form textarea.wpcf7-form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.worldsteel-form textarea.form-control,
.worldsteel-form textarea.wpcf7-form-control {
    height: auto;
}

.worldsteel-form .form-control.wpcf7-not-valid,
.worldsteel-form .wpcf7-form-control.wpcf7-not-valid{
	border-color: #dc3232;
}
.worldsteel-form .input-group-text{
	padding: .35rem .75rem;
	line-height: 1.239;
}
.worldsteel-form .input-group{
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.worldsteel-form .input-group .wpcf7-form-control-wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.worldsteel-form .input-group>.custom-file, 
.worldsteel-form .input-group>.custom-select, 
.worldsteel-form .input-group>.form-control, 
.worldsteel-form .input-group>.form-control-plaintext,
.worldsteel-form .input-group .wpcf7-form-control-wrap .form-control{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;	
}


.worldsteel-form .wpcf7-not-valid-tip{
    width: 100%;	
}

.acrepeater button{
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	border: 2px solid transparent;
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;	
	padding: 0.375rem 0.75rem;
	font-size: .875rem;
	line-height: 1.15;
	border-radius: 0.25rem;
	cursor: pointer;
}

.acrepeater button:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #c82333;
}

.acrepeater button.focus,
.acrepeater button:focus {
box-shadow:none, 0 0 0 .2rem rgba(225,83,97,.5)
}
.acrepeater button.disabled, 
.acrepeater button:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}


/*Popover*/

.teaser-popover{
	background-color: rgba(230, 243, 255, 1);
    font-size: .75rem;
	max-width:360px;
}
.teaser-popover .popover-header {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    background-color: rgba(230, 243, 255, 1);
    border-bottom: 1px solid #ebebeb;
	font-weight:bold
}


.teaser-popover.bs-popover-auto[x-placement^=left]>.arrow::after, 
.teaser-popover.bs-popover-left>.arrow::after {
	border-left-color: rgba(230, 243, 255, 1);
}

.teaser-popover.bs-popover-auto[x-placement^=right]>.arrow::after, 
.teaser-popover.bs-popover-right>.arrow::after {
	border-right-color: rgba(230, 243, 255, 1);
}

.teaser-popover.bs-popover-auto[x-placement^=top]>.arrow::after, 
.teaser-popover.bs-popover-top>.arrow::after {
	border-top-color: rgba(230, 243, 255, 1);
}

.teaser-popover.bs-popover-auto[x-placement^=bottom]>.arrow::after, 
.teaser-popover.bs-popover-bottom>.arrow::after {
	border-bottom-color: rgba(230, 243, 255, 1);
}

/*Open Platform*/

.op-companies-header a{
	line-height:30px;
	vertical-align:middle;
	color: #fff!important;
}
.op-companies-header a:hover,
.op-companies-header a.text-white:hover{
	font-weight:700;
	font-size:110%;
	color:#ffffff !important;
}


/*aria-expanded="false"
/.op-form-close-btn[aria-expanded=_blank]*/
.op-form-open-btn[aria-expanded=false]{}
.op-form-open-btn[aria-expanded=true]{display:none}


/* Links and Downloads*/


.links-and-downloads {
	display:inline-block
}


/* Owl carousel*/
.owl-nav {
    color: #035dad;
}


.owl-dots .owl-dot span {
	background: #d6d6d6;
	opacity: .5;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #035dad
}
.owl-dots .owl-dot.active span{
	opacity: 1;
}


/* Open street maps, leaflet, ESRI search */
.leaflet-control-attribution span{
	display: inline!important;
}


/** intl-tel-input **/
.iti__country-list {
	z-index: 1100 !important;	
}
.iti__country-list li:before {	
	display: none!important;
}
.wpcf7-form-control-wrap .iti{
	width: 100%;
}
/** end intl-tel-input **/

/** solutions page **/
.solution-carousel .carousel-caption{
    background-color: #fff;
    color: #1a171b;
    padding: 0.5rem 1rem;
    bottom: auto;
    top: 0;
    left: auto;
    position: relative;
    right: auto;
    width: 100%;
    margin: 0 auto;
	font-style: italic;
}
.solution-carousel .carousel-caption p{
	margin: 0;
}


/** Steel solutions upload form category selection component **/
.op-products-categories-selection-tree {
	border: 1px solid #eee;
	padding: 10px 16px 10px 0;
}

.op-products-categories-selection-tree  a {
	display: block;	
	margin-bottom: 4px;
}

.op-products-categories-selection-tree .opc-wrap {
	margin-bottom: 6px;	
	padding-left: 16px;
}

.op-products-categories-selection-tree .opc-check-wrap input {
	margin-right: 6px;
}

.op-products-categories-selection-tree .opc-wrap-2 .opc-check-wrap{
	padding-left: 16px;
}


/** End Steel solutions upload form category selection component **/

/*Essential Addons for Contact Form 7 */

.eacf7-save-progress-wrap button.eacf7-save-progress{
	background-color: #035dad;
    border: 2px solid #035dad;
	padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.15;
    border-radius: .25rem;
    text-decoration: none;
	color: #fff;
    cursor: pointer;

}

.eacf7-save-progress-wrap button.eacf7-save-progress.focus,
.eacf7-save-progress-wrap button.eacf7-save-progress:focus,
.eacf7-save-progress-wrap button.eacf7-save-progress:hover{
	color: #fff;
    background-color: #024987;
    border-color: #02427b;	
}

.eacf7-save-message{
    margin: 1rem 0rem 1rem;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;	
}

.eacf7-save-state input{
	height: auto;
    padding-right: 0.75rem;
    background-image: none;
	display: block;
    width: 100%;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.375rem 2rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.eacf7-save-progress-wrap .eacf7-save-progress .spinner {
    max-width: 17px;
}

.wpcf7 .wpcf7-response-output:nth-of-type(n+2) {
    display: none;
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox],
.wpcf7 input[type=button]{
	width:auto;
}

.main-content *[class*='bg-primary-'] a:not( .btn, .news-items-blocks .stretched-link ),
.main-content *[class*='bg-secondary-'] a:not( .btn,  .news-items-blocks .stretched-link ),
.main-content *[class*='bg-black'] a:not( .btn,  .news-items-blocks .stretched-link ){
	color: #fff;	
}

.main-content .bg-amethyst a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-azure a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-black  a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-crimson a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-green a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-grey a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-indigo a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-maroon a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-malibu a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-olive a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-orange a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-purple a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-red a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-seagreen a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-steelblue-50 a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-steelblue-100 a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-worldstainless a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-turquoise  a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-violet a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-yellow a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-yellowgreen a:not( .btn, .news-items-blocks .stretched-link ){
	color: #fff
}

.main-content .bg-amethyst a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-azure a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-black  a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-crimson a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-green a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-grey a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-indigo a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-maroon a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-malibu a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-olive a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-orange a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-purple a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-red a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-seagreen a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-steelblue-50 a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-steelblue-100 a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-worldstainless a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-turquoise  a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-violet a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-yellow a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-yellowgreen a:not( .btn, .news-items-blocks .stretched-link ):hover{
	color: #1a171b
}



.main-content .bg-steelblue-10 a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-steelblue-30 a:not( .btn, .news-items-blocks .stretched-link ),
.main-content .bg-steelblue-30 a:not( .btn, .news-items-blocks .stretched-link ){
	color: #1a171b
}

.main-content .bg-steelblue-10 a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-steelblue-30 a:not( .btn, .news-items-blocks .stretched-link ):hover,
.main-content .bg-steelblue-30 a:not( .btn, .news-items-blocks .stretched-link ):hover{
	color: #fff
}


/** Steelfacts Gallery component **/
.steelfacts-gallery {
	margin: 48px 0;
}
.steelfacts-gallery .heading {
	text-align: center;
	margin-bottom: 24px;
	font-size: 30px;
	line-height: 33px;
}
.steelfacts-gallery .steelfact-wrap {
	margin-bottom: 24px;
	position: relative;	
	display: block;
	cursor: pointer;
}
.steelfacts-gallery .steelfact-wrap .overlay{
	background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 500ms ease-in-out;
    opacity: 0;
    text-align: center;
    color: #ddd;
    padding: 10px 20px;
    font-size: 21px;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.steelfacts-gallery .steelfact-wrap.active  .overlay{
	opacity: 1;
	z-index: 1;
}

.steelfacts-gallery .steelfact-wrap  .overlay .close {
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 1;
}

.steelfacts-gallery .steelfact-wrap  .overlay .copy-link-toast {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #4CB944;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    display: none;
}
.steelfacts-gallery .steelfact-wrap  .overlay a{
	color: #fff!important;
	margin-bottom: 12px;	
	display: inline-block;
}
.steelfacts-gallery .steelfact-wrap  .overlay a i {
	font-size: 16px;
	color: #fff;
}
/** END Steelfacts Gallery component **/	

/* Nomination Awards */

.nomination-carousel .carousel-indicators {
	position: relative;
	bottom: 0;
	z-index: 15;
	list-style: none;
	left: 0px;
	right:auto;
	width: auto;
	margin-left: 8px;
	text-align: left
}

.nomination-carousel .carousel-indicators li{
	width: 13px;
	height: 13px;
	margin: 1px 6px 1px 1px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #035dad;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.nomination-carousel .carousel-indicators .active {
	background-color: #035dad;
}



.nomination-carousel  .carousel-control-next, 
.nomination-carousel  .carousel-control-prev{
	font-size: 40px;
	width:auto;
	opacity: 0.9;
	z-index: 11;
}	


.nomination-carousel  .carousel-control-next-icon,	
.nomination-carousel .carousel-control-prev-icon{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	background-image:none;
	width:40px;
	height:40px;
    top: 50%;
    transform: translateY(-50%);	
	
}

.nomination-carousel .carousel-control-next:hover, 
.nomination-carousel .carousel-control-prev:hover{
	opacity: 1;
}	

.nomination-carousel .carousel-control-prev-icon:before{
    content: "\f053";
    border-radius: 20px;
    padding-top: 15px;
    color: #035dad ;	
}

.nomination-carousel  .carousel-control-next-icon:before{
    content: "\f054";
    border-radius: 20px;
    padding-top: 15px;
    color: #035dad ;	
}


@media (max-width: 768px){
		
	.nomination-carousel .carousel-control-next, 
	.nomination-carousel  .carousel-control-prev{
		opacity: 0.5;
	    font-size: 32px;
	}	
	
	.nomination-carousel .carousel-control-next:hover, 
	.nomination-carousel  .carousel-control-prev:hover{
		opacity: 1;
	}	
	.nomination-carousel  .carousel-control-next-icon,	
	.nomination-carousel  .carousel-control-prev-icon{
		width:32px;
		height:32px;
		
	}	


}



/* End Nomination Awards */	



.top-footer {
	background-color: #ccd6dd;
	line-height: 1.65;
	min-height: 250px;
}

.top-footer .logo {
	max-height: 40px;
	width: auto;
}

.top-footer .carousel-inner,
.top-footer .carousel-item {
	min-height: 250px;
}

.top-footer .carousel-indicators {
	bottom: -5px;
	display: none;
}

.top-footer .carousel-indicators li {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	background: #d6d6d6;
	border-radius: 30px;
	border-top: 0px;
	border-bottom: 0px;
	border: 1px solid #fff;
}

.top-footer .carousel-indicators li.active,
.top-footer .carousel-indicators li:hover {
	background: #5c7f92;
}

.top-footer h4 {
	font-family: 'Open Sans Condensed', sans-serif;
}

.top-footer p {

	line-height: 24px;
}

.top-footer a,
.top-footer a.link,
.top-footer a.visited {
	color: inherit;
	text-decoration: none;
}

.top-footer svg,
.top-footer .social-media-footer svg {
	fill: var(--color-fill, #ffffff);
	transition: fill .3s ease-in-out;
}

.top-footer a:hover svg,
.top-footer .social-media-footer a:hover svg {
	fill: #000000
}

.top-footer .slider-controls {
	position: absolute;
	right: 0;
	bottom: calc(50% + 24px);
	left: 0;
	z-index: 15;

}

.top-footer .carousel-control-next,
.top-footer .carousel-control-prev {
	color: #ffffff !important;
	font-size: 2rem;
	opacity: .9;
	width: 20px;
	height: 48px;
}


.top-footer .carousel-control-next:focus,
.top-footer .carousel-control-next:hover,
.top-footer .carousel-control-prev:focus,
.top-footer .carousel-control-prev:hover {
	color: #ffffff;
	opacity: 1
}



.top-footer .carousel-control-next {
	right: -30px;
	width: auto;
}

.top-footer .carousel-control-prev {
	left: -30px;
	width: auto;
}

.top-footer .carousel-control-next-icon,
.top-footer .carousel-control-prev-icon {
	display: none;
	visibility: hidden;
}


@media (max-width: 576px) {

	.top-footer .carousel-indicators {
		display: flex;
	}


	
	.top-footer .carousel-control-next {
		right: 15px;
		display: none;
	}

	.top-footer .carousel-control-prev {
		left: 15px;
		display: none;
	}

}

