/*
Theme Name:         eSigns
Theme URI:          https://expresssigns.com
Description:        eSigns is a WordPress custom theme for Express Signs.
Version:            8.8.45
Text Domain:        esigns
Tags:               esigns, wordpress, custom, theme
*/

.widget.widget_search {
	text-align: center;
}

.single-gallery .fbx-light, 
.single-gallery .fbx-light .fbx-caption, 
.single-gallery .fbx-light .fbx-open-caption, 
.single-gallery .fbx-light.fbx-phone .fbx-social {
    background-color: rgba(0,0,0,.95);
}

ul.sub-menu {
    background: white;
    list-style: none;
    padding: 10px;
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: none;
	transition: opacity .3s;
}

ul:not(#responsive-menu-pro) .menu-item-has-children {
	position: relative;
	padding-right: 15px;
}

.navbar.transparancy .menu-item-has-children:after {
	border-top-color: white;
}

ul:not(#responsive-menu-pro) .menu-item-has-children:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate3d(0, -50%, 0);
}

ul:not(#responsive-menu-pro) .menu-item-has-children:hover ul.sub-menu {
	z-index: 3;
	opacity: 1;
	display: block;
	min-width: 240px;
}

ul:not(#responsive-menu-pro) .menu-item-has-children:hover {
	background: white;
}

ul:not(#responsive-menu-pro) .menu-item-has-children:hover:after,
.navbar.transparancy .menu-item-has-children:hover:after {
	border-top-color: #666;
}

ul:not(#responsive-menu-pro) .menu-item-has-children:hover > .nav-link {
	color: #666;
}

#main-header .sub-menu .menu-item {
	margin: 0;
}

#main-header .sub-menu .menu-item + .menu-item {
	border-top: 1px solid #eee;
}

#main-header .sub-menu a:hover {
	background: #f5f5f5;
}

.glow-secondary,
.text-secondary.glow-secondary {
	text-shadow: 0 0 10px #080fec, 0 0 10px #1304f9, 0 0 20px #2450b3, 0 0 10px #1026bd, 0 0 20px #0602ff, 0 0 30px #0014ff, 0 0 40px #1b00ff !important;
    color: #4e58f9 !important;
}

#home-section-3 .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}

#home-section-3 .col-md-6:last-of-type .vc_column-inner {
	align-self: center;
}

.vc_carousel-control {
	z-index: 3;
}

.bg-fabric {
	background: url(./inc/img/fabric-bg.png);
}

.home .vc_slide.vc_images_carousel {
	margin-left: auto;
	margin-right: auto;
}

.home .hide-on-xs .vc_images_carousel .vc_carousel-indicators li {
	display: none;
}

.home .hide-on-xs .vc_images_carousel .vc_carousel-indicators li:nth-child(3n+1) {
	display: inline-block;
}

.home .vc_images_carousel .vc_carousel-indicators li {
	margin: 0 6px;
	border-color: #ccc;
	background-color: #ccc;
}

.home .vc_images_carousel .vc_carousel-indicators li.vc_active {
  	border-color: #e62129;
	background-color: #e62129;
}

.home .vc_images_carousel .vc_carousel-control {
	color: white;
    text-shadow: none;
    opacity: 1;
    border-radius: 4px;
    width: auto;
}

.home .vc_images_carousel .vc_carousel-control .icon-prev,
.home .vc_images_carousel .vc_carousel-control .icon-next {
	background: #444;
    border-radius: 4px;
}

.btn-action-primary .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
	border-color: #e62129;
	font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-action-primary .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover,
.btn-action-primary .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus{
	border-color: #e62129;
	background-color: #e62129;
}

.customer-testimonials blockquote {
	position: relative;
}

.customer-testimonials blockquote .testimonial-content {
	text-align: center;
    position: relative;
    z-index: 3;
    padding: 24px;
}

.customer-testimonials .testimonial-content:after{
	content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 16px, 0) rotate(45deg);
}

.customer-testimonials blockquote:before {
    background: white;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.customer-testimonials blockquote:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    background: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 16px, 0) rotate(45deg);
}

.home .vc_column-inner {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

.newsletter {
	position: relative;
}

#home-section-2 .vc_column-inner {
	max-width: none;
}

.popular-products-row .vc_column-inner > .wpb_wrapper {
	background: white;
	position: relative;
}

.newsletter .form-control {
	height: 50px;
    border: none;
    border-radius: 0px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 50px;
}

.newsletter .icon {
	border: none;
    display: block;
    position: absolute;
    top: 11px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(./inc/img/newsletter-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.mc4wp-alert {
	position: relative;
	background: #364F9D;
    padding: 12px;
    font-size: 13px;
}

.mc4wp-alert p {
	margin-bottom: 0;
}

.mc4wp-alert:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #364F9D;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -8px, 0);
}

.hide-on-xs {
	display: none;
}

.visible-on-xs {
	display: block;
}

.home .vc_images_carousel .vc_carousel-control .icon-prev:before,
.home .vc_images_carousel .vc_carousel-control .icon-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin-top: -2px;
}
	
.home .vc_images_carousel .vc_carousel-indicators {
	bottom: 0;
    transform: translate3d(-50%, 40px, 0);
    width: 100%;
    left: 50%;
    margin: 0;
}

ul:not(#responsive-menu-pro) .menu-item-has-children > .nav-link {
    pointer-events: none;
}

.form-group .form-control.w-icon.icon-company {
    background-image: url(./inc/img/company-icon.png);
}

input[type=file].form-control {
	min-height: 44px;
}

@media screen and (min-width: 768px) {
	.hide-on-xs {
		display: block;
	}
	
	.visible-on-xs {
		display: none;
	}
	
	.popular-products-row .vc_column-inner > .wpb_wrapper {
		height: 100%;
		min-height: 470px;
	}
	
	.popular-products-row .vc_btn3-container {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}
}