/*

Western Plains Pork CSS
=============

Colours:
Olive: #B29C52
Green: #3F612E
Green Light: #7A9850
Green Lightest: #B6CA98
Black: #000

/* -- FONT LIST -- */

/*


font-family: "trajan-pro-3", serif;

Regular'; 400
Semi-Bold'; 600
Bold'; 700



.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

*/


/* --------------------------------------
   Layout
   -------------------------------------- */

html,
body {
	height: 100%;
}


body {
    font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	background: #F7F4EC;
	padding: 0px;
}


p {
	margin-bottom: 24px;
}

strong, b {
	font-weight: 500;
}

#social {
	background: rgba(105,105,105,1.00);
}

#pageMain  {
	margin: 0px 0px 40px 0px;
}


.bg-olive-light {
    	background: #F9F7F1;
}

.bg-olive {
    	background: #B29C52;
}

.bg-green {
    	background: #3F612E;
}

.feature-content {
    margin: 0px;
    padding: 30px;
    background: rgba(218,209,170,0.95);
    border-radius: 0px 0px 14px 14px;
    
}


.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: 10px;
    margin: 0px 0px 20px 0px;
	padding: 40px;
    background: #FFFFFF;
}

.boxRoundedGreen {
    border-radius: 14px;
    margin: 0px 0px 20px 0px;
	padding: 20px 20px 8px 20px;
    background: #E5EBDD;
}



#pageMain .card {
    border: 1px solid white;
	border-radius: 0;
}


.shadowImage {
	box-shadow: 6px 6px 6px rgba(0,0,0,0.20) ;
    
}

.shadowText {
        text-shadow: 0px 4px 10px rgba(0,0,0,0.5) ;
}



#topLogo {
	padding: 0px 0px 0px 0px;
    margin: 30px 0px -64px 0px;
	text-align: center;
    position: relative;
	z-index: 88;

}



.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;
}



/*-- CARD --*/

.card {
      border: #fff solid 1px;
    border-radius: 0px;
    background: #fff;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

}

.card-body {
    border-radius: 0px;
    padding: 10px 20px 20px 20px;    

}

.card-title {
    color: #3F612E;
    font-family: "trajan-pro-3", serif;
  font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding: 20px 20px 5px 20px;
    margin-bottom: 0px;
    text-transform: none;
}


/* --------------------------------------
   Typography
   -------------------------------------- */



h1 {
	    font-family: "trajan-pro-3", serif;
	font-weight: 600;
	font-size: 50px;
	color: #fff;
	text-transform: none;
	margin-bottom: 20px;
	line-height: normal;
}

h2 {
	    font-family: "trajan-pro-3", serif;
	font-weight: 600;
	font-size: 30px;
	color: #3c5f16;
	text-transform: none;
	margin-bottom: 20px;
	line-height: normal;
}


h3 {
	    font-family: "trajan-pro-3", serif;
    font-size: 22px;
	color: #3c5f16;
	font-weight: 600;
	text-transform: none;
	line-height: 30px;
	margin-bottom: 20px;
}

h4 {
	color: #000000;
	font-weight: 600;	
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}


/* -------------------- TXT ------------------------- */




.txtRed {
	color: #C00;
}
.txtPink {
	color: #C39;
}
.txtBlack {
	color: #000;
}

.txtGreen {
	color: #3F612E;
}



/*	--------------------------------------
	Footer
	-------------------------------------- */

footer {
  padding: 20px 20px 40px 20px;
  text-align: center;
  color: #FFF;    
        background: #000;
    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: #191919;
}

@media (max-width: 480px) {
footer ul li a {
      font-size: 18px;
  color: #93D500;
}
        
    
}

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 */




/* --------------------------------------
   Global Styles
   -------------------------------------- */

a {
	color:#b49e52;
	text-decoration: none;
	font-weight: 400;    
    
}

a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #7A9850;
	text-decoration: none;
}


.btn-margin {
	margin: 5px 0;
}

.btn-primary {
	color: #FFFFFF;
	background: #39470C;
	border: none;
}

.btn-primary:hover, .btn-primary:active {
	color: #FFFFFF;
	background: #566B12;
}

.btn-outline {
	color: #000;
	background: none;
	border: 1px solid #000;
    border-radius: 0px;
    padding: 10px 16px 10px 16px;
}

.btn-outline:hover, .btn-outline:active {
	color: #FFFFFF;
	background: #566B12;
	border: 1px solid #566B12;

}

.btn-outline-light {
	color: #fff;
	background: none;
	border: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 16px 10px 16px;
}

.btn-outline-light:hover, .btn-outline-light:active {
	color: #FFFFFF;
	background: #566B12;
	border: 1px solid #566B12;

}


.btn-extrapadding {
	padding: 20px;
}


