/*
Theme Name: Sandhills
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
*/

/*--------------------------------------------------------------
## Bootstrap 5
--------------------------------------------------------------*/
h1 {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

.row:not([data-blockStyles="sheditor-element-ignore"]) > * {
	padding-left:0px!important;
}
.widgetMarginRight-1530457453 {margin-right:10px;}
#n2-ss-2item6 {max-width: 80% !important;margin-bottom: 90px;}

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700;800&display=swap');
html, body {
	height:100%;
	width:100%;font-family: 'Barlow', sans-serif;
}
p { font-size: 16px; line-height: 25px;}
a {color:#212121;font-weight: 600}
a:hover {color:#B7182D;}
.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;
}

.clear {clear: both}
#padding50 {padding: 50px 0;}
h1, h2, h3, h4, h5 {font-family: 'Barlow Condensed', sans-serif;letter-spacing: 2px;}
/* HEADER */
.header {background: #282425; display: inline-block; width: 100%;}
.header-flex {display: flex; flex-direction: row; align-items: center; width: 80%; margin-left: 10%; margin-right: 10%;}
.header-flex div.logo {width: 20%; padding: 5px 0;}
.logo img {width: 100%; max-width: 320px; margin-bottom: -30px;}
.header-right {width: 85%;display: flex;}
.width-90 {width: 90%; margin-left: 5%; margin-right: 5%;}
/* Header Search */
.header-search .fas {color:#B7182D; margin-top:10px;}
.initiallyHidden {
    display: none;
}
.searchbox-icon {
    cursor: pointer;
    height: 100%;
    width: 50px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.searchbox-icon i:hover {color: #000}

.searchbox-icon i {
    font-size: 22px;
	padding-right: 20px;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.search-slide-down {
	width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #e5e5e5;
    box-shadow: inset 0px 11px 8px -10px #CCC;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}


.header-search {
    display: flex;
    padding: 0 2%;
}

.header-search input[type=text] {
    font-size: 50px;
    font-weight: 300;
    font-size: 15px !important;
    color: #2e2e2e !important;
    text-transform: uppercase;
    background: #fcfcfc;
    border: none;
}

.header-search ::placeholder {
    font-weight: 300;
    font-size: 15px !important;
    color: #2e2e2e !important;
    text-transform: uppercase;
}

.header-search i:hover {
    color: #a09f9f;
    cursor: pointer;
}

.header-search input:focus {
    outline: none !important;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    caret-color: #c1bfbf;
}

#mobile-form-submit {
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

#mobile-form-submit:hover {
    background: #000 !important;
}


.custom-btn {padding: 10px 20px; font-size: 16px;font-family: 'Barlow Condensed'; border-width: 0px; border-color: transparent; background: rgb(183, 24, 45); color:#fff; font-weight: 700; letter-spacing: 1px;}
.custom-btn:hover { background: #727272; transition: .3s ease;}

/* HOME PAGE TEMPLATE */
.gray-btn {background:#727272; color:#fff; text-transform: uppercase; max-width: 350px; width: 100%; text-align: center; padding: 10px 0;font-family: 'Barlow Condensed', sans-serif; font-size: 18px; letter-spacing: 1px; transition: .3s ease;}
.gray-btn:hover {background: #ccc;}
.red-btn {background:#cf142d; color:#fff; text-transform: uppercase; max-width: 350px; width: 100%; text-align: center; padding: 10px 0;font-family: 'Barlow Condensed', sans-serif; font-size: 18px; letter-spacing: 1px; transition: .3s ease; font-weight: 700}
.red-btn:hover {background: #333;}

.hp-text {width: 50%; text-align: center; margin-left: 25%; margin-right: 25%;}
.hp-text p {font-size: 25px; font-weight: 500; letter-spacing: 1px; line-height: 35px;}
.hp-text p span {color:#cf142d; font-weight: 800; font-family: 'Barlow', sans-serif;}

.flex-row {display: flex; flex-direction: row; align-items: stretch;}
.flex-row h2 {font-size: 40px; letter-spacing: 2px; font-weight: 800;font-family: 'Barlow Condensed', sans-serif;}
.hero1 {width: 60%;background: #f1f1f1; margin: 0px .25% 0px .5%; padding: 35px 0;flex-direction: column;
display: flex;justify-content: center; }
.hero1 img {max-width: 400px; width: 100%; text-align: center;}
.hero2 {width: 40%; background: transparent; margin: 0px .5% 0px .25%}
.hero3 {
	background: url(images/btl-leasing.jpg);
	background-position: bottom center;
	width: 35%; 
	margin: 0px 10px 10px;
}
.shEditorVideoObject > .youtube-player {
    width: 100%;
    aspect-ratio: 16/9;
  }
.main1,.main2 {width: 100%; background: #222; margin-bottom: 10px;}
.main1 h2, .main2 h2,.main3 h2 {font-size: 32px !important;	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);}
.main1 p, .main2 p,.main3 p {text-shadow: 2px 4px 3px rgba(0,0,0,0.3);}
.maintext .white-border-btn {text-transform: uppercase;width: 100% !important;max-width: 300px;}
.main3 {width: 100%; background: #222; margin-top:10px;}
.maintext {font-size: 35px; padding: 50px 0 !important;}

.med1 {width:30%; flex:1;
	
	margin:10px 10px 10px 10px; background: #000; height: 20vw;

}
.med3 {width:30.2%; margin:0px 11px 10px 10px; background: #fff; height: 20vw; box-shadow: 1px 2px 5px #ddd}
.med4 {width:35%; margin:0px 0px 10px 0px; background:url(/wp-content/uploads/2021/05/service-berman.jpg); background-size: cover; height: 20vw; }

.med1-2 {width:70%; margin:10px 10px 10px 0; background: url(images/berman-2-redbg.jpg); background-size: cover; height: 21.8vw;}
/*.red-text {height: 20vw;}*/
.med1-2 h2 {margin-top:30px; }
.locations {width: 99%; margin-left: .5%; margin-right: .5%; padding: 20px 0px; border: 1px solid #eee;}
.med1-2 .logo {width: 80%}	
.hero {background:#f1f1f1;}
.grid-hero {padding: 40px 0;display: grid;grid-template-columns: repeat(2, 1fr);gap:5%;width: 90%; margin: 0 auto;}
.hero-txt h1 {font-family: 'Barlow Condensed';color: #323232;font-size: 72px;text-shadow: none;line-height: 1;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;letter-spacing: 2px;word-spacing: normal;text-transform: uppercase;font-weight: 800;}
.hero-txt h1 span {display: block;}
.hero-txt h2 {font-family: 'Barlow Condensed';color: #000000;color: RGBA(0, 0, 0, 0.8);font-size: 32px;text-shadow: none;line-height: normal;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: uppercase;font-weight: 600;}
.hero-content{display: flex;align-items: center;}
.hero-img img {height: 100% !important;width: 100% !important;object-fit: cover !important;max-width: unset !important;}
/*Customer Reviews*/
.customer-review {
    background: #f1f1f1;
    padding: 20px 30px;
    margin: 0 15px;
    text-align: center;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.flex-container.flex-review {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.no-posts-customer-reviews {
	display: none;
}
.no-posts-div-customer-reviews::after {
	content: 'No Customer Reviews Currently Available.';
	font-weight: 800;
	text-align: center;display: block;
    font-size: 18px;
    padding: 20px 0;
}

.column-padding-customer-reviews div {
    height: auto !important;
}

.locations .slick-track {
    padding: 20px 0;
}
.locations h2 {
	color: #b7182d;
    padding: 0;
    font-family: inherit;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 36px;
}
.customer-name {
    font-size:18px;
	font-weight: 600;
	margin-top: 15px;
}

.review-date {
    font-size: 14px;
}

.review-stars img {
    max-width: 100%;
    width: 150px;
    margin: 0 auto 10px;
}

.popupform {
    padding: 40px !important;
    box-sizing: border-box;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%),url("///media.sandhills.com/img.axd?id=9072091905&wid=0&rwl=False&p=&ext=jpg&w=1926&h=1926&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=rEhfY2b4vU5Epa6vLhzUGrRGK8u1%2f3lh");
	background-size: cover;background-position: center center;
	color:#fcfcfc !important;
}

.popupform h2 {font-weight: 900;letter-spacing: 1px;}


.border-btn {padding: 10px 0; border:3px solid #000; text-align: center;background: transparent; color:#000;font-family: 'Barlow Condensed', sans-serif; font-size: 18px; width: 300px;font-weight: 800; letter-spacing: 2px; transition: .3s ease;}
.border-btn:hover {background: #000; color:#fff; box-shadow: 2px 3px 4px #ccc;} 

.white-border-btn {padding: 10px 0; border:3px solid #fff; text-align: center;background: transparent; color:#fff;font-family: 'Barlow Condensed', sans-serif; font-size: 18px; width: 300px;font-weight: 800; letter-spacing: 2px; transition: .3s ease;}
.white-border-btn:hover {background: #fff; color:#000; box-shadow: 2px 3px 4px #333;} 

.red-banner {width: 99%; margin-left: .5%; margin-right: .5%; margin-bottom:.5%;background:#B7182D; padding: 25px 0; display: flex; flex-direction: row; align-items: center; }
.loc-left {width: 35%; padding-left: 2.3%;}
.loc-right {width: 65%;padding-right: 2.3%; padding-left: 2%;}
.red-banner h1, .red-banner h2, .red-banner h3 {color:#fff; letter-spacing: 2px; text-transform: uppercase;}
 .red-banner h2 {color:#fff; letter-spacing: 2px; text-transform: uppercase; font-weight: 800;}
.red-banner .loc-left h3  {color:#fff; font-weight: 800;}
.red-banner .loc-left h3 a {color:#680B17; font-weight: 800; transition: .3s ease;}
.red-banner .loc-left h3 a:hover {color:#fff; font-weight: 800;}
.red-banner p {color:#fff;}

.featured-inv {padding: 50px 0;text-align: center; width: 80%; margin: 0 auto;}
.width-80 {width: 80%; margin-left: 10%; margin-right: 10%;}
.featured-inv h2 {font-size: 50px; font-weight: 800;color:#323232}
.featured-col {margin: 0% 1%; border: 1px solid #f1f1f1; }
.feat-img img{  object-fit: cover !important; height: 350px !important; width: 100% !important;}
.feat-card {min-height: 100px; text-align: center; padding-top:10px;}
.feat-specs {width: 90%; margin: 0 auto; padding: 5px 0;font-family: 'Barlow Condensed', sans-serif; font-size: 20px; line-height: 28px;color:#000; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: .5px;}
.feat-price {text-align: center; color:#B7182D; font-family: 'Barlow Condensed', sans-serif !important; font-size: 28px; padding: 5px 0; font-weight: 700;  text-transform: uppercase;}
.feat-price p{color:#B7182D; font-family: 'Barlow Condensed', sans-serif !important; font-size: 25px;font-weight: 700;  text-transform: uppercase;}
.feat-foot {background: #B7182D; color:#fff !important; font-family: 'Barlow Condensed', sans-serif;  font-size: 24px; font-weight: 700; letter-spacing: 2px; text-align: center; padding: 10px 0;margin: 0% auto; transition:.3s ease;}
.feat-foot a {color:#fff !important;}
.feat-foot:hover {background: #282425; color:#fff !important;}

.carousel-inner .card {border:0; background: #fafafa; min-height: 550px;}
.carousel-inner .inner-image-placeholder img {width: 100%;height: auto !important}
.carousel-inner .listing-title {color:#B7182D; letter-spacing: 2px; font-weight:800; text-transform: uppercase;font-family: 'Barlow Condensed', sans-serif; border-bottom: 1px solid #000; width: 100%; padding: 10px 0;}
.carousel-inner .small_spec {text-transform: uppercase; letter-spacing: 1px;font-size: 14px; }

.brand-flex { gap: 10px;}
.brands-title {width: 39%; background:url(images/hp-bg-brandsimg.jpg); background-size: cover; margin: 10px 10px 10px 10px;}
.brands-slider {width: 60%; margin: 10px 10px 10px 0;padding: 10px 25px;border:1px solid #000;}
.brands-title .white-btn {background: #fff; text-align: center; color:#000; text-transform: uppercase; letter-spacing: 1px; max-width: 300px; width: 100%; padding: 10px 20px; transition: .3s ease;font-family: 'Barlow Condensed', sans-serif; font-weight: 800;}
.brands-title .white-btn:hover {background: #B7182D; text-align: center; color:#fff; }

.brands-slider {display: flex;align-items: center;}

.brands-slider ul.slick-dots,.locationsbrands ul.slick-dots {display: none !important;}
.brands-slider img,.locationsbrands img{max-width: 100% !important;width: 100% !important;}
.reviews {padding: 30px 0;margin: 0 auto;}

button.black-btn{font-family: 'Barlow Condensed';color: #ffffff;font-size: 16px;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;letter-spacing: 2px;word-spacing: normal;text-transform: uppercase;font-weight: 700;background:#000;padding: 10px 15px;border: 1px solid #000;}

/* CUSTOM PAGE TEMPLATE */
.border-left {width: 34%; float: left; background: #B7182D; height: 10px;}
.border-right {width: 66%; float: right; background: #f1f1f1; height: 10px;z-index: 9;}
.sub-content h1 {text-transform: uppercase; font-weight: 800; font-size: 5vw; text-align: center;}
.custom-flex {display: flex; flex-direction: row; align-items: stretch;width:100%;}
.gray-30 {background:#fff; padding: 50px 50px; width: 30%; margin: 2% .5%;border-left: 10px solid #333;}
.gray-30 h2 {font-weight: 800; letter-spacing: 2px; font-size: 30px;}
.gray-70 {background: #fff; box-shadow: 1px 1px 5px #f1f1f1; margin: 2% .5%; padding: 50px 50px; width: 70%;}
.gray-70 h2 {color:#B7182D; font-size: 30px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; width: 100%;}
.gray-70 h3 {font-size: 20px; color:#B7182D; letter-spacing: 2px; font-weight:800; line-height: 24px;}

.amentities .col-sm-4 {width: 31% !important; margin-left: 1%; margin-right: 1%;}
.btn:not(.disabled):not(:disabled):hover {box-shadow: 0 0 0 #fff;}
.card-header {text-transform: uppercase; letter-spacing: 1px;}
.card-header:hover {background: #333; color:#fff;}

/* BRANDS */
.showroom-flex {display: flex; flex-direction: row; align-items: stretch;}
.show-btn {background: #B7182D; padding: 10px 0; width: 50%; text-align: center; color:#fff; text-transform: uppercase; letter-spacing: 1px; transition:.3s ease;}
.inv-btn {background: #212121; padding: 10px 0; width: 50%; text-align: center; color:#fff; text-transform: uppercase; letter-spacing: 1px; transition:.3s ease;}
.show-btn:hover {background: #f1f1f1; }
.inv-btn:hover {background: #f1f1f1; }
.show-btn a:hover, .show-btn a:focus, .inv-btn a:hover, .inv-btn a:focus {color:#fff !important;}
.border-showrooms, .border-showrooms:hover {box-shadow: 0 0 0 #fff; }

/* FORMS */
.form-group {width: 98%;}
.btn-success, .btn-success:focus {background:#B7182D; border:0 !important; text-transform: uppercase; letter-spacing: 1px; font-weight: 700;}
.btn-success:hover {background:#272727 !important; }
.btn-primary {background: #333 !important; border:0 !important; font-family: 'Barlow Condensed', sans-serif; letter-spacing: 1px;}
.btn-primary:hover {background: #000 !important; border:0 !important; font-family: 'Barlow Condensed', sans-serif; letter-spacing: 1px;}
/* FOOTER */
.footerbg {background:#282425; padding: 20px 0; }
.footertext {display: flex; flex-direction: row; align-items: stretch; width: 90%; margin-left: 5%; margin-right: 5%;}
.footer-col {width: 25%; margin: 0 1%; color:#f1f1f1; }
.footer-col h3 {color:#fff; font-size: 20px; }
.footer-col a {color:#fff; font-weight: 500; transition: .3s  ease;}
.footer-col a:hover {color:#B7182D}
.footer-col hr {height: 1px; background: #ddd; width: 100%; border:0;  margin: 10px 0;}
.footer-img {width: 25%;margin: 0 1%; color:#f1f1f1; text-align: center; }
.footer-img .gray-btn {text-align: center; margin: 0 auto;}
.footer-img a {color:#fff;}
/* INVENTORY */
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .contact-options a, .fin-calc-mobile>a {background:#B7182D !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #B7182D !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}
.modal-content .modal-top .modal-title, .listing-description, .list-content .listing-portion-title, .list-content .list-title .list-title-text, .detail-content .dealer-info h3, .dealer-info, .detail-content-mobile .dealer-info h3, .fin-calc p, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000 !important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right a.view-listing-details-link  {color:#f1f1f1 !important}
body .noUi-connect {background: #333 !important;}
body .noUi-handle {background: #212121 !important;}

.background-cover {background-size: cover !important; height: auto !important; background-position: center center !important;}

.listing-description a.more {right: 10% !important}
.compare-chkbox-container .compare-listings .fa-check {top:8px !important; left: 2px !important}

/* .widget_sandhills_editable_area_background, .widget-area > .row , .widget-area{
	height: inherit !important;
} 

.row:nth-child(even) {background-color:transparent!important}*/
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1700px) {	
	div#n2-ss-2 .n2-font-2066a7c911978663bd578e1fc8cc1ee4-hover, div#n2-ss-2 .n2-font-9ff3332e624f5d54b938de857d5a78a1-hover {font-size: 65px !important;}
	/* .background-cover {background-size: cover !important; height: 100% !important; background-position: center center;} */
	.med1-2 {height: 450px; margin-bottom: 0px;}
	.med1 {height: 450px;}
	.med3, .med4 {height: 450px; margin-top:0;}
	.med3 img {max-width: 300px !important; width: 100%;}
	.hero3 {height: 459px; margin-top:0;}
	.background-cover {background-size: cover !important; height: 100% !important; background-position: center center !important;}
}
@media only screen and (max-width : 1550px) {
	.med3 img {max-width: 250px !important; width: 100%;}}
	
@media only screen and (max-width : 1500px) {
	.header-flex {width: 92%; margin-left: 4%; margin-right: 4%;}
	div#n2-ss-2 .n2-font-2066a7c911978663bd578e1fc8cc1ee4-hover, div#n2-ss-2 .n2-font-9ff3332e624f5d54b938de857d5a78a1-hover,.hero-txt h1 {font-size: 55px !important;}
	.n2-ss-slider .n2-ss-layer-content[data-verticalalign=flex-start] {padding: 10px 20px !important;}
	div#n2-ss-2 .n2-ss-control-bullet {bottom: 10px !important}
	
}
@media only screen and (max-width : 1400px) {		
	.header-right {width: 100%;}
	.width-80 {width: 90%; margin-left: 5%; margin-right: 5%;}
	.hp-text {width: 90%; margin-left: 5%; margin-right: 5%; }
	div#n2-ss-2 .n2-font-3e59c94e00c7b0cc2fce87c9224c67a2-paragraph {font-size: 14px !important}
	.hero-txt h1 {font-size: 48px !important;}
	.hero-txt h2 {font-size: 22px !important;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width :1200px) {
	.header-flex div.logo {width: 80%;}
	.logo img {max-width: 200px !important; width: 100%; text-align: left; margin-left: 0 !important}
	.header-right{width: 20%; align-items:center;}
	
	.flex-row {display: block;}
	.hero1 {float: none; width: 100%; }
	.hero2 {float: none; width: 100%; display: inline-flex;}
	.hero2 h2 {font-size: 22px !important;}
	.main1 aside,.main2 aside,.main3 aside {height: 100% !important;}
	.main1,.main2,.main3 {flex: 1 !important;margin: 0 !important;}
	#mainoneid {background: #333 !important;}
	/* .background-cover {background-size: cover !important; height: 100% !important; background-position: center center;} */
	.med1 {float: left; width: 25%;}
	.med1-2 {background-position: center center; float: left;width: 72.2%;margin: 10px 5px 0px 0;}
	.med3 {width: 49%; display: inline; float: left;height: 400px;margin: 10px 5px 10px 3px }
	.med3 img {max-width: 280px !important; text-align: left !important}
	.med4 {width: 49.5%; height: 400px;float: left;margin: 10px 0px 10px 5px;}
	.hero3 { width: 100%; margin: 0 auto; padding: 25px 0; display: inline-block;}
	.hero3 iframe {height: 100% !important}
	.hero3 .sidebarColumn {min-height: auto !important}
	.loc-left {width: 50%;}
	.loc-right {width: 50%;}
	.flex-row.brand-flex {display: flex;}
	.maintext .white-border-btn{width: 100% !important}	
	.maintext {
    width: 90%;
    margin: 0 auto !important;
    display: block !important;
}
	.brands-title {float: left;width: 35%; margin: 5px 0 5px 5px;}
	.brands-slider {float: right;width: 63%; margin: 5px 5px 5px 5px;}
	.featured-inv {width: 100%;}
}
@media only screen and (max-width :1050px) {
		.header-flex div.logo {width: 80%;}
	.med3 img {max-width: 200px !important; text-align: left !important}
	.amentities .col-sm-4 {width: 98% !important; margin-left: 1%; margin-right: 1%;}
	.custom-flex {display: block;}
	.gray-30 {width: 100%; margin-bottom: 10px;display: inline-block;}
	.gray-30 img {display: none;}
	.gray-70 {width: 100%;margin-bottom: 10px;display: inline-block;}
	.hero {display: none;}
	.hp-text {display: none;}
	.footertext {display: block;}
	.footer-col {float: left; width: 31%;}
	.footer-img {width: 100%; margin: 0 auto; text-align: center;}
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.logo {width: 70%;}
	.logo img {max-width: 350px; width: 100%;}
	.header-right {width: 30%;}
	.main1 h2, .main2 h2 {padding-top:0px;}
	.med3 {width: 48.6%;}
	.med1-2 {float: left;width: 72%;margin: 10px 5px 0px 0;}
	.widget-popup > div {width: 90%; margin: 4%;}
	.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {font-size: 14px !important}
	.widget-popup > div h2 {font-size: 22px; margin-top:0px;}
	.popup-close {position: absolute; right: 0 !important; top:0;background: #fff; }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 858px) {
	.med3 img {display: none !important;}
	.med3, .med4 {height: 300px;}
	.med4 h2{margin-top:-25px;}
	.med3 h2{margin-top:85px;}
	.med3 br {display: none;}
	.med1-2 {width: 71%;margin: 10px 0px 0px 0;}
	.hero2{display: block;}
	    .hero2 h2 {
        font-size: 32px !important;
    }
	.maintext {width: 100% !important;}
	
}


@media only screen and (max-width : 768px) {
	.header-address {display: none;}
	.red-banner {display: inline-block; text-align: center;}
	.loc-left {width: 100%; padding-bottom: 15px;}
	.loc-right {width: 100%;}
	.hero1 {width: 100%; margin: 0 auto; padding: 25px 5%;}
	.hero2 {width: 100%; margin: 0 auto;}
	.flex-row h2, .flex-row p, .white-border-btn, .border-btn {width: 90%; margin-left: 5%; margin-right: 5%; text-align: center;}
	.brands-title .white-btn {text-align: center;}
	.brands-title {text-align: center;}
	.white-border-btn, .border-btn {margin-top:15px;}
	.background-cover {background-size: cover !important; height: 100% !important; background-position: center center !important;}
	.med3, .med4 {float: left; width: 50%; margin: 10px 0;}
	.med3 p, .med4 p {display: none;}
	.med4 h2{margin-top:20px;}
	.med3 h2{margin-top:85px;}
	.flex-row.brand-flex {
    display: block !important;
}
	.maintext {width: 90% !important;}
	.maintext .white-border-btn {max-width: 100% !important;margin: 0 auto !important;}
	.brands-title {float: none;width: 98%; margin: 5px 5px; height: auto;}
	.brands-title h4 {text-align: center; margin: 0 auto; width: 90%; margin-left: 5%;padding: 10px 0;}
	.brands-slider {float: none;width: 98%; margin: 5px 5px; height: auto;}
	.footer-col {float: none; width: 100%; text-align: center; margin: 0 auto;}


}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 560px) {
	h1 {font-size: 30px !important; }
	.red-banner .loc-left h3 {font-size: 22px;}
	.med1 {display: none;}
	.med1-2 {width: 98%; margin: 1% 1%;}
	.feat-card {min-height: inherit;}
	
}
