/*
Theme Name: www.tidaltractor.ca
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default

blue #02306c
red #a41228
grey #ededed

*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}


/*===================== 
	base styles 
=======================*/


body {
	font-family: "Poppins", sans-serif;
    margin: 0;
	padding:0;
	}
.row {
	width: 100%;
}

/*===================== 
	typography 
=======================*/


	h1 {
		font-size:30px;
		font-weight: 700;
}

	h2 {
		font-size:28px;
		font-weight: 700;
}
	h3 {
		font-size:24px;
		font-weight: 700;
}
	h4 {
		font-size:20px;
		font-weight: 700;
}
	h5 {
		font-size:18px;
		font-weight: 600;
}
	h6 {
		font-size:16px;
		font-weight: 500;
}

p {
	font-family: "Poppins", sans-serif;
	font-size:16px;
	margin: 0;
	}
.butn-red {
	background:#a41228;
	color:#fff!important;
	display: inline-block;
	padding:10px 20px;
	font-size: 15px;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	font-family: "Poppins", sans-serif;
	border:1px solid #a41228;
	outline: none;
	cursor: pointer;
	border-radius: 5px!important;
}
.butn-red:hover {
	color:#a41228!important;
	background:#fff;
}
.butn-blue {
	background:#02306c;
	color:#fff!important;
	display: inline-block;
	padding:10px 20px;
	font-size: 15px;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	font-family: "Poppins", sans-serif;
	border:1px solid #02306c;
	outline: none;
	cursor: pointer;
	border-radius: 5px!important;
}
.butn-blue:hover {
	color:#02306c!important;
	background:#fff;
}
.butn-white {
	background:#fff;
	color:#a41228!important;
	display: inline-block;
	padding:10px 20px;
	font-size: 15px;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	font-family: "Poppins", sans-serif;
	border:1px solid #a41228;
	outline: none;
	cursor: pointer;
	border-radius: 5px!important;
}
.butn-white:hover {
	color:#fff!important;
	background:#a41228;
}
.butn-ico-red {
	background:#fff;
	color:#02306c!important;
	display: inline-flex;
	padding:0 15px 0 0;
	font-size: 15px;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	font-family: "Poppins", sans-serif;
	border:1px solid #02306c;
	outline: none;
	cursor: pointer;
	border-radius: 5px!important;
	justify-content: space-between;
	align-items: center;
	gap:0 10px;
}
.butn-ico-red i {
	display: flex;
	width:45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	color:#fff!important;
	border-radius: 5px;
	background:#a41228;
}
.butn-ico-red:hover {
	color:#fff!important;
	background:#a41228;
}
.text-link-black {
	font-weight: 600;
	color:#000;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-black:hover {
	opacity: 0.7;
}
.text-link-red {
	font-weight: 600;
	color:#a41228;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-red:hover {
	opacity: 0.7;
}
 

/*===================== 
	header styles 
=======================*/

#header {
	width:100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.head-search-1 {
  background: #ededed;
  padding:20px 2%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: none;
}
.head-search-1 form, .mobile_top form {
    display: flex;
    background:#fff;
    padding:5px 10px;
    box-sizing: border-box;
    width: 100%;
}
.mobile_top form {
    border:1px solid #000;
	border-radius: 5px;
}
.head-search-1 form input, .mobile_top form input {
    background: #fff;
    background-color: #fff!important;
    font-size: 16px!important;
    flex-grow: 1;
    width:100%;
    border:0px!important;
    outline: none!important;
    font-family: "Poppins", sans-serif;
    height: auto!important;
    padding:0!important;
    line-height: normal!important;
    border-radius: 0px!important;
}
.head-search-1 form button, .mobile_top form button {
    background: #fff;
    background-color: #fff;
    color:#c41230;
    font-size: 16px;
    border:0px;
    outline: none;
    transition: .2s ease-in;
}
.head-search-1 form:hover button, .mobile_top form button:hover {
    color:#000;
}
.header-wrap-1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	gap:0 20px;
	align-items: center;
	justify-content: space-between;
}
.head-top {
	width:100%;
	background:#fff;
}
.head-top .container-1 {
	display: flex;
	justify-content: space-between;
	padding: 20px!important;
  	box-sizing: border-box;
	align-items: center;
	gap:20px;
}
.head-logo {
	width:18%;
	max-width: 300px;
}
.head-dealer-logo {
	width:40%;
}
.head-info {
	width: 400px;
}
.head-nav-1 {
	width:100%;
}

/*===================== 
	content styles 
=======================*/

/* Add this CSS */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-overlay.active {
  display: flex;
}

.popup-content {
  background: white;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  max-width: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #666;
}

