.gfield.half {
    width: 50%;
    clear: none !important;
    display: inline-block;
}
#gform_wrapper_3 {
    padding: 0px 20px 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15); 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    margin-top: 0;
    border-radius: 15px;
}
#gform_wrapper_3 .gform_heading h3.gform_title {
    font-size: 36px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
#gform_wrapper_3 .gform_footer {
    text-align: right;
}
#gform_wrapper_3 .gform_footer > span{
	margin-right: 10px;
}
#gform_wrapper_1 .gform_body .gform_fields{
	width: 82% !important;
}
div#gform_wrapper_1 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    align-items: center;
}
@media screen and (max-width: 1023px) {
	div#gform_wrapper_1 {
		grid-template-columns: 1fr;
	}
	#gform_1{
		display: flex;
	}
	#gform_1 .gform_body{
		flex: 1;
	}
}
div#gform_wrapper_1 .gform_anchor{
	display: none;
}
#gform_wrapper_1 .gform_footer{
	width: auto;
}
#gform_wrapper_1 .gform_footer input[type=submit]{
	position: relative;
	top: auto;
	background: #002D47;
    color: white;
    font-weight: bold;
    font-size: 16px;
    max-width: 160px;
    display: block;
}
#gform_wrapper_1 input{
	border-radius: 20px !important;
	font-size: 14px;
	line-height: 1;
	padding-left: 20px !important;
}
.gform_description .title{
	margin-bottom: -5px !important;
}
.ginput_container input {
    width: 100% !important;
}
.ginput_container input, .ginput_container textarea{
	padding: 12px 8px !important;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
}
.button{
    border-radius: 20px !important;
    padding: 0px 22px;
}
.button.orange{
	background-color: #FF9100;
}
.button.orange-alt{
	background-color: none;
	color: #FF9100;
	border: 2px solid #FF9100;
	line-height: 37px;
	font-weight: bold;
}
.button.blue{
	background-color: #FFF;
	border: 2px solid #05388B;
	font-size: 16px;
	font-weight: 700;
	min-height: auto;
    line-height: 37px;
    color: #222222;
}

header.banner .main-navigation{
	background: #FFF;
}
header.banner .main-menu a{
	color: #05388b;
}
header.banner .call-247 a{
	color: white;
}
.main-menu {
    display: flex;
    justify-content: flex-end;
}
.header-cta a {
    border-radius: 20px !important;
    padding: 0px 22px !important;
    background: #ff9100;
    min-height: 40px;
    line-height: 40px;
    display: block;
    color: #FFF !important;
}
header.banner .top{
	background: #05388b;
}
header.banner .top div.call-247{
	color: #FFF;
}


section.woo-archive .aside .title {
    text-transform: none;
    font-size: 28px;
    color: #05388B;
    border: none;
}
section.woo-archive .aside ul.subcategories a{
	text-transform: none;
}
section.woo-archive .aside ul.subcategories li{
	padding-left: 15px;
	position: relative;
}
section.woo-archive .aside ul.subcategories > li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #05388B;
    left: 0;
    top: 9px;
    border-radius: 50%;
}
section.woo-archive .aside ul.subcategories li.current-cat ul.children li{
	color: #05388B;
	position: relative;
}
section.woo-archive .aside ul.subcategories li.current-cat ul.children li a{
	color: #05388B;
	position: relative;
}
section.woo-archive .aside ul.subcategories li.current-cat ul.children li:before{
	content: '>';
    position: absolute;
    left: 0;
    font-size: 15px;
    font-weight: 700;
}
section.woo-archive .aside ul.subcategories li.current-cat>a{
	color: #05388B;
	font-weight: 700;
}

section.woo-archive .item a{
	display: block;
}

section.woo-archive .item .thumb{

}
section.woo-archive .item .thumb img{
	min-height: unset !important;
}

section.woo-archive .pagination .pages li{
	margin-right: 0px;
}
@media screen and (min-width: 991px) {
	header.banner.fixed .main-navigation{
		height: 75px;
		line-height: 75px;
	}
}
header.banner .main-navigation .logo a img {
    margin-top: -30px;
    width: 140px;
}

