/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.6.4
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/
.woocommerce-breadcrumb {
    margin-top: 1.786em !important;
    margin-bottom: 1.786em !important;
}
.timeline-item {
    padding-left: 130px;
}
.timeline-year {
	color: #323c91;
	font-family: Montserrat;
}
@media (min-width: 500px){
    .timeline-year {
        font-size: 24px;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        top: 0;
    }
    .timeline-title {
        font-size: 18px;
        margin-bottom: 13px;
        margin-top: 2px;
    }
}
ul.products {
	display: flex;
	flex-wrap: wrap;
}

li.product h2 {
	font-size: 1.071em;
	line-height: 1.286em;
	font-weight: 700;
	height: 2.572em;
	overflow: hidden;
}

.brochure-btn {
	font-size: 18px;
}

.brochure-btn {
	float: right !important;
	background: #000;
	position: relative;
	padding-left: 40px;
	margin-left: auto !important;
}

.brochure-btn a:hover {
	background-color: #000 !important;
}

#header-v3 .navbar-nav {
	display: flex;
	align-items: center;
}

#header-v3 .navbar-nav .menu-item:nth-last-child(2) a {
	border: 0px !important;
}

.brochure-btn:after {
	position: absolute;
	content: "";
	background-image: url(https://www.halsonsgroup.com/wp-content/uploads/2022/06/file.png);
	top: 16px;
	left: 22px;
	height: 32px;
	width: 32px;
	background-size: cover;
}

nav.navbar.navbar-primary.navbar-full.yamm {
	padding: 0px;
}

ul#menu-main-menu li {
	padding-top: 5px;
	padding-bottom: 5px;
}

ul#menu-main-menu li:last-child {
	margin-left: auto;
}

footer#colophon {
	margin-top: 40px;
}

footer#colophon .footer-bottom-widgets {
	padding-top: 20px;
}

@media (max-width: 991px) {
	.site-footer {
		padding-bottom: 0px;
	}
}

@media (max-width: 767px) {
	.brochure-btn {
		float: left !important;
	}

	nav.navbar.navbar-primary.navbar-full.yamm {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	footer#colophon .footer-contact {
		padding-bottom: 20px;
	}
}

@media (max-width: 1024px) {
	#header-v3 .navbar-nav {
		display: unset;
	}

	.brochure-btn {
		font-size: 16px;
	}

	.brochure-btn {
		padding-left: 30px;
	}

	.brochure-btn:after {
		left: 20px;
	}
	.off-canvas-navbar-toggle-buttons.clearfix {
		display: block !important;
	}
	.handheld-header-links {
		display: none;
	}
	.site-search {
		display: none;
	}
	.mobile-header-v1 {
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.mobile-header-v1 .header-logo {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.brochure-btn {
		width: 100%;
	}
	.off-canvas-navigation.light ul li.brochure-btn a{
		color: #fff !important;
	}
	.brochure-btn:after {
		top: 15px;
		height: 25px;
		width: 25px;
	}
}

.electro-navbar-primary .nav {
	align-items: center;
}

ul#menu-main-menu a {
	font-size: 16px;
}

.electro-navbar-primary .nav>.menu-item+.menu-item>a {
	border-left-color: transparent !important;
}

.off-canvas-navbar-toggle-buttons.clearfix {
	display: none;
}

a.slider-link {
	color: #fff;
}

.footer-contact.col-md-5 {
	display: flex;
	width: 100%;
	gap: 50px;
	flex-wrap: nowrap;
}

footer#colophon .footer-bottom-widgets {
	padding-top: 50px;
	padding-bottom: 20px !important;
}

.footer-address {
	width: 33%;
}

ul#menu-main-menu li:last-child a {
	background: transparent;
}

/* ## Timeline */
.timeline-item {
	padding-left: 35px;
	position: relative;
}

.timeline-item:after,
.timeline-item:before {
	content: "";
	position: absolute;
}

.timeline-item:after {
	background-color: #e4e4e4;
	bottom: 0;
	left: 3px;
	top: 4px;
	width: 2px;
}

.timeline-item:last-child:after {
	bottom: auto;
	height: 59px;
}

.timeline-item+.timeline-item {
	margin-top: 43px;
}

.timeline-item+.timeline-item:after {
	top: -52px;
}