.close-btn:hover {
  color: #000;
}

.job-link {
  display: inline-block;
  background-color: #0073aa;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
  font-weight: bold;
}

.job-link:hover {
  background-color: #005a87;
}

.hero-wrap {
	position: relative;
}
.hero-wrap .widgetContainer:nth-of-type(2) {
	position: absolute!important;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.highlightSidebars .hero-wrap .widgetContainer:nth-of-type(2) {
	position: relative!important;
	top:auto;
	left:auto;
	height: auto;
}
.hero-slider-1 {
	
}
.hero-overlay {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hero-overlay h1, .hero-overlay h2 {
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.hero-btn-cont {
	display: flex;
	gap: 0 20px;
}
.cat-wrap {
	border-radius: 5px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(164, 18, 40);
	box-sizing: border-box;
	padding: 20px !important;
	position: relative;
	z-index: 2;
	top: -40px;
}
.highlightSidebars .cat-wrap {
	top: 0;
}
.cat-wrap .PrevButton2, .cat-wrap .NextButton2 {
	display: none!important;
}
.cat-wrap .item {
	padding:10px!important;
}
.cat-wrap a {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	display: block;
}
.cat-wrap a img {
	width:100%;
	height: auto;
	display: block;
}
.cat-wrap a h2 {
	font-family: "Poppins", sans-serif;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	font-size:20px;
	color:#fff;
	font-weight:600;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-align: center;
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	background:rgba(0,0,0,0.5);
	padding:10px;
	box-sizing: border-box;
	transition: .2s ease-in;
}
.cat-wrap a:hover h2 {
	background:rgba(0,0,0,0.8);
}
.widget_sandhills_featured_inventory .inv_car_title {
	color:#02306c;
	font-size: 35px;
	font-family: "Orbitron", sans-serif;
}
.widget_sandhills_featured_inventory hr {
	display: none;
}
.widget_sandhills_featured_inventory .card-body .col-padding {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.widget_sandhills_featured_inventory .carousel-indicators {
	display: none;
}
.widget_sandhills_featured_inventory .carousel-inner {
	position: relative;
	z-index: 2;
	width:calc(100% - 90px);
	margin:0 auto;
}
.widget_sandhills_featured_inventory .row {
	align-items: stretch;
}
.widget_sandhills_featured_inventory .card {
	height: 100%!important;
}
.widget_sandhills_featured_inventory .card-body {
	padding:20px!important;
	display: flex;
	justify-content: center;
}
.widget_sandhills_featured_inventory #controls {
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	top:calc(50% - 40px);
	width: 100%;
}
.widget_sandhills_featured_inventory .inv_control {
	border-radius: 5px;
	padding: 20px 2px;
	background:#a41228;
}
.widget_sandhills_featured_inventory .listing-title {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color:#000;
	white-space:normal;
}
.widget_sandhills_featured_inventory .small_spec {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.widget_sandhills_featured_inventory .carousel_details_btn {
	background:#a41228;
	color:#fff;
	display: block;
	width: 100%;
	padding:10px 20px;
	font-size: 15px;
	font-weight: 400;
	text-align:center;
	margin:10px 0;
    transition: .2s ease-in;
	font-family: "Poppins", sans-serif;
	border:1px solid #a41228;
	outline: none;
	cursor: pointer;
	border-radius: 5px!important;
}
.widget_sandhills_featured_inventory .carousel_details_btn:hover {
	color:#a41228;
	background:#fff;
}
.featured-desktop {
	
}
.featured-mobile {
	display: none;
}
.about-info {
	overflow: visible;
	display: flex;
	flex-direction: column;
	padding: 60px 40px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin-right: -40px;
}
.about-image {
	overflow: visible;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 150px 50px;
	box-sizing: border-box;
	height: calc(100% + 80px)!important;
    margin-top: -40px;
}
.brand-slider-wrap {
	width: 100%;
	max-width: 1700px;
	margin:-60px auto 200px auto!important;
	padding: 0 35px !important;
	box-sizing: border-box;
}
.brand-slider-wrap .advancedresults3 {
	position: relative;
}
.brand-slider-wrap .slick-track {
	gap:20px;
}
.brand-slider-wrap .slick-slide {
	padding:10px;
	box-sizing: border-box;
}
.brand-slider-wrap .slick-dots {
	display: none!important;
}
.brand-slider-wrap .slick-dotted.slick-slider
{
    margin-bottom: 0!important;
}
.brand-slider-wrap a {
	display: flex;
	height: 225px;
	background:#fff;
	border-radius: 10px;
	border:1px solid #a41228;
	justify-content: center;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	transition: .2s ease-in;
}
.brand-slider-wrap a img {
	width:100%;
	height: 100%;
	max-height: 120px;
	max-width: 200px;
	object-fit: contain;
	object-position: center;
	display: block;
	margin:0 auto;
	transition: .2s ease-in;
}
.brand-slider-wrap a:hover {
	background:#ededed;
}
.brand-slider-wrap a:hover img {
	filter:grayscale(100%);
}

.location-slider-1 {
	border-bottom: 200px solid #ededed;
	padding:0 20px!important;
}
.location-slider-1 .container-1 {
	position: relative;
	bottom: -80px;
	margin-top: -40px !important;
}
.highlightSidebars .location-slider-1 .container-1 {
	position: relative;
	bottom: 0;
	margin-top: 0 !important;
}
.location-name {
	border:1px solid #02306c;
	background:#fff;
	box-sizing: border-box;
}
.location-name .slick-track {
	transform: none!important;
	display: flex;
	flex-wrap: wrap;
}
.location-name .slick-track:before, .location-name .slick-track:after {
	display: none!important;
}
.location-name .slick-track .slick-slide, .location-name .slick-track .slick-slide > div, .location-name .slick-track .slick-slide > div > div {
	height: 100%;
}
.location-name .slick-track .slick-slide {
	width:25%!important;
}
.loc-name-info {
	background:#ededed;
	border-right:1px solid #02306c;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color:#000;
	font-family: "Poppins", sans-serif;
	transition: .2s ease-in;
	cursor: pointer;
}
.slick-slide:last-of-type .loc-name-info {
	border-right:0px;
}
.slick-current .loc-name-info {
	background:#fff;
}
.loc-name-info:hover {
	color:#02306c;
}

.location-slide-cont-1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location-slide-info-1 {
	width:50%;
	padding:40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
	background:#fff;
}
.location-slide-info-1 h3 {
	font-family: "Orbitron", sans-serif;
	font-size:25px;
	color:#02306c;
}
.location-address {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.location-address-col-1 {
	
}
.location-address h4 {
	font-family: "Poppins", sans-serif;
	font-size:20px;
	font-weight:600;
	color:#000;
}
.location-btn-cont-1 {
	padding-top:20px;
	border-top:2px solid #a41228;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:5px 0;
}
.location-btn-cont-1 a {
	width: 32.33%;
	margin:0 auto;
}
.location-slide-map {
	width:50%;
	background:#fff;
}
.location-slide-map iframe {
	width:100%;
	height: 100%;
	min-height: 400px;
}

.form-cont {
	padding:20px!important;
	box-sizing: border-box;
	background:#fff;
	border-radius: 10px;
}
.form-cont h2 {
	font-family: "Orbitron", sans-serif;
}
.form-cont p {
	font-size: 20px;
	font-weight: 600;
	color:#a41228;
	font-family: "Orbitron", sans-serif;
}
.anchorlink-1 {
	visibility: hidden;
}
.header-image {
  width: 100%;
  height: 20vw!important;
  min-height: 200px!important;
  max-height: 400px;
  margin-bottom: -40px;
}
.header-content {
	width:calc(100% - 40px)!important;
}
.calculator-wrapper {
	width:100%;
	max-width: 1100px;
	margin:0 auto;
	padding:20px;
	box-sizing: border-box;
	border:1px solid #a41228;
	border-radius: 10px;
}
.calculator-wrapper .reset {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
}
.calc-left {
	width:49%;
	padding-right:20px;
	border-right:1px solid #a41228;
}
.output-container {
	width:49%;
}

/*===================== 
	mail-chimp styles 
=======================*/
.mc-field-group {
	margin-bottom: 20px;
}
.mc-field-group input {
	width: 100%;
}
.mc-field-group.input-group ul {
	padding:0;
	margin:0;
	width: 100%;
}
.mc-field-group.input-group ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.mc-field-group.input-group input {
	width: auto;
	margin-right: 5px;	
}
.indicates-required {
	text-align: right;
	color:#a41228;
}
.showroom-wrap .item {
	padding:10px!important;
	box-sizing: border-box;
}
.showroom-wrap a {
	display: flex;
	height: 225px;
	background:#fff;
	border-radius: 10px;
	border:1px solid #a41228;
	justify-content: center;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	transition: .2s ease-in;
}
.showroom-wrap a img {
	width:100%;
	height: 100%;
	max-height: 120px;
	max-width: 225px;
	object-fit: contain;
	object-position: center;
	display: block;
	margin:0 auto;
	transition: .2s ease-in;
}
.showroom-wrap a:hover {
	background:#ededed;
}
.showroom-wrap a:hover img {
	filter:grayscale(100%);
}
.loc-page-wrap {
	padding:0 20px!important;
	box-sizing: border-box;
	margin-top: -40px;
}
.loc-pg-info-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background:#ededed;
	border-radius: 10px;
	padding:40px;
	gap:40px 0;
}
.loc-pg-left {
	width: 100%;
	max-width: 400px;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.loc-pg-left h1 {
	font-family: "Orbitron", sans-serif;
	color:#02306c;
}
.loc-pg-left h2 {
	font-size: 24px;
}
.loc-pg-address {
	
}
.loc-pg-hours {
	
}
.loc-pg-contact {
	display: flex;
	flex-direction: column;
	gap:10px;
}
.loc-pg-contact a {
	color:#02306c;
	font-weight: 700;
	transition: .2s ease-in;
}
.loc-pg-contact a:hover {
	color:#a41228;
}
.loc-pg-contact .butn-red {
	width: 100%;
	margin:0;
}
.loc-pg-right {
	width:calc(100% - 420px);
}
.loc-pg-right iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
}

/*===================== 
	Inventory styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.container-1 {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-404 {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto!important;
	box-sizing: border-box;
	padding:40px 20px;
	}
.container-2 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto!important;
	box-sizing: border-box;
	}
.container-inv {
	padding:40px 0;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.column-1-6 { width: 16%; box-sizing:border-box;}
.column-1-5 { width: 20%; box-sizing:border-box;}
.column-1-4 { width: 24%; box-sizing:border-box;}
.column-1-3 { width: 33%; box-sizing:border-box;}
.column-1-2 { width: 49%; box-sizing:border-box;}
.column-2-3 { width: 65%; box-sizing:border-box;}
.column-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/




/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

}

/* Medium Devices, Desktops */

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.featured-desktop {
		display: none;
	}
	.featured-mobile {
		display: block;
	}	
	.loc-name-info {
		height: 100%;
		font-size:16px;
	}
	.location-slide-info-1, .location-slide-map {
		width: 100%;
	}
	.loc-pg-left {
		max-width: 100%;
	}
	.loc-pg-right {
		width:100%;
	}
	
}
@media screen and (max-width: 950px) {
	.head-search-1 {
	  display: none!important;
	}
	.head-info {
		display: none;
	}
	.head-top .container-1 {
		justify-content: flex-start;
	}	
	.head-nav-1 {
		width:auto;
	}
	.head-top {
		width: calc(100% - 100px);
	}
	.head-logo {
	  width: auto;
	}
	.head-dealer-logo {
	  width: auto;
	}
	.calc-left {
		width:100%;
		padding-right:0px;
		padding-bottom:20px;
		border-right:0px;
		border-bottom:1px solid #a41228;
	}
	.output-container {
		width:100%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.location-name .slick-track .slick-slide {
		width:50%!important;
	}
	.slick-slide:nth-of-type(1) .loc-name-info  {
		border-bottom:1px solid #02306c;
	}
	.slick-slide:nth-of-type(2) .loc-name-info {
		border-right:0px;
		border-bottom:1px solid #02306c;
	}
	.brand-slider-wrap {
		margin:-60px auto 60px auto!important;
	}
	.about-info {
		display: block;
		padding: 60px 40px;
		margin-right: auto;
		margin-left: auto;
		margin-top: -40px;
		width: calc(100% - 20px);
	}
	.about-image {
		padding: 150px 50px;
		box-sizing: border-box;
		height: 100%!important;
		margin-top: 0;
	}
}

@media only screen and (max-width : 620px) {
	.footer-cont-1 img {
		margin:0 auto 20px auto;
	}
}
@media only screen and (max-width : 575px) {
	.hero-btn-cont {
		justify-content: center;
		gap:0 5px;
	}
	.cat-wrap a h2 {
		font-size:16px;
	}
	.brand-slider-wrap a, .showroom-wrap a img {
		height: 125px;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.footer-cont-1 {
		text-align: center!important;
	}
	.butn-red, .butn-blue, .butn-white {
		padding:10px 5px;
		font-size: 14px;
	}
	.location-name .slick-track .slick-slide {
		width:100%!important;
	}
	.loc-name-info {
		padding:5px;
	}
	.location-slide-map {
		display: none;
	}
	.location-slide-info-1 h3 {
		font-size:20px;
	}
	.location-address h4 {
		font-size:18px;
	}
	.location-address p {
		font-size:16px;
	}
	.location-address-col-1 {
		width:100%;
	}
	.location-btn-cont-1 a {
		width:100%;
	}

	.slick-slide:last-of-type .loc-name-info {
		border-bottom:0px;
	}
	.slick-slide .loc-name-info {
		border-right: 0px!important;
		border-bottom:1px solid #02306c;
	}
	
}

