@font-face {
    font-family: 'GothamRoundedBold';
    src: url('../fonts/gothamrnd-bold.eot');
    src: url('../fonts/gothamrnd-bold.eot') format('embedded-opentype'),
         url('../fonts/gothamrnd-bold.woff') format('woff'),
         url('../fonts/gothamrnd-bold.ttf') format('truetype'),
         url('../fonts/gothamrnd-bold.svg#GothamRoundedBold') format('svg');
}

@font-face {
    font-family: 'GothamRoundedBook';
    src: url('../fonts/gothamrnd-book.eot');
    src: url('../fonts/gothamrnd-book.eot') format('embedded-opentype'),
         url('../fonts/gothamrnd-book.woff') format('woff'),
         url('../fonts/gothamrnd-book.ttf') format('truetype'),
         url('../fonts/gothamrnd-book.svg#GothamRoundedBook') format('svg');
}
@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('../fonts/gothamrnd-medium.eot');
    src: url('../fonts/gothamrnd-medium.eot') format('embedded-opentype'),
         url('../fonts/gothamrnd-medium.woff') format('woff'),
         url('../fonts/gothamrnd-medium.ttf') format('truetype'),
         url('../fonts/gothamrnd-medium.svg#GothamRoundedMedium') format('svg');
}
@font-face {
    font-family: 'GothamRoundedLight';
    src: url('../fonts/gothamrnd-light.eot');
    src: url('../fonts/gothamrnd-light.eot') format('embedded-opentype'),
         url('../fonts/gothamrnd-light.woff') format('woff'),
         url('../fonts/gothamrnd-light.ttf') format('truetype'),
         url('../fonts/gothamrnd-light.svg#GothamRoundedLight') format('svg');
}
@font-face {
    font-family: 'tondubeta';
    src: url('../fonts/tondu_beta-webfont.woff2') format('woff2'),
         url('../fonts/tondu_beta-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*:focus {
	outline:none !important
	}
	
*:down {
	outline:none !important
}

*:hover {
	outline:none !important
	}

body, textarea, label {
	font-family: 'GothamRoundedBook';
	color: #1d1d1c;
}

a {
	color: #b33219;
}
p {
	margin-bottom: 0.5rem;
}

h4 {
	margin-top: 25px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'GothamRoundedBook';
    font-weight: 600;
}

h5 {
	font-size: 1em;
}

select, h5, small {
	color: #444444;
}

h6 {
	margin-top: 40px;
    text-transform: uppercase;
    font-size: 1em;
}
}

hr {
	border-style: dashed;
	border-left: none;
	border-right: none;
    border-top: 0;
    margin: 2.25rem auto;
}

.text-center h2 {
	font-family: 'tondubeta';
	font-size: 3.5em;
    margin-top: 1.5em;
	font-weight: 100;
	background: #5c5d5e url('../img/shapes.svg') repeat;
	background-size: cover;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
	background-size: 15%;
}

.thumbnail {
	width: 100%;
}
.breadcrumbs {
	font-family: 'GothamRoundedBold';
}

.breadcrumbs li {	
	font-size: .8rem;
}

.breadcrumbs a {
    color: #4f6388;
}

.title-bar {
	background: #211f1e;
}

.top-bar {
	background: #211f1e;
}

.top-bar ul {
	background: #211f1e;
	vertical-align: middle;
	margin-top: 40px;
	display: inline-block;
}

.top-bar input {
	border: none;
}

.top-bar ul a {
	color: #d8d8d4;
}

.dropdown {
	color: #fff;
	margin-top: 62%;
	margin-left: 30px;
}

.dropdown a:hover {
	color: #ffffff;
}

.dropdown.menu .has-submenu.is-down-arrow>a::after {
	right: 5px;
	border-color: #e16f55 transparent transparent;
}

.dropdown.menu .submenu.first-sub {
    top: 10%;
	padding: 20px;
	background: #1c1b1a;
	border: none;
	}

.mobile.menu a:hover {
	color: #000;
}	
	
.mobile p a {
	background-color: #fff;
	color: #1d1d1c;
    font-size: 1.5em;
    font-weight: 600;
	padding: 9px;
	text-transform: uppercase;
}

.mobile.shop a {
	background-color: #fff;
	color: #1d1d1c;
    font-size: 1.5em;
    font-weight: 600;
	padding: 9px;
	text-transform: uppercase;
	margin-top: -6px;
	margin-bottom: -4px;
}

.mobile.cart span>a {
	color: #fff;
    font-size: 1em;
    font-weight: 600;
	padding: 9px;
	text-transform: none;
	background: transparent!important;
}

.off-canvas-submenu p a{
	background: #4e6388;
    color: white;
    font-size: 1em;
    margin: 25% 10%;
	padding: 5px 8px;
}
ul.off-canvas-submenu {
    margin-top: 15px;
    margin-bottom: 16px;
}

.menu.vertical>li {
margin: 14px;
}

.logo {
	float: left;
	height: 120px;
}

.title-bar-right {
	margin-top: 54px;
	margin-right: 18px;
}

.menu-icon {
	width: 40px;
}

.menu-icon::after {
	height: 3.5px;
	box-shadow: 0 10px 0 #d6d9d1, 0 20px 0 #d6d9d1;
	background: #d6d9d1;
}

