/*!
 * Theme Name:  Delivery Lite
 * Theme URI:   http://www.theme-junkie.com/themes/delivery-lite/
 * Description: Delivery Lite is a minimal, light and bright magazine WordPress theme. It comes with clean design, beautiful and mobile-friendly. Well suited for online magazines websites, news websites or personal blogs. It has a easy-to-use logo uploader via the Customizer. The main features include a featured posts slider, built-in breadcrumbs, built-in pagination, schema.org support, 4 widget areas and 2 menus. Demo: http://demo.theme-junkie.com/delivery-lite
 * Version:     1.0.7
 * Author:      Theme Junkie
 * Author URI:  http://www.theme-junkie.com/
 * Tags:        two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: delivery
 * 
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Delivery Lite WordPress Theme, Copyright 2014 - 2020 http://www.theme-junkie.com/
 * Delivery Lite is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * LAYOUT
 *
 * BASE
 * - NORMALIZE
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 * - FORM 
 * - TABLE
 * - IMAGE
 *
 * MODULES
 * - HEADER
 * - NAVIGATIONS
 * - SLIDER
 * - CONTENT
 * - WIDGETS
 * - COMMENTS
 * - PAGINATIONS
 * - FOOTER
 *
 * PLUGINS
 * STATE
 * GLOBAL
 */
/*------------------------------------*\
	$LAYOUT
\*------------------------------------*/
.container, .header-item, .navigation-item, .site-content, .footer-item {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }
  .container:after, .header-item:after, .navigation-item:after, .site-content:after, .footer-item:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 320px) {
    .container, .header-item, .navigation-item, .site-content, .footer-item {
      padding: 0 3%; } }
  @media screen and (min-width: 1025px) {
    .container, .header-item, .navigation-item, .site-content, .footer-item {
      padding: 0; } }

/*------------------------------------*\
	$NORMALIZE
\*------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td,
th {
  padding: 0; }

/*------------------------------------*\
	$MAIN
\*------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box; }

* html {
  font-size: 81.25%; }

html {
  font-size: 13px;
  line-height: 1.5em;
  min-height: 100%; }

body {
  background: #fff;
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400; }

/**
 * Selection Color.
 */
::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/*------------------------------------*\
	$SHARED
\*------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both; }

.alignnone {
  display: block; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

.sticky,
.bypostauthor {
  background: inherit;
  color: inherit; }

/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/
div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, form, p,
blockquote, th, td {
  direction: ltr;
  margin: 0;
  padding: 0; }

/**
 * Set link colors.
 */
