

/*////////////////////////////////////////// NAV ///////////////////////////////////////////*/



.sticky-container {
    width:100%; 
    background-color: rgba(230, 230, 230, 0.96); 
}


.top-bar {
    width:100%; 
    background-color: rgba(230, 230, 230, 0.96); 
}


.top-bar ul {
    background-color: transparent;
}


.top-bar-title {
	font-family: 'BioRhyme Expanded', serif;
	font-size:0.8rem;
	color:#990000; 
	padding-left: 20px;
    padding-top: 2.7px;
}

@media screen and (max-width: 39.9375em) {
	.menu-icon {
		margin-right: 2px;
	}
	.top-bar-title {
		font-family: 'BioRhyme Expanded', serif;
		font-size: .7rem;
		color:#990000; 
		padding-left:20px;
	    padding-top:7px;
	} 
} 


.top-bar-right {
	font-size: .9rem;
}




/*////////////////////////////////////// GENERIC PAGE //////////////////////////////////////*/




body {
  line-height: 1.3rem; 

}


hr {
	width: 220px; 
	border: 0; 
	border-bottom: 1px dashed black; 
	margin-top: 10px;
}


.hr-small {
    width: 160px;
	border: 0; 
	border-bottom: 1px dashed black; 
	margin-top: 10px;
	margin-bottom: 10px;
}


h1 {
	font-family: 'Ultra', serif;
	font-size: 3rem; 
    letter-spacing: 2px; 
    color:#990000; 
    padding-top: 50px; 
    text-align: center;
}  

h2 {
    font-family: 'Ultra', serif;
    font-size: 1.25rem; 
}

h3 {
    font-family: 'BioRhyme Expanded', serif;
    font-size: 1.1875rem; 
}

h4 {
    font-family: 'BioRhyme Expanded', serif;
    font-size: 1.125rem;
}

h5 {
    font-family: 'BioRhyme Expanded', serif;
    font-size: 1rem;  
    letter-spacing: .1em;  
    color:#990000;"
}

h6 {
    font-family:  "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: .95rem;  
    letter-spacing: .05em; 
    color:#990000; 
} 


p {
  font-family: "Georgia", serif;
  font-size: 1.1rem; 
  line-height: 1.5;
  color: #404040; 
  margin-bottom: .9rem;
}


.firstcharacter {
	font-family: "Georgia", serif;
	font-size: 56px; 
	color: #990000; 
	line-height: 42px;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 0px;
	float: left;
}




.header-title {
	font-family: 'Ultra', serif;
	font-size: 3rem; 
    letter-spacing: 2px; 
    color: #990000; 
    padding-top: 50px; 
    line-height: 1;
}  


a {
  color: #990000;   
}


a:hover, a:focus {
    color: red;}








/*//////////////////////////////////////// INDEX PAGE /////////////////////////////////////////*/


/* ------ FOR TITLE & SLIDER (LARGE) ------ */


.orbit-caption {
   padding:19.75%;
} 




/* ------ FOR TITLE & SLIDER (LARGE) ------ */


.hr-small {
	width: 30%; 
	border: 0; 
	border-bottom: 1px dashed black; 
	margin-top: -.5rem;
	margin-bottom: .9rem;
}


.tagline {
	font-family: 'BioRhyme Expanded', serif;
	color: #666; 
}


.slider-head {
	font-family: 'Ultra', serif;
	font-size: 2.4rem; 
    letter-spacing: 2px; 
    line-height: 1.1;
    color: rgb(255, 255, 255,);
    vertical-align: center;
}  



/* ------ MEDIA QUERY (MEDIUM) FOR TITLE & SLIDER ------ */


@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.header-title {
		font-family: 'Ultra', serif;
		font-size: 2.25rem; 
	    letter-spacing: 1.75px; 
	    color: #990000; 
	    padding-top: 50px; 
	    line-height: 1;
    }  
	.tagline {
		font-family: 'BioRhyme Expanded', serif;
		color: #666; 
	    font-size: .75rem; 
	}
    .slider-head {
		font-family: 'Ultra', serif;
		font-size: 1.7rem; 
	    letter-spacing: .06rem; 
	    color: rgb(255, 255, 255,);
	    margin-top: 30px;
    }  
    .orbit-previous {
	    margin-top: 12.5px;
    }
    .orbit-next {
	    margin-top: 12.5px;
    }  
}


/* ------ MEDIA QUERY (SMALL) FOR TITLE & SLIDER ------ */


@media screen and (max-width: 39.9375em) {
	.header-title {
		font-family: 'Ultra', serif;
		font-size: 1.7rem; 
	    letter-spacing: 1.25px; 
	    color: #990000; 
	    padding-top: 50px; 
	    line-height: 1;
    }  
	.tagline {
		font-family: 'BioRhyme Expanded', serif;
		color: #666; 
	    font-size: .57rem; 
	}
    .slider-head {
		font-family: 'Ultra', serif;
		font-size: .9rem; 
	    letter-spacing: .01rem; 
	    color: rgb(255, 255, 255,);
	    margin-top: 30px;
    }  
    .orbit-previous {
	    margin-top: 12.5px; 
        }
    }
    .orbit-next {
	    margin-top: 12.5px;
    }  
}




