@font-face {
	font-family: 'Bebas';
	src: url('Bebas.eot');
	src: url('Bebas.woff') format('woff'), 
		 url('Bebas.ttf') format('truetype'), 
		 url('Bebas.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'LoveloBlack';
    src: url('LoveloBlack.eot');
    src: url('LoveloBlack.eot') format('embedded-opentype'),
         url('LoveloBlack.woff2') format('woff2'),
         url('LoveloBlack.woff') format('woff'),
         url('LoveloBlack.ttf') format('truetype'),
         url('LoveloBlack.svg#LoveloBlack') format('svg');
}

body{
	font-size: 16px; letter-spacing: 1px;
  	font-family: "proxima-nova",sans-serif;
}
h1{
	font-family: "proxima-nova",sans-serif;
  font-weight:300;
  letter-spacing: 2px
}
.input-group #Email.input-group-field{
	box-sizing: border-box;
	line-height: 1;
  	font-size: 0.92857em;
}

#left-nav-container{
	padding-right: 20px;
}
#right-nav-container{
	padding-left: 35px;
}
#LeftNav{
	margin-left: -30px;
}
#LeftNav li:first-child a{
	padding-left: 0;
}
#RightNav{
	margin-right: -30px;
}
#RightNav li:last-child a{
	padding-right: 0;
}
.site-nav__link{
	padding: 15px 10px;
    font-family:"proxima-nova", Montserrat, sans-serif;
  	text-transform: uppercase; 
  	color: #000000;
  	letter-spacing: 1px;
}
.site-nav__link:hover{
	color: #727875;
  
}
.wrapper{
	max-width: 950px;
  	width: 100%;
}
.clear{
	clear: both;
  	overflow: hidden;
  	width: 100%;
}
.newsletter{
	margin-top: 40px;
  background-color: transparent;
}
#page-content > .box-content{
	border: 3px solid #001d37;
	padding: 7px;
	margin-bottom: 30px;
}
.box-content.second-box{
	margin-top: 30px;
}
#page-content > .box-content > .box-container{
 	border: 1px solid #374056;
 	padding: 25px 50px 0;
    overflow: hidden;
}
#page-content{
	margin-bottom: 0px;
  	font-family: Times;
}
#page-content h2{
	font-family: "proxima-nova", sans-serif;
	font-size: 1.235295em;
}
#page-content p{
	font-family: "adobe-caslon-pro", serif;
	font-size: 0.95em;
}
#page-content img.full-img{
	margin: 0;
  	width: 100%;
}

.list-presses{
	list-style: none;
}
.list-presses .press:first-child, .list-presses .press:nth-of-type(2), .list-presses .press:nth-of-type(3){
	;
}
.list-presses .press{
	display: block;
	float:  left;
	width: 33%;
	height: 168px;
	box-sizing: border-box;
	padding: 10px 30px;
	text-align: center;
	vertical-align: top;
	
	font-family: "proxima-nova", sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
}
.list-presses .press.first{
	
}
.list-presses .press a{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
#page-content .list-presses .press img{
	max-width: 80%; 
	display: block;
	margin-bottom: 10px;
}

#our-salt{
	margin: 70px 0 50px;
}
#press h1{
	font-family: "proxima-nova",sans-serif
}
#press #page-content h1{
	letter-spacing: 0;
	font-size: 1.588239em;
  	margin-bottom: 0.5em;
}
#page-content .salt-list h2{
	font-family: "proxima-nova", sans-serif;
	font-weight: normal;
	color: #4a4d4e;
	text-align: left;
	margin-bottom: 30px;
	font-size: 0.95em;
}
#page-content .salt-list p{
	font-family: "proxima-nova", sans-serif;
	color: #4a4d4e;
	font-size: 0.8em;
	line-height: 2em;
  	margin-bottom: 0px;
}
.entry-excerpt{
  	font-family: "adobe-caslon-pro", serif;
    font-size: 0.95em;
}

.rte--indented-images img:not([style]).rte__no-indent, .rte--indented-images img[style="float: none;"].rte__no-indent {
    height: auto;
}

.rte--indented-images img:not([style]), .rte--indented-images img[style="float: none;"] {
    max-width: 100%;
    margin-left: 0px;
    height: auto;
}

#products .grid__item.grid-product {
    padding: 0px 0px;
}

hr, .hr--small, .hr--medium, .hr--large
{
  display:none;
}
.site-nav--has-dropdown:hover>a
{
  	background:none;
}

.site-nav__dropdown
{
  	background:none;
  	box-shadow:none;
}
.site-nav__dropdown-link
{
  	    font-size: 0.78571em;
}
@media screen and (max-width: 1024px){
  .grid, .grid--rev, .grid--full, .grid-uniform{
    margin-left: 0;
  }
}
@media screen and (max-width: 950px) and (min-width: 769px){
  .site-nav__link{
  	padding: 15px 5px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px){
  .box-content .box-container{
  	padding: 15px 10px 0;
  }
}
@media screen and (max-width: 640px){
  .list-presses .press{
      height: 200px;
      font-size: 0.7em;
  }
  .list-presses .press{
    width: 50%;
  }
  .list-presses .press.first{
    border-left: 0;
  }
  .list-presses .press:nth-child(odd){
    border-left: 1px solid #CBCBCB;
  }
  .list-presses .press:nth-child(3){
    border-top: 0;
  }
  .input-group .input-group-field{
  	font-size: 1em;
  }
}
@media screen and (min-width: 591px){
  .grid__item{
  	padding-left: 7px;
    padding-right: 7px;
  }
  .section-header{
    margin-bottom: 5px;
  }
  .main-content{
    padding-bottom: 0px;
  }
  .grid, .grid--rev, .grid--full, .grid-uniform
  {
    margin-left:0px;
  }
  .wrapper
  {
    padding:0px;
  }
}
@media screen and (max-width: 320px){
  .list-presses .press, .list-presses .press.first{
    width: 100%;
    border-left: 1px solid #CBCBCB;
    height: 168px;
  }
  .list-presses .press:nth-of-type(2){
  	border-top: none;
  }
  .input-group #Email.input-group-field{
  	font-size: .625em;
  }
}