/*
 Theme Name:   DetailX Child Theme
 Theme URI:    https://detailx.ancorathemes.com/
 Description:  DetailX Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     detailx
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  detailx
*/


/* =Theme customization starts here
------------------------------------------------------------ */
header {
	z-index: 99 !important;
	background: #fff !important;
}
.header-right .header-nav nav > ul > li > a > span {position: relative;}
.header-right .header-nav nav > ul > li > a > span:after {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	background: #000000;
	transition: width .2s ease 0s, left .2s ease 0s;
	width: 0;
}
.header-right .header-nav nav > ul > li > a:hover > span:after {
	width: 100%;
	left: 0;
}
.header-right .header-nav nav ul li a::after {
	/*display: inline-block !important;
	content: '\e882' !important;*/
}
.home-services .sc_services_item_content .sc_services_item_content_inner {
	padding: 30px 48px;
	/*z-index:99;*/
}
.home-services .sc_services_item_content .sc_services_item_content_inner .sc_services_item_text {
	display: none;
}
.home-services .sc_services_item_content .sc_services_item_content_inner .sc_services_item_content_inner_bottom {
	padding: 20px 0;
	transform: inherit !important;
}
.home-services .sc_services_item_content .sc_services_item_content_inner .sc_services_item_content_inner_bottom .sc_services_item_title a {
	color: #FFF;
	font-family: "Lato", Sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 46.5px;
	text-transform: capitalize;
	display:inline-block;
}
.home-services .sc_services_item_content .sc_services_item_content_inner .sc_services_item_content_inner_bottom .sc_services_item_title a{position: relative;}
.home-services .sc_services_item_content .sc_services_item_content_inner .sc_services_item_content_inner_bottom .sc_services_item_title a:after {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	background: #ffffff;
	transition: width .2s ease 0s, left .2s ease 0s;
	width: 0;
}
.home-services .sc_services_item_content .sc_services_item_content_inner:hover .sc_services_item_content_inner_bottom .sc_services_item_title a:after {
	width: 100%;
	left: 0;
	bottom: -10px;
}

/*.home-services .sc_services_item_content:hover .sc_services_item_content_inner .sc_services_item_content_inner_bottom .sc_services_item_title {text-decoration:underline;}*/