hr {
	border: 0;
	height: 1px;
    background: #333;
	margin: 30px 0;
}

ul {
	padding-left: 26px;
	line-height: 22px;
	margin: 0px;
	list-style-image: url(../images/bullet-green.png);
}

li {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 26px;
	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: #EDECEF;
 }
 

.bgWhite {
	background: #ffffff;
	padding: 10px;
	margin-bottom: 20px;
}


.bgTmb {
	background: #f1f1f1;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}



/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {


h1 {
	font-size: 32px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 26px;
}
    
h3 {
	font-size: 20px;
}    
    

h4 {
	font-size: 18px;
}
    

   

.box {
    margin: 0px 0px 15px 0px;
	padding: 15px;
    background: #FFFFFF;
}
    

}


/* --------------------------------------
   Quicklinks
   -------------------------------------- */


.quicklinks-box {
    display: block;
    position: relative;
	margin-bottom: 12px;

}

.quicklinks-box .quicklinks-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    
    margin-top: 10px;
    
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);       
}

.quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content {
    position: absolute;
    top: 54%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .quicklinks-category,
.quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-name {
    padding: 0 15px;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-category {
    text-transform: none;
    font-size: 18px;
    font-weight: 200;
	margin-bottom: 10px;
    opacity: 0;
}

.quicklinks-box:hover .quicklinks-box-caption .quicklinks-box-caption-content .project-category {
    opacity: 1;
    text-shadow: none;
}

.quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-name {
    font-size: 30px;
	font-weight: 700;
}

.quicklinks-box:hover .quicklinks-box-caption .quicklinks-box-caption-content .project-name {
  text-shadow: none;
}

.quicklinks-box:hover .quicklinks-box-caption {
    opacity: .94;
	background: #B29C52;
        color: #fff;
    -webkit-clip-path: inset(20px);
    clip-path: inset(20px);      
    

}


.quicklinks-box-border {
        border: 20px solid black;
        box-shadow: inset 0px 0px 0px 10px red;
        box-sizing: border-box;

}


@media(max-width:995px) {
    .quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-category {
        font-size: 18px;
    }

    .quicklinks-box .quicklinks-box-caption .quicklinks-box-caption-content .project-name {
        font-size: 20px;
		line-height: 38px;

    }
}



/* --------------------------------------
   Quicklinks - MOBILE
   -------------------------------------- */


.quicklinks-box-mobile {
    display: block;
    position: relative;
	margin-bottom: 12px;

}

.quicklinks-box-mobile .quicklinks-box-caption-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);       
}

.quicklinks-box-mobile .quicklinks-box-caption-mobile .quicklinks-box-caption-content-mobile {
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
	background: #B29C52;
    opacity: .92;
    transform: translateY(-50%);
}

.quicklinks-box-mobile .quicklinks-box-caption-mobile .quicklinks-box-caption-content-mobile .quicklinks-category-mobile,
.quicklinks-box-mobile .quicklinks-box-caption-mobile .quicklinks-box-caption-content-mobile .project-name-mobile {
    padding: 0 12px;
    font-family: "trajan-pro-3", serif;
    font-weight: 300;
}

.quicklinks-box-mobile .quicklinks-box-caption-mobile .quicklinks-box-caption-content-mobile .project-category-mobile {
    text-transform: none;
    font-size: 14px;
    font-weight: 200;
    padding: 20px 15px 15px 15px;    
	margin-bottom: 0px;
    opacity: 1;
    letter-spacing: 0px;
}

.quicklinks-box-mobile:hover .quicklinks-box-caption-mobile .quicklinks-box-caption-content-mobile .project-category-mobile {
    opacity: 1;
    text-shadow: none;
}

.quicklinks-box-mobile .quicklinks-box-caption-mobile .quicklinks-box-caption-content-mobile .project-name-mobile {
    font-size: 24px;
    font-weight: 700;
    padding: 15px;    
	margin-bottom: 0px;
    opacity: 1;
    letter-spacing: 0px;

}

.quicklinks-box-mobile:hover .quicklinks-box-caption-mobile .quicklinks-box-caption-content-mobile .project-name-mobile {
  text-shadow: none;
}

.quicklinks-box-mobile:hover .quicklinks-box-caption-mobile {
    opacity: 1;
	background: rgba(255,255,0,0.0);
        color: #fff;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);      
    

}


/*

@media(max-width:995px) {
    .quicklinks-box-mobile .quicklinks-box-caption-mobile .quicklinks-box-caption-content-mobile .project-category-mobile {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .quicklinks-box-mobile .quicklinks-box-caption-mobile .quicklinks-box-caption-content-mobile .project-name-mobile {
        font-size: 18px;
		line-height: 18px;

    }
}

*/