.timeline-item:before {
	box-shadow: 0 0 0 2px #fff;
	border-radius: 100%;
	height: 8px;
	left: 0;
	top: 4px;
	width: 8px;
	z-index: 1;
}

.home-v3-da-block>.da-block {
	margin: 0 0px 43px 0px;
}

.home-v3-da-block>.da-block .da {
	padding: 0px;
}

.home-v3-da-block>.da-block {
	gap: 30px;
}
.social-icons{
	align-items: baseline !important;
}
@media (min-width: 500px) {
	.timeline-item {
		padding-left: 130px;
	}

	.timeline-item:after {
		left: 87px;
	}

	.timeline-item:before {
		left: 84px;
	}
}

.timeline-year {
	font-size: 18px;
	margin-bottom: 7px;
}

@media (min-width: 500px) {
	.timeline-year {
		font-size: 24px;
		left: 0;
		margin-bottom: 0;
		position: absolute;
		top: 0;
	}
}

.timeline-title {
	font-size: 18px;
	margin-bottom: 13px;
	margin-top: 2px;
}

.timeline-item:before {
	background-color: #00abc5;
}

.timeline-year {
	color: #00abc5;
}

.timeline-heading {
	font-size: 26px;
	margin-bottom: 30px;
}

.timeline-heading:after {
	text-align: left;
	background-color: #00abc5;
	top: 45px;
	content: "";
	left: 17px;
	height: 3px;
	position: absolute;
	width: 73px;
}

.page .entry-header {
	background-size: cover;
	background-position: center top;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	position: relative;
	min-height: 185px;
	margin-bottom: 0;
	background-color: #eaeaea;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: right;
}

.page .entry-header h1 {
	font-size: 2.857em;
	letter-spacing: -.025em;
	font-weight: 700;
}

.container {
	max-width: 1200px;
}

.woocommerce-breadcrumb {
	padding: 0px;
}

.da-block .da-media-body {
	max-width: 100% !important;
}

.da {
	width: 100% !important;
}

.da-block.justify-content-between.flex-nowrap.align-items-stretch.overflow-auto.row.row-cols-md-2.row-cols-xl-4 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100% !important;
	max-width: 100% !important;
}

.da-block .da:nth-child(3),
.da-block .da:nth-child(4) {
	display: none !important;
}

a.da-media.d-flex.stretched-link {
	margin: 20px !important;
}

.footer-logo {
	order: 1;
}

.footer-call-us {
	order: 3;
}

.footer-address {
	order: 2;
}

.footer-social-icons {
	order: 4;
}

.features-list .feature {
	margin: 10px 0px;
}

.da-block .da-action:after {
	width: 18px;
	height: 18px;
	line-height: 1.3;
}
.single-product.full-width .single-product-wrapper {
    margin-bottom: 0px;
}
@media (max-width: 767px) {
	#content {
		margin-bottom: 0px;
	}
	.store-info.store-info-v2.vc_column_container .vc_column-inner{
		padding-right: 15px;
	}
	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
		margin-bottom: 0px;
	}
	.home-v3-da-block>.da-block {
		gap: 20px;
		grid-template-columns: 1fr !important;
	}

	.products-carousel-tabs .nav .nav-item+.nav-item {
		padding-left: 0;
		margin-left: 15px;
	}

	.features-list {
		flex-wrap: wrap;
	}

	.features-list .feature {
		width: 100%;
		padding: 30px 15px;
		margin: 0px;
		border-bottom: 1px solid #ddd;
	}

	.features-list .feature+.feature {
		border-left: 0px solid #ddd;
	}

	.features-list .feature:nth-last-child(1) {
		border-bottom: 0px !important;
	}
	.da-block .da-action:after {
		line-height: 1.6;
	}
	nav.woocommerce-breadcrumb {
    padding: 15px;
	}
	.page .entry-header h1 {
		font-size: 26px !important;
		text-align: center;
	}
	.handheld-footer.d-lg-none {
			display: none !important;
	}
	.desktop-footer.d-none.d-lg-block.container {
			display: block !important;
	}
	.footer-contact.col-md-5 {
			gap: 30px;
			flex-direction: column;
	}
	.footer-address {
			width: 100% !important;
	}
	.footer-call-us {
			margin-bottom: 0px;
	}
	.copyright-bar .float-start {
			float: unset !important;
			text-align: center;
	}
}