/*======================================================
Screen Style Sheet
PROJECT
------------------------------------------------------
Author(s): NAME
Created: DATE
======================================================*/

/* Small Desktop */
@media(max-width: 1400px){
	#home-banner .social-media{
		display: none;
	}
}
@media only screen and (max-width: 1280px) {
	.footer-change{
		overflow-x: clip !important;
	}
	.footer-change .gallery-box-wrapper {
		width: 100%;
		max-width: 100vw !important;
		margin: 0 auto;
		display: flex;
		flex-direction: column !important; 
		position: relative;
		padding-left: 20px !important;
		padding-right: 0px !important;
	}

	.footer-change .gallery-box-wrapper .left-box{
		padding-right: 20px !important;
	}
	.footer-change .gallery-box-wrapper .left-box,
	.footer-change .gallery-box-wrapper .right-box {
		flex: 0 0 auto;
		max-width: 100% !important;
		min-height: 200px;
	}


	.footer-change .gallery-box-wrapper .left-box{
		padding-bottom: 25px !important;
	}

}
/* Tablet */
@media only screen and (max-width: 1199px) {
	body.logged-in #header.scrolling{
		top: 32px;
	}
	body.logged-in #mobile-menu {
		top: 144px !important;
	}
	#mobile-menu ul li i.fa-solid.fa-phone {
		display: inline-block;
		color: #088BE7;
	}

	nav {
		max-height: 100vh; /* Prevents overflowing viewport */
		overflow-y: auto; /* Enables scrolling */
	}

	.menu-header-container {
		max-height: 100vh; /* Ensures menu doesn't overflow */
		overflow-y: auto; /* Allows scrolling */
		-webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
	}

	#wpadminbar{
		position: fixed;
	}
	.container-wrapper,
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
    /* Paragraph */
    a:hover,
    a:active{
        text-decoration: none;
    }
    /* Scaffolding */
	.t100{
		width: 100%;
	}
	.t100.wp-block-columns{
		flex-wrap: wrap !important;
	}
	.t100 .wp-block-column{
		width: 100% !important;
		flex-basis: 100%!important;
	}
	.t100 .wp-block-buttons.is-content-justification-right{
		justify-content: flex-start;
	}
	.t100 .wp-block-buttons.is-content-justification-center{
		justify-content: flex-start;
	}
	.t100 .wp-block-image.size-full img{
		max-height: 400px;
		width: auto;
	}
	.swap-tablet{
		flex-direction: column-reverse;
	}
	.no-gap{
		gap: 0 !important;
	}
	section > div > .wp-block-columns > .wp-block-column.has-background:first-child{
		padding-left: 20px;
		padding-right: 0;
	}
	section > div > .wp-block-columns > .wp-block-column.has-background:last-child{
		padding-right: 20px;
	}
	section > div > .wp-block-columns.t100 > .wp-block-column.has-background:first-child{
		padding-right: 20px;
	}
	section>div>.wp-block-columns.t100>.wp-block-column.has-background:last-child{
		padding-left: 20px;
	}

	/* Universal */
	.tel{
	    pointer-events: all;
	}
	.fancybox-stage{
		width: 80%;
		margin: 0 auto;
	}
	.fancybox-arrow{
		width: 40px;
	}
	
    /* Header */
	/* #header{
		height: 112px;
		position: sticky;
		top: 0;
		width: 100%;
		z-index: 100;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	} */
    #header .constrain{
		padding: 0 20px;
	}
	#header .logo img {
		height: 60px; /* Adjust as needed */
	}

	#header-top ul {
		justify-content: flex-end; 
	}
    .account-lg, .cart-lg {
        font-size: 0 !important; /* Adjust icon size if needed */
        text-align: center;
        display: inline-block;
        width: 40px; /* Adjust size to fit your design */
        height: 40px;
        line-height: 40px;
        text-decoration: none;
    }

    /* Completely hide the original text on mobile */
    .account-lg, .cart-lg {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-indent: -9999px; /* Hide text off-screen */
        overflow: hidden;
    }

    /* Add Font Awesome icons as content */
    .account-lg::before {
        content: '\f2bd'; /* Font Awesome icon code for "Login" */
        font-family: 'Font Awesome 6 Pro';
        font-size: 20px !important;
        text-indent: 0; /* Make sure icon is visible */
    }

    .cart-lg::before {
        content: '\f07a'; /* Font Awesome icon code for "Shopping Cart" */
        font-family: 'Font Awesome 6 Pro';
        font-size: 20px !important;
        text-indent: 0; /* Make sure icon is visible */
    }
	header.sticky-header #header-top .tel,#header-top .search-form button:after{
		color: #000;
	}
	#header-bottom{
		align-items: center;
		gap: 20px;
	}
	#header-bottom nav > div{
		display: none !important;
	}
	#header-bottom .search-trigger{
		padding-left: 0;
		line-height: 41px;
		width: 40px;
		moz-transition: none;
		-o-transition: none;
		-webkit-transition: none;
		transition: none;
	}
	#header-bottom .search-trigger.active{
		font-size: 20px;
		position: relative;
		top: 1px;
	}
	#header-bottom .search-trigger,
	#header-bottom .menu-trigger{
		font-size: 28px;
		font-weight: bold;
		width: 40px;
		margin:0px 0px 0px 20px;
		padding:0;
		moz-transition: none;
		-o-transition: none;
		-webkit-transition: none;
		transition: none;
	}
	#header-bottom .search-trigger .fa-search:before{
		font-family: "Font Awesome 6 Pro";
		content:'\f002';
		color:#088BE7;
		width: 48px;
		height: 48px;
		text-align: center;
		line-height: 48px;
		position: absolute;
		font-size: 28px;
		left: 0px;
		top:0px;
		right: 0;
	}
	#header-bottom .menu-trigger.active i:before{
		content:'\f00d';
	}
	#search-dropdown{
		right: 0;
	}
	#search-dropdown.active{
		top: 112px;
	}
	.logged-in #search-dropdown.active{
		top:158px;
	}
    
    /* Banners */
	
    /* .main-banner {
        max-height: unset; 
    } */

    .main-banner h1.wp-block-heading{
        font-size: 2.2em !important; 
    }
	#header-bottom .contact,.search-container{
		display: none;
	}
	
	#header-top, #header-bottom{
		justify-content: flex-end;
		display: flex;
	}
	
	.boxslider-wrapper button.slick-arrow{
		top: 124%;
	}
	.boxslider-wrapper .buckets-intro .carousel .slick-next{
		right: auto;
		left:-118px;
		z-index: 100;
	}
	
	.boxslider-wrapper .buckets-intro .carousel .slick-prev{
		left: -201px;
		z-index: 100;
	}
	
	.woocommerce-message {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	#footer-bottom .constrain {
		flex-direction: column;
		align-items: stretch;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
  	}

	.copyright-block {
		text-align: center;
		order: 1;
		width: 100%;
	}
	.back-to-top-block {
		order: 2;
		text-align: center;
    	width: 100%;
		margin-top: 15px;
	}
	
	.orange-counter-column.wp-block-column.is-vertically-aligned-center{
		width: 33%;
		align-items: stretch;
		align-content: center;
		flex: 1;
		align-self: unset;
	}
	.orange-counter-column p {
		white-space: normal !important;
	}

	.orange-background-counter .is-layout-flex{
		flex-direction: column; 
	}
	
    .outer-container .left-box{
        width: 100% !important;
		flex-basis: 100% !important;
        margin: 0px !important;
        padding: 24px !important;
        display: block !important;
    }
	.outer-container .container {
		flex-direction: column;
	}
    .outer-container .right-box-33,.outer-container .right-box-50 {
        width: 100% !important;
        margin: 64px 0px 25px 0px !important;
        padding: 0px !important;
        display: block !important;
    }
	.outer-container .right-box-50 figure {
    	width:unset ;
	}
    .outer-container .custom-video .play{
        left: 50%;
    }
    .outer-container .custom-video .video{
        border-radius: 10px;
    }
    .outer-container .custom-video, .outer-container .custom-video .video{
        width: 100%;
        border-radius: 10px !important;
    }
	.tablet-row{
		flex-direction: row !important; 
	}
	
	.tablet-100w{
		flex-basis: 100% !important;
	}
	
	.three-columns .bucket,.four-columns .bucket,.five-columns .bucket {
		width: 50%;
	}
	.footer-accessories .three-columns .bucket{
		width: 33.33%;
	}
	.footer-accessories .black-box-wrapper {
		flex-direction: column !important;
	}
	/* -------------- Bucket with Background ----------------- */
	.buckets.buckets-background {
		flex-direction: row;
		align-content: center !important;
	}
	.buckets.buckets-background .bucket {
		flex: 1 1 calc(50% - 20px);
		box-sizing: border-box;
	}
	.product-resources-wrapper .pdf-list {
		display: flex;
		flex-wrap: wrap;
		gap: 32px;
		justify-content: center;
}
	/* Stats */
	.stats.five-columns .item,
	.stats.four-columns .item{
		width: 33.33%;
	}
	
	/* Quick Contact */
	#quick-contact{
		flex-wrap: wrap;
	}
	#quick-contact .wpcf7-form{
		margin-bottom: 64px;
	}
	#quick-contact:after{
		display: none;
	}
	#quick-contact .column{
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	/*
	#quick-contact .column:first-child{
		padding-bottom: 40px;
	}
	#quick-contact .column:last-child{
		padding-top: 40px;
	}
	*/
	#quick-contact h2{
		max-width: 100%;
	}
	
	#request-a-quote .wpcf7-form{
		padding-bottom: 0;
	}
	/* Team */
	#team{
		margin-left: 0;
		margin-right: 0;
	}
	#team .item{
		width: 33.33%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	body.woocommerce div.product .woocommerce-tabs div.images{
		float: none;
	}
	.filter-wrapper .filter-label{
		width: 100%;
	}
	.filter-wrapper .filterselect select{
		margin-left: 0px !important;
		margin-bottom: 5px;
	}
	
	.woocommerce-checkout .woocommerce {
		overflow: hidden;
	}
	/* Footer */
	#footer .constrain{
		flex-wrap: wrap;
	}
	.hidden-tablet{
		display: none !important;	
	}
	#header-top ul li.display-on-tablet{
		display: block;
	}
	.display-on-tablet .btn-rfq{
		border-radius: 61px;
		background:  #243E88;
		padding: 10px 24px !important;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
	}
	.five-columns .bucket {
		width: 25% !important;
	}
	.row.products-container.related-items .col-lg-3.col-md-6 {
		width: 33%;
		float: left;
	}
	.row.products-container.related-items .related-item-card .product-name {
		height: 56px;
	}

}
@media only screen and (max-width: 1040px) {
	.gform_wrapper .gform_heading,
	.gform_wrapper .gform_body {
		flex: unset;
	}
}
@media only screen and (max-width: 1024px) {
	.category-page-first-block>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container:first-child,
	.category-page-first-block>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container:last-child,
	.footer-about .uagb-container-inner-blocks-wrap .wp-block-uagb-container:first-child,
	.footer-about  .uagb-container-inner-blocks-wrap .wp-block-uagb-container:last-child{
		max-width: unset;
	}
	#quick-contact form{
		width: 100%;
	}
	.gform_wrapper .gform_heading{
		max-width: unset;
	}
	.boxslider-wrapper button.slick-arrow{
		top: 136%;
	}
	.boxslider-wrapper .buckets-intro .carousel .slick-next{
		right: auto;
		left:-118px;
		z-index: 100;
	}
	
	.boxslider-wrapper .buckets-intro .carousel .slick-prev{
		left: -201px;
		z-index: 100;
	}
    #footer-top .constrain {
        display: flex; /* Use flexbox for layout */
        flex-wrap: wrap; /* Allow columns to wrap */
        gap: 25px;
		row-gap: 45px;
    }
    #footer-top .column {
        max-width: 100%; /* Default to full width */
		margin-right: 0;
    }
	#footer-top .column-1 {
	  flex: 0 0 100%;   /* full width */
	  max-width: 100%;
	}

	#footer-top .column-2,
	#footer-top .column-3,
	#footer-top .column-4 {
	  flex: 0 0 30%; /* one-third each */
	  max-width: 30%;
	  box-sizing: border-box;
	}
	#footer-top .column-1 section.footer-area.footer-area-one {
		justify-self: flex-start;
	}

}

