@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');

@font-face {
      font-family: 'AryaD';
      src: url('arya-double.otf');
      font-weight: bold;
      font-style: normal;
    }
@font-face {
      font-family: 'NewMT';
      src: url('NewsGothicMTBold.ttf');
      font-weight: bold;
      font-style: normal;
    }
	
* {margin:0; padding:0;}
:root {
	--light-blue: #d8e3ef;
	--mid-blue: #c0dbed;
	--dark-blue: #456486;
	--orange: #d78128;
	--green: #88c847;
	--mid-green: #3bb54a;
	--red: #ff5924;
	--silver: #c0c0c0;
	--light-grey: #efefef;
	--text-grey: #2c2e35; 
	--mid-grey:#a3a2a3;
	--heavy-grey: #808282;
	--dark-grey: #120d0e;
}

html, body {background-color:#fff;min-height:100%;width:100%;font-family:'Montserrat', sans-serif;font-size:18px;font-weight:400;color:var(--text-grey); scroll-behavior:smooth; scroll-padding-top:60px;}

h1,h2,h3,h4 {font-weight:600; color:var(--text-grey); text-transform:uppercase;}
h1 {margin-bottom:10px; text-align:center; font-size:36px; letter-spacing:0.15em; line-height:1.75;}
h2 {margin-bottom:10px; text-align:center; font-size:36px; letter-spacing:0.15em; line-height:1.75;}
h3 {margin-bottom:10px; text-align:center; font-size:24px; line-height:1.75; letter-spacing:0.15em;}
h4 {margin:20px; text-align:center; color:#fff; font-size:24px; font-weight:600; letter-spacing:0.15em;}
h5 {margin:20px; text-align:center; color:var(--text-grey); font-size:24px; font-weight:600;}
 

a {text-decoration:none; -webkit-transition: all .35s ease;-moz-transition: all .35s ease;-o-transition: all .35s ease;-ms-transition: all .35s ease;transition: all .35s ease;}
p {	margin-bottom:15px; text-align:left; line-height:1.75;}

img {width:auto; max-width:100%; height:auto;}

header {position:fixed; top:0; width:100%; padding:20px 0 15px 0; text-align:center; background-color:#fff; box-shadow:0 2px 12px var(--dark-grey); z-index:100;}
.banner {display:flex; position:fixed; justify-content:center; align-items:center; top:65px; width:100%; height:960px; background-position:center; background-repeat:no-repeat; background-size:cover; z-index:2; overflow:hidden;}
.banner-content {position:relative; display:flex; justify-content:center; align-items:center; width:auto; margin:auto; padding-bottom:120px; column-gap:40px;}
.banner-content img {display:inline-block; width:auto; max-width:100%; height:auto;}
.banner-text p {margin-bottom:0; text-align:center; color:#fff; font-family:'AryaD', sans-serif; font-size:86px; letter-spacing:0.03em; line-height:1; border-bottom:2px solid #fff;} 
.banner-text p.line2 {padding-top:10px; font-family:'NewMT', sans-serif; font-size:36px; border-bottom:0; text-transform:uppercase;}

.container {display:block; position:relative; width:100%; height:100%; margin-top:960px; padding-top:30px; text-align:center; background-color:#fff; overflow:hidden; z-index:50;}
.content {margin:0 auto; /*padding:40px 0;*/ padding-bottom:40px; width:auto; width:1140px; overflow:hidden;}
.content-wide {padding:40px 0; width:100%; overflow:hidden;}

.breadcrumb {display:block; width:90%; margin:0 auto; padding:20px 0; text-align:left; font-size:13px; color:var(--mid-grey);}
.breadcrumb a {color:var(--mid-grey); text-decoration:underline;}
.breadcrumb a:hover {color:var(--green);}

.row-grey {width:100%; padding:25px 0; min-height:400px; display:flex; justify-content:center; align-items:center; background:url('../graphics/Watermark-Lg.png') center center no-repeat var(--mid-grey); }

.sample {display:grid; padding:20px 0; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; align-content:center; justify-content:center; gap:30px;}
.sample img {height:170px; width:170px; border-radius:50%;}
.sample img.oven {height:200px; width:auto; border-radius:0;}
.sample p { margin-top:15px; text-align:center; font-style:italic; font-size:21px; font-weight:600; line-height:1;} 

.title {width:auto; max-width:1100px; margin:0 auto;}
.title p {margin-top:20px; margin-bottom:0; text-align:center; font-size:21px; line-height:1.8;}

.rolls {display:flex; width:80%; margin:0 auto; padding-top:40px; align-items:center; justify-content:center; gap:60px;}
.roll-content {display:flex; flex-direction:column; align-items:flex-start; gap:20px;}
.roll-pics {display:flex; align-items:flex-start; justify-content:space-between;}
.roll-text {display:flex; flex-direction:column; min-width:450px;}
.roll-text ul {list-style-type:none;}
.roll-text ul li {margin-bottom:20px; padding-left:50px; text-align:left; font-size:30px; color:var(--mid-green); font-weight:600; text-transform:uppercase; transform: scaleY(1.2); letter-spacing:0.035em; background-image:url('../graphics/Tick.png'); background-size:auto; background-position:center left; background-repeat:no-repeat;}

.roll-btn {display:inline-block; margin-top:30px; width:240px; height:60px; padding:6px; background-color:var(--mid-green); border-radius:45px;}
.roll-btn a {display:block; width:200px; height:30px; padding:10px 15px; text-align:center; color:#fff; border:2px solid #fff; border-radius:25px; margin:2px auto 0 auto; font-weight:600; letter-spacing:.25em; font-size: 26px;}
.roll-btn a:hover {background-color:var(--mid-grey);} 

.fsr-content {display:flex; width:100%; align-items:stretch; align-content:center; gap:0;}
.fsr-left {display:flex; width:55%; padding:150px 5% 150px 0; align-items:center; align-content:flex-end; justify-content:flex-end; background-position:center; background-size:cover; background-repeat:no-repeat;}
.fsr-left p {margin-bottom:0; width:360px; text-align:left; color:#fff; font-size:72px; font-weight:800; letter-spacing:0.15em; text-transform:uppercase; transform: scaleY(1.4); line-height:1.3;}
.fsr-right {display:grid; width:45%; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; background-color:var(--mid-blue);}
.fsr-right-1 {grid-column: 1 / span 2; grid-row: 1; padding-top:40px;}
.fsr-right-2 {grid-column: 1; grid-row: 2;}
.fsr-right-3 {grid-column: 2; grid-row: 2;}

.benefits-content {display:grid; width:100%; padding:20px 0; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; background:var(--mid-grey) url(../graphics/Bakers-Choice-BG.png) top center no-repeat;}
.benefit-1 {grid-column: 1 / span 2; grid-row: 1;}
.benefit-2 {grid-column: 1; grid-row: 2;}
.benefit-3 {grid-column: 2; grid-row: 2;}
.benefit-4 {grid-column: 1 / span 2; grid-row: 3;}
.benefits-content ul {width:70%; margin:20px auto 0 auto; list-style-type:none;}
.benefits-content ul li {margin-bottom:20px; padding-left:30px; text-align:left; color:#fff; font-size:21px; font-weight:400; line-height:1.4;}
.benefits-content ul li::before {content:"●"; color:#fff !important; font-size:36px; display:inline-block; width:1.5em; margin-left: -1.5em; margin-bottom:-5px; font-weight:600;}
.benefit-4 a {display:inline-block; width:200px; height:200px; margin:0 auto; border:2px solid var(--mid-grey); border-radius:50%;}
.benefit-4 a:hover {background-color:var(--green); border-color:#fff;}

.gvp-content {display:grid; width:80%; max-width:1800px; margin:0 auto; grid-template-columns: auto auto; grid-template-rows: auto auto auto; gap:30px;}
.gvp-1 {grid-column: 1 / span 2; grid-row: 1; /*padding:15px 0;*/}
.gvp-2 {grid-column: 1; grid-row: 2; align-content: center; /*padding:15px 0;*/}
.gvp-3 {grid-column: 2; grid-row: 2; /*padding:15px 0;*/}
.gvp-4 {grid-column: 1; grid-row: 3; padding:15px 0;}
.gvp-5 {grid-column: 2; grid-row: 3; padding:15px 0;}
.gvp-2 img {width:300px;}
.gvp-3 p {font-size:21px; line-height:2;}
.gvp-4 img {width:440px; height:440px; border-radius:50%;}
.gvp-4 p {margin-bottom:0; line-height:1; text-align:center; font-size:16px; font-weight:600;}
.gvp-features {display:inline-block; width:80%; margin:0 auto; padding:20px 10px 60px 10px; background-position:center bottom; background-size:cover; background-repeat:no-repeat;}
.gvp-features h4 {font-size:32px; font-weight:600; letter-spacing:0.15em;}
.gvp-features ul {margin-left:60px; padding:20px 0 40px 0; list-style-type:none;}
.gvp-features ul li {margin-bottom:20px; padding-left:30px; text-align:left; color:#fff; font-size:24px; font-weight:600; letter-spacing:0.1em; line-height:1.4;}
.gvp-features ul li::before {content:"●"; color:#fff !important; font-size:36px; display:inline-block; width:1.5em; margin-left: -1.5em; margin-bottom:-5px; font-weight:600;}
/*.gvp-btn {display:inline-block; margin-top:30px; width:270px; padding:6px; background-color:var(--mid-grey); border-radius:45px;}
.gvp-btn a {display:block; width:240px; height:30px; padding:10px; text-align:center; color:#fff; border:2px solid #fff; border-radius:25px; margin:2px auto 0 auto; font-weight:600; font-size:24px;}
.gvp-btn a:hover {background-color:var(--green);}*/

.gvp-btn {display:inline-block; margin-top:30px; width:270px; height:60px; padding:6px; background-color:var(--mid-grey); border-radius:45px;}
.gvp-btn a {display:block; width:230px; height:30px; padding:10px 15px; text-align:center; color:#fff; border:2px solid #fff; border-radius:25px; margin:2px auto 0 auto; font-weight:600; letter-spacing:.25em; font-size: 26px;}
.gvp-btn a:hover {background-color:var(--green);}


.contact-row {display:block; width:100%; padding:30px 0; text-align:center; background-position:center center; background-repeat:no-repeat; background-size:cover; background-color:var(--mid-grey);}
.contact-content {display:flex; width:980px; margin:0 auto; align-items:flex-start; justify-content:space-between;}
.contact-content h4 {color:#fff;}
.contact-content p {margin-bottom:25px; color:#fff; font-weight:400; line-height:1.25;}
.social {display:flex; padding-top:20px; align-items:center; justify-content:center; gap:15px;}
.social img {display:inline-block; width:36px; height:auto;}
.social img:hover {opacity:0.6;}

.form-box-top {display:inline-block; margin:0 auto; width:530px;}
.form-box {display:flex; width:600px; margin:0 auto; padding:10px; flex-direction:column; align-content:center; justify-content:space-around; row-gap:15px;}

.inputRow {position:relative;}

.inputRow > input:focus ~ label,
.inputRow > input:not(:focus):valid ~ label{
  top: 20px;
  bottom: 5px;
  right: 10%;
  text-align:right;
  font-size: 12px;
  opacity: 0.5;
}
textarea:focus ~ label,
textarea:not(:focus):valid ~ label{
  top: 100px;
  bottom: 5px;
  right: 10%;
  text-align:right;
  font-size: 12px;
  opacity: 0.5;
}

.inputText {width: 80%; margin-bottom:10px; padding:5px 3%; font-size:18px; color:#fff; font-family:'Montserrat', sans-serif; font-weight:600; height:30px; background-color:rgba(171, 171, 171, 0.2); border:1px solid var(--silver);}
.inputText:focus {background-color:rgba(40, 40, 40, 0.6); outline:none;}

textarea { width: 80%; margin-bottom:30px; padding:5px 3%; color:#fff; font-size:18px; font-family:'Montserrat', sans-serif; font-weight:600; height:120px; background-color:rgba(171, 171, 171, 0.2); border:1px solid var(--silver);}
textarea:focus {background-color:rgba(40, 40, 40, 0.6); outline:none}

.inputRow label {
  position: absolute;
  pointer-events: none;
  left: 10%;
  top: 14px;
  color:#fff; font-size:15px;
  transition: 0.2s ease all;
}
.inputRowF, .labelF {display:none;}

.btn {display:block; width:160px; margin:20px auto 0 auto; padding:10px 0 9px 0;text-align:center; color:#fff; font-size:18px;font-weight:800;background-color:var(--green); border:none; outline:0; border-radius:25px;}
.btn:hover{background-color:#282828; cursor:pointer;}

p.status-msg {margin:30px 0 0 0; text-align:center; font-size:24px; color:var(--red); font-weight:600; line-height:1.4;}

.faq-intro {display:inline-block; width:80%; margin:30px auto 0 auto; text-align:center; padding-bottom:30px; border-bottom:1px dotted var(--mid-grey);}

.faq {margin:0 auto; width:90%;}
.faq p {color:var(--dark-blue);}
.faq hr {margin:40px auto; width:60%; border:0; outline:0; border-bottom:1px dotted var(--mid-grey);}
.faq:last-child hr {border:none;}
.faq a {display:inline-block; padding:10px; color:var(--mid-green); font-size:16px; font-weight:600;}
.faq a:hover {color:#fff;background-color:var(--mid-green);}

.thanks {display:block; width:488px; margin:0 auto; padding:15px; color:var(--mid-blue); background:rgba(0,0,0,0.25); border:1px solid var(--mid-blue);}

.sub-footer {display:block; position:relative; width:100%; padding:40px 0; text-align:center; background-color:#110d0e; overflow:hidden; z-index:50;}
.sub-foot-content {display:flex; position:relative; justify-content:center; align-items:top; margin:0 auto; width:auto; max-width:660px; overflow:hidden;}
.sub-foot-item {display:inline-block; width:220px;}
.sub-foot-item p {margin-bottom:2px; padding-left:40px; text-align:left; color:#b3b3b3; font-size:14px; line-height:1.2;}
address {font-style:normal;}
address a {color:#fff;}
address a:hover {background-color:var(--green);}
.faq-btn {display:block; padding-bottom:20px;}
.faq-btn a {display:block; margin:0 auto; padding:20px 6px 6px 6px; width:60px; height:42px; text-align:center; color:var(--mid-grey); font-size:21px; font-weight:600; letter-spacing:0.3em; background-color:#110d0e; border:2px solid var(--mid-grey); border-radius:50%;}
.faq-btn a:hover {color:#fff;background-color:var(--green);}


footer {display:block; position:relative; width:100%; padding:20px 0; text-align:center; background-color:#110d0e; border-top:2px solid #fff; overflow:hidden; z-index:50;}
.links-wrap {display:block; width:100%; padding:30px 0 60px 0; background-color:var(--dark-grey);}
/*.links-container {display:flex; margin:0 auto; width:960px; flex-wrap:wrap; align-items:stretch; align-content:flex-start; justify-content:center; row-gap:30px;}*/	
.links-container {display:grid; margin:0 auto; max-width:970px; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}
.site-link {display:inline-block; margin:0 auto; width:160px; text-align:center;}
.site-link p {margin-top:15px; text-align:center; color:#fff; font-size:11px; line-height:1.4; letter-spacing:0.15em;}
.site-link a {color:#fff; text-decoration:none;}
.site-link img {margin:0 auto; padding:5px; border:2px solid var(--heavy-grey); border-radius:50%;}
.site-link:hover img {border-color:#fff;}
p.copy {margin-top:30px; text-align:center;color:#aaa; font-size:13px; line-height:1;}


a.back-to-top {
display: none;
width: 50px;
height: 35px;
padding-bottom:15px;
text-indent: -9999px;
text-align:center;;
position: fixed;
z-index: 5000;
right: 30px;
bottom: 60px;
background:var(--green) url("https://www.bakerschoice.com.au/graphics/up.png") no-repeat center 43%;
opacity:0.5;
border-radius:50%;
}
a.back-to-top:hover {opacity:1.0;}

@media screen and (max-width:1280px) {
.gvp-content {width:96%;}
.gvp-2 img {width:240px;}
.gvp-4 img {width:360px; height:360px;}
.gvp-features {width:100%; margin:0 auto; padding:20px 0 40px 0; background-position:right bottom;}
}

@media screen and (max-width:1139px) {
.banner {height:720px;}
.banner-content {flex-direction:column; padding-bottom:100px; row-gap:20px;}
.banner-text p {font-size:80px;} 
.banner-text p.line2 {font-size:34px;}
.container {margin-top:785px;}
.content {width:96%;}

.sample {grid-template-columns: 1fr 1fr 1fr; gap:50px 30px;}
.sample img {height:200px; width:200px;}
.sample img.oven {height:240px;}
.rolls {width:90%;}
.roll-text {min-width:295px;}
.roll-text ul {list-style-type:none;}
.roll-text ul li {font-size:20px; padding-bottom:3px;}
/*.sample p { margin-top:15px; text-align:center; font-style:italic; font-size:16px; font-weight:600; line-height:1;}*/

}

@media screen and (max-width:1024px) {
.banner {height:680px;}
.container {margin-top:745px;}


.benefits-content {grid-template-columns: 1fr; grid-template-rows:auto auto auto auto;}
.benefit-1 {grid-column: 1; grid-row: 1;}
.benefit-2 {grid-column: 1; grid-row: 2;}
.benefit-3 {grid-column: 1; grid-row: 3;}
.benefit-4 {grid-column: 1; grid-row: 4;}
.benefits-content ul {width:80%;}
.benefits-content ul li {margin-bottom:20px;}
.benefits-content ul li::before {font-size:24px;}
.benefit-4 a {margin:20px auto 0 auto;}

.gvp-content {grid-template-columns:auto; grid-template-rows: auto auto auto auto auto; gap:20px;}
.gvp-1 {grid-column: 1; grid-row: 1; padding:10px 0;}
.gvp-2 {grid-column: 1; grid-row: 2; padding:10px 0;}
.gvp-3 {grid-column: 1; grid-row: 3; padding:10px 0;}
.gvp-4 {grid-column: 1; grid-row: 4; padding:10px 0;}
.gvp-5 {grid-column: 1; grid-row: 5; padding:10px 0;}
.gvp-2 img {width:300px;}
.gvp-3 p {font-size:21px; line-height:2;}
.gvp-4 img {width:440px; height:440px;}
.gvp-features {width:96%; padding:20px 0 60px 0;}


.faq {width:96%;}
.faq hr {margin:30px auto; width:70%;}

.contact-content {display:flex; width:90%; margin:0 auto; flex-direction:column; row-gap:40px;}	
.contact-content > div {margin:0 auto; width:100%;}
.contact-content h4 {text-align:center;}
.contact-content p {margin-bottom:25px; text-align:center; color:#fff; font-weight:600; line-height:1.25;}
.social {display:flex; margin:0 auto; padding-top:20px; align-items:center; justify-items:center; gap:15px;}
.social img {display:inline-block; width:36px; height:auto;}
.social img:hover {opacity:0.6;}
.form-box {display:flex; width:96%; padding:10px 2%; flex-direction:column; align-content:center; justify-content:space-around; row-gap:15px;}
}

@media screen and (max-width:980px) {
.banner {height:600px;}
.container {margin-top:665px;}	
h1 {font-size:27px; letter-spacing:0.35em;}

.rolls {flex-direction:column; gap:45px;}
/*.roll-content {display:flex; flex-direction:column; align-items:flex-start; gap:20px;}
.roll-pics {display:flex; align-items:flex-start; justify-content:space-between;}*/
.roll-text {display:flex; flex-direction:column; margin:0 auto;}
.roll-text ul li {font-size:30px;}
.roll-btn {margin:15px auto;}

.fsr-content {flex-direction:column;}
.fsr-left {width:95%;}
.fsr-left p {width:90%; margin:0 auto; text-align:center; font-size:64px;}
.fsr-right {width:100%; padding-bottom:30px;}

.links-container {display:grid; margin:0 auto; max-width:96%; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto auto; row-gap:15px;}

.title-content {width:100%;}
.title-content img {max-width:40px;}

.title {grid-template-columns: 1fr;}
}

@media screen and (max-width:767px) {
.banner {height:540px;}
.banner-content {margin:0 auto; max-width:90%; padding:5px 0;}
.banner-content > div {text-align:center;}
.banner-content img {max-width:80%;}
.banner-text p {font-size:56px;} 
.banner-text p.line2 {font-size:24px;}
.sample {gap:50px 20px;}
.sample img {height:190px; width:190px;}
.sample img.oven {height:230px;}
h1 {padding:5px 0;}
h2 {font-size:27px;}
h5 {font-size:21px;}
.container {margin-top:605px;}
}

@media screen and (max-width:639px) {
header {padding:10px 0 5px 0;}
.banner {top:45px;}
.container {margin-top:585px;}
.sample {grid-template-columns: 1fr 1fr; gap:40px 20px;}
.sample img {height:200px; width:200px;}
.sample img.oven {height:240px;}
.benefits-content ul li {font-size:18px;}

.gvp-features h4 {font-size:32px;}
.gvp-features ul {margin-left:30px; padding:20px 0 30px 0;}
.gvp-features ul li {margin-bottom:15px; padding-left:25px; font-size:20px;}
.gvp-features ul li::before {font-size:24px;}


.title-content img {max-width:40px; margin:0 auto;}
.form-box-top {width:90%;}
.sub-foot-content {display:block; max-width:94%; margin:0 auto;}
.sub-foot-item {display:block; width:100%; padding:20px 0;}
.sub-foot-item p {margin-bottom:5px; padding-left:0; text-align:center;}

}

@media screen and (max-width:540px) {
.banner-content img {max-width:60%;}
.banner-text p {font-size:44px;} 
.banner-text p.line2 {font-size:19px;}
.roll-text ul li {font-size:20px;}
.gvp-4 img {width:300px; height:300px;}
.links-container {grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; row-gap:15px;}
}

@media screen and (max-width:439px) {
.banner {height:440px;}
.banner-content img {max-width:50%;}
.banner-text p {font-size:40px;} 
.banner-text p.line2 {font-size:16px;}
.container {margin-top:485px;}
.sample {gap:30px 10px;}
.sample img {height:150px; width:150px;}
.sample img.oven {height:200px;}
h1 {padding:5px 0; font-size:24px;}
.title p {font-size:19px;}

.fsr-left p {font-size:48px;}

footer .row {display:block !important;}
}