/*

Mt Mercer Pork CSS
=============

*/


/* --------------------------------------
   Layout
   -------------------------------------- */

html,
body {
	height: 100%;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	background-color: #F9FBF8;    
	background-image: url(../images/mtmercer-pork-bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0px;
}

p {
	margin-bottom: 24px;
}


#social {
	background: rgba(105,105,105,1.00);
}

#pageMain  {
	margin: 0px 0px 0px 0px;
}


.feature-content {
    margin: 0px;
    padding: 30px;
    background: #FFF;
    border-radius: 0px 0px 0px 0px;
    
}


.feature-content-footer {
    margin: 0px;
    padding: 30px;
    background: #3c5f16;
    border-radius: 0px 0px 20px 20px;
    color: #FFF;
    
}

.box {
    margin: 0px 0px 20px 0px;
	padding: 30px;
    background: #FFFFFF;
}

.boxRounded {
    border-radius: 14px;
    margin: 0px 0px 20px 0px;
	padding: 40px;
    background: #FFFFFF;
}



#pageMain .card {
    border: none;
	border-radius: 0;
}


.shadowImage {
	box-shadow: 6px 6px 6px rgba(0,0,0,0.20) ;
    
}



#topLogo {
	padding: 0px 0px 0px 0px;
    margin: 30px 0px 10px 0px;
	text-align: center;
    position: relative;
	z-index: 88;

}



.pdf-icon {
	margin: 8px;
}

.tmb-gallery {
    margin: 0 0 30px 0;
}

.tmb-gallery:hover {
    opacity: 0.7;
}

.tmb-gallery-2 {
    margin: 0;
}

.tmb-gallery-2:hover {
    opacity: 0.7;
}



.img-link:hover {
    opacity: 0.7;
}


.docPDF {
    background: url(../images/pdficon_small.png) top left no-repeat;
    padding-left: 26px;
	padding-bottom: 15px;
}

.docWORD {
    background: url(../images/word-icon-sm.png) top left no-repeat;
    padding-left: 26px;
	padding-bottom: 15px;
}


.tmb-link {
    margin: 0;
  -webkit-transition: all ease .3s ;
    -moz-transition: all ease .3s ;
    transition: all ease .3s ;
    
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
    
}

.tmb-link:hover {
    opacity: 0.7;
    
    -webkit-clip-path: inset(6px);
    clip-path: inset(6px);    
      
}


/* --------------------------------------
   Typography
   -------------------------------------- */



h1 {
	font-family: Arial, Helvetica, sans-serif;    
	font-weight: 700;
	font-size: 50px;
	color: #816704;
	text-transform: none;
	margin-bottom: 20px;
	line-height: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;    
	font-weight: 700;
	font-size: 30px;
    line-height: 26px; 
	color: #3c5f16;
	text-transform: none;
	margin-bottom: 20px;
	line-height: normal;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;    
    font-size: 22px;
	color: #3c5f16;
	font-weight: 700;
	text-transform: none;
	line-height: 30px;
	margin-bottom: 20px;
}

h4 {
	color: #000000;
	font-weight: 700;	
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}


/* -------------------- TXT ------------------------- */


.txtGreen {
	color: #547A30;
}

.txtRed {
	color: #C00;
}
.txtPink {
	color: #C39;
}
.txtBlack {
	color: #000;
}




/*	--------------------------------------
	Footer
	-------------------------------------- */

footer {
  padding: 20px 20px 80px 20px;
  text-align: center;
  color: #FFF;    
        background: #22490f;
    margin: 0;

}


footer p {
    font-size: 14px;
    margin-bottom: 20px;
}

footer h3 {
    font-size: 24px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
      font-size: 12px;
  color: #b49e52;
}

@media (max-width: 480px) {
footer ul li a {
      font-size: 18px;
  color: #b49e52;
}
        
    
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
        text-decoration: none;
    color: #FFF;
}

	
/*	--------------------------------------
	Footer END
	-------------------------------------- */


.ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

ul.social-buttons {
    margin: 14px 0px 8px 0px;
}

ul.social-buttons li a {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    font-size: 24px;
    line-height: 46px;
    outline: 0;
    color: #fff;
    background-color: #000;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #e1e1e1;
	color: #000;
}

ul.social-buttons2 {
    margin: 10px 0px 4px 0px;
}

