h1 {
    font-size: 2em;
}

.woocommerce #genesis-content ul.products li{
margin-right:2.5%;
}

body.home div#hero-img {
    background: #f1f1f1 url(/wp-content/uploads/mobile-hero-default.jpg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-slide {
    position: relative;
}

.slick-list, .slick-slide, .slide-inner {
    min-height: 510px !important;
}

.home-slider {
    border-bottom: solid 1px #dddddd;
}

.slide-inner {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-between;
    height: 100%;
}

.slide-inner .img-wrap {
    order: 2;
    width: 48%;
    display: flex;
    align-items: center;
	justify-content:center;
}

.slide-text-wrap {
    order: 1;
    display: flex;
    align-items: center;
    position: relative;
    width: 52%;
}

.slide-text {
    width: 100%;
    padding-right: 50px;
}

p.featured-text {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
	font-weight:700;
}

.slide-inner p.primary-text {
    font-family: 'Montserrat', sans-serif;
    color: #0074b1;
    font-size: 40px;
    text-shadow: none;
    line-height: 1.125;
    font-weight: 700;
    margin-bottom: 12px;
}

.slide-inner p.secondary-text {
    text-shadow: none;
    max-width: 100%;
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	margin-bottom:20px;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: 50px;
    top: calc(50% - 70px);
    background: none;
    cursor: pointer;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    color: #a6a6a6;
    font-size: 70px;
    line-height: 1;
}

.slick-slide .img-wrap img {
    margin: 0 auto;
}

button.slick-next.slick-arrow svg {
    color: #a6a6a6;
    font-size: 64px;
    transition: all 300ms;	
    height: 64px;
    width: auto;
}

button.slick-next.slick-arrow:hover svg {
    color: #000;
}

button.slick-prev.slick-arrow {
    position: absolute;
    left: 50px;
    top: calc(50% - 70px);
    background: none;
    cursor: pointer;
    z-index: 1;
	padding-left: 0;
    padding-right: 0;
    color: #a6a6a6;
    font-size: 70px;
    line-height: 1;
}

button.slick-prev.slick-arrow svg {
    color: #a6a6a6;
    font-size: 64px;
    transition: all 300ms;	
    height: 64px;
    width: auto;
}

button.slick-prev.slick-arrow:hover svg {
    color: #000;
}

.home .site-inner {
    padding-top: 0;
}

.home ul.slick-dots {
    padding: 0;
    background: #333;
    display: flex !important;
    justify-content: center;
    border-bottom: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
}

#genesis-content ul.slick-dots {
    margin-bottom: 0 !important;
}

.home-slider.slick-initialized.slick-slider.slick-dotted {
/*     margin-bottom: 48px; */
}

ul.slick-dots li {
    background-image: none !important;
    width: 260px;
    max-width: 20%;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    border-left: solid 1px #565656;
	position: relative;
}

ul.slick-dots li a {
    color: #fff;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    font-size: 1.125rem;
    padding: 7px 20px;
	cursor:pointer;
	position: relative;
    z-index: 2;
}

ul.slick-dots li a img {
    display: block;
    margin-right: 5px;
}

ul.slick-dots li:last-child {
    border-right: solid 1px #565656;
}

ul.slick-dots li.slick-active a {
    background: #fff;
    color: #293772;
}

body.woocommerce.home.full-width-content .content, body.woocommerce-page.full-width-content .content {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

body.home.woocommerce-page .content-sidebar-wrap {
    width: 100%;
	padding:0;
}

.main-content-text {
    width: 70%;
}

.main-content-img {
    width: 30%;
    text-align: center;
}

.main-content-img img {
    display: inline-block;
    margin-bottom: 10px;
    transition: all 300ms;
}

.main-content-img a:hover img {
    opacity: 0.8;
}

h1.page-title {
    margin-bottom: 32px;
}

.featured-services .row-inner {
    display: flex;
    justify-content: space-between;
}

.featured-service {
    width: 31%;
    position: relative;
}

.service-icon {
    background: #0e52a6;
    width: 45px;
    height: 45px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -22px;
    z-index: 1;
    font-size: 20px;
}

.featured-service img {
    border: solid 1px #dfdfdf;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.service-text h2 {
    margin-bottom: 16px;
    text-align: center;
}

.service-text p {
    text-align: center;
	margin-bottom:0;
}

.row.main-content {
	margin-top:48px;
    margin-bottom: 48px;
}

ul.slick-dots li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(51, 51, 51, 0);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
    transform: rotate(45deg);
    z-index: 1;
    transition: all 300ms;
}

ul.slick-dots li.slick-active:before {
    background: rgba(255,255,255,1);
	border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

div#hero-img {
    margin-bottom: 32px;
}

div#slick-slide04 .img-wrap {
    display: flex;
    align-items: flex-end;
}

#mfg-logos .row-inner {
    display: flex;
    padding: 32px 0;
    justify-content: space-between;
}

#mfg-logos {
    margin-bottom: 0;
}

.mfg-blade-logo {
    padding: 0 10px;
}

.mfg-blade-logo:first-child {
    padding-left: 0;
}

.mfg-blade-logo:last-child {
    padding-right: 0;
}

li.product-category.first {
    clear: none !important;
}

.woocommerce #genesis-content ul.products li:nth-child(5n) {
    margin-right: 0;
}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products li.product {
	width:18%;
}

body.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 16px;
}

body.woocommerce ul.products li.product.prod-cat-99 .woocommerce-loop-category__title, body.woocommerce ul.products li.product.prod-cat-161 .woocommerce-loop-category__title {
    font-size: 13px;
}

