/*
#------------------------------------------------------------------------
# Custom templating overrides for Clonakilty Blackpudding Co
# August-November 2015
*/


.nspArt .nspImageWrapper:hover img,
.gkNspPM-TitleOverlay:hover .gkImgOverlay,
.gkNspPM-TitleOverlay > figure:hover > img
 {
   transform: none !important;
   -moz-transform: none !important;
   -ms-transform: none !important;
   -o-transform: none !important;
   -webkit-transform: none !important;
}
.itemImageBlock img:hover {  transform: none !important;  }

/* ############################################################# */
/* ############################################################# */
/* Border radius all the things  */
/* ############################################################# */
/* ############################################################# */

.gkIsWrapper-gk_shop_and_buy {
	-moz-border-radius: 20px;
	-ms-border-radius:20px; 
	-o-border-radius:20px; 
	-webkit-border-radius: 20px;
    border-radius: 20px;
}
.box.border1 {
	-moz-border-radius: 20px;
	-ms-border-radius:20px; 
	-o-border-radius:20px; 
	-webkit-border-radius: 20px;
    border-radius: 20px;
}

.nspArt img.nspImage {
	-moz-border-radius: 20px;
	-ms-border-radius:20px; 
	-o-border-radius:20px; 
	-webkit-border-radius: 20px;
    border-radius: 20px;
}
.gkResponsive img.nspImage, img.nspImage.gkResponsive {
	-moz-border-radius: 20px;
	-ms-border-radius:20px; 
	-o-border-radius:20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.nspArt img.nspImage {
	-moz-border-radius: 20px;
	-ms-border-radius:20px; 
	-o-border-radius:20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.gkResponsive img.nspImage {
	-moz-border-radius: 20px;
	-ms-border-radius:20px; 
	-o-border-radius:20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	color: #fff;
	}
.itemImage img {
	-moz-border-radius: 20px;
	-ms-border-radius:20px; 
	-o-border-radius:20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.itemImageBlock{
	-moz-border-radius: 20px;
	-ms-border-radius:20px; 
	-o-border-radius:20px; 
	-webkit-border-radius: 20px;
    border-radius: 20px;

}

/* ############################################################# */
/* ############################################################# */
/* Major colors and changes  */ 
/* ############################################################# */
/*

gkMainMenu

*/
/* ############################################################# */

/* Old solution - Curved top WAS compsed of three images  
#kPageContent{
	background: url('../images/style3/headarc.png') 50% 0px no-repeat, 
				url('../images/style3/line.png') left top no-repeat, 
				url('../images/style3/line-right.png') right top no-repeat,
				url('../images/wheat.jpg') 50% 5px no-repeat;
	padding-top:45px;
background-color:transparent;
}
*/

/* field of grain image solution */
#gkPageContent{
	background: url('../images/wheat.jpg') 50% bottom no-repeat;
	padding-top:0px;
	margin-top:0px;
	background-color:#f2e2ba;
}
/* make more space for the speed bump */
#gkMainMenu{
margin-top:-20px;
height:145px;
}
/* Remove seperator backslash */
.gkMenu > ul > li:before {
	content: "";
}
#gkFooterNav li:before {
    content: "";
}
/* Integrating top curve in single image here */
#gkMainWrap {
/*    background: #A20F2C; */
    background: #EEEEEE;
	background-color:#f2e2ba;
	background: url('../images/style3/bgpattern.jpg') 50% 0px;
	background-repeat:no-repeat;
}
body {
    background: #CC9933;
	color:#333333;
}

/* Hide mainbody on FP */
.frontpage #gkMainbody { display: none !important;}
/* Create columns to display stuff in 2 x or 4 x */
.sc-typo-col2 {
    float: left;
	display:inline-block;
    width: 50%;
	min-width:300px;
}
.sc-typo-col4 {
    float: left;
	display:inline-block;
    width: 24%;
}
.sc-typo-col2 h3.header{
padding:0px;
}



/* ################################################ */
/* ############ - Menu customization - ############ */
/* ################################################ */
#gkTopMenu li a {
    color: #ECCD88;
	font-size:12px;
}
#gkTopMenu li a:hover {
    color: #FFF;
}
.gkMenu > ul > li > a {
	color: #ECCD88;
}
.gkMenu > ul > li {
	margin-top:30px;
}

.gkMenu > ul > li > a:hover{
	color: #FFF;
}
.gkMenu > ul > li.active > a {
	color: #ECCD88;	
}

.gkMenu li.active > a {
	color: #ECCD88;
}
.gkMenu .haschild:hover > a,
.gkMenu li.haschild.active:hover > a {
	color: #FFF;
}
.gkMenu > ul li div.childcontent header a {
	color: #ECCD88;
}

#gkMenuOverlayHeader {
	color: #ECCD88;
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover { 
	color: #B0B0B0; 
}


/* ######################################### */
/* ############ - Text colors - ############ */
/* ######################################### */
#gkFooter {
    color: #FFF;
}
#gkLogo img{
margin-top:-55px;
margin-left:40px;
}