.home-services .sc_services_item_content .sc_services_item_content_inner .sc_services_item_title::before {
	content: "";
	font-size: 0;
	background: url(https://instint.conversiondev.com.au/wp-content/uploads/2024/02/white-arrow.png);
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 4px;
	-webkit-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.home-services .sc_services_item_content .sc_services_item_content_inner .sc_services_item_content_inner_bottom .sc_services_item_button{
	display:none;
}
.home-services .sc_services_item_content:hover::after {
	background: none !important;
	opacity:0 !important;
}
.home-services .sc_services_item_content::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), lightgray 50% / cover no-repeat, #19181B; !important;
	opacity:0.2 !important;
}
.home-services .sc_services_item_content:hover::before {
	background: none !important;
	opacity:0 !important;
}
.sc_services_strong .sc_services_item_content:hover .sc_services_item_content_inner .sc_services_item_title::before {
	background: url(https://instint.conversiondev.com.au/wp-content/uploads/2024/02/white-arrow-hover.png);
}
.what-we-do-section .sc_item_subtitle {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 8px 0;
	font-family: "Lato", Sans-serif;
	letter-spacing: inherit;
	line-height: normal;
}
.getintouch-careers .sc_item_subtitle {
	margin: 0 0 24px 0;
	text-align: center;
	font-family: "Lato", Sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.getintouch-careers .sc_item_title {
	line-height: inherit;
}
.getintouch-careers .sc_item_button {
	margin: 24px 0 0 0 !important;
}
.getintouch-careers .sc_item_button a {
	margin: 0;
	padding: 10px 24px;
	border-width: 3px !important;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.testimonial-post .sc_testimonials .sc_testimonials_item{}
.testimonial-post .sc_testimonials .sc_testimonials_item .sc_testimonials_item_content p {
	color: #1E1E1E;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	font-family: "Lato", Sans-serif;
}
.testimonial-post .sc_testimonials .sc_testimonials_item .sc_testimonials_item_author {
	margin: 32px 0 0 0;
}
.testimonial-post .sc_testimonials .sc_testimonials_item .sc_testimonials_item_author .sc_testimonials_item_author_title {
	color: #B90000;
	text-align: center;
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.testimonial-post .sc_testimonials .sc_testimonials_item .sc_testimonials_item_author .sc_testimonials_item_author_subtitle {
	color: #fff;
	text-align: center;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin: 8px 0 0 0;
}
.testimonial-post .sc_testimonials .slider_pagination_wrap {
	margin-top: 32px;
}
.testimonial-post .sc_testimonials .slider_controls_wrap a::before{
	content: "";
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	background: url(https://instint.conversiondev.com.au/wp-content/uploads/2024/02/white-arrow.png);
	font-size: 0 !important;
}
.testimonial-post .sc_testimonials .slider_controls_wrap a.slider_prev:before{transform: rotate(180deg);}
.testimonial-post .sc_testimonials .slider_controls_wrap a.slider_next:before{}
.services-icons {}
.services-icons .sc_icons_columns_wrap .sc_icons_item {
	background: #fff !important;
	padding: 186px 48px;
	box-shadow: none !important;
}
.services-icons .sc_icons_columns_wrap .sc_icons_item .sc_icons_icon svg {
	width: 128px;
	height: 128px;
	margin: 0;
}
.services-icons .sc_icons_columns_wrap .sc_icons_item .sc_icons_item_details {
	margin-top: 32px;
}
.services-icons .sc_icons_columns_wrap .sc_icons_item .sc_icons_item_details .sc_icons_item_title {
	color: #0D0C0F;
	font-family: "Lato", Sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	text-transform: capitalize;
}
.services-icons .sc_icons_columns_wrap .sc_icons_item .sc_icons_item_details .sc_icons_item_description {
	color: #0D0C0F;
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.instint-btn {
	padding: 10px 24px !important;
}
.instint-btn .sc_button_title {
	color: #FFF;
	text-align: center;
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	letter-spacing:0;
}
.latest-articles {}
.latest-articles .sc_item_subtitle {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 8px 0;
	font-family: "Lato", Sans-serif;
	letter-spacing: inherit;
	line-height: normal;
}
.latest-articles .sc_item_title {
	line-height: 46.5px;
}

.latest-articles .latest-articles-post {}
.latest-articles .latest-articles-post .post_item {
	padding-bottom: 48px;
}
.latest-articles .latest-articles-post .post_featured {
	margin: 0 0 32px 0;
}
.latest-articles .latest-articles-post .post_meta .post_categories.cat_sep {
	display: none;
}
.latest-articles .latest-articles-post .post_meta .post_date a {
	color: #FFC800;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.latest-articles .latest-articles-post .post_title {
	margin: 8px 0 0 0;
}
.latest-articles .latest-articles-post .post_title a {
	margin: 0;
	color: #19181B;
	font-family: "Lato", Sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.latest-articles .latest-articles-post .more-wrap .post-more-link {
	margin: 32px 0 0 0;
}
.latest-articles .latest-articles-post .post_header {
	padding: 0 32px;
}
/*.latest-articles .latest-articles-post .more-wrap .post-more-link:hover .link-text {
	color: #0D0C0F;
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 20px 0 0;
}*/
.latest-articles .latest-articles-post .post_item:hover .link-text {
	opacity: 1;
	text-indent: 0;
	margin-right: 6px;
	visibility: visible;
	-webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, color 0.4s ease, opacity 0.4s ease;
	-ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, color 0.4s ease, opacity 0.4s ease;
	transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, color 0.4s ease, opacity 0.4s ease;
	color: #0D0C0F;
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 20px 0 0;
}
.latest-articles .latest-articles-post .more-wrap .post-more-link .more-link-icon {
	width: 32px;
	height: 32px;
}
.latest-articles .latest-articles-post .more-wrap .more-link-icon::before {
	content: "";
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	background: url(https://instint.conversiondev.com.au/wp-content/uploads/2024/02/article-arrow.png);
	font-size: 0 !important;
}

.home-contact-form .sc_item_subtitle {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 8px 0;
	font-family: "Lato", Sans-serif;
	letter-spacing: inherit;
	line-height: normal;
}
.home-contact-form .sc_item_title {
	line-height: 46.5px;
}
.home-contact-details {}
.home-contact-details .wpcf7-form .wpcf7-form-control-wrap input {
	color: #fff;
	font-family: "Lato", Sans-serif;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal !important;
	text-transform: capitalize;
}
.home-contact-details .wpcf7-form .wpcf7-form-control-wrap input::placeholder {
	color: #fff;
	font-family: "Lato", Sans-serif;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal !important;
	text-transform: capitalize;
}
.home-contact-details .wpcf7-form .wpcf7-form-control-wrap input:placeholder{color:red;}
.home-contact-details .wpcf7-form .wpcf7-submit-style input {
	padding: 10px 48px 10px 24px !important;
	color: #FFF;
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.home-contact-details .wpcf7-form .wpcf7-submit-style .submit-style-in {background:#B90000;}
.home-contact-details .wpcf7-form .wpcf7-submit-style .submit-style-in:hover {background:#bf0303;}
.home-contact-details .wpcf7-form .wpcf7-submit-style .submit-style-in::before {
	right: 24px;
	left: auto;
}
.home-contact-details .wpcf7-form .columns_wrap .column-1_2 {
	padding-bottom: 32px !important;
	margin-bottom: 10px;
}
.home-contact-details .wpcf7-form .columns_wrap .column-1_1 {
	padding-bottom: 56px !important;
	margin-bottom: 10px;
}
.footer_custom {}
.custom-copyroght {}

.footer_custom .footer-bottom-links {}
.footer_custom .footer-bottom-links nav > ul > li > a {
	/*min-width: 243px;*/
	padding: 0 10px 0 34px;
	text-align: center;
	border-left: 1px solid #000;
	margin-right: 24px;
	color: #000;
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.footer_custom .footer-bottom-links nav > ul > li:first-child > a {border:0;}
.footer_custom .footer-bottom-links nav ul li .sub-menu li a {
	color: #FFF;
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.footer_custom .footer-links #menu_footer > li {
	margin-bottom: 19px;
	vertical-align: top;
}
.footer_custom .footer-links #menu_footer > li > a {
	/*color: #000;*/
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 25px;
	margin-bottom: 0;
	text-transform: capitalize;
	padding: 0;
}
.footer_custom .footer-links #menu_footer > li > a .open_child_menu {
	line-height: 25px;
	display: none !important;
}
.footer_custom .footer-links #menu_footer > li .sub-menu {
	padding: 0;
	display: block !important;
}
.footer_custom .footer-links #menu_footer > li .sub-menu a {
	padding: 0;
	margin-top: 4px;
	color: #FFF;
	font-family: "Lato", Sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer-socialicons .social_item {
	margin: 0 24px 22px 0 !important;
	background: #000;
	border-radius: 100%;
	outline: none;
}
.footer-socialicons .social_item .social_icon {
	width: 32px !important;
	height: 32px !important;
	border: 0 !important;
	color: #fff !important;
	line-height: 32px !important;
	font-size: 18px !important;
}
.custom-copyroght p {
	color: rgba(255, 255, 255, 0.48);
}
.custom-copyroght a {
	color: rgba(255, 255, 255, 0.48) !important;
}
.header-phone .sc_layouts_item_icon {
	width: 46px !important;
	height: 46px !important;
	background: #FFC800 !important;
	text-align: center;
	line-height: 46px !important;
	border-radius: 0 !important;
}
.header-phone .sc_layouts_item_icon:before {
	color: #0D0C0F !important;
}
.header-phone .sc_layouts_item_details {
	margin-left: 8px !important;
	line-height: 46px;
}
.header-phone .sc_layouts_item_details span {
	color: #0D0C0F !important;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 46px;
	text-transform: capitalize;
	vertical-align: top;
}
.header-right .sc_layouts_item {
	margin-left: 30px !important;
}
.header-right .header-getquote-btn {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.header-right .header-getquote-btn .sc_item_button {
	margin: 0;
}
.header-right .header-getquote-btn .sc_item_button .sc_button {
	padding: 10.5px 24px;
	margin: 0;
	color: #fff;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	vertical-align: top;
	background: #B90000;
	letter-spacing: inherit;
}
.header-right .header-nav {
	margin: 0 10px 0 0 !important;
}
.header-right .header-nav nav > ul > li {
	margin-left: 30px;
}
.header-right .header-nav nav > ul > li:first-child {
	margin-left: 0;
}
.header-right .header-nav nav > ul > li > a {
	padding: 10px;
	color: #0D0C0F;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	text-decoration: none;
}
.header-right .header-nav nav > ul > li > a:after{
	display: inline-block !important;
	width: auto !important;
	position: inherit;
	vertical-align: top;
	margin-left: 5px;
	top: inherit;
	bottom: inherit;
	line-height: 25px;
	background: none !important;
	content: "" !important;
}
.header-right .header-nav nav > ul > li.menu-item-has-children > a:after{content: '\e882' !important;}


.menu_hover_zoom_line .sc_layouts_menu_nav li li:not(.menu-collapse).current-menu-item > a > span{padding-left:0 !important;}

@media only screen and (min-width: 768px) {
.custom-copyroght p br {display:none;}
}

@media only screen and (max-width: 767px) {
.home-services .sc_services_item_content .sc_services_item_content_inner {
	padding: 30px 24px;
}
.home-services .sc_services_item_content .sc_services_item_content_inner .sc_services_item_content_inner_bottom .sc_services_item_title a {
	font-size: 28px;
	line-height: 32px;
}

.getintouch-careers .sc_item_subtitle {
	font-size: 20px;
	margin: 0 0 12px 0;
}
.getintouch-careers .sc_item_button {
	margin: 12px 0 0 0 !important;
}
.testimonial-post .sc_testimonials .sc_testimonials_item .sc_testimonials_item_content p {
	font-size: 16px;
}
.testimonial-post .sc_testimonials .sc_testimonials_item .sc_testimonials_item_author {
	margin: 24px 0 0 0;
}
.testimonial-post .sc_testimonials .sc_testimonials_item .sc_testimonials_item_author .sc_testimonials_item_author_title {
	font-size: 16px;
}
.testimonial-post .sc_testimonials .sc_testimonials_item .sc_testimonials_item_author .sc_testimonials_item_author_subtitle {
	margin: 0;
	font-size: 16px;
}
.services-icons .sc_icons_columns_wrap .sc_icons_item {
	padding: 74px 48px;
}	
.services-icons .sc_icons_columns_wrap .sc_icons_item .sc_icons_item_details .sc_icons_item_title {
	font-size: 28px;
}
.services-icons .sc_icons_columns_wrap .sc_icons_item .sc_icons_item_details .sc_icons_item_description {
	font-size: 16px;
}
.latest-articles .sc_item_subtitle {
	font-size: 16px;
	margin: 0 0 4px 0;
}	
.latest-articles .sc_item_title {
	line-height: 32px;
}
.latest-articles .latest-articles-post .post_meta .post_date a {
	font-size: 16px;
}
.latest-articles .latest-articles-post .post_title a {
	font-size: 20px;
}
.latest-articles .latest-articles-post .more-wrap .post-more-link {
	margin: 12px 0 0 0;
}
.latest-articles .latest-articles-post .post_item {
	padding-bottom: 24px;
}
.latest-articles .sc_button_wrap .sc_button {
	width: 100%;
}
.latest-articles .sc_button_wrap .sc_button .sc_button_text {
	width: 100%;
	text-align: center;
}
.latest-articles .latest-articles-post .post_featured {
	margin: 0 0 12px 0;
}
.latest-articles .sc_item_content .column-1_3 {
	padding-bottom: 0 !important;
	margin-bottom: 12px;
}
.latest-articles .sc_item_content .column-1_3:last-child {
	margin-bottom: 24px;
}
.home-contact-form .sc_item_title {
	margin: 0;
	line-height: 40px;
}
.home-contact-form .sc_item_subtitle {
	font-size: 16px;
}
.home-contact-form .form-style-2 .columns_wrap .column-1_2 {
	width: 50% !important;
}
.home-contact-details .wpcf7-form .columns_wrap .column-1_1 {
	padding-bottom: 24px !important;
	margin-bottom: 10px;
}
.home-contact-form .wpcf7-submit-style {
	background: #B90000;
	width: 100%;
	text-align: center;
}
.home-contact-details .wpcf7-form .wpcf7-submit-style input {
	width: auto;
	display: inline-block;
	padding: 10px !important;
}
.home-contact-form .wpcf7-submit-style .submit-style-in {
	position: inherit;
	display: inline-block;
	left: inherit;
	right: inherit;
	top: 10px;
	background: transparent;
}
.home-contact-details .wpcf7-form .wpcf7-submit-style .submit-style-in::before {
	left: 0;
	position: inherit;
}
.home-contact-form .form-style-2 .wpcf7-spinner {
	display: none !important;
}
.footer_custom.footer_wrap .sc_layouts_row .sc_layouts_item, .footer_custom .footer_wrap .sc_layouts_row .widget {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.footer_custom .footer-socialicons .social_item {
	margin: 0 24px 0 0 !important;
}
.footer_custom .footer-socialicons .sc_item_content {
	text-align: center;
}
.footer_custom .footer-links #menu_footer {
	text-align: center;
}
.footer_custom .footer-links #menu_footer > li {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: normal;
}
.footer_custom .footer-links #menu_footer > li > a {
	font-size: 16px;
	line-height: normal;
	padding: 0 !important;
}
.footer_custom .footer-links #menu_footer > li > a span {
	font-weight: 500;
}
.footer_custom .footer-links #menu_footer > li .sub-menu li {
	text-align: center;
}
.footer_custom .footer-links #menu_footer > li > a .open_child_menu {
	display: none !important;
}
.footer_custom .footer-bottom-links nav > ul > li {
	width: 100% !important;
	text-align: center;
}
.footer_custom .footer-bottom-links nav > ul > li > a {
	border: 0;
	margin:0;
}
.footer_custom .footer-bottom-links nav > ul > li > a {
	border: 0;
	padding: 0 !important;
	line-height: normal;
	margin: 0 0 12px 0;
	font-size: 16px;
}
.footer_custom .footer-bottom-links nav > ul > li:last-child > a {
	margin:0;
}
header .header-phone .sc_layouts_item_icon {
	width: 24px !important;
	height: 24px !important;
	font-size: 16px !important;
	line-height: 24px !important;
	vertical-align: top;
	font-weight: 600;
	color: #0D0C0F !important;
}
header .header-right .sc_layouts_item {
	margin-left: 4px !important;
}
header .header-right .header-humbergar .sc_layouts_item_icon {
	font-size: 17px !important;
	line-height: 24px !important;
	vertical-align: top;
	color: #0D0C0F !important;
}
.what-we-do-section-content {order:1}
.what-we-do-section-img {order:2}
}
.location-wrapper {
	padding: 0;
	width: ;
}
.location-form{}
.location-form .bh-sl-form-container {
	float: none;
	clear: none;
	background: #fff;
	padding: 0;
}
.location-form .bh-sl-form-container form {
	padding: 20px;
}
.instint-location-field {}
.instint-location {
	width: 33.33%;
	padding: 0 15px 30px;
}
.instint-radius {
	width: 25%;
	padding: 0 15px 30px;
}
.instint-state {
	width: 16.66667%;
}
.instint-filter {
	width: 25%;
}
.instint-map-loc-list .instint-map {
	width: 100%;
	margin-top:27px;
}
.instint-map-loc-list .instint-loc-list {
	width: 100%;
	height: auto;
	padding-top: 8px;
}
.instint-map-loc-list .instint-loc-list ul {
	display: flex;
	flex-wrap: wrap;
}
.instint-map-loc-list .instint-loc-list ul li {
	width: 33.33%;
	border: 0;
	margin: 0;
	padding-bottom: 10px;
	clear: none;
	background: transparent !important;
}
.instint-map-loc-list .instint-loc-list ul li .list-details {
	margin: 0;
	padding: 0;
	width: 100%;
}
.instint-map-loc-list .instint-loc-list ul li .list-details .list-content {
	color: #555;
	font: 400 13px/1.4 Arial,Helvetica,sans-serif;
}
.instint-map-loc-list .instint-loc-list ul li .list-details .list-content .loc-name {
	color: #d30027;
}

.bh-sl-container.location-wrapper {
}
.location-wrapper form {
}
.location-wrapper form .instint-location-field {
  width: 50%;
  padding: 0 15px 30px;
}
.location-wrapper form .instint-location-field label {
	margin: 0 0 10px 0;
}
.location-form .bh-sl-form-container form .form-input {
  display: flex;
  flex-wrap: wrap;
}
.location-wrapper form .instint-location-field input {
	width: 100%;
	margin: 0;
	padding: 10px;
}
.location-wrapper form .instint-location-field .select_container::after {
	right: 10px;
	font-size: 30px;
}
.location-wrapper form .instint-location-field select {
	margin: 0;
	padding: 10px !important;
}
.location-wrapper form .instint-filter label {
	width: auto;
	margin: 0 20px 0 0 !important;
}
.location-wrapper form .instint-filter label input {
	margin-right: 5px !important;
	width: auto;
}
.location-wrapper form .instint-filter label {
	width: auto;
	margin: 0 20px 0 0 !important;
	line-height: 41.6px;
	vertical-align: top;
	display: inline-block;
}
.location-wrapper .wpsl-search-btn-wrap {
	text-align: center;
	margin-bottom: 20px;
}
.location-wrapper .wpsl-search-btn-wrap #bh-sl-submit {
	color: #FFF;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding: 10px 24px;
}

@media only screen and (max-width: 1024px) {
	.instint-map-loc-list .instint-loc-list ul li {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.instint-map-loc-list .instint-loc-list ul li {
		width: 100%;
	}
	.location-wrapper form .instint-location-field {
		width: 100%;
		padding: 0 0 30px;
	}
}

.sc_icons .sc_icons_item_description ul > li {
	display: block;
}
.sc_icons .sc_icons_item_description ul > li:before {vertical-align:top;}

.single-wpsl_stores .page_content_wrap {
    padding-top: 0px;
}

.store_header_wrap {
    margin-top: 30px;
    margin-bottom: 70px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .store_header_wrap {
        margin-bottom: 50px;
    }
}

.home .adp-popup {
	box-shadow: none;
	max-width: calc(100vw - 2rem);
	max-height: calc(100vh - 2rem);
}
.home .adp-popup .adp-popup-wrap {
	/*box-shadow: 1px 1px 3px 0 rgba(2,2,2,.23);*/
	box-shadow: rgba(0, 0, 0, 0.075) 0px 0px 40px 0px;
}
.adp-popup .adp-popup-wrap .adp-popup-container {
	border: 1px none #000;
	/*background-color: rgba(249,249,249,1);*/
	background-color: #ffffff;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner {
	padding: 20px;
	text-align: center;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner > .alignnone {
	max-width: 450px;
	width: 100% !important;
	margin: 0 auto;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper {
	margin-top: 40px;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_heading {
	margin: 0;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_heading .gform_title {
	margin: 0;
	padding: 0;
	color: rgb(24, 23, 26);
	font-family: barlow condensed, sans-serif;
	font-size: 46.998px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.5px !important;
	line-height: 47.9833px;
	text-transform: uppercase;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_heading .gform_description {
	display: none;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield {
	padding: 0 8px;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	color: #1e1e1e;
	font-size: 1.2em;
	line-height: normal;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield .select_container::after {
	color: #333;
	font-size: 30px;
	right: 10px;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield input[placeholder]::placeholder{color: #615f5c;opacity:1;}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield input[placeholder]::-webkit-input-placeholder{color: #615f5c;opacity:1;}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield select {
	/*border: 1px solid #ddd;
	background-color: #fff !important;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);*/
	color: #615f5c;
	transition: color .3s,border .3s,background .3s,opacity .3s;
	box-sizing: border-box;
	padding: 10px 15px !important;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	height: 43px;
	font-size: 16px;
	line-height: 22px;	
	border-color: #18171a !important;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield input {
	color: #615f5c;
	transition: color .3s,border .3s,background .3s,opacity .3s;
	box-sizing: border-box;
	padding: 10px 15px !important;
	border-radius: 0;
	max-width: 100%;
	width: 100% !important;
	vertical-align: middle;
	height: 43px;
	margin-top: 0;
	font-size: 16px;
	line-height: 22px;
	border-color: #18171a !important;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield textarea {
	/*border: 1px solid #ddd;
	background-color: #fff !important;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);*/
	color: #615f5c;
	transition: color .3s,border .3s,background .3s,opacity .3s;
	box-sizing: border-box;
	padding: 10px 15px !important;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	height: 120px;
	min-height:120px;
	font-size: 16px;
	line-height: 22px;	
	border-color: #18171a !important;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield textarea[placeholder]::placeholder{color: #615f5c;opacity:1;}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield textarea[placeholder]::-webkit-textarea-placeholder{color: #615f5c;opacity:1;}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield .instruction {
	font-size: 11px;
	color: #8c8c8c;
	padding: 0;
	display: none;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-date .gform-grid-col {
	margin: 0;
	max-width: inherit;
	width: 33.33%;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-date .gform-grid-col input {
	width: 100% !important;
	margin-bottom: 1em;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-date .gform-grid-col label {
	color: #615f5c;
	font-weight: 500;
	display: block;
	font-size: 14px;
	width: 100%;
	text-align: left;
	line-height: normal;
	padding: 0 15px;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper form .gform_footer {
	padding: 0 8px;
	margin: 20px 0 0 auto;
}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper form .gform_footer .gform_button {
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.4px !important;
}
.home .adp-popup-open + .adp-popup-overlay {
	/*background: #fff;*/
}

@media only screen and (max-width: 640px) {
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner .gform_wrapper .gform_body .gform_fields .gfield {width:100%;}
.adp-popup .adp-popup-wrap .adp-popup-container .adp-popup-inner > .alignnone {
	margin: 15px auto 0 auto;
}
}

@media only screen and (max-width: 767px) {
.sc_layouts_item_link .sc_layouts_item_details {
	display: inline-block !important;
	height: 24px;
	line-height: 24px;
	vertical-align: top !important;
	margin-left: 0px !important;
}
.sc_layouts_item_link .sc_layouts_item_details span {
	display: inline-block;
	vertical-align: top;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	padding: 0 6px 0 2px;
	background: #fff;
}
}