/*
	Theme Name: w32017
	Theme URI: http://w3globalsolutions.com
	Description: Theme designed for client
	Version: 1.1
	Author: Paul Grothmann
	Author URI: http://w3globalsolutions.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {

}
body {
	font-family: 'opensans-regular';
	color:#000;
	background-color:#fff;
	background-image:url(//jacquettesbakery.com/wp-content/uploads/Slide-1.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-size:100%;
	transition: 0.8s;
	margin:0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
}
a {
	color: #00009b;
	transition-duration: 0.8s;
}
a:hover {
	color:#444;
	text-decoration-color:#00009b;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
p {
	font-size:14px;
}
ul,ol {
	font-size:14px;
}
h1 { 
    font-size: 60px;
}
h2 { 
    font-size: 50px;
    font-family: 'oswaldmedium';
}
h3 { 
    font-size: 45px;
    font-family:'oswaldlight';
}
h4 {
	margin:0 0 6px 0;
    font-size: 40px;
    font-family:'oswaldlight';
}
h5 {
    font-size: 35px;
    font-family:'oswaldlight';
}
h6 {
    font-size: 25px;
    font-family:'oswaldlight';
}
.cta {
	font-family:'oswaldmedium';
	display: inline-block;
	vertical-align: middle;
	padding:18px 20px 12px 20px;
	margin:4px;
	color:#000;
	font-size:22px;
	text-decoration: none;
	text-transform: uppercase;
    text-shadow:0 1px rgba(255, 255, 255, 0.17);
	background: #ffb84f;
	background: -moz-linear-gradient(top, #ffc107 0%, #ffb84f 100%);
	background: -webkit-linear-gradient(top, #ffc107 0%,#ffb84f 100%);
	background: linear-gradient(to bottom, #ffc107 0%,#ffb84f 100%);
	border:1px #d49d3b solid;
	border-top: 1px solid #f7f497;
	border-radius:6px;
	box-shadow: rgba(0,0,0,0.6) 1px 1px 2px;
	transition: 0.8s;
}
.cta:hover {
	color:#444444;
	background: #f5ca46;
	background: -moz-linear-gradient(top, #f5ca46 0%, #ffb84f 100%);
	background: -webkit-linear-gradient(top, #f5ca46 0%,#ffb84f 100%);
	background: linear-gradient(to bottom, #f5ca46 0%,#ffb84f 100%);
}
.cta img {
	display:inline-block;
	vertical-align: middle;
	max-width:30px;
}
.cta span {
	display:inline-block;
	vertical-align: middle;
}
div.table {
	display:table;
	width:100%;
}
div.tableRow {
	display:table-row;
	width:100%;
}
div.tableCell,div.tableHeader {
	display:table-cell;
	vertical-align: top;
}
div.tableHeader {
	font-weight:bold;
}
table, table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background: none;
	border:0;
}
.row {
	max-width:100%;
}
.wrapper {
	max-width:1500px;
	width:100%;
	margin:0 auto;
}
.shadow {
    -webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.8);
    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.8);
}
div.arrow-container {
	display:inline-block;
	vertical-align: middle;
	width:5%;
}
div.slides-container {
	display:inline-block;
	vertical-align: middle;
	width:88%;
}
input[type=text] {
	padding: 12px 12px 12px 55px;
	height:auto;
	font-size:24px;
}
input[type=submit] {
	font-family: 'oswaldmedium';
	vertical-align: middle;
	color:#000;
	font-size:20px;
	background: #ffb84f;
	background: -moz-linear-gradient(top, #ffc107 0%, #ffb84f 100%);
	background: -webkit-linear-gradient(top, #ffc107 0%,#ffb84f 100%);
	background: linear-gradient(to bottom, #ffc107 0%,#ffb84f 100%);
	cursor:pointer;
	border:2px #fece78 solid;
	transition: 0.8s;
	cursor:pointer;
	transition: 0.8s;
}
input[type=submit]:hover {
	color:#444444;
	background: #f5ca46;
	background: -moz-linear-gradient(top, #f5ca46 0%, #ffb84f 100%);
	background: -webkit-linear-gradient(top, #f5ca46 0%,#ffb84f 100%);
	background: linear-gradient(to bottom, #f5ca46 0%,#ffb84f 100%);
}
input[type=radio] {
	cursor:pointer;
}
#loader {
	left: 50%;
	top: 50%;
	position: fixed;
	transform: translate(-50%, -50%);
	border: 12px solid #f3f3f3; /* Light grey */
	border-top: 12px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 90px;
	height: 90px;
	animation: spin 2s linear infinite;
	z-index:999;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.small-1{width:8.33333%}