@media(max-width: 991px){
	/* Mobile view - Stack leftboxslider and rightboxslider vertically */
    .boxslider-wrapper {
        flex-direction: column; /* Stack the items vertically */
        align-items: center; /* Center content */
    }

    .boxslider-wrapper .leftboxslider {
        width: 100%; /* Make the left box take full width */
        max-width: none; /* Remove max-width restriction */
        padding: 20px;
    }

    .boxslider-wrapper .rightboxslider {
        position: relative; /* Remove the absolute positioning */
        width: 100%; /* Make the right box take full width */
        left: 0; /* Align it to the left */
        top: auto; /* Reset top positioning */
        bottom: auto; /* Reset bottom positioning */
    }
	.boxslider-wrapper .slick-dots{
		position: relative;
	}
	
	.boxslider-wrapper button.slick-arrow{
		top: 10%;
	}
	.boxslider-wrapper .buckets-intro .carousel .slick-next{
		right: 42%;
		left:auto;
		z-index: 100;
	}
	
	.boxslider-wrapper .buckets-intro .carousel .slick-prev{
		left:42%;
		z-index: 100;
	}
	.boxslider-wrapper .slick-list.draggable{
		margin-top: 80px;
	}
	/* Tabbed Content */
	.wp-block-ub-tabbed-content-tab-holder.vertical-tab-width{
		width: 100%;
	}
	.wp-block-ub-tabbed-content-tabs-title-tablet-horizontal-tab{
		flex-direction: column;
	}
	.wp-block-ub-tabbed-content-tab-title-vertical-wrap{
		border: 1px solid #B0B3B1;
		border-top: 0;
	}
	.wp-block-ub-tabbed-content-tab-title-vertical-wrap:first-child{
		border-top: 1px solid #B0B3B1;
	}
	.wp-block-ub-tabbed-content-tabs-content.vertical-content-width:after{
		display: none;
	}
	.wp-block-ub-tabbed-content-tabs-content.vertical-content-width{
		padding: 30px;
	}
    .resources-bucket .wp-block-columns {
        gap: 12px;
    }
	  .wp-block-ub-tabbed-content-tabs-title {
		display: none;
	  }

	  .ub-tab-dropdown {
		display: block;
		width: 100%;
		margin-bottom: 1rem;
		padding: 8px;
		font-size: 16px;
		border-radius: 16px;
	  }

	.wp-heading-tablepress:after,
	.woocommerce-checkout .woocommerce .responsive-form:before,
	.table-responsive:before{
		content: "Swipe to scroll »";
		font-size: 13px;
		font-weight: bold;
		color: #010101;
		margin-bottom: 5px;
		display: block;
		float: left;
		width: 100%;
	}
  .table-responsive {
    position: relative;
    overflow: auto;
    display: block;
    padding-bottom: 15px;
    border: 0;
  }

  .table-responsive::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(238, 238, 238, 1);
    height: 10px;
  }

  .table-responsive::-webkit-scrollbar {
    width: 12px;
    background-color: #eeeeee;
    height: 5px;
    border-radius: 10px;
  }

  .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #088BE7;
  }
}
@media only screen and (max-width:781px){
	
	.clients-box-left::after {
		display: none;
	}
	.wp-block-uagb-container.right-box.gallery-box.uagb-block-aa9b485d {
		overflow: hidden
	}
}
/* Mobile CSS */
@media only screen and (max-width: 768px) {
	
	body.logged-in #mobile-menu {
		top: 158px !important;
	}
	body.logged-in #header{
		top: 0;
	}
	body.logged-in #header.scrolling{
		top: 46px;
	}
	
	.main-banner .wp-block-button.btn-secondary {
		margin-left: 15px;
	}
	#header-top .learning,#header-top .contact{
		display: none;
	}
	#home-banner .wp-block-uagb-container.container-wrap .headline{
		font-size: 28px;
	}
	
	#inner-big-banner:before {
		display:none;
	}
	#header-top ul li.display-on-tablet{
		display: none;
	}
	#header-top a.tel{
		display: none;
	}
	
	.fancybox-slide--iframe .fancybox-content{
		width: 100% !important;
		max-width: 100% !important;
	}
    .post-media-side {
        order: 1;
        width: 100%;
    }
    .post-media-wrapper {
		order:2;
        width: 100%;
    }
    .post-media-content-area {
        flex-direction: column;
    }

    .post-media-thumbnail {
        margin-right: auto;
		margin-left: auto;
        margin-bottom: 10px;
    }
	.timestamp{
		text-align: center;
	}
	.post-media-list article {
        flex-direction: column; /* Adjust for responsiveness */
    }
	.buckets.buckets-icon .bucket{
		width: 100% !important;
		height: 199px;
	}
	.buckets-icon .bucket .image{
		background-size:  25%;
	}
	.buckets-small .bucket .image {
		max-width: 65px;
	}
	#inner-big-banner{
		height: auto;
		position: unset;
		min-height: unset;
		margin-bottom: 0;
	}
	#inner-big-banner #breadcrumbs {
		position: absolute;
		top: 0px;
	}
	#inner-big-banner picture,
	#inner-big-banner .innerheading{
		position: unset;
	}
	#inner-big-banner picture img{
		position: unset;
		width: 100%;
	}
	#inner-big-banner .innerheading .description {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.outer-container .container{
		flex-direction:row;
	}
    .outer-container .left-box{
        width: 100% !important;
        margin: 64px 0px 64px 0px !important;
        padding: 24px !important;
        display: block !important;
    }

    .outer-container .right-box-33,.outer-container .right-box-50 {
        width: 100% !important;
        margin: 64px 0px 25px 0px !important;
        padding: 0px !important;
        display: block !important;
    }
	.outer-container .right-box-50 figure {
    	width:unset ;
	}
    .outer-container .custom-video .play{
        left: 50%;
    }
    .outer-container .custom-video .video{
        border-radius: 10px;
    }
    .outer-container .custom-video, .outer-container .custom-video .video{
        width: 100%;
        border-radius: 10px !important;
    }
	.sidebar-page .uagb-tabs__body-wrap,.sidebar-page .uagb-tabs__panel{
		width: 100%;
		float: none;
	}
	.floating-sidebar {
		width: 100% !important;
		float: none;
	}
	.sidebar-page .uagb-tabs__panel a, .floating-sidebar ul li{
		text-align: left;
	}
    .wp-heading-tablepress:after,.woocommerce-checkout .woocommerce .responsive-form:before{
        content: "Swipe to scroll »";
        font-size: 13px;
        font-weight: bold;
        color: #010101;
        margin-bottom: 5px;
        display: block;
        float: left;
		width: 100%;
    }
	/* Ensure the table can scroll horizontally */
	.tablepress-product-list, .tablepress {
		display: block;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap; /* Prevent line breaks inside the table */
	}

	/* Optional: Add borders for better visibility */
	.tablepress-product-list th, .tablepress-product-list td,.tablepress th, .tablepress td {
		white-space: nowrap; /* Prevent text from breaking to the next line */
	}

	/* Hide the extra caption element for a cleaner look if desired */
	.tablepress-product-list caption {
		display: none;
	}

	#request-a-quote .constrain.quick-form {
        display: flex;
        flex-direction: column;
    }
	#request-a-quote .left-box .fieldset{
		padding-right: 0;
	}
	#request-a-quote .right-box{
		display: none;
	}
	#quick-contact{
		padding-top: 0;
	}
	#quick-contact .wpcf7-form{
		padding: 0;
	}
	#request-a-quote .wpcf7-form{
		padding-left: 20px;
		padding-right: 20px;
	}
	#quick-contact .quick-contact-left, #quick-contact .quick-contact-right{
		display: block;
		width: 100%;
	}
	.gform_wrapper .gform_body{
		min-width: unset;
	}
	.gform_wrapper .gform_heading{
		max-width: unset !important;
	}
	.wpcf7-form .fieldset {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.w25,.w30,.w33,.w40,.w50,.w60,.w66,.w70,.w75 {
		width: 100%;
	}
	.width-75, .width-25 {
        flex: 0 0 100%; /* Stack elements by setting width to 100% */
        text-align: center; /* Optional: center align content on mobile */
    }
	.three-columns .bucket,.four-columns .bucket,.five-columns .bucket {
		width: 50%;
	}
	.woocommerce-page table.cart .product-thumbnail {
        display: inline-block;
    }
	.category-page-blue-block>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container:first-child,
	.category-page-white-block>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container:first-child,
	.category-page-blue-block>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container:last-child,
	.category-page-white-block>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container:last-child{
		max-width: 100%;
	}
	
	.footer-accessories .uagb-container-inner-blocks-wrap .wp-block-uagb-container .wp-block-uagb-container:first-child,
	.footer-accessories  .uagb-container-inner-blocks-wrap .wp-block-uagb-container .wp-block-uagb-container:last-child {
	  flex: 1 !important; 
	}
	.black-box-wrapper{
		padding: 25px 20px !important;
	}
	.footer-about{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	#footer-top .column-1,
	#footer-top .column-2,
	#footer-top .column-3,
	#footer-top .column-4  {
	  flex: 0 0 100%;   /* full width */
	  max-width: 100%;
	}
	#footer-top .column-1 section.footer-area.footer-area-one {
		justify-self: start;
	}
}
/* Phone (portrait and landscape) */
@media only screen and (max-width : 767px) {
	body.logged-in #header{
		top: 0;
	}
	body.logged-in #header.scrolling{
		top: 46px;
	}
	
	h1,.h1 {
		font-size: 40px;
		line-height: 120%;
	}
	h2,.h2 {
		font-size: 32px;
		line-height: 120%;
	}
	h3,.h3 {
		font-size: 24px;
		line-height: 120%; 
	}
	h4,.h4 {
		font-size: 20px;
		line-height: 120%;
	}
	h5,.h5 {
		font-size: 18px;
		line-height: 120%; 
	}
	h6,.h6 {
		font-size: 14px;
		line-height: 20px; 
	}

	.headline{
		font-size: 42 !important;
		line-height: 20px; 
	}
	.eyebrow{
		color: #000;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 1.68px;
		text-transform: uppercase;
	}

	p {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		color: #000000;
		margin: 0;
	}
	large{
		color: #000;
		font-size: 16px;
		font-weight: 325;
		line-height: 150%;
		letter-spacing: 0.32px;
	}
	small{
		color: #000;
		font-size: 12px;
		font-weight: 300;
		line-height: 20px; /* 166.667% */
		letter-spacing: 0.24px;
	}
    /* Scaffolding */
	.swap-mobile{
		flex-direction: column-reverse;
	}
	section > div > .wp-block-columns > .wp-block-column.has-background:last-child{
		margin-top: -30px;
		padding-left: 12px;
	}
	.wp-block-buttons.is-content-justification-right{
		justify-content: flex-start;
	}
	
	/* Universal */
    .forms .input-group{
        width: 100%;
    }
	.table-responsive table{
        min-width: 767px;
    }
    .table-responsive:before{
        content: "Swipe to scroll »";
        font-size: 13px;
        font-weight: bold;
        color: #010101;
        margin-bottom: 5px;
        display: block;
        float: left;
    }

	.is-vertically-aligned-center .is-content-justification-center.wp-block-buttons .wp-block-button{
		margin-right: auto;
	}
	/* Banners */
	#home-banner{
		height: auto;
	}

	/* Buckets */
	.bucket{
	    width: 100%;
	}
	
	/* -------------- Bucket with Background ----------------- */
	.tablet-stack .buckets-background {
		flex-direction: column !important;
	}
	
	.buckets.buckets-background .bucket {
		flex: 1 1 100%;
		box-sizing: border-box;
	}
    /* Tabbed Content */
	.wp-block-ub-tabbed-content-tabs-title-mobile-horizontal-tab{
		flex-direction: column;
	}
	.wp-block-ub-tabbed-content-tab-title-wrap{
		border-bottom: 0;
	}
	.wp-block-ub-tabbed-content-tab-title-wrap:last-child{
		border-bottom: 1px solid #929595;
	}
		
	/* Icon List */
	.icon-list.two-columns ul,
	.icon-list.three-columns ul,
	.icon-list.four-columns ul{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.icon-list + .wp-block-buttons{
		margin-top: 25px;
	}
	.icon-list + .link-wrapper{
		margin-top: 0;
	}
	/* Team */
	#team .item{
		width: 100%;
	}
	
	#quick-contact .constrain {
	  flex-direction: column;
	}
	/* Stats */
	.stats.five-columns .item,
	.stats.four-columns .item,
	.stats.three-columns .item{
		width: 50%;
	}
	.stats .number{
		font-size: 40px;
    	line-height: 40px;
	}
	.stats p{
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.02em;
	}
	
	.career-details-box {
		flex-direction: column;
	}
	.career-details-column {
    	flex: 1 1 100%;
		max-width: 100%;
	}
	.row.products-container.related-items .col-lg-3.col-md-6 {
		width: 45%;
		float: left;
	}
	
	/* Footer */
	#footer .column{
		width: 100%;
	}
}