.row.mobile-categories {
    background: linear-gradient(45deg, #003961, #0280c4);
    padding: 50px 0;
}

.row.mobile-categories h2, .row.mobile-categories p {
    color: #fff;
}

select#redirectSelect {
    border-radius: 0;
    border: none;
    margin-bottom: 8px;
    padding: 13px 32px 13px 14px;
    font-size: 16px;
    background: #fff url(/wp-content/uploads/caret-down-solid-1.svg) right 8px center no-repeat;
    background-size: 10px;
}

.row.mobile-categories input[type="submit"] {
    width: 100%;
    background: #ff6204;
    color: #fff!important;
    text-decoration: none;
    font-family: 'Roboto' ,sans-serif;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 0;
    font-size: 1.125em;
    display: inline-block;
    transition: all 300ms;
    height: 50px;
}

@media only screen and (max-width:1500px) {
	button.slick-prev.slick-arrow {
		left: 16px;
	}

	button.slick-next.slick-arrow {
		right: 16px;
	}

	button.slick-prev.slick-arrow svg, button.slick-next.slick-arrow svg {
		font-size: 48px;
	}
}

@media only screen and (max-width:1400px) {
	.slide-inner {
		max-width: 100%;
		padding: 0 50px;
	}

	ul.slick-dots li {
		width: 20%;
	}

	ul.slick-dots li a {
		font-size: 1rem;
	}
	
	.home h1.page-title {
		padding: 0;
		padding-left: 0 !important;
	}

	.main-content-text {
		padding-right: 50px;
	}
	
	body.woocommerce.home.full-width-content .content, body.woocommerce-page.full-width-content main#genesis-content {
		padding: 0 !important;
	}
	
	button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
		font-size: 40px;
		top: calc(50% - 40px);
	}
	
	.woocommerce #genesis-content ul.products li {
		width: 23.1%;
	}

	.woocommerce #genesis-content ul.products li:nth-child(5n) {
		margin-right: 2.5%;
	}

	.woocommerce #genesis-content ul.products li:nth-child(4n) {
		margin-right: 0;
	}
}

@media only screen and (max-width:1200px) {
	.slick-list, .slick-slide, .slide-inner {
    	min-height: 1px !important;
	}
	.slide-inner .img-wrap {
		width: 50%;
	}

	.slide-text-wrap {
		width: 50%;
	}
	
	.slide.slick-slide {
		height: 500px;
	}
}

@media only screen and (max-width:1150px) {
	.slide-inner p.primary-text {
		font-size: 28px;
	}

	.slide-inner p.secondary-text {
		width: 100%;
		font-size: 1rem;
	}
	
	.slick-list, .slick-slide, .slide-inner {
    	min-height: 1px !important;
	}
	
	.slide-inner p.secondary-text {
		font-size: 0.75em;
		margin-bottom: 12px;
	}

	.slide-inner p.primary-text {
		font-size: 20px;
		line-height: 1;
	}

	.slick-slide a.primary-btn {
		font-size: 0.75em;
		padding: 5px 20px;
	}
	
	p.featured-text {
		font-size: 0.625em;
	}
	
	body.woocommerce ul.products li.product.prod-cat-159 .woocommerce-loop-category__title {
		font-size: 13px;
	}
	
	.woocommerce #genesis-content ul.products li {
		width: 31.66%;
	}

	.woocommerce #genesis-content ul.products li:nth-child(4n) {
		margin-right: 2.5%;
	}

	.woocommerce #genesis-content ul.products li:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width:950px) {
	ul.slick-dots {
		display: none !important;
	}

	.slick-slider {
		border-bottom: solid 1px #dedede;
	}

	button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
		display: none !important;
	}

	.slide-inner {
		padding: 0 32px;
	}
	
	.slide.slick-slide {
		height: 300px;
	}

	.slick-slide .img-wrap img {
		max-height: 280px;
	}
}

@media only screen and (max-width:860px) {
	.woocommerce #genesis-content ul.products li {
		width: 48.5%;
	}

	.woocommerce #genesis-content ul.products li:nth-child(3n) {
		margin-right: 2.5%;
	}

	.woocommerce #genesis-content ul.products li:nth-child(even) {
		margin-right: 0;
	}
}

@media only screen and (max-width:768px) {
	.main-content-text {
		padding: 0;
		width: 100%;
	}

	.main-content .row-inner {
		flex-wrap: wrap;
	}

	.main-content-img {
		width: 100%;
		margin-bottom: 32px;
	}

	.main-content-img a.primary-btn {
		display: block;
	}

	.featured-services .row-inner {
		flex-wrap: wrap;
	}

	.featured-service {
		width: 100%;
		margin-bottom: 60px;
	}

	.featured-service.third {
		margin-bottom: 0;
	}
	
	.home-slider {
		display: none;
	}
	
	.slide-inner p.secondary-text {
		display: none;
	}
}

@media only screen and (max-width:700px) {
	.home-slider {
		display: none;
	}
	
	.home div#hero-img {
		display: block;
	}
}

@media only screen and (max-width:600px) {
	.home #genesis-content .page-title {
		padding-top:0;
	}
	
	.woocommerce #genesis-content ul.products li{
		margin-right:0%;
	}
	
	.slide-inner p.primary-text {
		font-size: 18px;
	}
}

@media only screen and (max-width:500px) {
	a.primary-btn:after {
		display: none;
	}
}

@media only screen and (max-width:450px) {
	.slide-inner .img-wrap {
		width: 40%;
	}
	
	.slide-text-wrap {
		width: 60%;
	}
}

@media only screen and (max-width:400px) {
	.slide-text {
		padding-right: 20px;
	}	
}