.small-2{width:16.66667%}
.small-3{width:25%}
.small-4{width:33.33333%}
.small-5{width:41.66667%}
.small-6{width:50%}
.small-7{width:58.33333%}
.small-8{width:66.66667%}
.small-9{width:75%}
.small-10{width:83.33333%}
.small-11{width:91.66667%}
.small-12{width:100%;display: block;}
@media only screen and (min-width: 640px){
	.medium-1{width:8.33333%}
	.medium-2{width:16.66667%}
	.medium-3{width:25%}
	.medium-4{width:33.33333%}
	.medium-5{width:41.66667%}
	.medium-6{width:50%}
	.medium-7{width:58.33333%}
	.medium-8{width:66.66667%}
	.medium-9{width:75%}
	.medium-10{width:83.33333%}
	.medium-11{width:91.66667%}
	.medium-12{display:block;width:100%;}
}
@media only screen and (min-width: 1024px){
	.large-1{width:8.33333%}
	.large-2{width:16.66667%}
	.large-3{width:25%}
	.large-4{width:33.33333%}
	.large-5{width:41.66667%}
	.large-6{width:50%}
	.large-7{width:58.33333%}
	.large-8{width:66.66667%}
	.large-9{width:75%}
	.large-10{width:83.33333%}
	.large-11{width:91.66667%}
	.large-12{width:100%;display:block;}
}
header {
	width:100%;
	text-align: center;
    padding: 0;
    position: relative;
}
header div.top {
	background-color: #ffb84f;
}
header div.top p {
	padding: 10px;
}
header div.top p a {
	text-decoration: underline;
}
header div.table div.tableRow div.tableCell {
	vertical-align: middle;
}
header div.logo {
	text-align: left;
	padding:0;
}
header div.logo a {
	display: block;
}
header div.logo img {
	margin:0 15px;
	padding:8px 0;
	display:inline-block;
	vertical-align:top;
	max-width:220px;
}
/*header .logo .logo-text-container {
	display: inline-block;
	vertical-align: top;
	padding:0;
	transition: 0.8s;
}
header .logo .logo-text-container h1.logo-text {
	font-family: 'cooper_blackregular';
	text-shadow: 1px 1px 1px #000;
	margin:0;
	display:inline-block;
	vertical-align:middle;
	color:#ff6129;
	font-size:40px;
}
header .logo .logo-text-container h4 {
	margin:0;
	color:#c59b7b;
	font-family: 'latoregular';
	font-size:20px;
}*/
header div.header-right-container {
	padding:0 12px 0 0;
	text-align:right;
}

/* nav */
header nav {
	display:inline-block;
	vertical-align: middle;
    text-align:right;
/*    background-color:rgba(220,136,34,0.3);*/
}
header nav ul {
	list-style:none;
	position:relative;
	margin:0;
	padding:0
}
header nav ul li {
	position:relative;
	display:inline-block;
	margin:0;
	padding:0;
}
header nav ul li a {
	display:block;
	padding:12px 8px 6px;
	text-decoration:none;
	font-family: 'oswald_regularregular';
	text-transform: uppercase;
	font-size:24px;
	line-height:32px;
	color:#fff;
	z-index:99;
	text-shadow: 1px 1px 1px #625d5c;
	transition: .8s;
}
header nav ul li a:link,
 header nav ul li a:visited,
 header nav ul li a:active {
 	color:#fff;
}
header nav ul li a:hover {
	color:#fece78;
	text-shadow: 3px 3px 3px #625d5c;
}
/*header nav ul li.current-menu-item,
 header nav ul li.current-menu-parent {
	background:#a8c3e4;
}*/
header nav ul li a.current-menu-item {
	color:red;
}
/*header nav ul li.header-phone-button {
	background:green;
}
header nav ul li.header-phone-button:hover {
	background:#039c03;
}
header nav ul li.header-phone-button:hover a {
	color:#000;
}
header nav ul li.header-phone-button img {
	max-width:30px;
}*/
header div#mobileGrippy {
  display:none;
}