@media only screen and (max-width: 648px) {
	.footer-accessories .three-columns .bucket{
		width: 50%;
	}
}
@media only screen and (max-width: 600px) {
	.buckets-background .bucket {
		position: relative;
		max-width: 568px;
		height: 96px;
	}
	.footer-change .gallery-box-wrapper .right-box .wp-block-gallery.has-nested-images.columns-4.is-cropped .wp-block-image {
		margin-left: 0 !important; 
	}
	.footer-change .gallery-box-wrapper .right-box .wp-block-gallery.has-nested-images.columns-4.is-cropped {
		grid-template-columns: repeat(1, 320px) !important; 
	}
	.footer-change .gallery-box-wrapper .right-box .wp-block-gallery.has-nested-images.columns-4.is-cropped .wp-block-image {
		width: 320px !important;
	}
    #footer-top .constrain {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
	.footer-area.footer-area-one .wp-block-image{
		text-align: left;
		margin-bottom: 25px;
	}
	.two-columns .bucket,.three-columns .bucket,.four-columns .bucket,.five-columns .bucket {
		width: 100%;
	}
	#header .rfq-button{
		display: none;
	}
	#header-top ul{
		gap: 0;
	}
	#header-top a.tel{
		display: none;
	}
	#home-banner .homepage-banner-static{
		max-width: 100%;
	}
	
	
	.boxslider-wrapper .buckets-intro .carousel .slick-next{
		right: 40%;
		left:auto;
		z-index: 100;
	}
	
	.boxslider-wrapper .buckets-intro .carousel .slick-prev{
		left:40%;
		z-index: 100;
	}
	.carousel .slick-prev{
		left: 0px;
	}
	.carousel .slick-next{
		right: 0px;
	}
	.footer-copyright p:before, .footer-copyright p:last-child::after {
	  content: "|";
	  margin: 0 10px;
	}
    .buckets-small.three-columns .bucket {
        width: 90% !important;
        margin-bottom: 15px;
		overflow: auto;
    }
    .outer-container .left-box{
        width: 100% !important;
        margin: 64px 0px 0px 0px !important;
        padding: 24px !important;
        display: block !important;
    }
	.orange-background-counter .wp-block-columns.is-not-stacked-on-mobile{
		flex-wrap: wrap !important;
	}
	#header .logo img {
        height: 45px;
    }
	.gradient-gray .outer-container{
		padding: 0px 0px 25px 0px;
	}
	.gradient-gray .outer-container .left-box.transparent-bg p{
		padding-right: 0;
	}
	.outer-container {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	#footer .column{
		flex: 1 1 100%;
	}
}

