/*
Theme Name: www.traktraders.com
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
*/

/*--------------------------------------------------------------
## 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;
}
.headersect {
    display: flex;
    justify-content: space-between;
    background: #000;
    flex-wrap: wrap;
}
.headerleft {
    width: 25%;
	padding-left: 2%;
	box-sizing: border-box;
}
.headerlogo img {
    width: 100%;
    display: block;
    max-width: 320px;
    position: relative;
    top: 25px;
	z-index: 10;
}
.headerlogo{
    width: 100%;
    display: block;
}
.headerright {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    align-content: stretch;
}
.headertop {
    background: #f2b248;
    padding: 10px 5%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 25px;
}
.headernumber {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.headernumber i {
    padding-right: 10px;
}
.heroheader{
	font-family: "veneer-three", sans-serif;
	font-size: 80px;
	line-height: 75px;
}
.heroslider{
	margin-top: -10px;
}
.herotextsect {
    padding-top: 10%;
    padding-left: 8%;
    box-sizing: border-box;
}
.herosubhead{
	font-family: "Montserrat", sans-serif;
    letter-spacing: 5px;
    font-weight: 400;
}
.paratext{
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
	font-size: 18px;
    line-height: 35px;
}
.fullcenter{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.arrowdownlink{
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #fff;
    padding: 0px 50px;
    box-sizing: border-box;
    margin-top: -40px;
    font-size: 90px;
    width: 305px;
    text-align: center;
    color: #000;
}
.arrowdownlink i{
    transition-duration: 0.2s;
	 top: 0px;
	position: relative;
}
.arrowdownlink i:hover{
   top: 5px;
	position: relative;
}
.headertext{
font-family: "veneer-three", sans-serif;
text-transform: uppercase;
font-size: 40px;
}
.smheader{
font-family: "veneer-three", sans-serif;
text-transform: uppercase;
font-size: 28px;
}
.hpabouttext {
    text-align: center;
    padding: 0px 5%;
}
.white{
	color: #fff;
}
.yellow{
	color: #f2b248;
}
.yellowbtn{
	background: #f2b248;
	color: #000;
	font-family: "Montserrat", sans-serif;
	width: 300px;
	text-align: center;
	padding: 15px 0px;
	box-sizing: border-box;
	display: block;
	transition-duration: 0.3s;
	letter-spacing: 0px;
}
.yellowbtn:hover {
    background: #e19a0c;
	letter-spacing: -1px;
}
input.btn.btn-success.sheSubmitButton{
	border:none!important;
	
}
.hpctabox {
    width: 30%;
}
.hpctabox h3 {
    margin-top: 20px;
}
.hpwetkitsect {
    padding: 8%;
}
.hpctasect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.hpwetkitsect .headertext strong {
    font-weight: 200;
}
.hpwetkitsect .headertext span {
    width: 100%;
	display: block;
}
.fullwidthcenter{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.hpiconsect {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
	margin: 60px 0px;
}
.hpiconbox {
    width: 45%;
	margin: 10px 0px;
}
.hpiconbox i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.hpstartsect{
padding: 8% 15%;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.financebox{
	width: 22%;
}
.footeryellow{
background: url(///media.sandhills.com/img.axd?id=10014252851&wid=0&rwl=False&p=&ext=jpg&w=1800&h=630&t=&lp=&c=True&wt=False&sz=Min&rt=0&checksum=3WOEtPPyljJ9T%2br7smwd3nz6dCTuseZT);
background-size: cover;
background-position: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 2% 8%;
}
.footerright{
	width: 45%;
}
.footerleft{
	width: 45%;
}
.footerinfo {
    padding: 20px 0px;
}
.footerinfo a {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 40px;
}
.underline{
	text-decoration: underline;
}
.inlinelink{
	text-decoration: underline;
}
.inlinelink:hover{
	text-decoration: none;
}
.footerteam {
    text-align: left;
}
.footerteam h5 {
    font-family: "veneer-three", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
}
.footerheader {
    font-family: "veneer-three", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 15px;
	text-align: center;
}
.footerteam p{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 500;
	margin-bottom: 0px;
}
.footerteam a{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 500;
	width: 100%;
	display: block;
	color: #000;
}
.footerbottom {
    display: flex;
    flex-wrap: wrap;
    background: #000;
    border-bottom: solid #ecb13c 16px;
    padding: 30px 8% 50px 8% !important;
    width: 100% !important;
    justify-content: space-between;
}
.footericon {
    color: #fff;
    font-size: 45px;
    margin: 0px 12px;
}
.footerteamsect{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.footerteam{
	width: 40%;
}
.list-container-flexrow .view-listing-details-link {
    background: #f2b248 !important;
	color: #000!important;
}
.list-top-section .list-listings-count{
	color: #000!important;
}
.list-container-flexrow .price-container .price{
	color: #000!important;	
}
.invpadding{
	padding: 20px 0px;
}
.post-image img{
	max-width: 100%;
	height: auto;
}
.fixed-blog .entry-content .row.sh-row{
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    width: 100%;
    padding: 2% 10% 0% 10%;
    box-sizing: border-box;
    align-items: flex-start;
}
.entry-meta{
	padding: 5% 8% 0% 8%;
}
.col-md-12.blogstripe {
    border: none;
}
.col-md-12.blogstripe img {
    width: 100%;
    margin: 10px 0px;
    height: auto;
}
.fixed-blog {
    margin-top: -80px;
	position: relative;
	z-index: 1;
	    font-family: Montserrat, sans-serif;
}
.fixed-blog h3 {
    margin: 20px 0px;
}
.fixed-blog .container h1{
    color: #000;
}
#header {
    z-index: 20;
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1480px) {		
	.footerleft{
		width: 48%;
	}	
	.headerleft {
    width: 18%;
}
.headerright {
    width: 82%;
}
}
@media only screen and (max-width : 1200px) {		
.footericon {
    display: block;
    margin: 0px 2px;
    font-size: 32px;
    text-align: center;
}
.footerthird {
    width: 33%;
}
.flexboxcenter {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}
	.footerleft{
		width: 100%;
		margin-bottom: 20px;
	}	
	.footerright{
		width: 100%;
	}	
	.footerright iframe{
	height: 320px;
	}

}

@media only screen and (max-width : 1120px) {	
	.hpctabox {
    width: 100%;
	margin: 30px 0px;
}
.financebox {
    width: 46%;
}	
}
@media only screen and (max-width : 1050px) {	
.headernumber {
    font-size: 12px;
}

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 990px) {
.footericon {
    font-size: 25px;	
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 800px) {
	.headertop{display: none;}
	.headerright{width: 100%; justify-content: center;} 
	.headerleft{width: 100%;}
	a.headerlogo {
    text-align: center;
    display: flex !important;
    justify-content: center;
}
	a.yellowbtn {
    font-size: 15px;
    padding: 10px 0px;
}
}
@media only screen and (max-width : 750px) {
	.headertext{
		font-size: 30px;
	}
	.heroheader {
    font-size: 65px;
    line-height: 60px;
	}
	.hpstartsect {
    padding: 8% 4%;
}
	.arrowdownlink {
    font-size: 70px;
}
}
@media only screen and (max-width : 680px) {
.footerthird {
    width: 100%;
	text-align: center;
}	
	.footericon {
    font-size: 35px;	
	}
	.paratext{
		font-size: 16px;
		line-height: 30px;
	}
	.hpiconbox{
		width: 100%;
	}
}
@media only screen and (max-width : 600px) {
	.footerteam{
		width: 100%;
	}	
	
	a.yellowbtn { width: 100%;}
			
}
@media only screen and (max-width : 500px) {
	.financebox {
    width: 100%;
}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 420px) {

	.heroheader {
    font-size: 50px;
    line-height: 45px;
	}
}

