/*
Theme Name: Creamy Bakery Pro
Theme URI: https://www.legacytheme.net/products/baker-wordpress-theme/
Author: Legacytheme
Author URI: https://www.legacytheme.net
Description: The Baker WordPress Theme is a premium and elegant website template designed for bakeries, pastry shops, and cafes that want to build a strong online presence. Perfect for showcasing bakery cakes, bakery pastries, bakery desserts, and bakery treats, this theme offers a visually appealing and highly functional platform for bakery business owners. Whether you run a creamy bakery, gourmet bakery, or an online bakery, this theme is optimized for bakery ecommerce, allowing seamless sales of bakery products. Its mobile-friendly and SEO-optimized design ensures your bakery website ranks well in search results while providing a smooth browsing experience on all devices.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: creamy-bakery-pro
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready,blog

Creamy Bakery Pro WordPress Theme has been created by Legacytheme(legacytheme.net), 2025.
Creamy Bakery Pro WordPress Theme is released under the terms of GNU GPL
*/

/* Basic Style */

@import url("https://fonts.googleapis.com/css2?family=Lora:ital@1&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: #fff;
  position: relative;
  font: 12px/22px arial;
  color: #5b5b5b;
  font-family: Open sans;
  letter-spacing: 1px;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
}

section img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 10px 0;
  font-family: Ubuntu;
}

p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  font-family: Open sans;
}

a {
  text-decoration: none;
  color: #cb75b7;
}

a:hover {
  text-decoration: none;
  color: #cb75b7;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

ul,
ol {
  margin: 0 0 0 15px;
  padding: 0;
}

:hover {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.clear {
  clear: both;
}

input[type="submit"]:hover {
  cursor: pointer;
}

small {
  font-size: 14px !important;
}

/* Headings */
section {
  padding: 3.5em 0;
}

section h3 {
  font-weight: bold;
  text-align: center;
  margin: 0 0 7px;
  padding: 0;
  font-size: 30px;
  color: #cb75b7;
}

section h2 {
  font-weight: bold;
  text-align: center;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  color: #cb75b7;
}

section h4 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

section h5 {
  color: #cb75b7;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="phno"],
textarea {
  border: 1px solid #dcdcdc;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  height: auto;
  background-color: transparent;
  color: #717171;
}

textarea {
  height: 111px;
}

input[type="submit"] {
  margin-left: 2%;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  padding: 7px 30px;
  background: #4c66ba;
  font-weight: bold;
  color: #fff;
  display: table;
}
input[type="submit"]:hover {
  background: #cb75b7;
}
table,
td,
th {
  border: 1px solid black;
}

/* Homepage */

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 0;
  border: 1px solid #bbb;
  padding: 5px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  border: 1px solid #bbb;
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  border: 1px solid #bbb;
  padding: 5px;
}

.alignnone {
  float: none;
  margin: 0 auto;
  display: block;
  clear: both;
  border: 1px solid #bbb;
  padding: 5px;
}