.menu-icon:hover::after {
	height: 3.8px;
	box-shadow: 0 11px 0 #d6d9d1, 0 22px 0 #d6d9d1;
	background: #d6d9d1;
	margin-top: -1px;
}

.off-canvas {
	background-image: url("../img/shapes.svg");
	background-repeat: no-repeat;
	background-size: 150%;
	background-position: top right;
	background-color: #d8d8d4;
}

.off-canvas-content {
	box-shadow: 0 0 0px;
	background-image: url('../img/bg.png');
}

.js-off-canvas-exit {
    background: rgba(20, 20, 0, .25);
}

.menu>li>a {
    color: #d7d8d0;
    font-size: 1em;
	text-transform: uppercase;
}

.button {
	background: #6ab378;
}

.button:focus {
	background-color: #6dce80;
}

.button:hover {
	background-color: #6dce80;
}

.button.cart {
	background: #bf5e48;
}

.button.cart:focus {
	background-color: #e07056;
}

.button.cart:hover {
	background-color: #e07056;
}


.button.hollow {
    border: 2px solid #e07056;
    color: #e07056;
	font-size: 0.8em;
}
.button.hollow:focus {
    border: 2px solid #e07056;
    background-color: #e07056;
	color: #fff;
	font-size: 0.8em;
}

.button.hollow:hover {
    border: 2px solid #e07056;
    background-color: #e07056;
	color: #fff;
	font-size: 0.8em;
}

.callout.large {
	margin-top: 6em;
    margin-bottom: 0px;
    border: none;
}

.callout.secondary {
    background-color: #d7d8d0;
	background-image: url(../img/shapes.svg);
    background-position: top left;
    background-repeat: no-repeat;
	background-position-x: -4%;
}

.media-object {
	display: block;
    margin-top: 2em;
}

label {
	margin-top: 4em;
}

textarea {
	min-height: 138px;
	background-color: rgba(255,255,255,0.8);
}

.tabs-title>a {
	font-size: 0.8em;	
}

.tabs {
	background: #e6e6e6;
	border-bottom: none;
	border-top: none; 
	margin-top: 2em;
}

.tabs-content {

}
.tabs-panel {
    padding: 2rem;
}
.tabs-title>a {
    font-size: 1em;
	color: #777;
	background: #e6e6e6;
	border-top: solid 4px #e6e6e6;
}

.tabs-title>a:focus, .tabs-title>a:hover {
	color: #000;
	background: #efefef;
	border-top: solid 4px #dbc7c2;
}

.tabs-title>a[aria-selected=true] {
	color: #000;
	background: #fff;
	border-top: solid 4px #f1ac97;
}

.orbit-next, .orbit-previous {
	color: #211f1e;
}

.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-next:active, .orbit-previous:active, .orbit-next:focus {
	color: #384661;
	background:none;
}

.orbit-slide img {
	width: 100%!important;
}

.footer.menu>li>a {
	color: #8c8c89;
	padding: 4px 8px;
}

.footer.menu.vertical.l>li, .menu.vertical>li h4 {
	margin: 0px 8px 12px 8px;
	
}

.footer li{
	margin-top: 6%;
}

.footer p {
	font-size: 0.9em;
	color: #8c8c89;
}

.footer h4, h5 {
	color: #82827f;
    font-size: 1em;
    text-transform: uppercase;
}
.footer img {
	clear:both;
}

.copyright {
	font-size: 0.7em;
	color: #8c8c89;
	padding: 12px;
	float: left;
	display: inline-block;
}
.socialmedia i {
	vertical-align: middle;
	display: inline-block;
	font-size: 1em;
	color: #8c8c89;
	padding-left: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.socialmedia {
	float: right;
}

.socialmedia p {
	display: inline-block;
	font-size: 0.7em;
	color: #8c8c89;
	padding: 16px 5px;
}

.footer.blurb {
	padding: 12px;
}

#map1 {
	height: 400px;
	width: 100%
}

#map2 {
	height: 400px;
	width: 100%
}

label {
	margin-top: 2.5em;
	font-size: 1em;
}

.contact.button {
	float: none;
    display: inline-block;
	clear: both;
	padding: 10px 20px;
    font-size: 1em;
}

.contact {
	display: inline-block;
	float: left;
}

.contact textarea {
	width: 70%;
}

.g-recaptcha, .rc-anchor-light {
	display: inline-block;
    float: right;
}

.discovery p {
    height: 145px;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1630px) {
.large-offset-4.footer {
	display: inline-block;
	margin: 0px;
	width: 200px;
	float: none;
	text-align: left;
	margin-left: 0;
	float: right;
}
.large-2.footer {
	display: inline-block;
	margin: 0px;
	width: 200px;
	float: none;
	text-align: left;
	margin-bottom: 30px;
}
.callout.secondary {
	background-position: right top;
    background-position-x: 100%;
}
}

@media (max-width: 1023px) {

.callout.secondary {
    background-color: #d7d8d0;
    background-image: url(../img/shapes.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-position-x: -4%;
    text-align: center;
    padding-top: 91px;
    background-size: 40%;
}

.tag {
	display: none;
}

.socialmedia {
	float: none;
	clear: both;
}

.copyright {
	float:none;
	clear: both;
}

.footer.blurb {
	max-width: 400px;
	float: none;
    margin: 0 auto;
}
.large-3.columns.location {
	text-align: center;
}

}