.intro {
	font-family: "Georgia", serif;
    font-size: 1.15rem; 
    color: #404040; 
    line-height: 1.6rem; 
    letter-spacing: .04rem;
}


@media screen and (max-width: 39.9375em) {
	p {
        font-family: "Georgia", serif;
        font-size: 1rem; 
        line-height: 1.4rem;
        color: #404040; 
        margin-bottom: .9rem;
    }
    .firstcharacter {
		font-family: "Georgia", serif;
		font-size: 48px; 
		color: #990000; 
		line-height: 36px;
		padding-top: 4px;
		padding-right: 5px;
		padding-left: 0px;
    }
}

.intro-column {
	margin-top: 40px;
}



.sean-signature {
	margin-top:-10px;
}


.underline {
	text-decoration: underline;
}




/* /////////////////////////////////////// SOCIAL BUTTONS ///////////////////////////////////////// */



@charset "UTF-8";

.rounded-social-buttons {
  margin-top: 30px;
  margin-bottom: -10px;
  margin-left: 15px;
  text-align: center; 

}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2.25rem;  /* 3.125 */
  height: 2.25rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center; 
  color: #fefefe;
  font-size: 1rem;   /* 1.5625 */
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

.rounded-social-buttons .social-button.envelope {
  background: #32506d;
}

.rounded-social-buttons .social-button.envelope:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.envelope:hover, .rounded-social-buttons .social-button.envelope:focus {
  color: #32506d;
  background: #fefefe;
  border-color: #32506d;
}



/*//////////////////////////////////////// FONT AWESOME ICONS: TEXT SIZES /////////////////////////////////////////*/



.fa fa-facebook fa-fw fa-stack-1x fa-inverse animated-hover faa-slow {
	font-size: 1.2rem;
}

.fa fa-instagram fa-fw fa-stack-1x fa-inverse {
	font-size: 1.25rem;
}

.fa fa-linkedin fa-fw fa-stack-1x fa-inverse {
	font-size: 1.2rem;
}

.fa fa-envelope-o fa-fw fa-stack-1x fa-inverse {
	font-size: 1.2rem;
}




/*//////////////////////////////////////// ABOUT PAGE - SLIDER /////////////////////////////////////////*/




.orbit-container .orbit-slides-container > * .orbit-caption {
	font-family:  "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; 
    color: white; 
	letter-spacing:1px;
	margin-top:10px;
} 


.orbit-caption {
	font-family:  "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size:.9em;
	letter-spacing: .05rem;
    color: white; 
}


.intro-caption {
	font-family: "Georgia", serif;
    font-size: 1rem; 
    color: #404040; 
    line-height: 1.2rem; 
    letter-spacing: .03rem;
    margin-bottom: 1.75rem;
}




/*//////////////////////////////////////// ABOUT PAGE - STAFF /////////////////////////////////////////*/




.staff-photo {
	margin-bottom: .25rem;
}


.staff-name {
	font-family:  "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	margin-top: .75rem;
	margin-bottom: 20px;
	font-size: .8rem;
	color: black;
}


.staff-name: hover {
	color:red;
}


.staff-caption {
	font-family: 'Georgia', serif; 
    color:#990000; 
    font-size:.9em;
	letter-spacing:.7px;
	padding:0px 20px 15px 20px;
}


.staff-caption-caps {
	font-size:.8rem; 
	letter-spacing:.8px;
}


.modal-title {
	color:black;
}


.cleaver-icon {
	padding-top:50px;
	width:60px;
	display:block;
	align-self: center;
	margin:auto;
}


.gallery-text {
	font-family: 'Georgia', serif; 
    color:#990000; 
    font-size:.9em;
	letter-spacing:.7px;
	padding:0px 20px 15px 20px;
}




/*//////////////////////////////////////// MASONRY SECTION /////////////////////////////////////////*/




