/** MEDIA QUERY **/
    
@media (min-width: 768px) {
	
	.footer_nav {
		display:block;
	}
}


/** GLOBAL **/

html {
  scroll-behavior: smooth;
}

* {
margin:0;
padding:0;
}

@media (min-width: 768px) {	
	.no-gutter > [class*='col-'] {
	    padding-right:0;
	    padding-left:0;
	}
}

body {
	font-family: "Barlow", serif;
	font-weight: 300;
	font-size: 18px;	
}

strong {
  font-family: "Barlow", serif;
  	font-weight: 600;
}

.smaller {
	font-size: 0.8em;
}

h1 {
	text-transform: uppercase;
	padding: 30px 0 40px 0;
	margin-bottom: 0;
}

h1+h2 {
	margin-top: -30px !important;
}

h2 {
	text-transform: uppercase;
	padding: 40px 0 20px 0;
}

h3 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}

h2+h3 {
	margin-top: -10px !important;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a.line {
	text-decoration: underline;
	color: #000000;
}

a.line:hover {
	text-decoration: none;
	color: #000000;
}

.line a {
	text-decoration: underline;
	color: #000000;
}

.line a:hover {
	text-decoration: none;
	color: #000000;
}

.newsletter {
	position: absolute;
	top: 0;
	right: 40px;
	/*background-color: rgba(181,137,77,1);*/
	background-color: rgba(0,0,0,1);
	padding: 8px 14px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;	
}

.newsletter a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.newsletter a:hover {
	color: rgba(255,255,255,0.5);
	text-decoration: none;	
}

.content ul {
	width: 80%;
	max-width: 750px;
	margin: 0 auto 20px auto;
}

.content li {
	list-style-type: none;
	border-top: 1px solid #eeeeee;
	padding: 20px 0 10px 0;
	margin: 10px 0;
}

.content li.first {
	border-top: 0px solid #eeeeee;
}

.content p {
	max-width: 850px;
	padding: 0 20px 20px 20px;
	margin: 0 auto;
}

.ldc_nav {
	background-color: #ffffff;	
}

.navi a {
	font-size: 17px;
	display:block;
	padding: 8px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(181,137,77,1);
}

@media (min-width: 900px) { 
	.navi a {
		font-size: 20px;
		padding: 8px 20px;
	}	
}

@media (min-width: 1125px) { 
	.navi a {
		font-size: 24px;
		padding: 8px 30px;
	}	
}	

.navi a:hover {
	color: rgba(181,137,77,0.5);
	transition: all ease 0.5s;
}

.hide_on_mobile {
	display:none;
}

@media (min-width: 768px) {	
	.hide_on_mobile {
		display:block;
	}
}

.brand {
	text-align:center;
}

.brand img {
	max-width: 200px;	
	width:100%;
	height:auto;
	position:relative;
	z-index: 3;
	padding: 30px 0 10px 0;
}

.hp_brand img {
	max-width: 250px;	
	width:100%;
	height:auto;
	position:relative;
	z-index: 3;
	padding: 30px 0;
}

@media (min-width: 768px) {	
	.brand p {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.btn {
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
	margin: 20px;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	max-width: 200px;
	padding: 12px 18px;
	background-color: #b5894d;
	border-radius: 0;
	color: rgba(255,255,255,1);	
}

.btn_inline {
	margin: 20px 0;
}

.btn:hover {
	text-decoration: none;	
	background-color: #b5894d;	
	color: rgba(255,255,255,0.5);
	transition: all ease 0.5s;		
}

.btn_so {
	background-color: rgba(0,0,0,0.5);	
	color: #ffffff;	
}

.btn_so:hover {
	background-color: rgba(0,0,0,0.5);	
	color: #ffffff;	
}

.map {
	margin: 30px 0;
	height: 200px;
	background: url('../images/LDC_Map.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;	
}

.hp_content img {
	width: 100%;
	height: auto;
	border-bottom: 4px solid #ffffff;
}

.hp_content {
	text-align: center;
	padding-bottom: 40px;
}

.hp_content h1 {
	padding-bottom: 20px;
}

.hp_content p {
	max-width: 850px;
	padding: 0 20px 20px 20px;
	margin: 0 auto;
}

.content img {
	max-width: 720px;	
	width: 100%;
	height: auto;
	padding: 20px 10px 40px 10px;
}

.content {
	text-align: center;
	padding-bottom: 60px;
}

.content p {
	max-width: 850px;
	padding: 0 20px 20px 20px;
	margin: 0 auto;
}

.content_left p {
	text-align:left;
	max-width: 840px;	
}

.content_left h2 {
	text-align:left;
	max-width: 840px;
	margin: 0 auto;	
	padding-left: 20px;
	padding-right: 20px;
}

.content_left h3.left {
	text-align:left;
	max-width: 840px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;			
}

.content_left .center_me {
	text-align:center;
}

.content_left img {
	max-width: 820px;	
	width: 100%;
	height: auto;
	padding: 20px 10px 24px 10px;
}

.content_left ul {
	max-width: 840px;
	margin: 0 auto 20px auto;
}

.content_left li {
	text-align: left;
	list-style-type:circle;
	border-top: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.content_left li.first {
	border-top: none;
}

.content_left blockquote p {
	text-align: center;
	font-weight: 600;
	font-size: 32px;
	padding-top: 30px;
}

hr {
	margin: 50px auto 30px auto;
	max-width: 820px;
}

.hp_hr {
	margin: 10px auto 30px auto;	
}

.cta {
	margin: 20px 0;
}

.cta img {
	padding-bottom: 0;
	border-bottom: 0;
}

.cta img:hover {
	opacity: 0.7;
}

.cta .btn {
	margin: 0;
	max-width: 100%;
	
}

@media (min-width: 768px) {
	
	.image_top_3 {
		border-right: 2px solid #ffffff;
	}
	
	.image_top_4 {
		border-left: 2px solid #ffffff;
	}	

	.image_1 {
		border-right: 2px solid #ffffff;
	}
	
	.image_2 {
		border-left: 2px solid #ffffff;
	}
	
	.cta {
		padding-top: 30px;
		margin: 0 0 20px 0;
	}

}

.lead {
	font-size: 1.4rem;
	font-weight: 400;
}

.rule {
	padding-top: 20px;
	border-bottom: 1px solid #b5894d;
	margin-bottom: 30px;
}

.pattern {
	background: url('../images/LDC_Pattern_01.png');
	background-size: 100%;
	overflow: hidden;
	height: 400px;
	width: 100%;
	opacity: 0.05;
	position: absolute;
	z-index: 1;
}

@media (min-width: 768px) {	
	.pattern {
		background-size: 60%;
	}
}

footer {
	height: 400px;
	font-size: 14px;
	background-color: #b5894d;
	padding: 0px;
	text-align: center;
}

footer h2 {
	color: #ffffff;	
}

.social_links {
	
}

.social_links_list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;	
}

.social_links_list img {
	width: 60px;
	height: auto;
	margin: 0 10px;
}

.social_links_list img:hover {
	opacity: 0.5;
}

.footer_nav {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;	
	padding-top: 40px;
}

.footer_nav ul {
	margin: 0;
	padding: 0;
	max-width: 100%;
	margin: 0 auto;
}

.footer_nav li {
	list-style-type: none;
	display: inline-block;
}

.footer_nav a {
	display:block;
	padding: 8px 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255,255,255,1);
}

.footer_nav a:hover {
	color: rgba(255,255,255,0.5);
	transition: all ease 0.5s;
}

.footer_content {
	position: relative;
	z-index: 2;	
}

footer .nav {
	padding-top: 40px;
	padding-bottom: 40px;
}

footer a {
	color: rgba(255,255,255,1);
}

footer a:hover {
	color: rgba(255,255,255,0.5);
}

.copyright {
	padding: 20px;
	color: #ffffff;
}

.news_list_item {
	border: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-bottom: 40px;	
}

.news_list_item:hover {
	border: 1px solid #b5894d;
}

.news_list_item img {
	padding: 0;
}

.news_list_item h2 {
	padding: 30px 30px 0 30px;
	font-size: 1.5rem;
	line-height: 23px;
}

.news_list_item p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 0;
}

@media (min-width:768px) {
	.news_list_item  {
		min-height: 495px;
	}		
}


@media (min-width: 992px) {
	.news_list_item  {
		min-height: 520px;
	}		
	.news_list_item p {
		padding: 0 50px;
	}
}

@media (min-width:1200px) {
	.news_list_item  {
		min-height: 540px;
	}		
}

@media (min-width: 1400px) {	
	.news_list_item p {
		padding: 0 70px;
	}
}

.shop_list_item {
	border: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-bottom: 40px;		
}

.shop_list_item:hover {
	border: 1px solid #b5894d;
}

.shop_list_item img {
	padding: 0;
}

.shop_list_item h2 {
	height: 88px;
	padding: 30px 20px 0 20px;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.shop_list_item h3 {
	font-size: 18px;
	font-weight: 700;
}


.shop_list_item p {
	font-size: 16px;
	padding-bottom: 0;
}

h3.product_price {
	font-size: 22px;
	font-weight: 700;
}

p.product_detail {
	text-align: center;
}

p.product_sub {
	margin-top: -30px;
	text-align: center;
	font-size: 18px;	
}

.product_hr {
	margin-top: 10px;
	border-top: dotted;
}

.buy_now {
	max-width: 840px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 10px;
}

.buy_now_position {
	padding-top: 20px;
	margin-left: -1%;
}

.buy_now_position_inside {
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 0;
}

.buy_now_position_left {
	padding-top: 20px;
	margin-left: 0%;
}

.buy_now_position_inside .shopify-buy__layout-vertical {
	max-width: 200px !important;
}

.subscribe {
	text-align: center;
	background: #eeeeee;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

#mc_embed_signup {
	max-width: 800px;
	margin: 0 auto;
	text-align:center;
}

.content_gdpr {
	font-size: 0.8em;
}

.mc {
	font-size: 0.8em;
}

#mc_embed_signup hr {
	margin-top: 20px;
	margin-bottom: 10px;
}



/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: center;
    margin: 20px
}

#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#mc_embed_signup .btn {
    border: 0px;	
}

#mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
    -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
    border-color: #333;
}

#mc_embed_signup .small-meta {
    font-size: 11px;
}

#mc_embed_signup .nowrap {
    white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 100%;
    padding-bottom: 3%;
    min-height: 50px;
    display: grid;
}

#mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
    margin-right: 2%;
    /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
    text-align: left;
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
}

#mc_embed_signup .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}

#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
}

#mc_embed_signup div#mce-responses {
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 100%;
    margin: 0 5%;
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em .5em;
    font-weight: normal;
    width: 100%;
}

#mc_embed_signup #mce-error-response {
    display: none;
}

#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}

#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}

#mc_embed_signup .helper_text {
    color: #8d8985;
    margin-top: 2px;
    display: inline-block;
    padding: 3px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
}

#mc_embed_signup #num-subscribers {
    font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
    padding: .5em;
    border: 1px solid #ccc;
    margin-right: .5em;
    font-weight: normal;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 3px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #e85c41;
}

:focus {
    outline: none !important;
}

.back {
	max-width: 840px;
	margin: 0 auto;
	text-align:left;
}

.cog-form__content {
	font-family: "Barlow", serif;
	font-weight: 300;
	font-size: 18px;
	text-align: left;	
}

.el-input__inner {
	padding: 8px;
	border-radius: 0 !important;
	border: 1px solid #ABB0B2;
}

