/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
abbr,
acronym,
fieldset {
  border: 0; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 29px;
  color: #272727;
  background-color: white;
  padding-top: 29px; }

body.landing {
  padding-top: 0; }

.container {
  width: 880px;
  margin: 0 auto; }

.landing .container {
  width: 880px; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 880px;
  float: none;
  border-width: 0;
  border-style: solid;
  border-color: #dedede; }

.columns > .sidebar {
  width: 100%;
  float: none;
  border-top: 3px double #dedede;
  padding: 29px 29px 0 29px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #676767;
  text-decoration: none; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 420px;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 420px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 30px;
  line-height: 43px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #272727;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  background-color: #dedede;
  padding: 0.75em 1em; }

.menu a:hover {
  background-color: #dedede; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 1px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: #dedede; }

.menu .current-menu-item > a {
  border-bottom-color: white;
  background-color: white;
  cursor: text; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #dedede; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dedede;
  padding: 29px; }

.landing .header {
  text-align: center; }

#site_title {
  font-size: 42px;
  line-height: 1.32em;
  font-weight: bold;
  color: #272727; }

#site_title a {
  color: #272727; }

#site_title a:hover {
  color: #676767; }

#site_tagline {
  font-size: 16px;
  color: #272727;
  line-height: 1.32em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 16px;
  line-height: 29px; }

.grt .headline {
  font-size: 26px;
  line-height: 42px;
  margin: 0; }

.grt h2 {
  font-size: 20px;
  line-height: 34px;
  margin-top: 44px;
  margin-bottom: 15px; }

.grt .small,
.grt .caption {
  font-size: 13px;
  line-height: 25px; }

.grt .drop_cap {
  font-size: 58px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .caption,
.post_box .aligncenter,
.post_box .alignnone,
.post_box .post_image,
.post_box .post_image_box,
.post_box .wp-caption,
.post_box .wp-post-image,
.post_box .alert,
.post_box .note,
.headline_area {
  margin-bottom: 29px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 29px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.post_box .alert p:last-child,
.post_box .note p:last-child,
.post_content blockquote.right p,
.post_content blockquote.left p {
  margin-bottom: 0; }

.grt .left,
.post_box .alignleft,
.post_box .ad_left {
  margin-bottom: 29px;
  margin-right: 29px; }

.grt .right,
.post_box .alignright,
.post_box .ad {
  margin-bottom: 29px;
  margin-left: 29px; }

.grt .caption {
  margin-top: -15px;
  color: #272727; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 37px;
  width: 45%;
  margin-bottom: 15px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  padding: 29px 29px 0 29px;
  border-top: 1px dotted #dedede; }

.top {
  border-top: 0; }

.post_box .headline,
.headline a {
  color: #272727; }

.headline a:hover {
  color: #676767; }

.byline,
.byline a {
  color: #272727; }

.byline a {
  border-bottom: 1px solid #dedede; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #272727; }

.byline .post_edit {
  margin-left: 15px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.post_box h2,
.post_box h3 {
  color: #272727; }

.post_box h3 {
  font-weight: bold; }

.post_box ul {
  list-style-type: square; }

.post_box blockquote {
  color: #272727;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #dedede; }

.post_box code {
  font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif; }

.post_box pre {
  font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
  background-color: #dedede;
  padding: 15px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.post_content li a {
  text-decoration: underline; }

.post_content li a:hover {
  text-decoration: none; }

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: 1px solid #dedede;
  background-color: #dedede;
  padding: 15px; }

.post_box .wp-caption img,
.post_box .post_image_box .post_image,
.post_box .thumb {
  margin-bottom: 15px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.post_box .wp-caption p {
  font-size: 13px;
  line-height: 25px; }

.post_box .author_description {
  border-top: 1px dotted #dedede;
  padding-top: 29px; }

.post_box .author_description_intro {
  font-weight: bold; }

.post_box .avatar {
  width: 67px;
  height: 67px;
  float: right;
  clear: both;
  margin-left: 15px; }

.post_box .author_description .avatar {
  width: 87px;
  height: 87px;
  float: left;
  margin-right: 15px;
  margin-left: 0; }

.post_box .post_cats,
.post_box .post_tags {
  color: #272727; }

.post_box .alert,
.post_box .note {
  padding: 15px; }

.post_box .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.post_box .note {
  background-color: #dedede;
  border: 1px solid #dedede; }

.landing .headline_area {
  text-align: center; }

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #272727;
  text-decoration: none;
  margin-bottom: 29px; }

.num_comments_link:hover {
  text-decoration: underline; }

.bracket,
.num_comments {
  font-size: 29px; }

.bracket {
  color: #dedede; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dedede; }

.archive_intro .headline {
  margin-bottom: 29px; }

.prev_next {
  clear: both;
  color: #272727;
  border-top: 1px solid #dedede;
  padding: 15px 29px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 58px; }

.comments_intro {
  color: #272727;
  margin-bottom: 15px;
  padding: 0 29px; }

.comments_closed {
  font-size: 13px;
  line-height: 25px;
  color: #272727;
  margin: 0 29px 29px 29px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 58px;
  border-top: 1px dotted #dedede; }

.comment {
  border-bottom: 1px dotted #dedede;
  padding: 29px; }

.children .comment {
  list-style-type: none;
  margin-top: 29px;
  border-left: 1px solid #dedede;
  border-bottom: 0;
  padding: 0 0 0 29px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #676767; }

.comment .comment_head {
  margin-bottom: 15px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 13px;
  margin-left: 15px;
  color: #272727; }

.comment_date a {
  color: #272727; }

.comment_footer a {
  font-size: 13px;
  line-height: 25px;
  color: #272727;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 15px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 58px;
  height: 58px;
  float: right;
  margin-left: 15px; }

.comment_nav {
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dedede;
  padding: 15px 29px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -58px 0 58px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
.input_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  font-weight: inherit;
  color: #272727;
  border: 1px solid #dedede;
  background-color: #dedede;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input_text:focus {
  border-color: #dedede;
  background-color: white; }

textarea.input_text {
  line-height: 29px; }

.input_submit {
  font-size: 20px;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  border: 3px double #dedede;
  background: #dedede url('images/bg-button.png') repeat-x;
  padding: 0.5em;
  cursor: pointer;
  overflow: visible; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 58px 0;
  padding: 0 29px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  font-size: 20px;
  line-height: 34px;
  color: #272727;
  margin: 0 -29px;
  border-bottom: 1px dotted #dedede;
  padding: 0 29px 15px 29px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 15px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #676767; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #dedede;
  background-color: #dedede; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 17px;
  line-height: 24px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 19px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 38px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 10px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #272727; }

.sidebar .post_content,
.widget li ul,
.widget li ol {
  margin-top: 10px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 25px;
  text-align: right;
  color: #272727;
  border-top: 3px double #dedede;
  padding: 15px 29px; }

.footer a {
  color: #272727; }

.footer a:hover {
  color: #272727; }

.landing .footer {
  text-align: center; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 880px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 880px; }

  .header {
    border-top: 1px solid #dedede; }

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .columns > .sidebar {
    float: none;
    width: 100%;
    border-top: 3px double #dedede; }

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 29px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dedede;
    padding-left: 29px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 29px; }

  .menu .current-menu-item > a {
    background-color: #dedede; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; } }

@media all and (max-width: 880px) {
  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  .post_box .frame,
  .post_box .post_image_box,
  .post_box .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media all and (max-width: 450px) {
  .menu a,
  .menu_control {
    padding: 1em 15px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  .comment_form_title,
  .footer {
    padding-right: 15px;
    padding-left: 15px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 15px; }

  .comments_closed,
  .login_alert {
    margin-right: 15px;
    margin-left: 15px; }

  .comment_form_title {
    margin-left: -15px;
    margin-right: -15px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"] {
    float: none; }

  .grt .right,
  .grt .left,
  .post_box .alignright,
  .post_box .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: '\a';
    height: 0;
    white-space: pre;
    display: block; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .post_box blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

/*
 * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * * Body *
 */
body {
  font-family: 'Antic Didone', serif;
  padding-top: 0px; }

.container {
  width: 100%; }

.columns > .content {
  margin: 0 auto; }

.columns,
.columns > .content,
.columns > .sidebar {
  min-height: 650px; }

.content {
  clear: both; }

.post_box {
  padding: 20px 0; }

.wp-caption-text {
  text-align: center; }

.archive_content {
  text-align: center; }

.opacity:hover {
  opacity: 0.7; }

.opacity {
  padding: 0 10px; }

.bullets {
  list-style-type: disc !important; }

.ebookcapt {
  float: left;
  width: 180px;
  margin: 30px 10px 0 0;
  font-style: italic; }

/*
 * * Mail Chimp *
 */
.mc-field-group input {
  width: 95%;
  padding: 5px;
  margin-bottom: 10px; }

input[type="submit"] {
  padding: 0 5px;
  line-height: 34px !important; }

.mailchimpform {
  text-align: left;
  margin: 0 auto;
  width: 500px;
  height: 100px; }

#mc_embed_signup {
  width: 500px !important; }

/*
 * * Headings *
 */
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

.grt .headline {
  text-align: center; }

.grt h1 {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 36px; }

.grt h2 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0px; }

.grt h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px; }

.grt h4 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px; }

.grt h5 {
  font-size: 16px;
  line-height: 26px; }

/*
 * * Header *
 */
.menu_left {
  float: left;
  width: 365px; }

.menu_right {
  float: left;
  width: 390px; }

.post_box ul {
  list-style-type: none; }

#menu-item-14,
#menu-item-13,
#menu-item-12 {
  float: right; }

.logo {
  float: left;
  width: 100px; }

.menu a,
.menu_control {
  background-color: transparent;
  border-style: none;
  border-width: 0;
  display: block;
  font-size: 22px;
  letter-spacing: 0.7px;
  line-height: 25px;
  margin-top: 25px;
  text-transform: uppercase;
  padding: 15px 12px 15px 7px; }

#menu-main-navigation-left {
  margin-left: 20px; }

.shop_menu a {
  font-size: 15px;
  padding: 0 15px; }

.shop_menu,
.shop_menu a,
.shop_menu .sub-menu {
  margin-bottom: 10px !important; }

.template-product .content {
  margin-top: 20px !important; }

.template-product .post_box {
  padding: 0; }

.header {
  border: 0 none;
  background-color: #dedede;
  height: 115px; }

.navigation {
  margin: 0 auto;
  width: 880px;
  background-image: url("/wp-content/uploads/Ibu-Floral-Background.png");
  height: 115px; }

.menu {
  border-style: none; }

.menu a:hover {
  background-color: transparent;
  color: #676767; }

.menu .current-menu-item > a {
  background-color: transparent;
  border-bottom-color: transparent;
  cursor: default; }

/*
 * * Blog *
 */
.category .headline_area {
  margin-bottom: 0; }

.category .byline {
  text-align: center; }

.widget_recent_entries li {
  text-align: center;
  font-weight: bold;
  list-style: square outside none; }

/*
 * * Contact Forms *
 */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  padding: 5px;
  font-family: 'Antic Didone', serif;
  font-size: 14px; }

input[type="submit"],
button {
  font-family: 'Antic Didone', serif;
  font-size: 15px;
  line-height: 35px; }

#mc_embed_signup {
  background: white;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 300px; }

/*
 * * Woo Commerce *
 */
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  padding: 4px 37px 4px 36px !important;
  text-align: center;
  max-height: 235px;
  overflow: hidden;
  margin-bottom: 15px !important; }

.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  padding: 5px 8px !important; }

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  color: #fcf459;
  text-shadow: 1px 0px 1px #272727; }

.summary div[itemprop="offers"] {
  margin: 10px auto !important; }

p.price {
  margin-bottom: 10px; }

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  font-family: 'Antic Didone', serif;
  padding: 5px; }

.woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0 !important; }

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  border-radius: 30px;
  color: #fcf459;
  font-size: 15px;
  margin: -10px -3px 0 0 !important;
  padding: 10px; }

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  border-radius: 30px !important;
  color: #fcf459 !important;
  font-size: 15px !important;
  padding: 10px !important; }

.related .onsale {
  display: none; }

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  font-family: 'Antic Didone', serif;
  padding: 5px; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
  font-family: 'Antic Didone', serif;
  padding: 5px; }

/*
 * *Woocommerce homepage *
 */
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  width: 150px;
  max-height: 235px;
  overflow: hidden; }

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  width: 150px !important; }

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  float: left;
  width: 220px; }

.widget_title {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px; }

#post-2 {
  padding-bottom: 0px; }

/*
 * * Woocommerce My Account *
 */
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  color: #5e5e5e !important; }

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  background-color: #fcf459 !important; }

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #fcf459 !important; }

/*
 * * Woocommerce Checkout *
 */
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #fcf459 !important; }

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  background-color: #fcf459 !important; }

/*
 * * Footer *
 */
.footer {
  border: 0 none;
  background-color: #dedede;
  height: 115px;
  text-align: center;
  font-size: 12px; }

.footerblock {
  margin: 0 auto;
  width: 880px;
  background-image: url("/wp-content/uploads/Ibu-Floral-Background.png");
  height: 115px; }

.footerblock .menu a {
  font-size: 15px;
  text-align: center;
  margin: 0 auto; }

.footernav {
  margin: 0 175px; }

.footer a {
  text-decoration: none; }

.footer a:hover {
  color: #676767; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 880px) {
  .navigation {
    width: 100%; }

  .footerblock {
    width: 100%; }

  .columns {
    padding: 0 5px; } }