/* content */
div.content {
	padding:30px;
	background-color:#eaeaea;
}
body.home div.content,
 body.products div.content {
	padding:0;
	text-align: center;
	background-color:transparent;
}
body.page-template div.content {
	padding:0;
	background-color:transparent;
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
h2.sectionTitle {
	text-align:center;
	padding:30px 0 20px 0;
	margin:0;
}
p {
	margin:0;
	font-size:21px;
}
h2 {
	padding:16px 0 40px 0;
	margin:0;
	text-transform: uppercase;
}
body.home h4 {
	padding:0;
	text-transform: none;
}
img.title-separator-img {
	padding:0 0 20px 0;
}
.has-border {
	border:5px #7f7f7f solid;
}
div.inner-container {
	padding:40px 65px;
}
div.aboveText {
	font-family: 'Playball', cursive;
	color:#838383;
	font-size:28px;
	text-decoration: underline;
	text-decoration-color: #fece78;
}
section#about {
	padding:50px 120px 100px;
}
div.img-container {
	position: relative;
	display:inline-block;
	vertical-align: top;
	width:92%;
	margin:0 0 10px 0;
}
div.img-container img {
	width:100%;
}
div.img-container div.img-caption {
	font-family: 'oswaldmedium';
	position: absolute;
	top:10px;
	left:0;
	right:0;
	width:90%;
	margin:auto;
	padding:6px 10px 2px;
	font-size:22px;
	color:#000;
	background-color:rgba(255,199,100,0.75);
	border: 1px #dd9b29 solid;
}
div.firstLine {
	font-family: 'Playball', cursive;
	padding: 0;
	margin:0;
	color:#fff;
	text-align:center;
	font-size:60px;
	text-shadow: 0px 2px 2px rgb(0, 0, 0);
}
div.secondLine {
	font-family:'oswald_regularregular';
	display:block;
	margin:0 auto;
	padding:0 0 80px 0;
	color:#fff;
	font-size:96px;
	text-align:center;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px rgb(0, 0, 0); 
}
section#welcome {
	padding-block: 75px;
}
section#welcome a.cta {
	margin:0 0 60px 0;
	width:230px;
	text-transform: uppercase;
}
section#welcome a.cta span {
	vertical-align: middle;
}
section#signup {
	padding:25px 10px;
	background-color:#f4f3eb;
}
section#signup p {
	font-size:28px;
	padding:0 0 20px 0;
}
/*section#signup img {
	vertical-align: middle;
}*/
section#signup div.form-container {
	display:block;
}
section#signup div.form-container div.form-input {
	display:inline-block;
	vertical-align: middle;
}
section#signup div.form-container div.form-input label {
	color:#f4f3eb;
}
section#signup div.form-container div.form-input label input {
	display:block;
	width:auto;
	height:75px;
	margin:0;
	cursor: pointer;
/*	font-size:24px;*/
	width: 95%;
	border:1px solid #bfbfbf;
}
section#signup div.form-container label input[type="text"] {
	display: block;
	margin: 0 6px 8px 6px;
	width: 100%;
	background-repeat:no-repeat;
	background-position: 5% 50%;
}
section#signup div.form-container label input[name="w3form_name"] {
	background-image:url(img/contact-form-icon-name.png);
	background-size:27px;
}
section#signup div.form-container label input[name="w3form_email"] {
	background-image:url(img/icon-mail.jpg);
}
section#signup div.form-container div.form-input div.g-recaptcha {
	display:inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
