/*
Theme Name: www.tidewaterequip.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 {
	height:100%;
	width:100%;
}


/* CUSTOM */

.black{color: #000 !important;}

.left{float: left;}
.relative{position: relative;}
.show-mobile{display: none;}

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}

.col33{width: 33.3333%;}
.col33 .pad{padding: 0 15px;}


.col50{width: 50%;}
.col50 .pad{padding: 60px 30px;}


.wrapper{max-width: 1300px; margin: 0 auto;}
.wrapper.pad{padding: 60px 30px;}

/* HEADER */
#header{
	background: #000e8d;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 20px 20px 40px;
	overflow: visible;
}
#header a{
	text-decoration: none;
}
#header-logo{
    margin-bottom: -82px;
    z-index: 300;
    margin-right: auto;
    max-width: 140px;
}
#header-logo img{
    width: 100%;
}
#header-contact {
	width: 25%; 
    display: flex;
	justify-content: flex-end;
	margin-left: auto;
	margin-bottom: 5px;
}
#header-contact a.cta {
    padding: 5px 12px;
    background: #fff;
    color: #000e8d;
    font-family: protipo, sans-serif;
    font-weight: 700;
	margin-right: 15px;
	display: flex;
}
#header-contact a .svg-inline--fa:not(.cta-icon) {
    color: #fff;
	font-size: 32px;
	margin-left: 10px;
}


/* TEXT */

.heading, .text-styling h1:not(.subheading):not(.heading-small){
	font-family: protipo, sans-serif;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}
.heading-small, .text-styling h3:not(.heading):not(.subheading){
	font-family: protipo, sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
}
.subheading, .text-styling h2:not(.heading){
	font-family: protipo, sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
		margin: 0;
}
.text-styling{
	font-family: protipo, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #000;
}
.text-styling p{
	font-family: protipo, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	margin: 10px 0;
}
.text-styling a:not(.btn-success){
	color: #000a8d;
}


/* BUTTONS */

.cta {
	padding: 10px;
    background: #fff;
    color: #000e8d !important;
	font-size: 14px;
    font-family: protipo, sans-serif;
    font-weight: 700;
	margin-right: 15px;
	text-align: center;
	border: solid 1px #000e8d;
	text-transform: uppercase;
}
.cta.blue-btn {
    background: #000e8d;
    color: #fff !important;
}
.cta.blue-btn.col33 {
   	display: block;
}



/* FOOTER */

#footer{
	background: #000e8d;
	position: relative;
}
.bg-t:before{
    content: '';
    background: url(/templates/tidewaterequip.com/siteart/bg-t.jpg) right top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
	pointer-events: none;
	z-index: 0;
}
#footer .pad{padding: 90px 30px 30px;}
#footer .col50{position: relative;}
#footer a{
	text-decoration: none;
}
#footer ul{
	list-style: none;
	line-height: 2.5;
	padding: 30px 0 0;
	font-size: 14px;
	margin-left: 0 !important;
}
#footer .heading-small, #footer p{
	color: #fff;
}

#footer p:first-of-type{padding-top: 30px;}
#footer p{
    font-family: protipo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
}
#footer ul li a{
	color: #fff;
	font-family: protipo, sans-serif;
	margin-top: 30px;
	font-weight: 400;
	text-transform: uppercase;
		text-decoration: none;
}

.cta-white{
	display: block;
	width: 100%;
	padding: 10px !important;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #fff;
	color: #fff !important;	
	font-family: protipo, sans-serif;
	padding-top: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
#footer .cta-white{
	margin-top: 30px;
}

.footertext{
	position: relative;
	font-family: protipo, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
.footertext > .flex{justify-content: space-between;}
.footertext p{
	padding: 0 !important;
	margin: 0 !important;
}
.footertext p.social-icons{
	padding-left: 15px !important;
	font-size: 24px;
	margin-top: -8px!important;
}
.footertext p.social-icons .svg-inline--fa{
	margin-left: 10px;
}
.footertext a{
	color: #fff !important;
}
.footertext .pad{
	border-top: 1px solid #fff;
	padding: 30px 30px !important;
}

/* SHOP */
#hs-main-content{padding-top: 45px;}
#hs-main-content * {font-family: protipo, sans-serif;}

.product.product-card-item, .product.product-list-item{
	background: #f5f5f5;
	border: #f5f5f5 solid 1px;
	box-shadow: none !important;
}

.product .no-image{
	background: #fff !important;
}
.hs-btn.hs-highlighted, .hs-btn.hs-highlighted:hover {
    background-color: #000a8d;
    color: #fff !important;
}

/*==========  Non-Mobile First Method  ==========*/

/* Medium Devices, Desktops */
@media only screen and (max-width : 1000px) {
	
	#header-logo {
		margin-bottom: -55px;
		z-index: 300;
		margin-right: auto;
		max-width: 100px;
	}
	.hide-mobile{display: none !important;}
	.show-mobile{display: block !important;}
	.col50{width: 100%;}
	
	.bg-t:before{
		content: '';
		background: url(/templates/tidewaterequip.com/siteart/bg-t.jpg) right top;
		background-size: 75% auto;
		background-repeat: no-repeat;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	#footer .col50{padding-bottom: 30px;}
	
	
	.footertext > .flex{flex-direction: column;}
	.footertext .flex.right{padding-top: 24px;}
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
	.heading-small, .text-styling h3:not(.heading):not(.subheading){font-size: 18px; padding-left: 0; padding-right: 0;}
	
	.heading, .text-styling h1:not(.subheading):not(.heading-small){
		font-size: 26px;
	}
	.subheading, .text-styling h2:not(.heading){
		font-size: 18px;
	}
	.text-styling p, #footer p:not(.social-icons){
		font-size: 12px;
	}
	
	.col50 .pad{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