ul.social-buttons2 li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 16px;
    line-height: 31px;
    outline: 0;
    color: #fff;
    background-color: #333;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

ul.social-buttons2 li a:hover,
ul.social-buttons2 li a:focus,
ul.social-buttons2 li a:active {
    background-color: #e1e1e1;
	color: #000;
}


/* --------------------------------------
   Navbar
   -------------------------------------- */
   
/* Code in custom */


/* --------------------------------------
   Carousel
   -------------------------------------- */

.carousel h1 {
	font-weight: 900;
	font-style: italic;
	color: #FFF;
	text-align: left;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.20) ;

}


.carousel .carousel-caption {
	left: 120px;
	bottom: 80px;
}


.carousel {
	margin-top: 0px;
	margin-bottom: 0px;
}


#myCarousel .item {
	height: 500px;
}



/* --------------------------------------
   Global Styles
   -------------------------------------- */

a {
	color:#b49e52;
}

a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #000;
	text-decoration: none;
}


.btn-margin {
	margin: 5px 0;
}

.btn-primary {
	color: #FFFFFF;
	background: #03458C;
	border: none;
}

.btn-primary:hover, .btn-primary:active {
	color: #FFFFFF;
	background: #1FAEE7;
}

.btn-extrapadding {
	padding: 20px;
}


hr {
	border: 0;
	height: 1px;
    background: #333;
	margin: 30px 0;
}

ul {
	padding-left: 17px;
	line-height: 22px;
	margin: 0px;
	list-style-image: url(../images/bullet.png);
}

li {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.no-padding {
    padding: 0;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #EBECDF;
 }
 

.bgWhite {
	background: #ffffff;
	padding: 10px;
	margin-bottom: 20px;
}


.bgTmb {
	background: #f1f1f1;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

.keyline {
    border: solid 1px #000;
}



/* --------------------------------------
   Card
   -------------------------------------- */


.card {
    border: none;
    border-radius: 3px;
    background: #FFF;
    text-align: left;
    padding: 10px;    
    margin: 0px 0px 0px 0px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1) ;

}

.card-body {
    border-radius: 0px;
    padding: 10px; 

}

.card-title {
  font-size: 24px;
  text-transform: none;
    text-align: center;
}



/* ZOOM EFFECTS [1] The container */
.img-hover-zoom {
  height: 450; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .3s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.10);
}

.img-hover-zoom-sm {
  height: 350; 
  overflow: hidden; 
}

.img-hover-zoom-sm img {
  transition: transform .3s ease;
}

.img-hover-zoom-sm:hover img {
  transform: scale(1.10);
}


/* --------------------------------------
    Headers
    -------------------------------------- */


header.masthead {
    background: #FFF;

}

header.masthead h1 {
	font-family: Arial, Helvetica, sans-serif;    
    text-align: center;
    font-weight: bold;
    margin: 20px 10px 20px 10px;
    padding: 10px 10px 30px 10px;
    color: #FFF;
    font-size: 30px;

}


header.masthead > .overlay {
    padding: 40px 0px 0px 0px;
    text-align: center;
}

header.masthead > .overlay-about {
    padding: 20px 0px 6px 0px;
    text-align: center;
    background: #000;
    background: url('/images/headers/header-about.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}

header.masthead > .overlay-products {
    padding: 20px 0px 6px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-products.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}

header.masthead > .overlay-recipes {
    padding: 20px 0px 6px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-recipes.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}

header.masthead > .overlay-facts {
    padding: 20px 0px 6px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-facts.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}

header.masthead > .overlay-buy {
    padding: 20px 0px 6px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-buy.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}

header.masthead > .overlay-contact {
    padding: 20px 0px 6px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/headers/header-contact.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


@media (min-width: 992px) {
    
    header.masthead > .overlay {
        padding: 80px 0px 0px 0px;
    }
    
header.masthead h1 {
    text-align: center;
    margin: 50px 40px 30px 40px;
    padding: 20px;
    color: #FFF;
    font-size: 60px;
    letter-spacing: 2px;

}    

}





/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {


h1 {
	font-size: 32px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 26px;
    line-height: 26px;
}
    
h3 {
	font-size: 20px;
}    
    

h4 {
	font-size: 18px;
}
    

   

.box {
    margin: 0px 0px 15px 0px;
	padding: 15px;
    background: #FFFFFF;
}





}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	
}

/* Large desktop */
@media (min-width: 1200px) {
	
}