a {
  transition: all 200ms ease-in-out 0s;
  color: #2aa4cf;
  text-decoration: none; }
  a:visited {
    color: #2693ba; }
  a:hover, a:visited:hover {
    color: #50b7dc;
    text-decoration: none; }

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  margin: 0.7692307692rem 0;
  color: #474747;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400; }

h1,
.h1 {
  font-size: 36px;
  font-size: 2.7692307692rem;
  line-height: 1.1em; }

h2,
.h2 {
  font-size: 30px;
  font-size: 2.3076923077rem;
  line-height: 1.1em; }

h3,
.h3 {
  font-size: 24px;
  font-size: 1.8461538462rem;
  line-height: 1.3em; }

h4,
.h4 {
  font-size: 20px;
  font-size: 1.5384615385rem;
  line-height: 1.3em; }

h5,
.h5 {
  font-size: 16px;
  font-size: 1.2307692308rem; }

h6,
.h6 {
  font-size: 14px;
  font-size: 1.0769230769rem; }

/**
 * Text elements.
 */
p {
  margin: 0 0 20px;
  margin: 0 0 1.5384615385rem; }

abbr[title],
dfn[title] {
  cursor: help; }

del {
  color: #aaa;
  text-decoration: line-through;
  vertical-align: baseline; }

pre {
  margin: 20px 0;
  margin: 1.5384615385rem 0;
  padding: 20px;
  padding: 1.5384615385rem;
  background-color: #fafafa;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  color: #2080ad; }

code {
  color: #2080ad; }

ins {
  background: #fff9c0;
  text-decoration: none; }

blockquote {
  margin: 20px 40px;
  margin: 1.5384615385rem 3.0769230769rem;
  padding-left: 20px;
  padding-left: 1.5384615385rem;
  border-left: 3px solid #eee;
  color: #aaa;
  font-style: italic;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; }
  blockquote cite {
    padding: 10px 0 0 20px;
    padding: 0.7692307692rem 0 0 1.5384615385rem;
    color: #555;
    display: block;
    position: relative; }
    blockquote cite:before {
      content: '\2014';
      left: 0;
      position: absolute; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin: 0 0 20px;
  margin: 0 0 1.5384615385rem;
  display: block; }

ul,
ol {
  margin: 13px 0;
  margin: 1rem 0;
  padding: 0 0 0 20px;
  padding: 0 0 0 1.5384615385rem; }

ul {
  list-style: disc; }

ol {
  list-style-type: decimal; }

ol ol {
  list-style: upper-alpha; }

ol ol ol {
  list-style: lower-roman; }

ol ol ol ol {
  list-style: lower-alpha; }

li ul,
li ol {
  margin: 0; }

dl {
  margin: 20px;
  margin: 1.5384615385rem; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 20px;
  margin-bottom: 1.5384615385rem; }

hr {
  margin: 20px 0;
  margin: 1.5384615385rem 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  clear: both;
  height: 1px;
  min-height: 0; }
  hr.dotted {
    border-style: dotted; }
  hr.dashed {
    border-style: dashed; }
  hr.blackborder {
    border-color: #000; }
  hr.whiteborder {
    border-color: #fff; }

/**
 * Print styles.
 */
@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; } }

/*------------------------------------*\
	$FORM
\*------------------------------------*/
form {
  font-size: 13px;
  font-size: 1rem; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none; }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  box-shadow: none; }

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  font-size: 12px;
  font-size: 0.9230769231rem;
  padding: 10px 20px;
  padding: 0.7692307692rem 1.5384615385rem;
  -webkit-appearance: none;
  background-clip: padding-box;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  color: #555;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  outline: 0;
  overflow: visible;
  margin: 0;
  text-decoration: none;
  vertical-align: top;
  width: auto; }
  button:hover,
  a.button:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background: #fff;
    color: #2aa4cf;
    text-decoration: none; }
  button::-moz-focus-inner,
  a.button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 5px;
  padding: 0.3846153846rem;
  font-size: 13px;
  font-size: 1rem;
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  color: #555;
  font-family: "Open Sans", sans-serif;
  outline: 0;
  margin: 0;
  text-align: left;
  height: 2.5em;
  vertical-align: top; }
  textarea[disabled],
  select[disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="email"][disabled],
  input[type="month"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="text"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="week"][disabled] {
    background-color: #eee; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  box-shadow: none;
  user-select: none;
  color: #888;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888; }

input.placeholder_text,
textarea.placeholder_text {
  color: #888; }

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

textarea,
select[size],
select[multiple] {
  height: auto; }

select[size="0"],
select[size="1"] {
  height: 2.5em; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px; }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666;
    border-color: #666; } }

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: #555;
  font-style: normal;
  font-weight: normal;
  font-family: "Open Sans", sans-serif; }
  optgroup::-moz-focus-inner {
    border: 0;
    padding: 0; }

/*------------------------------------*\
	$TABLE
\*------------------------------------*/
table {
  font-size: 12px;
  font-size: 0.9230769231rem;
  max-width: 100%;
  width: 100%; }

table,
td {
  margin: 20px 0;
  margin: 1.5384615385rem 0;
  padding: 5px 10px;
  padding: 0.3846153846rem 0.7692307692rem;
  border: 1px solid #e9e9e9; }

th {
  margin: 5px 0 10px;
  margin: 0.3846153846rem 0 0.7692307692rem;
  padding: 5px 10px;
  padding: 0.3846153846rem 0.7692307692rem;
  background-color: #f0f0f0;
  color: #555;
  text-align: left; }

tr {
  background-color: #fff; }

table button,
table input {
  *overflow: auto; }

/*------------------------------------*\
	$IMAGE
\*------------------------------------*/
figure {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0; }
  figure > img {
    display: block; }

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

img[class*="align"],
img[class*="attachment-"] {
  height: auto; }

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

.wp-caption img {
  margin-bottom: 5px;
  margin-bottom: 0.3846153846rem; }

.wp-caption-text {
  font-style: italic;
  color: #999; }

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 20px;
  margin-bottom: 1.5384615385rem; }

.gallery-item {
  margin: 0 4px 4px 0;
  margin: 0 0.3076923077rem 0.3076923077rem 0;
  float: left;
  overflow: hidden;
  position: relative; }

.gallery-icon a,
.gallery-icon img {
  display: block; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left; }

.gallery-caption {
  padding: 2px 8px;
  padding: 0.1538461538rem 0.6153846154rem;
  font-size: 12px;
  font-size: 0.9230769231rem;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/*------------------------------------*\
	$HEADER
\*------------------------------------*/
/**
 * Search form
 */
.searchform {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
  position: relative;
  color: #dcdcdc; }
  @media screen and (min-width: 320px) {
    .searchform {
      display: none; } }
  @media screen and (min-width: 480px) {
    .searchform {
      display: block;
      position: absolute;
      top: 10px;
      right: 20px; } }
  @media screen and (min-width: 769px) {
    .searchform {
      display: block;
      position: relative;
      top: 0;
      right: 0; } }
  .searchform div {
    position: relative;
    float: right; }
  .searchform .dashicons {
    left: 6px;
    left: 0.4615384615rem;
    top: 14px;
    top: 1.0769230769rem;
    width: 16px;
    width: 1.2307692308rem;
    height: 16px;
    height: 1.2307692308rem;
    font-size: 16px;
    font-size: 1.2307692308rem;
    position: absolute; }
  .searchform .field {
    margin-top: 6px;
    margin-top: 0.4615384615rem;
    padding-left: 25px;
    padding-left: 1.9230769231rem;
    width: 90px;
    width: 6.9230769231rem;
    transition: width 400ms ease-in-out 0s;
    border-radius: 3px;
    border-color: transparent; }
    .searchform .field:focus {
      width: 233px;
      width: 17.9230769231rem; }

/**
 * Header
 */
.site-header {
  padding: 24px 0;
  padding: 1.8461538462rem 0; }

@media screen and (min-width: 320px) {
  .site-branding {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-bottom: 20px;
    margin-bottom: 1.5384615385rem;
    text-align: center; } }

@media screen and (min-width: 800px) {
  .site-branding {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 0;
    text-align: left; } }

.site-branding .site-title {
  font-size: 30px;
  font-size: 2.3076923077rem;
  margin-bottom: 0; }

.site-branding .site-description {
  margin-top: 6px;
  margin-top: 0.4615384615rem;
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: normal;
  color: #777; }

.site-logo {
  margin-top: 14px;
  margin-top: 1.0769230769rem; }

/*------------------------------------*\
	$NAVIGATIONS
\*------------------------------------*/
/**
 * Primary navigation
 */
@media screen and (min-width: 320px) {
  #primary-menu {
    display: none; } }

@media screen and (min-width: 601px) {
  #primary-menu {
    display: block; } }

.main-navigation {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px -1px;
  background-color: #50B7DC;
  border-bottom: 1px solid #2693BA;
  position: relative; }

@media screen and (min-width: 769px) {
  .navigation-item {
    position: relative; } }

.menu-primary-items {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%; }
  .menu-primary-items .sfHover, .menu-primary-items .sub-menu a {
    background-color: #2aa4cf; }
  .menu-primary-items a {
    font-size: 11px;
    font-size: 0.8461538462rem;
    padding: 14px 18px;
    padding: 1.0769230769rem 1.3846153846rem;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .menu-primary-items a:hover, .menu-primary-items a:visited:hover {
      background-color: #2aa4cf;
      color: #fff; }
  .menu-primary-items .sub-menu a:hover {
    background-color: #50B7DC; }

/**
 * Mobile menu
 */
.slicknav_menu {
  display: none; }

@media (max-width: 768px) {
  #menu-primary-items,
  #menu-secondary-items {
    display: none; }
  .slicknav_menu {
    background-color: transparent;
    display: block;
    padding: 0; }
    .slicknav_menu .slicknav_icon-bar {
      background-color: #fff;
      box-shadow: none; }
    .slicknav_menu .slicknav_icon {
      font-size: 22px; }
  .secondary-navigation .slicknav_menu .slicknav_icon-bar {
    background-color: #555; }
  .secondary-navigation .slicknav_menu .slicknav_icon {
    font-size: 23px; }
  .slicknav_menutxt {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute; }
  .slicknav_btn {
    background-color: transparent;
    padding: 20px 0 20px 20px;
    margin: 0;
    float: left; }
  .slicknav_nav {
    background-color: #555;
    margin-top: 60px;
    padding: 10px 0; }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 8px 20px;
    margin: 0;
    color: #fff; }
    .slicknav_nav .slicknav_row:hover,
    .slicknav_nav a:hover {
      background-color: #333;
      border-radius: 0;
      color: #fff; } }

/**
 * Secondary navigation
 */
.secondary-navigation {
  position: relative;
  margin-bottom: -1px;
  z-index: 9; }

.menu-secondary-items {
  border: 1px solid #e9e9e9;
  border-bottom-color: #ddd; }
  @media screen and (min-width: 320px) {
    .menu-secondary-items {
      display: none; } }
  @media screen and (min-width: 601px) {
    .menu-secondary-items {
      display: block; } }
  .menu-secondary-items .sfHover, .menu-secondary-items .menu-primary-items .sub-menu a, .menu-primary-items .sub-menu .menu-secondary-items a {
    background: #f0f0f0;
    color: #666; }
  .menu-secondary-items a {
    font-size: 13px;
    font-size: 1rem;
    padding: 12px 18px;
    padding: 0.9230769231rem 1.3846153846rem;
    border-right: 1px solid #e3e3e3;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .menu-secondary-items a:hover, .menu-secondary-items a:visited:hover {
      background: #f0f0f0;
      color: #666; }
  .menu-secondary-items.sf-arrows .sf-with-ul:after {
    border-top-color: #ddd; }
  .menu-secondary-items.sf-arrows ul .sf-with-ul:after {
    border-top-color: transparent;
    border-left-color: #ddd; }
  .menu-secondary-items .sub-menu {
    border-bottom: 1px solid #ddd;
    margin-left: -1px; }
    .menu-secondary-items .sub-menu a {
      font-size: 13px;
      font-size: 1rem;
      background: #f0f0f0;
      color: #666;
      border-left: 1px solid #e3e3e3;
      border-right: 1px solid #e3e3e3;
      padding: 10px 18px;
      text-transform: none; }
      .menu-secondary-items .sub-menu a:hover {
        background: #fff298;
        text-shadow: none; }

.tinynav {
  margin-bottom: 14px;
  margin-bottom: 1.0769230769rem;
  width: 100%; }
  @media screen and (min-width: 320px) {
    .tinynav {
      display: block; } }
  @media screen and (min-width: 601px) {
    .tinynav {
      display: none; } }

/**
 * Breadcrumbs
 */
.breadcrumbs {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-size: 0.9230769231rem;
  margin-bottom: 10px;
  margin-bottom: 0.7692307692rem;
  padding-bottom: 20px;
  padding-bottom: 1.5384615385rem;
  color: #999; }
  .breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .breadcrumbs li {
    display: inline-block;
    padding-right: 15px;
    position: relative; }
    .breadcrumbs li::before {
      content: "/";
      color: #ccc;
      position: absolute;
      left: -9px;
      top: 0; }
    .breadcrumbs li.trail-begin::before {
      content: ""; }
  .breadcrumbs .sep {
    padding: 0 5px;
    padding: 0 0.3846153846rem;
    color: #ccc; }

/*------------------------------------*\
	$SLIDER
\*------------------------------------*/
.featured-slider {
  margin-bottom: 20px;
  margin-bottom: 1.5384615385rem; }

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    width: 100%;
    display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin-bottom: 20px;
  margin-bottom: 1.5384615385rem;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

@media screen and (min-width: 320px) {
  #carousel {
    display: none; } }

@media screen and (min-width: 480px) {
  #carousel {
    display: block; } }

#carousel .slides li {
  height: 12em;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #999;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.2;
  text-align: center; }
  #carousel .slides li:first-child {
    border-left: 1px solid #ddd; }
  #carousel .slides li:hover {
    background: #fff; }
  #carousel .slides li.flex-active-slide {
    background: #fff; }

#carousel .slides div {
  padding: 9px 10px; }

#carousel img {
  margin-bottom: 8px;
  margin-bottom: 0.6153846154rem; }

/*------------------------------------*\
	$CONTENT
\*------------------------------------*/
.site-content {
  margin-bottom: 30px;
  margin-bottom: 2.3076923077rem; }

.content-area {
  padding: 20px 20px 30px 20px;
  padding: 1.5384615385rem 1.5384615385rem 2.3076923077rem 1.5384615385rem;
  border: 1px solid #e9e9e9; }
  @media screen and (min-width: 320px) {
    .content-area {
      margin-bottom: 30px;
      margin-bottom: 2.3076923077rem;
      width: 100%;
      float: none; } }
  @media screen and (min-width: 768px) {
    .content-area {
      width: 66%;
      margin-bottom: 0;
      float: left; } }
  @media screen and (min-width: 1024px) {
    .has-left-sidebar .content-area {
      margin-left: -1px;
      margin-left: -0.0769230769rem;
      width: 49.1%; } }

.hentry {
  margin-bottom: 30px;
  margin-bottom: 2.3076923077rem;
  padding-bottom: 30px;
  padding-bottom: 2.3076923077rem;
  border-bottom: 1px solid #e9e9e9; }
  .hentry .edit-link {
    display: block;
    clear: both; }

.entry-title {
  font-size: 20px;
  font-size: 1.5384615385rem;
  line-height: 1;
  font-weight: normal; }
  .single .entry-title,
  .page .entry-title {
    font-size: 26px;
    font-size: 2rem;
    line-height: 1.2; }
  .entry-title a {
    color: #474747; }
    .entry-title a:hover {
      color: #2aa4cf; }

.thumb-link {
  margin: 15px 15px 0 0;
  margin: 1.1538461538rem 1.1538461538rem 0 0;
  display: inline;
  float: left; }
  .thumb-link img {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.entry-header-index {
  overflow: hidden; }

.entry-meta {
  font-size: 13px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.7692307692rem;
  color: #999; }
  .entry-meta .published {
    color: #999; }
  .entry-meta .comments-link {
    float: right; }
    .entry-meta .comments-link a {
      color: #999; }
    .entry-meta .comments-link .dashicons {
      color: #50B7DC; }

.entry-summary {
  overflow: hidden; }

.entry-content {
  margin-bottom: 30px;
  margin-bottom: 2.3076923077rem;
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 1.8; }

.entry-footer {
  font-size: 12px;
  font-size: 0.9230769231rem;
  clear: both;
  color: #999; }

.cat-links,
.tags-links {
  display: block; }

.page-links {
  clear: both;
  display: block; }

/**
 * 404 page
 */
.not-found h2 {
  font-size: 16px;
  font-size: 1.2307692308rem; }

.not-found div {
  margin-bottom: 40px;
  margin-bottom: 3.0769230769rem; }

/*------------------------------------*\
	$WIDGETS
\*------------------------------------*/
/**
 * Header sidebar
 */
@media screen and (min-width: 320px) {
  .widget-header {
    width: 100%;
    float: right;
    margin-right: 0; } }

@media screen and (min-width: 800px) {
  .widget-header {
    width: 74.5762711864%;
    float: right;
    margin-right: 0; } }

/**
 * Home sidebar
 */
.has-left-sidebar .widget-secondary {
  float: left;
  width: 17%;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9; }
  .has-left-sidebar .widget-secondary .widget {
    border-right: 0; }
  @media screen and (min-width: 320px) {
    .has-left-sidebar .widget-secondary {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .has-left-sidebar .widget-secondary {
      display: block; } }

/**
 * Primary sidebar
 */
@media screen and (min-width: 600px) {
  .widget-primary {
    width: 100%;
    float: none; } }

@media screen and (min-width: 768px) {
  .widget-primary {
    width: 34%;
    float: right; } }

.widget-primary .widget_archive li,
.widget-primary .widget_categories li {
  text-align: right; }

.widget-primary .widget_archive a,
.widget-primary .widget_categories a {
  float: left; }

.widget-area .widget {
  margin: 0 0 -1px -1px;
  margin: 0 0 -0.0769230769rem -0.0769230769rem;
  padding-bottom: 10px;
  padding-bottom: 0.7692307692rem;
  border: 1px solid #e9e9e9; }
  .widget-area .widget:hover .widget-title {
    border-bottom-color: #ff0000;
    color: #666; }
  .widget-area .widget > div {
    padding: 10px 20px;
    padding: 0.7692307692rem 1.5384615385rem; }
  .widget-area .widget > select,
  .widget-area .widget > form {
    margin: 10px 20px;
    margin: 0.7692307692rem 1.5384615385rem; }
  .widget-area .widget select {
    max-width: 100%; }

.widget-area .widget-title {
  margin: 0 0 10px 0;
  margin: 0 0 0.7692307692rem 0;
  padding: 10px 20px;
  padding: 0.7692307692rem 1.5384615385rem;
  font-size: 14px;
  font-size: 1.0769230769rem;
  background: #f4f4f4;
  border-bottom: 1px solid #e9e9e9;
  color: #666;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff; }

.widget-area li {
  padding: 8px 20px 8px 30px;
  padding: 0.6153846154rem 1.5384615385rem 0.6153846154rem 2.3076923077rem;
  position: relative; }
  .widget-area li:hover {
    background-color: #ddf0f9; }
  .widget-area li a {
    position: relative; }
    .widget-area li a:first-child::before {
      content: '';
      position: absolute;
      top: 50%;
      left: -0.7em;
      margin-top: -3px;
      height: 0;
      width: 0;
      border: 3px solid transparent;
      border-left-color: #999; }

/**
 * Footer sidebar
 */
.widget-footer {
  padding: 20px 25px;
  padding: 1.5384615385rem 1.9230769231rem;
  margin-bottom: 20px;
  margin-bottom: 1.5384615385rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px -1px;
  background: #50B7DC;
  border-bottom: 1px solid #2693BA;
  color: #fff; }
  @media screen and (min-width: 320px) {
    .widget-footer .widget {
      width: 100%;
      float: right;
      margin-right: 0; } }
  @media screen and (min-width: 600px) {
    .widget-footer .widget {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
      .widget-footer .widget:nth-child(2n) {
        float: right;
        margin-right: 0; } }
  @media screen and (min-width: 800px) {
    .widget-footer .widget {
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%;
      font-size: 12px;
      font-size: 0.9230769231rem; }
      .widget-footer .widget:nth-child(2n) {
        margin-right: 1.6949152542%;
        float: left; }
      .widget-footer .widget:nth-child(4n) {
        float: right;
        margin-right: 0; } }
  .widget-footer .widget li {
    padding: 2px 0 2px 0;
    padding: 0.1538461538rem 0 0.1538461538rem 0; }
  .widget-footer .widget-title {
    margin-bottom: 10px;
    margin-bottom: 0.7692307692rem;
    font-size: 13px;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase; }
  .widget-footer a,
  .widget-footer a:visited {
    color: #fff; }

/**
 * Custom category widget.
 */
.widget-area .delivery-categories {
  padding-bottom: 0; }
  .widget-area .delivery-categories li {
    padding: 0; }
    .widget-area .delivery-categories li a::before {
      border-left-color: transparent; }

.delivery-categories li:hover {
  background: none; }
  .delivery-categories li:hover a {
    border-bottom-color: #ff0000; }

.delivery-categories li:last-child a {
  border-bottom: 0; }

.delivery-categories li a {
  border-bottom: 1px solid #e9e9e9;
  color: #41B7D8;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 20px;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .delivery-categories li a:hover {
    background: #fff283; }

.delivery-categories .children {
  background: #f4f4f4;
  border-bottom: 1px solid #e9e9e9; }
  .delivery-categories .children a {
    border-bottom: none;
    color: #999;
    font-size: 13px;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: none; }

/**
 * Recent Comment Widget
 */
.widget-area .widget_recent_comments li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1.5em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #999; }

.widget-area .widget_recent_comments li a::before {
  border-left-color: transparent; }

/**
 * Search Widget
 */
.widget_search .searchform {
  width: 100%;
  float: none; }
  .widget_search .searchform div {
    float: none; }
  .widget_search .searchform .field {
    width: 86%;
    border-color: #e9e9e9; }

/**
 * Nav Menu Widget
 */
.widget-area .widget_nav_menu div {
  padding: 0; }

/**
 * Recent Posts Widget Extended
 */
.recent-posts-extended .rpwe-block li {
  padding: 10px 0 10px; }
  .recent-posts-extended .rpwe-block li a:first-child::before {
    border: 0; }
  .recent-posts-extended .rpwe-block li:last-child {
    border: 0; }

.widget_tag_cloud a {
  background-color: #50B7DC;
  border-radius: 3px;
  color: #fff;
  padding: 2px 8px;
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase; }
  .widget_tag_cloud a:hover {
    opacity: .75; }

/*------------------------------------*\
	$COMMENTS
\*------------------------------------*/
/**
 * Comment Form
 */
.comment-reply-title {
  margin-bottom: 0; }

.comment-form p {
  margin-bottom: 10px;
  margin-bottom: 0.7692307692rem;
  line-height: 2.3; }
  .comment-form p.form-allowed-tags {
    margin-bottom: 20px;
    margin-bottom: 1.5384615385rem;
    line-height: 1.5; }

.comment-form label {
  color: #999; }

.comment-form input {
  margin-right: 15px;
  margin-right: 1.1538461538rem;
  float: left;
  background-color: #f4f4f7; }
  .comment-form input:focus {
    background-color: #fff; }

.comment-form textarea {
  background-color: #f4f4f7;
  line-height: 1.5; }
  .comment-form textarea:focus {
    background-color: #fff; }

.comment-form .required {
  color: #f00; }

/**
 * Comment List
 */
.comments-title {
  margin-bottom: 20px;
  margin-bottom: 1.5384615385rem;
  font-size: 16px;
  font-size: 1.2307692308rem;
  line-height: 1.25;
  font-weight: 700; }

.comment-list .children {
  padding-left: 50px;
  padding-left: 3.8461538462rem;
  list-style: none; }

.comment .avatar {
  margin-right: 15px;
  margin-right: 1.1538461538rem;
  float: left; }

.comment .edit-link a {
  color: #2aa4cf; }

.comment .reply {
  font-size: 12px;
  font-size: 0.9230769231rem;
  float: right;
  font-style: italic;
  text-decoration: underline; }
  .comment .reply a {
    color: #999; }

.comment-body {
  padding-bottom: 20px;
  padding-bottom: 1.5384615385rem;
  margin-bottom: 24px;
  margin-bottom: 1.8461538462rem;
  border-bottom: 1px solid #e6e6e6; }

.comment-metadata {
  margin-bottom: 15px;
  margin-bottom: 1.1538461538rem; }
  .comment-metadata a {
    color: #999; }
    .comment-metadata a:hover {
      color: #333;
      text-decoration: underline; }

.comment-content {
  margin-bottom: 20px;
  margin-bottom: 1.5384615385rem;
  padding-left: 63px;
  padding-left: 4.8461538462rem; }

.comment-navigation {
  margin: 20px 0;
  margin: 1.5384615385rem 0; }

/*------------------------------------*\
	$PAGINATIONS
\*------------------------------------*/
.pagination {
  margin: 15px 0;
  margin: 1.1538461538rem 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center; }
  .pagination .page-numbers {
    padding: 7px 12px;
    padding: 0.5384615385rem 0.9230769231rem;
    margin-left: -4px;
    margin-left: -0.3076923077rem;
    display: inline-block;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #999;
    text-decoration: none; }
    .pagination .page-numbers:first-child {
      border-left: 1px solid #ddd; }
    .pagination .page-numbers:hover {
      background: #fff; }
    .pagination .page-numbers.current {
      background: #fff; }

.loop-nav {
  margin-bottom: 30px;
  margin-bottom: 2.3076923077rem;
  font-size: 12px;
  font-size: 0.9230769231rem;
  color: #999; }
  .loop-nav .prev {
    margin-bottom: 5px;
    margin-bottom: 0.3846153846rem; }

/*------------------------------------*\
	$FOOTER
\*------------------------------------*/
.site-info {
  margin-bottom: 30px;
  margin-bottom: 2.3076923077rem;
  text-align: center; }
  .site-info .powered {
    display: block; }

/**
 * Back to top
 */
#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 8px;
  background-color: #000;
  color: #fff; }
  #scrollUp:hover {
    background-color: #50B7DC; }

/*------------------------------------*\
	$PLUGINS
\*------------------------------------*/
/**
 * Superfish style.
 */
.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sf-menu > li {
    float: left; }
  .sf-menu li {
    position: relative; }
  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99; }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block; }
  .sf-menu a {
    display: block;
    position: relative; }
  .sf-menu ul ul {
    top: 0;
    left: 100%; }

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after {
  border-top-color: white; }

.sf-arrows > .sfHover > .sf-with-ul:after, .menu-primary-items .sub-menu .sf-arrows > a > .sf-with-ul:after {
  border-top-color: white; }

.sf-arrows .sf-with-ul {
  padding-right: 2.5em; }
  .sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #dfeeff;
    border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after {
  border-left-color: white; }

.sf-arrows ul .sfHover > .sf-with-ul:after, .sf-arrows ul .menu-primary-items .sub-menu a > .sf-with-ul:after, .menu-primary-items .sub-menu .sf-arrows ul a > .sf-with-ul:after {
  border-left-color: white; }

/*------------------------------------*\
	$STATE
\*------------------------------------*/
.no-js .hide-if-no-js {
  display: none; }

/*------------------------------------*\
	$GLOBAL
\*------------------------------------*/
.gallery, .main-navigation, .menu-secondary-items, .hentry, .entry-meta, .widget-primary .widget_archive,
.widget-primary .widget_categories, .widget-primary .widget_archive li,
.widget-primary .widget_categories li, .widget-footer, .comment-form p, .comment-body {
  *zoom: 1; }
  .gallery:before, .main-navigation:before, .menu-secondary-items:before, .hentry:before, .entry-meta:before, .widget-primary .widget_archive:before,
  .widget-primary .widget_categories:before, .widget-primary .widget_archive li:before,
  .widget-primary .widget_categories li:before, .widget-footer:before, .comment-form p:before, .comment-body:before, .gallery:after, .main-navigation:after, .menu-secondary-items:after, .hentry:after, .entry-meta:after, .widget-primary .widget_archive:after,
  .widget-primary .widget_categories:after, .widget-primary .widget_archive li:after,
  .widget-primary .widget_categories li:after, .widget-footer:after, .comment-form p:after, .comment-body:after {
    content: "";
    display: table; }
  .gallery:after, .main-navigation:after, .menu-secondary-items:after, .hentry:after, .entry-meta:after, .widget-primary .widget_archive:after,
  .widget-primary .widget_categories:after, .widget-primary .widget_archive li:after,
  .widget-primary .widget_categories li:after, .widget-footer:after, .comment-form p:after, .comment-body:after {
    clear: both; }

.widget-area ul, .comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"], .menu-secondary-items, #carousel .slides li, .pagination .page-numbers {
  background: #fbfbfb;
  background: linear-gradient(to bottom, #fbfbfb, #eee);
  text-shadow: 0 1px 0 #fff; }