/* Slideshow */
#gkHeaderMod {
    margin: 10px auto 0 auto!important;
}
.gkIsWrapper-gk_shop_and_buy .figcaption {
background-color:rgba(0,00,0, 0.4);
}
.gkIsWrapper-gk_shop_and_buy .figcaption p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 0 auto;
}

/*  Bottom 2 */
#gkBottom2{
	padding: 25px 0 10px 0;
	}

#gkBottom2, #gkMainWrap.bt2 {
    background: #ECCD88;
	}
#gkMainWrap2 { position: relative; }
.nspLinkScroll1 {
    background: #ECCD88;
	}
.nspLinks h4{
    background: #ECCD88;
}
.nspLinks ul li h4 {
font-size: 13px;
font-family:Arial;
}
#gkBottom2 .box li a {
    color: #666666;
	}	
#gkBottom2 .box li a:hover {
    color: #333333;
	}	
#gkBottom2 .box li {
    color: #666666;
	}	
#gkBottom2 .box h3.header, #gkBottom2 .box h3.header small {
color: #a20f2c;
}

/* ############################################################# */
/* ############################################################# */

	
/* SOCIAL */


.gkTwitter,
.gkFb,
.gkYoutube,
.gkPinterest,
.gkInstagram {
	color: #363636;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 60px;
	padding: 0 65px 0 48px;
	text-transform: uppercase;
	-webkit-transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
	   -moz-transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
	     -o-transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
	        transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
}

.gkTwitter {
	background: transparent url('../images/social_icons.png') no-repeat 0 0;
}

.gkFb {
	background: transparent url('../images/social_icons.png') no-repeat 0 -60px;
}

.gkPinterest {
	background: transparent url('../images/social_icons.png') no-repeat 0 -120px;
}

.gkYoutube {
	background: transparent url('../images/social_icons.png') no-repeat 0 -180px;	
}

.gkInstagram{
	background: transparent url('../images/social_icons.png') no-repeat 0 -240px;	
}

.gkTwitter:active,
.gkTwitter:focus,
.gkTwitter:hover {
	background: transparent url('../images/social_icons.png') no-repeat 0 -300px;
	color: #a20f2c;
}

.gkFb:active,
.gkFb:focus,
.gkFb:hover {
	background: transparent url('../images/social_icons.png') no-repeat 0 -360px;
	color: #a20f2c;
}

.gkPinterest:active,
.gkPinterest:focus,
.gkPinterest:hover {
	background: transparent url('../images/social_icons.png') no-repeat 0 -420px;
	color: #a20f2c;	
}

.gkYoutube:active,
.gkYoutube:focus,
.gkYoutube:hover {
	background: transparent url('../images/social_icons.png') no-repeat 0 -480px;
	color: #a20f2c;	
}

.gkInstagram:active,
.gkInstagram:focus,
.gkInstagram:hover {
	background: transparent url('../images/social_icons.png') no-repeat 0 -540px;
	color: #a20f2c;	
}

/*  K2 areas customizations  */
.itemImageBlock{
	max-height:300px;
}
.recipeimgs .itemImageBlock{
	max-height:300px;
}
.newsimgs .itemImageBlock{
	max-height:300px;
}

.productimgs .itemImageBlock{
	max-height:300px;
}
/* ############################################################# */
/* ############################################################# */

 /*  RS Form customizations  */

formResponsive select, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    height: 32px;
}
	
#formWrapper{
margin: 0 auto;
}	
#formLeft{
float:left;
width:40%;
padding-left:60px;
}

#formRight{
width:45%;
float:left;
}

/*   TopMenu     */

#gkTopMenu {
margin-top:-30px;
}

#gkSearch {
    margin: 4px 0px 0px 20px;
}

/* ############################################################# */
/* ############ - Adjust for responsiveness needs - ############ */
/* ############################################################# */


/* Tablet and smaller */


/* Small Tablet */
@media only screen and (min-width:480px) and (max-width: 820px) {
		#gkTopMenu{
			margin-top:5px;
		}
		#gkLogo{
			padding-left:63px;
		}
		#gkLogo img{
			margin-top:-10px;
			height:84px;
			width:157.5px;
		}
		#gkSearch{
		}	
		#gkMainWrap {
			background-image: url('../images/style3/bgpattern-tablet.jpg');
			background-repeat:no-repeat;
		}
	}
/* Large Tablet */
@media only screen and (min-width:820px) and (max-width: 1000px) {
		#gkMainWrap {
			background-image: url('../images/style3/bgpattern-largetablet.jpg');
			background-repeat:no-repeat;
		}
	}


/* Top menu needs to disappear at about 600px to avoid logo overlap at 5 items or more */
/* Top menu needs to disappear at about 700px to avoid logo overlap at 6/7 items or more */
@media (max-width: 700px) {
		#gkTopMenu{
			display:none;
		}
		.gkIsWrapper-gk_shop_and_buy{
			/*padding-top:50px;*/
		}
}
/* Smartphone */

@media (max-width: 480px) {
		#gkTopMenu{ 
			display:none;
		}
		#gkLogo{
			padding-left:50px;
		}
		#gkLogo img{
			margin-top:-10px;
			height:84px;
			width:157.5px;
			padding-bottom:5px;
		}
		#gkSearch{
		}	
		#gkMainWrap {
			background-image: url('../images/style3/bgpattern-smartphone.jpg');
			background-repeat:no-repeat;
		}
	}
	
	