section#signup div.form-container label input[type="submit"] {
	font-family: 'oswaldmedium';
	margin:15px 0 0 -4px;
	height:77px;
	padding:12px 20px;
	font-size:22px;
	border:1px #ccc solid;
}
/*section#products {
	padding:60px 20px;
}*/
section#products div.table div.tableRow div.tableCell {
	width:33.3%;
	background-repeat: no-repeat;
	background-size:cover;
}
section#products div.table div.tableRow div.tableCell div.img-container {
	width:100%;
}
section#products div.table div.tableRow div.tableCell div.img-container div.img-caption {
	position: relative;
	width:90%;
	bottom:auto;
	margin:10px auto 300px;
	border: 1px #dd9b29 solid;
}
section#more-products {
	padding:20px 10px;
	background-color:#f4f3eb;
}
section#more-products div.tableCell {
	vertical-align: middle;
}
section#more-products p {
	font-family: 'oswaldlight';
	font-size:34px;
}
section#creations {
	padding:30px 10px;
}
section#creations ul {
	list-style: none;
}
section#creations ul li {
	font-size:18px;
}
section#creations div.slideshow-container {
	border:5px #7f7f7f solid;
}
section#creations a.cta {
	margin:16px 0 0 0;
}
section#testimonials {
	padding:35px 10px;
	background-color:#f4f3eb;
}
section#testimonials {
	padding:60px 10px;
}
#google-reviews {
	display:flex;
	flex-wrap:wrap;
	margin:00;
}
.review-item {
	margin:0 auto;
	padding:1em;
	flex: 1 1 20%;
	color:#3d4349;
}
.review-meta, .review-stars {text-align:center; font-size:115%;}
.review-author { text-transform: capitalize; font-weight:bold;font-size:30px; }
.review-date {opacity:.6; display:block;font-size:26px;}
.review-text {  line-height:1.55; text-align:center; max-width:32em; margin:auto;}
.review-stars ul {
	display: inline-block;
	list-style: none;
	margin:0;
	padding:0;
}
.review-stars ul li {
	float: left;
	margin-right: 1px;
	line-height:1;
}
.review-stars ul li i {
  color: #E4B248;
  font-size: 50px;
  font-style:normal;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }
section#contact {
	padding:30px 0;
}
section#contact div.table div.tableRow div.tableCell {
	padding:30px;
}
section#contact div.form-container {
	width:70%;
	margin:0 auto;
	text-align:center;
}
section#contact div.form-container div.form-input {
	margin:0 0 6px 0;
}
div.form-input label span {
	display: block;
	text-align: left;
}
div.form-input label div.error {
	text-indent:0px;
}
section#contact div.form-container input[name="w3form_name"] {
	background: url(img/contact-form-icon-name.png) no-repeat 2% 50%;
}
section#contact div.form-container input[name="w3form_email"] {
	background: url(img/icon-mail.jpg) no-repeat 2% 50%;
}
section#contact div.form-container input[name="w3form_phone"] {
	background: url(img/contact-form-icon-phone.png) no-repeat 2% 50%;
}
section#contact div.form-container textarea {
	background: url(img/contact-form-icon-message.png) no-repeat 2% 25%;
}
section#contact div.form-container input[type="text"],
  section#contact div.form-container textarea {
	margin:0;
	padding:12px 12px 12px 55px;
	height:auto;
	color:#6f7278;
	font-size:24px;
	width: 100%;
	border:1px solid #bfbfbf;
}
section#contact div.form-container button {
	border-radius:6px;
	margin:12px 0 0 0;
	padding:10px 16px;
	font-size:26px;
	border:none;
}
section#contact div.contact-info {
	text-align:left;
}
section#contact div.contact-info h4 {
	text-align: center;
}
section#contact div.contact-info a{
	text-decoration: none;
}
section#contact div.contact-info span {
	display: block;
	font-family:'oswaldmedium';
	padding:12px 0 0 0;
	color:#fece78;
	text-decoration: none;
	text-transform: uppercase;
}
section#contact div.contact-info table tr th {
	padding:4px 4px 4px 0;
}
section#contact div.contact-info table tr td {
	padding:4px;
}
section#map {
	height:300px;
}
#map-plug {display:none;}

