/******** INGOLDISTHORPE CHURCH COFFEE SHOP v4 5-03-2024*******/

/* RESET */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers*/ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}table {	border-collapse: collapse;	border-spacing: 0;}


/*MAIN CSS*/

* {
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

body {
  font-family: Verdana, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  background: #fff;
}

/* Limit the width of the page */
#wrapper {
	max-width: 1200px;
	margin: 10px auto;
	background: #fff;
}

/* Style all normal paragraphs */
p
{
        font-size: 95%;
		margin:5px 0;
        line-height: 1.5;
}

/* Style font size in bulleted lists */
#main li {
	font-size: 95%;
	line-height: 1.4;
}

/* Style the header */

#header {
	margin: 0 auto;
	padding: 50px 0 0 50px;
	background-color: transparent;
}

/* Style text in header */
#header h1 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 10px 0;
	font-weight: bold;
    font-size: 200%;
    color: #fff;     
}

#header p {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 150%;
		font-weight: bold;
        color: #fff;
}

/* Clear floats in header */
#header:after {
  content: "";
  display: table;
  clear: both;
}

/* containers for logo and text */
.header-logo {
	float: left;
	margin-right: 20px;
}

.header-title {
	float: left;
}

/* Style the SKIP TO MAIN CONTENT accessibility link */
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}


/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #444;
  margin: 10px auto;
}

/* Style the topnav links */

.topnav a {
  float: right;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
  border-right: 3px solid #f1f1f1;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #f2f2f2;
  color: #333;
}