.el-textarea__inner {
	padding: 8px;
	border-radius: 0 !important;
	border: 1px solid #ABB0B2;
}

.cog-abuse {
	display:none !important;
}

.cog-branding {
	display:none !important;
}


.cog-button {
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
	margin: 20px;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	max-width: 200px;
	padding: 12px 18px;
	background-color: #b5894d;
	border-radius: 0;
	color: rgba(255,255,255,1);
	border: none;	
}

.cog-button:hover {
	text-decoration: none;	
	background-color: #b5894d;	
	color: rgba(255,255,255,0.5);
	transition: all ease 0.5s;		
}

.cog-page__navigation {
    justify-content: center !important;
}

.cog-confirmation__message {
	text-align:center !important;
}

/** New International Shipping **/

.inter_ship {
	width: 100%;
	background-color: #b5894d;
	margin-bottom: 30px;
	padding: 20px;
}

.inter_ship p {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	color: #ffffff;
	font-weight: 500;
}

.inter_ship a {
	color: #ffffff;
}

.inter_ship a:hover {
	color: rgba(255,255,255,0.5);
	text-decoration: underline;
}

.inter_ship_prod {
	text-align: left;
}

.btn_inter_ship {
	margin: 0;
	margin-left: 20px;
	max-width: 300px;	
}


/** BLACK FRIDAY SALE **/

.sale {
	width: 100%;
	background-color: #000000;
	margin-bottom: 30px;
	padding: 20px;
}

.sale p {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	color: #ffffff;
	font-weight: 500;
}

.strike {
	color: #b5894d;
	padding-right: 10px;
	position: relative;	
}

.strike_line {
	border-top: 2px solid #b5894d;
	display:inline-block;
	transform: rotate(-30deg);
	position: absolute;
	top: 10px;
	left: 0px;
	width: 60px;
	height: 2px;
}
	
h3.product_price .strike_line {
	top: 13px;
	left: -5px;
	width: 70px;	
}

.sale_banner {
	background: #000000;
	margin-top: -30px;
}

.sale_banner img {
	width: 100%;
	height: auto;
}	