body.products {
	text-align: center;
}
body.products section#nav {
	text-align:center;
}
body.products section#nav div.above-nav-container {
	font-family:'oswaldlight';
	padding:12px 10px 8px;
	margin:0;
	color:#000;
	font-size:36px;
	background-color:#fece78;
}
body.products section#nav div.nav-container {
	padding:12px 10px;
	background-color:#f4f3eb;
}
body.products section#nav div.nav-container div.table div.tableRow div.tableCell a {
	font-family:'oswaldlight';
	display:block;
	font-size:32px;
	text-align:center;
	color:#000;
	text-transform: uppercase;
}
body.products section#nav div.nav-container img {
	width:30px;
}
body.products section#cakes {
	padding:45px 10px;
}
body.products section#cakes div.step-form-content-container {
	padding:35px;
	margin:0 auto 20px;
	width:90%;
	text-align: left;
	background-color:#fee6bb;
}
body.products section#cakes div.step-form-content-container input[type=text],
 body.products section#cakes div.step-form-content-container textarea {
	margin:0;
	display:inline-block;
	width:auto;
	background:transparent;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:2px #000 solid;
	box-shadow:none;
}
body.products section#cakes div.step-form-content-container textarea {
	width:100%;
}
body.products section#cakes div.step-form-content-container table {
	margin:-60px 0 0 0;
}
th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}
th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(20px, 51px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 4px;
}
body.products table thead {
	background:transparent;
}
body.products table tr th {
	padding:4px;
}
body.products table tbody tr td {
	font-size:13px;
	text-align:center;
	padding:4px 4px 4px 0;/*
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}
body.products table tr td:last-of-type {
	text-align: left;
	border-right:0;
}
body.products table tr td input[type=radio] {
	margin:0;
}
body.products input[type=submit] {
	padding:10px 16px;
	border-radius:6px;
}
body.products section#classic-cakes {
	padding:0 10px 45px 10px;
}
body.products section#favorite-cakes {
	padding:45px 0;
}
section#favorite-cakes div.table div.tableRow div.tableCell {
	width:33.3%;
	font-family:'oswaldmedium';
	font-size:26px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size:cover;
}
section#favorite-cakes div.table div.tableRow div.tableCell div.img-container {
	width:100%;
	padding: 0px 10px;
}
section#favorite-cakes div.table div.tableRow div.tableCell div.img-container div.img-caption {
	position: relative;
	bottom:auto;
	margin:0 0 300px 0;
}
section#cookies {
	padding:45px 10px;
}
section#cookies ul {
	list-style: none;
}
section#cookies ul li {
	font-size:18px;
}
div.cookie-slider-container {
	padding:60px 0 45px 0;
}
section#pastries {
	padding:45px 10px;
}
section#pastries div.table div.tableRow div.tableCell {
	width:33.3%;
	font-family:'oswaldmedium';
	font-size:26px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size:cover;
}
section#pastries div.img-container {
	width:100%;
	margin:0 0 300px 0;
}
section#pies {
	padding:45px 10px;
}
section#pies ul {
	list-style: none;
}
section#pies ul li {
	font-size:18px;
}
div.pie-ribbon {
	font-family: 'oswaldmedium';
	font-size:28px;
}
section#rolls {
	padding:45px 10px;
}
section#rolls ul {
	list-style: none;
}
section#rolls ul li {
	font-size:18px;
}
section#sweets {
	padding:45px 0;
}
section#sweets ul {
	list-style: none;
}
section#sweets ul li {
	font-size:18px;
}
section#sweets div.table div.tableRow div.tableCell {
	width:25%;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size:cover;
}
section#sweets div.img-container {
	width:100%;
	margin:0 0 300px 0;
}
section#sweets div.pie-ribbon {
	padding:60px 0 20px 0;
}
section#sweets div.pie-ribbon a.cta {
	margin:20px 0 0 0;
}




/*body.products .categories-container {
	width:250px;
	border-right:1px #ccc solid;
}
body.products .categories-container h6 {
	width:100%;
	text-align:left;
	padding:0;
	font-size:30px;
}
body.products .categories-container a {
	font-size:16px;
	color:#000;
}
body.products .categories-container ul {
	list-style: none;
	margin:0;
}
body.products .productResults-container {
	padding:0 20px 20px 20px;
}
body.products div.productResults-container h3 {
	display:inline-block;
}
body.products div.productResults-container div.prod-container {
	max-width:310px;
}
body.products div.productResults-container div.prod-container div.img-container img {
	max-width:100%;
}
body.products div.cycle-slideshow {
	max-width:800px;
}
body.products div.cycle-pager {
	display:block;
	text-align: center;
	overflow:hidden;
	z-index:500;
}
body.products div.cycle-pager span {
	font-size:50px;
	width:16px;
	height:16px;
	display:inline-block;
	color:#ddd;
	cursor:pointer;
}
body.products div.cycle-pager span.cycle-pager-active {
	color:#D69746;
}*/
section#map iframe {
	width:100%;
	height:300px;
}
/* footer */
footer {
	text-align:left;
}
footer div.footer-top {
	color:#eaeaea;
	padding:20px 12px;
	background-color:#202223;
}
footer div.footer-top div.company-info img {
	max-width:220px;
	vertical-align: middle;
}
footer div.footer-top h5 {
	display: inline-block;
	color:#eaeaea;
	text-align: center;
	vertical-align: middle;
}
footer div.footer-top table {
	width:auto;
	display: inline-block;
	border-collapse: collapse;
	margin:0 auto;
	text-align: left;
}
footer div.footer-top table th,
 footer div.footer-top table td {
 	color:#eaeaea;
 	padding: 2px 4px 2px 2px;
}
footer div.footer-top table td a {
	color:#eaeaea;
} 
footer div.footer-top div.hours {
	margin:35px 0 20px 0;
	text-align: center;
}
footer div.hours h6 {
	color:#eaeaea;
	text-align: center;
}
footer div.hours tr.selected {
	background-color:rgba(228,91,0,0.4);
}
footer .footer-brand-container {
	text-align:right;
}
footer div.social-media-icons {
	text-align: center;
}
footer div.social-media-icons a {
	display:inline-block;
	vertical-align: top;
	margin:0 0 12px 0;
}
footer div.social-media-icons a img {
	max-width:35px;
}
footer div.footer-sub {
	padding: 12px;
	text-align:left;
	background-color:#2b2b2b;
}
footer div.footer-sub a {
	color: #fff;
}
footer div.footer-sub div.footer-brand-container {
	text-align:right;
}
footer div.footer-sub p.copyright {
	color:silver;
	margin:0;
}
a#w3 {
	font-family: 'opensans-regular';
	display: inline-block;
	height: 70px;
	width: 145px;
	text-decoration: none;
	color: silver;
	font-size: 13px;
	line-height: 22px;
	text-align: right;
	background-color:transparent;
	background: transparent url(img/w3nerds-logo-web.png) no-repeat center left;
}
.success {
	padding:12px 20px;
	text-align: left;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background:green;
}
.error {
	padding:12px 20px;
	text-align: left;
	font-size: 16px;
	color:#fff;
	background:red;
}
.inputError {
	background-color:rgb(249,213,212) !important;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family: 'source_sans_proregular';
	src: url('fontssourcesanspro-regular-webfont.woff2') format('woff2'),
	     url('fontssourcesanspro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'cooper_blackregular';
	src: url('fonts/coopbl-webfont.woff2') format('woff2'),
	     url('fonts/coopbl-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'oswaldlight';
	src: url('fonts/oswald-light-webfont.woff2') format('woff2'),
	     url('fonts/oswald-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'oswald_regularregular';
	src: url('fonts/oswald-regular-webfont.woff2') format('woff2'),
	     url('fonts/oswald-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'oswaldmedium';
	src: url('fonts/oswald-medium-webfont.woff2') format('woff2'),
	     url('fonts/oswald-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
/*@font-face {
    font-family: 'montserrat_alternatesregular';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
	font-family: 'opensans-regular';
	src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
	     url('fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1100px) {
	header div.firstLine {
		padding:60px 0 0 0;
		font-size:50px;
	}
	header div.secondLine {
		padding:0 0 70px 0;
		font-size:85px;
	}
}
/*foundation medium breakpoint*/
@media only screen and (max-width:1024px) {
	header div.firstLine {
		padding:50px 0 0 0;
		font-size:45px;
	}
	header div.secondLine {
		padding:0 0 70px 0;
		font-size:60px;
	}
	section#welcome h2 {
		font-size:120px;
	}
	section#welcome h5 {
		width:85%;
		font-size:65px;
	}
	section#about {
		padding:40px 40px 90px;
	}
	section#about div.inner-container {
		padding:40px 30px;
	}
	section#testimonials .review-item {
		flex: 1 1 50%;
	}
    section#contact div.form-container {
    	width:100%;
    }
    footer table.hoursOfOperation {
    	margin:0 auto 20px;
    }
}
@media only screen and (max-width:890px) {
	header div.logo {
		text-align:center;
	}
	section#welcome {
		padding: 0 25px;
	}
	section#about {
		padding:40px 25px 60px;
	}
}
@media only screen and (max-width:720px) {
	body {
		background:transparent;
	}
	header {
		background-color:#fec764;
		background-image:url(//jacquettesbakery.com/wp-content/uploads/Slide-1.jpg);
		background-position:center top;
		background-repeat: no-repeat;
		background-size:cover;
	}
	div.firstLine,
	 div.secondLine {
	 	color:#000;
	}
}
@media only screen and (max-width:640px) {
	header div#mobileGrippy {
		display:block;
	}
	div.table,
	 div.tableRow,
	 div.tableCell,
	 div.tableHeader {
		display:block;
		width:100% !important;
	}
	header nav {
		text-align: center;
	}
	header div.header-right-container {
		text-align: center;
		background-color:#fec764;
	}
	section#about {
		padding:40px 20px 60px;	
	}
	div#google-reviews {
		padding:0;
	}
	div#google-reviews .review-item {
		background-color:rgba(255,255,255,1);
		border-radius:6px;
		margin:4px 0;
	}
	section#testimonials .review-item {
		display:block;
		width:100%;
		flex:1 100%;
	}
	section#testimonials .review-item p.review-text {
		text-align: center;
	}
	section#contact {
    	padding:12px 0;
    	text-align: center;
    }
    section#contact div.form-container {
    	padding:35px 8px;
    }
    footer {
    	text-align:center;
    }
	footer table {
		margin:0 auto;
		text-align:center;
	}
	footer div.social-media {
		text-align: left!important;
	}
	footer div.social-media div.fb-page {
		margin-left: 20%;
	}
	footer div.social-media span,
	 footer div.social-media iframe div {
		width: 100% !important;
	}
	footer p.copyright {
		margin:8px 0;
		text-align:center;
	}
	footer div.footer-sub {
		text-align: center;
	}
	footer div.footer-sub div.footer-brand-container {
		text-align:center;
	}
}
@media only screen and (max-width:450px) {
	header div.header-right-container {
		padding:0;
	}
	div.firstLine {
		padding:40px 0 0 0;
		font-size:40px;
	}
	div.secondLine {
		padding:20px 10px 4px 10px;
		font-size:65px;
	}
	section#welcome a.cta {
		margin:0 0 20px 0;
	}
	div.inner-container {
		padding:40px 30px;
	}
	form input[type=text] {
		width:100% !important;
		margin:0 0 8px 0 !important;
	}
	div.arrow-container {
		width:100%;
		text-align:center;
	}
	div.arrow-container:first-of-type {
		text-align: left;
	}
	div.arrow-container:last-of-type {
		text-align: right;
	}
	div.arrow-container img {
		max-width:30px;
	}
/*	a#prev,
	 a#next,
	 a#prevCookie,
	 a#nextCookie,
	 a#prevCake,
	 a#nextCake {
	 	display:none;
	}*/
	div.slideshow-container {
		width:100% !important;
	}
	.review-item { flex: 1 1 90%; }
	footer div.social-media div.fb-page {
		margin-left: 0%;
	}
}
@media only screen and (min-width:320px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