header.banner .toggle-menu{
	color: #05388b;
}
@media screen and (max-width: 991px) {
	header.banner .main-menu.active{
		overflow: hidden !important;
	}
	header.banner .main-menu.active .toggle-menu{
		color: white !important;
	}
	header.banner .main-menu a{
		color: white;
	}
	header.banner div.main-menu ul{
		padding: 0 20px;
	}
}
section.frontpage-header{
	padding: 40px 0px;
}
section.frontpage-header .row{
	display: flex;
}
section.frontpage-header .row .text{ 
	display: flex;
	align-items: center;
}
section.frontpage-header .row .image:after{ 
	content: '';
	position: absolute;
	background: url('../img/ach-logo-bg.svg');
	height: 510px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: -90px;
    right: 0;
    z-index: 0;
}
section.frontpage-header .row .image img{
	position: relative;
	z-index: 1;
}

section.frontpage-header h1{
	font-weight: bold;
	font-size: 54px;
}

@media screen and (max-width: 750px) {
	section.frontpage-header h1{
		font-size: 40px;
	}
}
section.frontpage-header h4{
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	display: block;
}

section.frontpage-shop{
	padding: 40px 0px;
}
section.frontpage-shop h2{
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
section.frontpage-shop p{
	text-align: center;
	line-height: 2;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 20px;
}
section.frontpage-shop .item a{
	text-decoration: none;
}
section.frontpage-shop .item a:hover{
	text-decoration: none;
}
section.frontpage-shop .item .title{
	text-align: left;
	margin: 0;
	padding: 10px 25px 25px;
	text-transform: none;
}
section.frontpage-shop .item .description{
	text-align: left;
	margin: 0;
	padding: 0px 25px 25px;
	color: black;
}
section.frontpage-shop .item .buttons{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	padding: 0 25px;
}
section.frontpage-shop .item .title span{
	position: relative;
	transform: unset;
	width: auto;
	top: auto;
	left: auto;
}

section.services, section.about{
	padding: 40px 0px;
}
section.services h2, section.about h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
section.services p{
	line-height: 2;
}
section.services .row, section.about .row{
	display: flex;
}
section.services .row .text, section.about .row .text{
	display: flex;
	align-items: center;
	padding-right: 20px;
}

section.product-specs ul{
	padding-left: 20px;
}

/* --- ARCHIVE CONTENT --- */

section.archive-more-info{
	padding: 40px 0px 60px;
	margin-top: 40px;
	background: #002D47;
	color:  #FFF;
}
section.archive-more-info h2{
	color: #FF9100;
	margin-bottom: 20px;
	font-weight: bold;
}
section.archive-more-info p{
	line-height: 2;
	column-count: 2;
	column-gap: 40px;
}

section.archive-bottom-info{
	padding: 40px 0px 20px;
}
section.archive-bottom-info h2{
	font-weight: bold;
	margin-bottom: 20px;
}
section.archive-bottom-info p{
	line-height: 2;
}

/* --- SINGLE CONTENT --- */
body.single-product h1, body.single-product h2{font-weight: bold;}
body.single-product .text p{
	line-height: 2;
}
.product-top{
	margin-bottom: 0;
	padding-bottom: 40px;
	padding-top: 80px;
}
.single-tabs{
	padding: 20px 0 40px;
	background: #002D47;
	color: #FFF;
}
.single-tabs h2{
	color: #FF9100;
}
.single-tabs p{
	line-height: 2;
}
.single-more-info .row{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.characteristics{

}

@media screen and (max-width: 991px) {
	.list-categories{
		grid-template-columns: 1fr 1fr;
	}
}

.newsletter {
    background: #FF9100;
    padding: 40px 0px;
    color: #222222;
}
footer.content-info{
	padding-top: 0;
}
footer.content-info .bottom{
	margin-top: 0;
}
footer.content-info .menus{
	padding-top: 40px;
    padding-bottom: 40px;
}
footer.content-info .contact .textwidget{
	column-count: 2;
}