/* ############################################################# */
/* ########## Making the FP history bit look correct ########### */

.box.scfp.gkmod-1.nomargin .nspText {
margin-left:490px;
}
/* ############################################################# */


#gkMainbody .nspArt h4 a{
color: #282c2f;
}
#gkMainbody .nspArt h4 a:hover{
color: #d9af62;
}

/* ############################################################# */
/* ########## Hide the text scrolling on the FP banners ########### */

div.figcaption {display:none;}


/* ############################################################# */
/* ##### Make sidebars and mainbody background cream also ###### */

#gkMainbody, #gkContentWrap{
	background:transparent;
}
#gkSidebar > div {
    background:transparent;
}
.box.light {
    background: transparent;
}
ul.sigProElegant li.sigProThumb a.sigProLink {
    color: #f1e2b9;
    background-color: #f1e2b9;
    border: 14px solid #f1e2b9;
	text-decoration: none;
	background-color: none;
	border: none;
}
.pagination ul li a, .pagination ul li span {
    background: #FFFFFF;
}

ul.sigProElegant li.sigProThumb a.sigProLink:hover {
	text-decoration: none;
	background-color: none;
	border: none;
}

/* ############################################################# */
/* ##### Center the main menu and disperse the menu items ###### */

#gkMainMenu{
clear:none;
width:100%;
margin-left: auto;
margin-right: auto;
}
.gkMenu > ul > li > a {
    display: inline;
    padding: 0 30px 0 35px;
}
.gkMenu > ul > li:first-child > a {
    padding: 0 30px 0 45px;
}
.gkMenu > ul > li:last-child > a {
   padding: 0 30px 0 45px;
}




.readmorecenter > a{
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background: #282c2f;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    margin: 0 5px 2px 2px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
	margin-left:auto;
	margin-right:auto;
	width:200px;
}

#gkSocialAPI {
	border-top: none;
}
#gkBreadcrumb {
	border-bottom: none;
	margin: -12px 0 5px;
	padding: 0 0 5px;
}
/* Mailchimp integration */

#gkBottom1 {
    background: #CC9933; 
    padding: 0px 0px 10px 0px;
}

#description{
float:left;
font-size:22px;
color:#A20F2C;
margin-left:auto;
margin-right:auto;
padding-left:5%;
padding-right:5%;

    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #a20f2c;
    text-transform: uppercase;
	

}
button.mailchimp_signup{
float:right;
margin-right:6%;
margin-top:0px;
width:80px;
}

.mailchimp_signup.inputbox{
width:300px;
}

.mailchimpembed{
max-width:450px;
margin-left:auto;
margin-right:auto;
}
b, strong {
    font-weight: 800;
}
.centered{
width:200px;
text-align:center;
margin-left: auto;
margin-right: auto;
display:block;
}


#gkContentWrap {
    padding: 10px;
}
.nspArts {
    padding-left: 0px!important; 
}

/* Australia landing page customizations */

.sc-au-page header {
	display:none;
}


.sc-au-page .header {
	font-weight:600;
	text-transform:uppercase;
	font-size:16px;
}

/* Storelocator page customizations */

.locator_container h5{
	font-weight:bold;
	margin:25px 0px 0px 0px;
}
.sc-storelocator-options #name_search{
	display:none;
}
#radiusSelect{
	margin-left:20px;
	min-width:120px;
}


.sc-storelocator-options{
	isplay:none;
}
.locator_container .row-fluid .span10 {
	width: 60%;
	float: left;
}

.locator_container label.checkbox.inline{
	padding-right:10%;
	font-size:16px;
}



#gkSocialAPI {display:none;}

.sc-list li{
	margin-left:10%;
	list-style-type: circle;
}

.cookie-table, .cookie-table td{
border:1px solid #CC9933;
}
.cookie-table td{
width:25%;
}


#redim-cookiehint {
	background-color: #CB9A31;
}


.formResponsive .formHorizontal .formControlLabel {
	float: left;
	width: 30%;
	padding-top: 5px;
	text-align: left;
}
.formResponsive .formHorizontal .rsform-block {
	margin-bottom: 0px;
}
.rsform-submit-button{
	border-radius:0!important;
	background: #282c2f!important;
	border: none!important;
	color: #fff!important;
	cursor: pointer!important;
	display: block!important;
	float: left!important;
	font-size: 11px!important;
	font-weight: 400!important;
	padding: 0 15px!important;
	text-align: center!important;
	text-transform: uppercase!important;
}
.rsform-submit-button:hover{
	background: #8da897!important;
}

#gkContent {
	margin-bottom: 50px!important;
	margin-top: 25px!important;
}
@media screen and (max-width: 580px) {
	.custombigtitle.footerbalance div{
		display:none;
		}
	.custombigtitle p{
		margin-bottom: 0!important; 
		}
	body .gkCols6 .box {
		margin-bottom: 0px!important;
		}
	}


#cookiehintsubmitno{
	display:none;
}