/* Style the hero image on home page */
.hero-container {
	position: relative;
	width: 100%;
	height: 500px;
	background-image: linear-gradient(rgba(47, 25, 94, 0.2), rgba(47, 25, 94, 0.2)), url("../images/img-hero/coffee-machine-plus-logo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/* Style the hero image on other pages */
.hero-container-2 {
	position: relative;
	width: 100%;
	height: 200px;
	background-image: linear-gradient(rgba(47, 25, 94, 0.2), rgba(47, 25, 94, 0.2)), url("../images/img-hero/coffee-cups.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-container-3 {
	position: relative;
	width: 100%;
	height: 200px;
	background-image: linear-gradient(rgba(47, 25, 94, 0.2), rgba(47, 25, 94, 0.2)), url("../images/img-hero/alpha-header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-container-4 {
	position: relative;
	width: 100%;
	height: 200px;
	background-image: linear-gradient(rgba(47, 25, 94, 0.2), rgba(47, 25, 94, 0.2)), url("../images/img-hero/cakes-header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/* Styles the 'scroll down' arrow on the home page, if used */
.hero-scroll {
	position: absolute;
	bottom: 50px;
	left: 200px;	
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 100%;
	font-weight: normal;
    color: #fff;
}

/* Style links back to home page from header and hero image */

.homelink {
	display: block;
	border: 0:
	border-color: #fff;
	text-decoration: none;
}



/* Create columns, one, two or three */

/* A single column */

.onecolumn {   
  float: left;
  width: 100%;
}

/* A single column with top and bottom padding */

.onecolumnpadding {   
  float: left;
  width: 100%;
  padding: 40px 0 20px 0;
}

/* Create two unequal columns that floats next to each other */

.leftcolumn {   
  float: left;
  width: 75%;
}

.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Create two equal columns that floats next to each other */

.leftcolumneq {   
  float: left;
  width: 50%;
}

.rightcolumneq {
  float: left;
  width: 50%;
  padding-left: 20px;
}

/* Create three equal columns that floats next to each other */

.left3column {   
  float: left;
  width: 33.333%;
}

.centre3column {
  float: left;
  width: 33.333%;
  padding-left: 20px;
}

.right3column {
  float: left;
  width: 33.333%;
  padding-left: 20px;
}

/* Various styles to add to elements */

.responsive {
    width: 100%;
    max-width: 900px;
    height: auto;
}

.padtb {
	padding: 40px 0 20px 0; 
}

.padnoleft {
	padding-left: 0; 
}

.bg-fawn {
	background: #f5e8e2;
}

.calendar-container {
	margin: 20px 0; 
}

/* stop numbers being converted into links ie our charity number */
.charity { pointer-events: none; }
.charity a { text-decoration:none; color:inherit; }


/* style h2 and h3 for row container */
.row h2 {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 120%;
		font-weight: bold;
		margin: 5px 0;
        color: #5c4033;
}

.row h3 {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 100%;
		font-weight: bold;
		margin: 5px 0;
        color: #5c4033;
}

.row h4 {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 100%;
		font-weight: bold;
		margin: 15px 0 5px 0;
        color: #333;
}

/* Add a card effect for articles */
.card {
  background-color: #f5e8e2;
  padding: 20px;
  margin-top: 20px;
}

.card img {
		max-width: 100%;
}

/* Make a splash out of a card, for a bold message */
.splash {
	background-color: #483d8b;
}

.splash p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

/* Style the container for supporter logos */
.supportlogos {
  padding-left: 10px;
}

/* Increase line spacing for whatson entries */

.whatson p {
	margin: 20px 0;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
	margin-top: 20px;
}

/* Style links contained in card */

.card a:link, .card a:visited, .card a:active {
	display: inline-block;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 10px 10px 10px 0;
	text-decoration: underline;
	color: #333;
}

.card a:hover {
	text-decoration: none;
		color: #fff;
		background: #333;
}


/* Style bulleted lists */

.row ul
{
        list-style-type: disc;
		padding: 0 0 0 15px;
}

.row ul li
{
        
		padding: 5px;
		line-height: 25px;
}

/* Style button links on pages */

a.item-button:link {
	display: block;
	background: #160456;
	padding: 15px 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	margin-bottom: 5px;
}

a.item-button:visited {
	display: block;
	background: #160456;
	color: #ffffff;
}

a.item-button:hover {
	display: block;
	background: #160456;
	color: #ffffff;
}

a.item-button:active {
	display: block;
	background: #160456;
	color: #ffffff;
}

/* Style table of hire charges */

.datatable {
  border: 1px solid #160456;
  border-collapse: collapse;
  margin-top: 20px;
}

.datatable td {
 
  border: 1px solid #160456;
  text-align: right;
  padding: 0.2em;
}

.datatable td.bold {
 
  font-weight: bold;
}

.datatable th {
  border: 1px solid #160456;
  background-color: transparent;
  font-weight: bold;
  text-align: right;
  padding: 0.3em;
}

.datatable caption {
  font-size: 100%;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #160456;
  color: #fff;
  padding: 0.4em 0 0.3em 0;
  
}

/* Style three column boxes on home page */

#infoboxes {
 width: 100%;
 margin: 0 auto;
 overflow: hidden;
 padding: 0 0 0 50px;
}

.onebox {
	position: relative;
	color: #333;
	line-height: 25px;
	float: left;	
	width: 28%;
	height: 400px;
	overflow: hidden;
	margin:  2% 5% 10px 0;
	border-bottom: 2px solid #ddd;
}

.onebox:nth-child(3n+0) {
    margin-right: 0;
}

.onebox p {
	padding: 0;
}

.onebox h2 {
	width: 100%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 120%;
	color: #fff;
	background-color: #483d8b;
	padding: 10px;
	
}

.onebox img {
	width: 100%;
}

#infoboxes a:link, #infoboxes a:visited
{
        color:#fff;
		text-decoration: none;
}

#infoboxes a:hover, #infoboxes a:active
{
	color: #fff;
	text-decoration: none;
	background-color: #fff;
}

/* Style image contained in text */

.img-right-float {
	float: left;
	height: 60px;
    margin: 0 10px 0 0;
}

/* Style logos at bottom of home page */

.img-support {
	height: 100px;
    margin: 0 10px 10px 10px;
}


/* Footer, styled with a top row with three columns and two single column lower rows */
#footer {
  padding: 20px 20px 20px 30px;;
  color: #ababab;
  background: #353f3e;
  margin-top: 20px;
}

#footer .row h2 {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 120%;
		font-weight: bold;
		margin: 5px 0 20px 0;
		padding: 0 0 10px 0;
        color: #fff;
}

#footer .row h3 {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 120%;
		font-weight: normal;
		margin: 5px 0;
		padding: 0 0 10px 0;
        color: #fff;
		border-bottom: 1px solid #777;
}

#footer .left3column ul li
{
        display:block;
		list-style: none;
        width:auto;
        padding:5px 0;
        margin-bottom:10px;
        border-bottom: 1px solid #444;
}

#footer .left3column ul li a:link, #footer .left3column ul li a:visited, #footer .left3column ul li a:active
{
        display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #ababab;
}

#footer .left3column ul li a:hover
{
        text-decoration: none;
		color: #1d1a33;
		background: #ababab;
}

#footer .centre3column ul li
{
        display:block;
		list-style: none;
        width:auto;
        padding:5px 0;
        margin-bottom:10px;
        border-bottom: 1px solid #444;
}

#footer .centre3column ul li a:link, #footer .centre3column ul li a:visited, #footer .centre3column ul li a:active
{
        display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #ababab;
}

#footer .centre3column ul li a:hover
{
        text-decoration: none;
		color: #1d1a33;
		background: #ababab;
}

#footer .right3column ul li
{
        display:block;
		list-style: none;
        width:auto;
        padding:5px 0;
        margin-bottom:10px;
        border-bottom: 1px solid #444;
}

#footer .right3column ul li a:link, #footer .right3column ul li a:visited, #footer .right3column ul li a:active
{
        display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #ababab;
}

#footer .right3column ul li a:hover
{
        text-decoration: none;
		color: #1d1a33;
		background: #ababab;
}

.footerlink {
		text-decoration: none;
		color: #ababab;
}



/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn, .leftcolumneq, .rightcolumneq {   
    width: 100%;
    padding: 0;
  }
  
  .header-logo {
	float: none;
	text-align: center;
	margin: 0;
	}

.header-title {
	float: none;
	text-align: center;
	}

}


/* Make the three nav boxes stack */
@media (max-width: 700px) {
	
	#infoboxes {
 width: 100%;
 margin: 0 auto;
 overflow: hidden;
 padding: 0 0 0 15px;
}
	
	.onebox {
	
	float: none;
	text-align: center;
	width: 60%;
	height: 400px;
	margin:  2% auto 10px auto;
	}
	
	.hero-container {
	width: 100%;
	height: 400px;
	background-image: linear-gradient(rgba(47, 25, 94, 0.2), rgba(47, 25, 94, 0.2)), url("../images/img-hero/well-logo-3.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
}

/* Make the three footer columns stack and make the top navigation links stack */
@media screen and (max-width: 600px) {
	

  .left3column, .right3column, .centre3column {   
    width: 100%;
    padding: 0;
  }

  .topnav a {
    float: none;
	width: 100%
  }
  
  
}

@media (max-width: 400px) {
	
	.onebox {
	
	float: none;
	text-align: center;
	width: 90%;
	height: 370px;
	margin:  2% auto 10px auto;
	}
	
	.hero-scroll {
	position: absolute;
	bottom: 50px;
	left: 50px;
}
}