.masonry-css {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (min-width: 25em) {
  .masonry-css {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 37.5em) {
  .masonry-css {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media screen and (min-width: 50em) {
  .masonry-css {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

@media screen and (min-width: 68.75em) {
  .masonry-css {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.masonry-css-item {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
}




/*///////////////////////////// SELECTION PAGE (MEAT GROUPS) ////////////////////////////////////*/




.copy {
	font-family: 'Georgia', serif;
	font-size: 1.1rem;
	letter-spacing: .06rem;
	color: black;
    line-height: 1rem; 
	margin-top: 10px;
	padding-left: 10px;
    padding-right: 10px;
      @media only screen {
      	font-family: 'Georgia', serif;
		font-size: 1.1rem;
		letter-spacing: .06rem;
		color: black;
	    line-height: 1rem; 
		margin-top: 10px;
		padding-left: 10px;
	    padding-right: 10px; 
    }
}


.photo-credit {
	font-family: 'Helvetica', sans-serif;
	font-size:.5rem;
	letter-spacing:1.2px;
	color:#333; 
	margin-top: 1%;
	margin-bottom: -5%;
	padding-bottom:50px;
}


.card {
	margin-bottom: 0;
}


.meat-caption {
	font-family: 'Georgia', serif;
	font-size: .9rem; 
	color: #990000; 
	letter-spacing: .03rem;
	line-height: 140%;
	padding-left: 20px;
	padding-right: 20px;
}


#meats-display {
	margin-top: 10px;
	margin-bottom: -10px;
}


.charcuterie {
	padding-left: 20px;
}


.charcuterie-list {
	font-family: 'Georgia', serif;
	font-size: .9rem; 
	color: #990000; 
	letter-spacing: .03rem;
	line-height: 150%;
	padding-left: 20px;
	padding-right: 20px;
}


.charcuterie-list-negative {
	font-family: 'Georgia', serif;
	font-size: .9rem; 
	color: #990000; 
	letter-spacing: .03rem;
	line-height: 150%;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -30px;
}


dt {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; 
	font-size: .9rem;
	color: black;
	line-height: 110%;
	padding-bottom: 5px;
	margin-top: 5px;
}


dd {
	margin-bottom: 35px;
}


ul {
    margin-bottom: 0px;
}


.image-center {
	align: middle;
}




/*//////////////////////////////////  SELECTION PAGE (SANDWICHES) //////////////////////////////////*/ 





.sandwich-section {
	background-color: #999;
}

.column small-centered {
	margin-left: auto;
	margin-right: auto;
	padding-left:10px;
	padding-right:10px;
	float: none !important;
}


#sandwich {
	margin-top:-10px;
	margin-bottom:10px;
}

#nested-row {
	margin-left:20px;
	margin-right:20px;
}

.callout {
	padding-top:30px;
	padding-bottom:40px;
	border: 1px solid rgba(10, 10, 10, 0.25);
}


.sandwich-title {
    color: black;
    text-decoration: underline;
    padding-bottom: 20px;
}


.sandwich-copy {
	font-family: 'Helvetica', sans-serif; 
	font-size: .80rem; 
	color:#666; 
	letter-spacing:.09rem;
	line-height:140%;
	padding-left:20px;
	padding-right:20px;
}





/*////////////////////////////////////  SELECTION PAGE (SOUPS) /////////////////////////////////////*/ 




#soup {
	margin-top:-5px;
    margin-bottom:-10px;
}


.soup-copy {
    color:red;
    font-size: .8rem;
    letter-spacing:.08rem;
    margin-top:10px;
    margin-bottom:5px;
}


#soup-rule {
	width:220px; 
	border:0; 
	border-bottom: 1px dashed black; 
	margin-top:10px;
	margin-bottom:-10px;
}



.pix-margin {
	margin-bottom: 20px;
}



.hr-bottom {
	width:90%; 
	border:0; 
	border-bottom: 1px dashed black; 
	margin-top:60px;
}




/*////////////////////////////////////////// SERVICES PAGE //////////////////////////////////////////*/






/*////////////////////////////////////////// CONTACT PAGE ///////////////////////////////////////////*/



.hr-plain {
	width:100%; 
	border:0; 
	border-bottom: 1px black; 
}

#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }

ol {
   color:#990000;
}





/*////////////////////////////////////////////// FOOTER //////////////////////////////////////////////*/




.extended-footer {
    background-color: rgb(230, 230, 230); 
    padding-bottom: 50px;
    height: auto;
    margin-top: 40px;
} 


.cleaver-footer {
	padding-top:50px;
	width:60px;
	display:block;
	align-self: center;
	margin:auto;
}


.company-name {
	font-family: 'BioRhyme Expanded', serif;
	font-size:.9rem;
	letter-spacing:2px;
	color:black; 
	margin-top:12px;
	margin-bottom:3px;
}


.address {
	font-family: 'Helvetica', sans-serif;
	font-size:.75rem;
	letter-spacing:1.4px;
	color: #990000;
	margin-top:25px;

}


.phone {
    font-family: 'Helvetica', sans-serif;
	font-size:1.3rem;
	letter-spacing:1px;
	color: #990000; 
	margin-top: -10px;
	margin-bottom:-1px;

}


.phone-alias {
	font-family: 'Helvetica', sans-serif;
	font-size:.75rem;
	letter-spacing:1.4px;
	color:#333; 
}


.copyright-info {
	font-family: 'Helvetica', sans-serif;
	font-size:.5rem;
	letter-spacing:1.2px;
	color:#333; 
	margin-top:20px;
	padding-bottom:50px;
}






