/*
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



colors 
red #9b2422
Light Grey #f6f6f6 
grey #808080
dk-grey #010101

*/



/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/
a {text-decoration: none;}
.results4 {justify-content: center;display: flex;}
.fa-star-of-life {width: fit-content;}
html, body {
	height:100%;
	width:100%;
    line-height: normal;
}
.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: Arial, sans-serif; 
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

	h1 {
        font-family: 'Urbanist', sans-serif;
		font-size:48px;
		font-weight: 700;
}

	h2 {
        font-family: 'Urbanist', sans-serif;
		font-size:40px;
		font-weight: 700;
}
	h3 {
        font-family: 'Urbanist', sans-serif;
		font-size:35px;
		font-weight: 700;
}
	h4 {
        font-family: 'Urbanist', sans-serif;
		font-size:25px;
		font-weight: 700;
}
	h5 {
        font-family: 'Urbanist', sans-serif;
		font-size:18px;
		font-weight: 600;
}

.header-title-1 {
    color:#808080;
    text-align: center;
    position: relative;
    margin:50px 0 35px 0;
}
.header-title-1 h1, .header-title-1 h2, .header-title-1 h3, .header-title-1 h4 {
    font-size: 48px;
    font-weight: 1000;
}

.header-title-1:after {
    content: "";
    height: 24px;
    max-width:315px;
    width:100%;
    position:absolute;
    bottom:-24px;
    left:0;
    right:0;
    margin:0 auto;
    background: radial-gradient(closest-side, #808080, transparent);
    clip-path: polygon(0% 50%,100% 50%,100% 100%,0% 100%);
    
}

ul li {
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    line-height: 1.5; 
    padding-bottom:5px;
}

p {
    font-family: 'Roboto', sans-serif;
	font-size:18px;
	margin: 0;
    line-height: 1.5;
	}
p a, ul li a {
    color:#9b2422;    
}
p a:hover, ul li a:hover {
    color:#808080;    
}

.lg-body-font p {
    font-family: 'Urbanist', sans-serif;
    font-size: 28px;
    font-weight: 500;
}
.sml-body-font p {
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.lg-body-font p b {
    font-weight: 900;
}
.lg-body-font ul {
    padding:10px 0;
    margin:0;
}
.lg-body-font ul li {
    padding:0;
    margin:0;
    font-family: 'Urbanist', sans-serif;
    font-size: 28px;
    font-weight: 500;
    list-style: none;
}
.lg-body-font ul li a {
    color:#000;
}
.lg-body-font ul li a:hover {
    color:#9b2422;
}


.butn-red {
    font-family: 'Urbanist', sans-serif;
	background:#9b2422;
	color:#fff;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	margin:10px 0;
    font-size: 24px;
    border:1px solid #fff;
    margin:20px 0;
    border-radius: 10px;
}
.butn-red:hover {
	background:#fff;
	color:#9b2422;
    border:1px solid #9b2422;
}
.butn-white {
    font-family: 'Urbanist', sans-serif;
	background:#fff;
	color:#808080;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	margin:10px 0;
    font-size: 24px;
    border:1px solid #808080;
    margin:20px 0;
    border-radius: 10px;
}
.butn-white:hover {
	background:#808080;
	color:#fff;
    border:1px solid #fff;
}

.btn-primary {
    text-transform: uppercase;
    font-family: 'Urbanist', sans-serif;
	background:#fff!important;
	color:#808080!important;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
    font-size: 20px;
    font-weight: 700;
    border:3px solid #808080!important;
    margin:20px 0;
    border-radius: 10px;
    box-shadow: none!important;
}
.btn-primary:hover {
	background:#808080!important;
	color:#fff!important;
    border:3px solid #fff!important;
    box-shadow: none!important;
}


.search-form .btn-primary {
    text-transform: uppercase;
    font-family: 'Urbanist', sans-serif;
	background:#fff!important;
	color:#808080!important;
	display: inline-block;
	padding:0 20px;;
	text-align:center;
    font-size: 16px;
    font-weight: 700;
    border:3px solid #808080!important;
    margin:0px 0;
    border-radius: 0px;
    box-shadow: none!important;
    box-sizing: border-box;
}
.search-form .btn-primary:hover {
	background:#808080!important;
	color:#fff!important;
    border:3px solid #fff!important;
    box-shadow: none!important;
}



/*===================== 
	header styles 
=======================*/

#header {
    width:100%;
    backgrouhnd:#fff;
    border-bottom:3px solid #9b2422;
}
.top-head {
    width:100%;
    background:#f6f6f6;
}
.goog-te-gadget {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.goog-te-gadget .goog-te-combo {
  margin: 4px 5px 4px 0;
}

.head-cont-1 {
    max-width: 1100px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-logo-1 img {
	max-width: 425px;
	height: auto;
	display: block;
}

.img-shadow {
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);
}


/*===================== 
	content styles 
=======================*/

.brand-cont-1 {
    padding-top:30px; 
    padding-bottom:30px; 
}
.brand-cont-1 .flex-cont-b {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.brand-cont-1 .flex-cont-b img {
    margin:0 auto;
}

.home-map-cont-1, .home-fb-cont-1 {
    max-width: 500px;
    width:100%;
    margin:0 0 20px 0;
}
.home-map-cont-1 iframe, .home-fb-cont-1 iframe {
    border:2px solid #808080;
}

.chi-cont {
    margin-top:20px;
    margin-bottom:20px;
}

.chi-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.chi-header h2 {
    background:#9b2422;
	color:#fff;
	display: block;
	padding:10px 20px;
	text-align:center;
    font-size: 24px;
    border:1px solid #fff;
    margin:20px 20px 20px 0;
    border-radius: 10px; 
    max-width: 290px;
    width:100%;
        
}
.chi-header img {
    max-width: 100%;
    height: fit-content;
    display: block;
    max-height: inherit;
    width: auto;
}

.table-cont {
    padduing:10px 0 40px 0;
}
.table-row-header ul li {
    font-weight: 900;
    color:#9b2422;
}
.table-cont ul {
    margin:0;
    padding:0;
    display: flex;
    width:100%;
}
.table-cont ul li {
    margin:0;
    padding:10px 2px 10px 10px;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    border-left:1px solid grey;
    border-top:1px solid grey;
    border-bottom:1px solid grey;
    display: flex;
    align-items: center;
    width:25%;
}
.table-row ul li:first-child, .table-row-header ul li:first-child  {
    width:38%;
}
.table-row ul li:nth-child(2), .table-row-header ul li:nth-child(2) {
    width:18%;
}
.table-row ul li:nth-child(3), .table-row-header ul li:nth-child(3) {
    width:15%;
}
.table-row ul li:last-child, .table-row-header ul li:last-child {
    width:29%;
    border-right:1px solid grey;
}

/*===================== 
	ctp
=======================*/

.team-info {
    width:100%;
    background:#f6f6f6;
}
.post-container-team {
    max-width: 1100px;
    margin: 0 auto;
    padding:10px;
    box-sizing: border-box;
    float:none; 
}
.border-team {
  border: 0px solid #f2f2f4!important;
  box-shadow: 0 0px 0 rgba(0,0,0,0.00)!important;
  background-color: transparent!important;
  display: flex;
}
.post-column-left-team {
    width:40%!important;
}
.post-column-right-team {
  font-family: 'Roboto Condensed', sans-serif;  
    width:60%!important;
}
.post-column-right-team p {
  font-family: 'Roboto Condensed', sans-serif;  
    font-size: 16px;
}
.post-column-right-team a {
  color:#9b2422;
}
.post-column-right-team a:hover {
  color:#808080;
}
.post-team-name {
    font-size: 20px;
    font-weight: 600;
    color:#9b2422;
}

/*===================== 
	forms
=======================*/


.contactForm-cont {
    max-width: 1100px;
    padding:20px !important;
    box-sizing: border-box;
    margin:30px auto;
    border:2px solid #808080;
    border-radius: 10px;
    float: none;
    background:#f6f6f6;
}
.contactForm-cont h1 {
    color: #9b2422;
    font-size: 30px;
    font-weight: 800;
}

.contactForm-cont .form-control {

  border:1px solid #808080!important;
}

.contactForm-cont .btn {
    font-family: 'Urbanist', sans-serif;
	background:#9b2422;
	color:#fff;
	display: inline-block;
	padding:10px 20px;
	text-align:center;
	margin:10px 0;
    font-size: 24px;
    border:1px solid #808080!important;
    margin:20px 0;
    border-radius: 10px;
    box-shadow: none!important;
}

.contactForm-cont .btn:hover {
	background:#fff!important;
	color:#9b2422!important;
    border:1px solid #9b2422!important;
    box-shadow: none!important;
}


/*===================== 
	Inventory styles 
=======================*/



.inv-cat-cont {
    width:100%;
    position: relative;
}
.inv-main-cont {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inv-main-cont a {
    margin:20px auto;
    width:32%;
    position: relative;
}
.inv-main-cont a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}
.inv-main-cont a p {
    font-size: 28px;
    color:#808080;
    text-align: center;
}
.inv-main-cont a:hover img {
    opacity: 0.8;
}

.inv-main-cont a:hover p {
    color:#9b2422;
}
.inv-sub-cont {
    position: absolute;
    top:100%;
    left:0;
    right:0;
    width:100%;
    display: none;
    background:#fff;
    border:4px solid #808080;
    z-index: 100;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
    box-sizing: border-box;
}
.inv-sub-cont-flex {
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;  
}
.inv-sub-cont:after {
    content:"";
    clip-path: polygon(50% 0%,0% 100%,100% 100%);
    background:#808080;
    width:30px;
    height:18px; 
    display: block;
    margin:0 auto;
    position: absolute;
    bottom: 100%;
    right: 15.5%;
    z-index: 200;
}
.inv-sub-cont a {
    margin:20px auto;
    width:19%;
}
.inv-sub-cont a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}
.inv-sub-cont a p {
    font-size: 18px;
    color:#808080;
    text-align: center;
}
.inv-sub-cont a:hover img {
    opacity: 0.8;
}

.inv-sub-cont a:hover p {
    color:#9b2422;
}

.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:30px 10px;
	box-sizing: border-box;
}

.inv-header {
    font-size: 48px;
    color:#808080;
    font-weight: 1000;
}
.inv-header span {
    color:#9b2422;
    display: block;
    padding:0 0 0 40px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    accent-color: #9b2422;
}

/*----Page Background Color----*/
.body-content .body-wrapper {background:#fff !important;}

/*----Page Sizing----*/
.list-content{max-width: 100% !important; margin:0 !important;}

/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {background:#fff !important;}

/*---Sidebar Background Color & Text Color----*/
.list-content .section-box {background:#fff !important;}

/*----Filter button color change------*/
.current-facet {background:#010101 !important;}

/*----View Details Button----*/
.view-listing-details-link {background:#9b2422 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#808080 !important; color: #fff !important;}

/*---Page Title----*/
.list-content .list-title .list-title-text {color:#010101 !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color:#9b2422!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #9b2422!important;
    border: 1px solid #9b2422!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #9b2422!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #9b2422!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #9b2422!important;
    color: #fff!important;
}



/*----Listings # showing text----*/
.list-content .list-title .list-listings-count {}

/*---Description text color (if different than body text color)----*/
.listing-description-text {color:#010101;}

/*----Price----*/
.listing-main-stats .price {color:#010101 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #9b2422 !important; color:#fff!important;}

/*------- Site Specific Search------*/ 
.detail-content .detail-main-body .main-detail-data .details-fin-cal{
	display: block !important;
	box-sizing: border-box !important;
}

button#faceted-search{float:none; margin: 0;}

/*---pagers----*/
.paging-container .page-navs .list-page-nav, .g-recaptcha {background:#9b2422 !important; color: #fff !important;}
.view-listing-details-link:hover, .g-recaptcha:hover {background:#808080 !important; color: #fff !important;}


.paging-container .list-page-number, .paging-container .list-page-number .ui-selectmenu-button {
	color:#010101;
}
.contact-options a, .fin-calc-mobile > a {background:#9b2422 !important; color: #fff !important;}

/*------------------------------Listings Details Page---------------------------------*/
/*----Details Page Header----*/
.main-detail-data .detail-title {color:#010101 !important}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#9b2422 !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#808080 !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:#9b2422 !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:#010101 !important; color:#fff!important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:#9b2422 !important;}

/*----Breadcrumb Path above Searach Results----*/
.breadcrumbs .breadcrumbs-element {color:#010101 !important; font-size:16px !important; font-weight: bold;}

/*----Background color of widgets (if it matches the page background)----*/


.detail-additional-data h4{color:#010101;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#010101 !important; color:#fff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .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 .fin-calc-btn-mobile{
	background:#010101 !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#010101 !important; 
	color:#fff !important;
}
.list-content .list-title .list-listings-count {
	color:#9b2422!important;
}
.info {
	color:#010101!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#9b2422!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#9b2422!important;
}
.detail-content-mobile .share-listing {
	color:#9b2422!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#9b2422!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#9b2422!important;
}
.cs-btns .button {background:#9b2422 !important; color: #fff !important;}
.cs-btns .button:hover {background:#808080 !important; color: #fff !important;}


/*===================== 
	layout styles 
=======================*/

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:10px;
	box-sizing: border-box;
    float:none;
	}
.container-sml {
	max-width: 900px;
	margin: 0 auto;
	padding:10px;
	box-sizing: border-box;
	}
.container-sml-all .row {
	max-width: 900px;
	margin: 0 auto!important;
	box-sizing: border-box;
    float: none;
	}
.container-all .row .col, .container-sml-all .row .col {
    padding:20px 10px;
    box-sizing: border-box;
}

.container-all .row {
	max-width: 1100px;
	margin: 0 auto!important;
	box-sizing: border-box;
    float: none;
	}
.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:10px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

	
.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 
=======================*/


#foot {
    width:100%;
    background:#ededed;
    
}
.foot-bottom-1 {
   background:#9b2422; 
}
.foot-bottom-1 .container-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:20px 10px;
}
.foot-bottom-1 p {
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.foot-bottom-1 p a {
    color:#fff!important;
    text-decoration: underline;
}
.foot-bottom-1 p a:hover {
    color:#808080!important;
}

.foot-col-1 {
    padding:10px;
    box-sizing: border-box;
}
.foot-col-1 ul {
    font-family: 'Roboto Condensed', sans-serif;
    padding:0;
    margin:0;
}
.foot-col-1 ul li {
    padding:0 0 30px 0;
    margin:0;
    list-style: none;
    position: relative
}
.foot-col-1 ul li .foot-info {
    padding:0 0 0 50px;
    color:#000;
    font-size: 20px;
    font-weight: 600;
}

.foot-col-1 ul li a:hover .foot-info {
    color:#9b2422;
}

.foot-col-1 ul li .foot-ico {
    position: absolute;
    width:37px;
    height: 37px;
    top: -7px;
    border-radius: 100%;
    background:#9b2422;
    color:#fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-col-2 {
    font-family: 'Roboto Condensed', sans-serif;
    padding:10px;
    box-sizing: border-box;  
}
.foot-col-2 .foot-flex-cont-1 {
    display: flex;
    flex-wrap: wrap;
}
.foot-col-2 h3 {
   font-size: 20px;
    display: block;
    width:100%;
    color:#9b2422;
    font-weight: 900;
    padding:0 0 20px 0;
    margin:0;
}
.foot-col-2 ul {
    padding:0 40px 0 0;
    margin:0;
} 
.foot-col-2 ul li {
    padding:7px 0;
    margin:0;
    list-style: none;
} 
.foot-col-2 ul li a {
    color:#000;
    font-size: 20px;
    font-weight: 600;
} 
.foot-col-2 ul li a:hover {
    color:#9b2422;
} 


.foot-col-3 {
    font-family: 'Roboto Condensed', sans-serif;
    padding:10px;
    box-sizing: border-box; 
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.foot-col-3 .foot-flex-cont-1 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.foot-flex-cont-1 img {
	width: 100%;
	display: block; 
	margin: 1em 0;
	max-width: 275px;
}

.foot-col-3 a {
    width:37px;
    height: 37px;
    border-radius: 100%;
    background:#9b2422;
    color:#fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
    .head-logo-1 {
        width:40%;
    }
    .head-logo-1 img {
        width:100%;
    }
    .home-map-cont-1, .home-fb-cont-1 {
        margin:0 auto 20px auto;
    }
    .inv-main-cont a p {
      font-size: 3.2vw;
    }
    .inv-sub-cont a {
      width: 32%;
    }
    .inv-sub-cont a p {
        font-size: 2.5vw;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.post-team-picture {
        float:right;
    }
    
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .head-logo-1 {
        width:auto;
    }
    .foot-col-1 ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    
    .foot-col-3 {
        height: auto;
    }
    .foot-col-2 .foot-flex-cont-1 {
        justify-content: center;
    }
    .foot-col-2 h3 {
        text-align: center;
    }
    .foot-col-3 .foot-flex-cont-1 {
        justify-content: center;
    }
    .lg-body-font p {
        font-size: 20px;
    }
    .post-div-team-name, .post-div-team-position, .post-div-team-email, .post-div-team-phone, .post-div-team-picture, .post-column-left-team  {
        float:none!important;
        text-align: center;
        margin:0 auto;
    }
    .post-team-picture {
      float: none!important;
        margin:0 auto;
    }
    .post-column-right-team {
      width: 100% !important;
    }
    
    
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .inv-header {
        font-size: 10vw;
        color:#808080;
        font-weight: 1000;
    }
    .inv-main-cont a {
      width: 49%;
    }
    .inv-main-cont a p {
      font-size: 5vw;
    }
    .inv-sub-cont a {
      width: 48%;
    }
    .inv-sub-cont a p {
        font-size: 5vw;
    }
    .inv-sub-cont::after {
      right: 0;
        left:0;
    }
    .lg-body-font p {
        font-size: 17px;
    }
    h1 {
        font-size:30px; 
    }
    .header-title-1 h1, .header-title-1 h2, .header-title-1 h3, .header-title-1 h4 {
      font-size: 30px;
    }
    .chi-header h2 {
        font-size: 5vw;
        max-width: 100%;
        width: calc(100% - 100px);
    }
    .table-cont ul li {
        padding:10px 3px;
        font-size: 12px;
    }
    .table-row ul li:first-child, .table-row-header ul li:first-child  {
        width:26%;
    }
    .table-row ul li:nth-child(2), .table-row-header ul li:nth-child(2) {
        width:23%;
    }
    .table-row ul li:nth-child(3), .table-row-header ul li:nth-child(3) {
        width:23%;
    }
    .table-row ul li:last-child, .table-row-header ul li:last-child {
        width:28%;
    }

}