/* Phone (portrait) */
@media only screen and (max-width : 480px) {
	.header-right{
		max-width: 125px;
	}
	form.yith-quote-form{
		flex-direction: column !important;
	}
	form.yith-quote-form button.add_to_quote_text.button{
		margin-top: 25px;
	}
	.post-media-wrapper{
		flex: 0 0 100%;
	}
	#search-dropdown{
		right: unset !important;
	}
	.row.products-container.related-items .col-lg-3.col-md-6 {
		width: 48%;
		float: left;
	}
	#inner-banner{
		height: 160px;
	}
	#inner-banner #breadcrumbs{
		margin-top: 10px;
	}
	#inner-banner:before{
		background: rgba(0, 0, 0, 0.2);
	}
	#quick-contact .left-box .fieldset,
	#request-a-quote .left-box .fieldset
	{
		padding-right: 0;
	}
	#footer-top .constrain{
		padding: 40px 0px 0px 0px;
	}
	#home-banner .title{
		display: none;
	}

	#home-banner .caption{
		top: 60%;
		overflow: auto;
	}
	#home-banner .headline{
		font-size: 28px !important;
	}
	
	.gradient-background-counter {
		background: none !important;
		padding: 0px !important;
	}
	.gradient-background-counter > div> div> div:nth-child(1){
		padding: 0 !important;
		background: none !important;
	}
	.gradient-background-counter > div> div>div:nth-child(1){
		background: #FB7A27!important;
	}
	.gradient-background-counter .wp-block-column{
		padding: 25px;
	}
	.tag-search-form .search-bar-wrapper {
		flex-direction: column;
	}
	.fadeimages-container,.image-overlay  {
		background-size: contain;
		height: 300px;
	}
	.outer-container .custom-video .video{
	    min-height: 250px;;
	}
	.mobile-only{
		display: block !important;
	}
	.hidden-mobile{
		display: none !important;
	}
	
	
	.boxslider-wrapper .buckets-intro .carousel .slick-next{
		right: 35%;
		left:auto;
		z-index: 100;
	}
	
	.boxslider-wrapper .buckets-intro .carousel .slick-prev{
		left: 35%;
		z-index: 100;
	}
	#home-banner .caption .headline{
		letter-spacing: 0px;
	}
	.resources-wrap::before{
		display: none;
	}
	
	.footer-accessories .three-columns .bucket{
		width: 100%;
	}
	.footer-about{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#footer-bottom .constrain {
		flex-direction: row;
		justify-content: center;
    }

    #footer-bottom .constrain .back-to-top-block,
    #footer-bottom .constrain .copyright-block {
        width: auto;
        text-align: center;
		align-content: flex-end;
    }
	
	#footer-bottom .constrain .back-to-top-block{
		order: 1;
	}
	.content.product-container.container-wrapper.pt-5{
		padding-top: 84px !important;
	}
}
