@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased; }
html{-webkit-text-size-adjust:100%; }
body{ font-family: 'Poppins', sans-serif; font-size: 13px; color: #696969; }
.contain { width: 100%; max-width: 1200px; margin: 0 auto; }
.fluid { padding: 0 20px; }
p { line-height: 26px; }
.row { overflow: auto; }
.row .col { box-sizing: border-box; float: left; padding-bottom: 20px; display: inline-block;}
.row_2 .col { width:50%; padding-bottom: 20px; }
.row_4 .col { width:25%; padding-bottom: 30px !important; }
.row_2 { padding:40px 0 20px; }
.row_2 .col:first-child { padding-right: 20px; }
.row_2 .col:last-child { padding-left: 20px; }
.row_4 .col { padding:0 10px; text-align: center; }


.row_4 .col img { width: auto; height: 100%; max-height: 200px; margin-bottom: 10px; }
.row_2 .col:last-child a { display: block; margin-top: 20px;  color: #25323e; }
.logo_bar { background-color: transparent; position: absolute; top: 0; left: 0; right: 0; width: 100%;  padding: 20px 0; box-sizing: border-box; }
.logo_bar { text-align: center; }
.logo_bar img { width: auto;  max-height: 35px; height: 100%; }
.full_background_image { padding:160px 0 120px 0; min-height: 90vh; box-sizing: border-box;  background-color: grey; background-size: cover; background-repeat: no-repeat; background-image: url("images/takeaway-catering-equipment-background-image.jpg"); background-position: center center; }


header h1 { color: #fff; font-size: 42px; line-height: 42px; font-weight: 300; }
header p { color: #fff; margin-top: 30px; max-width: 380px; }
header a { border-bottom: #fff 1px solid; display: inline-block; margin-top: 30px; color: #fff; text-decoration: none;}



.product_categories {  }
.product_categories a { color: #333; font-size: 13px; text-decoration: none; border: none; }
.product_categories h2 { font-size: 13px; font-weight: 600; }

.row_2 h2 { font-size: 24px; color: #333; line-height: 32px; font-weight: normal; }


footer { background-color: #000; margin-top: 0px; text-align: center; padding: 20px 0; }
footer img { width: 100%; max-width: 200px; height: auto; }

.email_club { background-color: #ef784c; padding: 40px 0; margin-top: 30px; text-align: center; color: #fff; }
.email_club label { display: block; }

.email_club input { box-sizing: border-box; border: #ddd 1px solid; font-size: 13px; padding: 10px 20px; width: 100%; max-width: 400px; }
.email_club h3 { max-width: 300px; margin: 0 auto 20px auto; font-size: 16px; font-weight: normal; }
.email_club .button { background-color: #000; color: #fff; border: none;}
.email_club label { display: block; margin-bottom: 10px; }
@media screen and (max-width:767px) {

.row_2 .col { width:100%; padding-left: 0 !important; padding-right: 0 !important; }
.row_4 .col { width:50%; margin-bottom: 20px; }
	.row_4 { padding: 40px 0 20px;}
}

@media screen and (max-width:600px) {
	.full_background_image  { background-position: center center; }
header h1 {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
}
}
