/*-------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 */
/*-------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
textarea {
  overflow: auto;
}
b,
strong {
  font-weight: bold;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #f7f7f7;
  padding: 1em;
  margin-bottom: 1.333em;
}
/* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: none;
}
/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
mark {
  background: transparent;
}
/* Floating & Alignment  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.fix:before,
.fix:after,
.col-full:before,
.col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.fix:after,
.col-full:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.fix,
.col-full {
  zoom: 1;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
body {
  padding: 0 1.618em;
  font: 300 13px "Open Sans", Helvetica, Arial, Sans-serif;
  color: #545454;
  line-height: 20px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  opacity: 1;
}
img:not(.attachment-shop_catalog):hover {
  opacity: .5;
}
hr {
  background-color: #e1e1e1;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* 1.2 Hyperlinks */
a {
  color: #545454;
  text-decoration: none;
}
a:hover {
  color: #bf9764;
  text-decoration: none;
}
.clear {
  clear: both;
}
/* 1.3 Typography */
/*
  All typography (and layout) based on a modular scale using 13 & 12 px values scaled in accordance the minor second (1.067)
  http://modularscale.com/scale/?px1=13&px2=12&ra1=1.067&ra2=0
  Remember to keep margins consistent and try to avoid margin-top. If everything has an appropriate margin-bottom we don't need one and vertical rhythm will be kept consistent
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Georgia", sans-serif;
  color: #545454;
  margin: 0 0 0.05em;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: normal;
}
h1 {
  font-size: 36px;
  line-height: 1.067em;
}
h2 {
  font-size: 24px;
  line-height: 1.067em;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  line-height: 2;
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
  orphans: 3;
  widows: 3;
}
ul,
ol,
dl,
p,
table,
form,
pre,
hr {
  margin: 0 0 1.067em 0;
}
li > ul,
li > ol {
  margin: 0 0 0 .75em;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-bottom: 1.067em;
}
blockquote {
  quotes: "\201C" "\201D";
  position: relative;
  color: #39302d;
}
blockquote:before {
  content: "\201C";
  font-family: sans-serif;
  font-size: 3.631em;
  position: absolute;
  top: -0.327em;
  left: -0.53em;
  color: #c6c2c1;
}
/* 1.4 Tables */
table {
  width: 100%;
  font-size: 0.813em;
  margin-bottom: 1.067em;
}
table th,
table td {
  border-bottom: 1px solid #e8e4e3;
  padding: 1.067em;
  vertical-align: top;
  text-align: left;
}
table th {
  text-transform: uppercase;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}
table tr th:last-child,
table tr td:last-child {
  padding-right: 0;
}
.gallery-caption {
  opacity: 1;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/* 
 * Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  z-index: 1;
  width: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* 
 * Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* ------------------------------------------------------------------------
  Prettyphoto.
------------------------------------------------------------------------- */
/* ----------------------------------
    Default Theme
  ----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: none!important;
}
/* Top left corner */
div.pp_default .pp_top .pp_middle {
  background: none!important;
}
/* Top pattern/color */
div.pp_default .pp_top .pp_right {
  background: none!important;
}
/* Top right corner */
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: none!important;
}
div.pp_default .pp_content_container .pp_right {
  background: none!important;
}
div.pp_default .pp_content {
  background-color: #fff;
}
/* Content background */
div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Expand button */
div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Contract button */
div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.pp_default .pp_close {
  right: 5px;
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}
div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}
div.pp_default .pp_social {
  margin-top: 7px;
  display: none!important;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  display: none;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default .pp_details {
  position: relative;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
  padding-left: 8px;
}
div.pp_default .pp_nav .currentTextHolder {
  display: none;
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: none!important;
}
/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
  background: none!important;
}
/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
  background: none!important;
}
/* Bottom right corner */
div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/loader.gif) center center no-repeat;
}
/* Loader icon */
/* ------------------------------------------------------------------------
  DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_top {
  height: 20px;
  position: relative;
}
* html .pp_top {
  padding: 0 20px;
}
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_fade {
  display: none;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery li.default a img {
  display: none;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_bottom {
  padding: 0 20px;
}
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
  -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
  box-shadow: inset 0 0 5px 5px #ebebeb;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -o-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #ffffff;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333333;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333333;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}
.universe-search-results {
  height: 1000px;
}
.search-results-scroller,
.nano-scroller {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.search-results-scroller > .nano-content,
.nano-scroller > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-results-scroller > .nano-content:focus,
.nano-scroller > .nano-content:focus {
  outline: thin dotted;
}
.search-results-scroller > .nano-content::-webkit-scrollbar,
.nano-scroller > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.search-results-scroller > .nano-pane,
.nano-scroller > .nano-pane {
  /*background : rgba(0,0,0,.25);*/
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.search-results-scroller > .nano-pane > .nano-slider,
.nano-scroller > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 0 0 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.search-results-scroller:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed,
.nano-scroller:hover > .nano-pane {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
@media only screen and (min-width: 800px) {
  /* Header */
  /* Columns & Containers */
  .col-left {
    float: left;
  }
  .col-right {
    float: right;
  }
  .col-full,
  .home #main-sidebar-container #main.full-width,
  .page-template-404-php #main-sidebar-container #main.full-width,
  .error404 #main-sidebar-container #main.full-width {
    /*padding: 0 20px;
    */
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
  }
  #wrapper #sidebar {
    margin-top: 0;
  }
  /* Sidebar */
  #main-sidebar-container {
    position: relative;
  }
  #main-sidebar-container #main {
    position: relative;
  }
  #main-sidebar-container #sidebar {
    display: inline;
  }
  #sidebar-alt {
    display: inline;
    margin: 0;
  }
  /*5. Footer */
  #footer-widgets .block {
    margin-right: 3.8%;
    float: left;
  }
  /* 210 / 940 */
  #footer-widgets.col-1 .block {
    width: 100%;
    margin-right: 0;
  }
  #footer-widgets.col-2 .block {
    width: 48%;
  }
  #footer-widgets.col-3 .block {
    width: 30.75%;
  }
  #footer-widgets.col-4 .block {
    width: 22.05%;
  }
  #footer-widgets.col-2 .footer-widget-2,
  #footer-widgets.col-3 .footer-widget-3,
  #footer-widgets.col-4 .footer-widget-4 {
    margin-right: 0;
  }
  /* Column Widths */
  .one-col #main {
    float: none;
  }
  .two-col-left #main-sidebar-container #main,
  .two-col-right #main-sidebar-container #main {
    width: 64.89%;
  }
  /* 610 / 940 */
  .two-col-left #main-sidebar-container #sidebar,
  .two-col-right #main-sidebar-container #sidebar {
    width: 31.91%;
  }
  /* 300 / 940 */
  .three-col-left #main-sidebar-container #sidebar,
  .three-col-middle #main-sidebar-container #sidebar,
  .three-col-right #main-sidebar-container #sidebar {
    width: 39.47%;
  }
  /* 300 / 760 */
  .three-col-left #main-sidebar-container,
  .three-col-middle #main-sidebar-container,
  .three-col-right #main-sidebar-container {
    width: 80.85%;
  }
  /* 760 / 940 */
  .three-col-left #main-sidebar-container #main,
  .three-col-middle #main-sidebar-container #main,
  .three-col-right #main-sidebar-container #main {
    width: 57.89%;
  }
  /* 440 / 760 */
  #sidebar-alt {
    width: 17.02%;
  }
  /* 160 / 940 */
  /* Column Floating */
  .two-col-left #main-sidebar-container #main,
  .two-col-right #main-sidebar-container #sidebar,
  .three-col-left #main-sidebar-container,
  .three-col-left #main-sidebar-container #main,
  .three-col-middle #main-sidebar-container #main,
  .three-col-middle #sidebar-alt,
  .three-col-right #main-sidebar-container #sidebar,
  .three-col-right #sidebar-alt {
    float: left;
  }
  .two-col-left #main-sidebar-container #sidebar,
  .two-col-right #main-sidebar-container #main,
  .three-col-left #main-sidebar-container #sidebar,
  .three-col-left #sidebar-alt,
  .three-col-middle #main-sidebar-container,
  .three-col-middle #main-sidebar-container #sidebar,
  .three-col-right #main-sidebar-container,
  .three-col-right #main-sidebar-container #main {
    float: right;
  }
  .home .flexslider,
  .page-template-template-home-php .flexslider {
    display: inline;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .home .flexslider li.slide,
  .page-template-template-home-php .flexslider li.slide {
    position: relative;
  }
  .home .flexslider li.slide .slide-content,
  .page-template-template-home-php .flexslider li.slide .slide-content {
    background: none;
    position: absolute;
    top: 28%;
    left: 12.236em;
    padding: 0;
    width: 100%;
    /*   display: none;
    */
  }
  .home .flexslider li.slide .slide-content header,
  .home .flexslider li.slide .slide-content .entry,
  .page-template-template-home-php .flexslider li.slide .slide-content header,
  .page-template-template-home-php .flexslider li.slide .slide-content .entry {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 1em 2.244em;
  }
  .home .flexslider li.slide .slide-content .entry p,
  .page-template-template-home-php .flexslider li.slide .slide-content .entry p {
    color: #fff;
  }
  .home .flexslider li.slide .slide-content header,
  .page-template-template-home-php .flexslider li.slide .slide-content header {
    width: auto;
    float: left;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-bottom: 0;
    max-width: 50.829%;
  }
  .home .flexslider li.slide .slide-content header h1,
  .page-template-template-home-php .flexslider li.slide .slide-content header h1 {
    color: #fff;
    font-size: 260%;
    margin: 0;
  }
  .home .flexslider li.slide .slide-content header h1 a,
  .page-template-template-home-php .flexslider li.slide .slide-content header h1 a {
    color: #fff;
  }
  .home .flexslider li.slide .slide-content header:last-child,
  .page-template-template-home-php .flexslider li.slide .slide-content header:last-child {
    padding-bottom: 1em;
  }
  .home .flexslider li.slide .slide-content .entry,
  .page-template-template-home-php .flexslider li.slide .slide-content .entry {
    width: 39.89%;
    /*59.301%;
    */
    clear: left;
    padding-top: 1.618em;
    padding-bottom: 1.618em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
/* 2.2 Navigation */
#navigation {
  width: 100%;
  left: 0;
  clear: both;
  /* margin-bottom: 3em; */
  display: none;
  font: 400 14px/14px 'Georgia', serif;
  border-bottom: 1px solid #ebebeb;
  background: #ffffff;
}
ul.nav {
  width: 100%;
  list-style-type: none;
}
ul.nav li {
  list-style-type: none;
}
ul.nav li a {
  text-transform: uppercase;
  padding: .5em 1em;
  display: block;
  color: #6a6a6a;
}
ul.nav li a:hover {
  color: #bf9764;
}
ul.nav li.current_page_item > a,
ul.nav li.current_page_parent > a,
ul.nav li.current-menu-ancestor > a,
ul.nav li.current-cat > a,
ul.nav li.current-menu-item > a {
  color: #bf9764;
}
ul.nav li ul li a {
  background: none !important;
  /* color: #666!important; */
}
ul.nav ul li.current_page_item > a,
ul.nav ul li.current_page_parent > a,
ul.nav ul li.current-menu-ancestor > a,
ul.nav ul li.current-cat > a,
ul.nav ul li.current-menu-item > a {
  color: #6a6a6a!important;
}
#top select {
  margin: 1.618em 0 0;
  width: 100%;
}
#top {
  border-top: 2px solid #bf9764;
  border-bottom: 1px solid #e1e1e1;
  background-color: #ebebeb;
}
#top #top-nav,
#top div.social-top,
#top div.callus {
  display: none;
}
#top div.social-top {
  float: left;
  padding: 4px 10px 4px 0;
  border-right: 1px solid #e1e1e1;
}
#top div.social-top a {
  margin-right: 4px;
  color: #b9b9b9;
}
#top div.social-top a:hover {
  color: #bf9764;
}
/* Top - Callus Text */
#top div.callus {
  float: left;
  height: 24px;
  padding: 4px 10px 0 ;
  border-right: 1px solid #e1e1e1;
  color: #b9b9b9;
}
.df-ajax-search {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 8px;
  color: #fff;
  background: #bf9764;
  cursor: pointer;
}
.universe-search:after {
  clear: both;
}
.universe-search .universe-search-close.ico-iphone:after,
.universe-search .universe-search-close:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 20px;
}
.js .universe-search {
  display: none;
}
.universe-search {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  z-index: 999999;
  border-top: 1px solid #ddd;
  zoom: 1;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 9px 50px rgba(129, 129, 129, 0.29);
  -moz-box-shadow: 0 9px 50px rgba(129, 129, 129, 0.29);
  -ms-box-shadow: 0 9px 50px rgba(129, 129, 129, 0.29);
  -o-box-shadow: 0 9px 50px rgba(129, 129, 129, 0.29);
  box-shadow: 0 9px 50px rgba(129, 129, 129, 0.29);
}
.universe-search .universe-search-close {
  position: absolute;
  top: 34px;
  right: 40px;
  cursor: pointer;
  z-index: 10000;
  font-size: 14px;
  padding: 0 4px;
}
.universe-search .universe-search-close:hover {
  opacity: .8;
}
.universe-search .universe-search-form {
  margin-top: 10%;
  padding-bottom: 15px;
  display: table;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-: translateY(50px);
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.universe-search .universe-search-form .universe-search-input {
  padding: 0;
  position: relative;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  z-index: 10;
  font-size: 2.375em;
  border: none;
  vertical-align: middle;
  outline: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.875;
}
.universe-search .universe-search-form .universe-search-input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.universe-search .universe-search-form input {
  display: table-cell;
}
.universe-search .universe-search-form .select-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
}
.universe-search .universe-search-results {
  clear: both;
  padding: 30px 0;
  position: relative;
}
.universe-search #result-not-found {
  padding-bottom: 28px;
}
.universe-search .ajax-search-result {
  display: table;
}
.universe-search .df-search-image {
  line-height: 0;
  border: none;
  padding: 0;
  margin: 0 20px 0 0;
  width: 80px;
  display: table-cell;
  float: left;
}
.universe-search .df-search-content {
  display: table-cell;
  vertical-align: top;
}
.universe-search .df-search-content p {
  margin: 0;
}
.universe-search .df-search-content h3 {
  margin: 0 0 10px;
}
.universe-search .ajax-search-result {
  margin-bottom: 30px;
  float: left;
}
.search-container-close {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
}
.universe-search.ajax-search-active .universe-search-form {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.universe-search .search-post-on .byline,
.universe-search .df-category-content-post {
  border: none;
}
.universe-search .posted-on {
  margin-right: 5px;
}
.universe-search .byline {
  margin-left: 0;
}
@media only screen and (max-width: 959px) {
  .universe-search .df_container-fluid {
    padding: 0px 20px;
  }
  .ajax-search-select-text,
  .ajax-search-select-text .ajax-search-show,
  .ajax-search-select-text .ajax-search-select,
  .ajax-search-select-text .ajax-search-select .container-select-box,
  .ajax-search-select-text .ajax-search-select .container-select-box select {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
    margin: 0px;
    margin-bottom: 11px;
  }
  .ajax-search-select-text .ajax-search-show {
    margin-bottom: 22px;
  }
  .universe-search .df-search-image {
    float: left;
  }
  .ajax-search-select-text {
    margin-top: 11px;
    display: none;
  }
  .universe-search .mobile-ajax-category {
    display: block;
    margin-top: 11px;
    text-align: center;
    position: relative;
  }
  .universe-search .universe-search-close {
    right: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .universe-search .universe-search-close {
    right: 0px;
    top: 10px;
  }
  .universe-search .universe-search-form {
    margin-top: 17%;
  }
  .universe-search .universe-search-form .universe-search-input {
    font-size: 1.2em;
  }
}
#mobile-header {
  border-bottom: 1px solid #e1e1e1;
}
#mobile-header ul {
  clear: both;
  margin: 0;
}
#mobile-header li {
  text-align: center;
  list-style-type: none;
  display: inline-block;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 10px 0;
  font-size: 16px;
  color: #969696;
  width: 100%;
}
#mobile-header li a {
  color: #969696;
}
#mobile-header li:first-child {
  border: 1px solid #e1e1e1;;
}
#mobile-header li.col-1,
#mobile-header li.col-3,
#mobile-header li.col-4 {
  width: 32%;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
#mobile-header li.col-1 a {
  color: #bf9764;
}
#mobile-header #mobile-top-nav,
#mobile-header #top-nav {
  display: unset;
}
/* Go To Button */
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 13px;
  padding: .75em 1em;
  display: none;
}
a.go-top {
  color: #fff;
}
.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/* 2.3 Header */
#header {
  padding: 20px 0 40px;
  clear: both;
  position: relative;
  background-size: cover;
}
#logo {
  text-align: center;
}
#logo .logo-retina {
  display: none;
}
#logo .site-title {
  line-height: inherit;
  margin-bottom: 7px;
  font-weight: bold;
}
#logo .site-title,
#logo .site-description {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #545454;
  display: block;
}
#logo .site-title a {
  color: #222;
  font-size: 36px;
  line-height: 1.067em;
  text-transform: none;
  text-decoration: none;
}
#logo .site-title a:hover {
  text-decoration: underline;
}
#logo .site-description {
  color: #b9b9b9;
  font-weight: 300;
}
#topad {
  max-width: 468px;
  margin: 20px auto 0;
}
.logo-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
  .breadcrumb-trail {
    text-align: center;
  }
  .slide-info {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  ul.nav ul li.current_page_item > a,
  ul.nav ul li.current_page_parent > a,
  ul.nav ul li.current-menu-ancestor > a,
  ul.nav ul li.current-cat > a,
  ul.nav ul li.current-menu-item > a {
    color: #bf9764!important;
  }
}
.mega-icon img {
  display: none;
}
@media only screen and (min-width: 769px) {
  /*mega global*/
  #main-nav .df-mega-menu {
    position: static;
  }
  #main-nav .menu-subtitle {
    display: block;
    font-size: .8em;
    text-transform: none;
  }
  body #main-nav .df-mega-menu a:after {
    position: relative;
    /*right: -5px!important;
    */
  }
  #main-nav .df-mega-menu .new-row {
    clear: left;
  }
  #main-nav .df-mega-menu > .sub-nav > li a:after {
    display: none;
  }
  #main-nav .df-mega-menu .df-mega-parent .sub-nav {
    display: block!important;
    position: relative;
    left: 0px;
    box-shadow: none;
    float: none;
    width: 100%;
    border: none;
  }
  #main-nav .df-mega-menu a {
    min-width: inherit;
  }
  #main-nav .df-mega-menu .df-mega-parent .menu-item {
    width: 100%;
  }
  #main-nav .df-mega-menu .sub-nav > li {
    display: block;
    float: left;
  }
  #main-nav .df-mega-menu:hover .sub-nav {
    visibility: visible;
  }
  /*mega menu column*/
  .df-mega-menu li.df_span-sm-12 {
    width: 100%;
  }
  .df-mega-menu li.df_span-sm-6 {
    width: 50%;
  }
  .df-mega-menu li.df_span-sm-4 {
    width: 33.3333%;
  }
  .df-mega-menu li.df_span-sm-3 {
    width: 25%;
  }
  .df-mega-menu li.df_span-col5 {
    width: 20%;
  }
  /*mega menu full width*/
  #main-nav .mega-full-width > .sub-nav {
    width: 100%;
    left: 0px !important;
  }
  #main-nav .mega-full-width .df-mega-parent {
    left: 0px;
  }
  /*mega menu auto width*/
  #main-nav .mega-auto-width.mega-column-2 > .sub-nav {
    width: 40%;
    left: auto;
  }
  #main-nav .mega-auto-width.mega-column-3 > .sub-nav {
    width: 60%;
    left: auto;
  }
  #main-nav .mega-auto-width.mega-column-4 > .sub-nav {
    width: 80%;
    left: auto;
  }
  #main-nav .mega-auto-width.mega-column-5 > .sub-nav {
    width: 100%;
    left: 0px;
  }
  /*mega menu left and right*/
  .has-mega-menu .df-navibar.df-navibar-left .df-navi,
  .has-mega-menu .df-navibar.df-navibar-right .df-navi {
    position: static;
  }
  /*mega menu misc*/
  #main-nav .df-mega-menu > a > .mega-icon img {
    display: none;
  }
  #main-nav .df-mega-menu-img > ul {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
  }
  #main-nav .hide-mega-title > a span:not(.mega-icon) {
    display: none;
  }
  #main-nav .mega-text-align-center .sub-nav a {
    text-align: center;
  }
  #main-nav .mega-text-align-right .sub-nav a {
    text-align: right;
  }
  #main-nav .mega-text-align-left .sub-nav a {
    text-align: left;
  }
  #main-nav i.fa {
    padding-right: 5px;
  }
  #main-nav .df-mega-menu > .sub-nav > li.has-children:not(.new-column) > a {
    font-weight: 700;
  }
  #navigation ul.nav > li {
    float: none!important;
    display: inline-block;
  }
  #navigation ul.nav {
    text-align: center;
  }
  #navigation .nav > li.has-children > a:after {
    font-family: "FontAwesome";
    content: "\f107";
    display: block;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    top: 34%;
    right: .8751em;
  }
  #navigation ul.nav ul {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    background: #ffffff;
    border: 1px solid #ebebeb;
    left: -1px;
    box-shadow: 0.202em 0.202em 0 0 rgba(232, 228, 227, 0.15);
    -webkit-box-shadow: 0.202em 0.202em 0 0 rgba(232, 228, 227, 0.15);
  }
  #navigation {
    display: block !important;
    border-top: 1px solid #dbdbdb !important;
}
  }
  #navigation .sub-nav {
    min-width: 220px;
  }
  .nav > li:first-child {
    border-left: 1px solid #dbdbdb;
  }
}
/*width 800px;*/
#navigation ul ul li:first-child,
#navigation ul ul li:first-child a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#navigation ul.nav > li a:hover {
  background: #ffffff;
}
#navigation .sub-menu,
#navigation .children {
  text-align: left;
}
#navigation ul.nav > li:hover {
  background: #ffffff;
}
#navigation ul.nav ul ul {
  top: -1px;
  left: 100%;
}
#top .nav li.parent > a {
  position: relative;
  padding-right: 2em;
}
#top .nav li.parent > a:after {
  content: "";
  display: block;
  border: .3em solid #ccc;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  top: 48%;
  right: .8751em;
}
#navigation .nav li ul li.parent a {
  padding-right: 0;
}
#navigation .nav li ul li.parent a:after {
  border-color: transparent transparent transparent #ccc;
  right: 0;
  top: 46%;
}
#navigation .nav > li.has-children > a {
  position: relative;
  padding-right: 2em;
}
#navigation .nav li ul > li.has-children a {
  padding-right: 0;
  box-shadow: none;
}
#navigation .nav li ul > li.has-children > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  right: 20px;
  top: 34%;
  position: absolute;
}
#header .nav-toggle {
  display: none;
}
#top {
  background-color: #fff;
}
#top div.callus,
#top div.social-top {
  display: block;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mobile-header {
    display: block;
  }
}
.df-page-header.title-center .df-header {
  display: block;
  text-align: center;
}
.df-page-header {
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  background: #efefef;
}
.df-fancy-header {
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
}
.df-fancy-header-2 {
  border-left: 0;
  border-right: 0;
}
.df-header-container {
  display: table;
  width: 100%;
}
.df-header {
  padding: 22px 0;
  display: table-cell;
  vertical-align: middle;
}
.df-fancy-header .df-header,
.df-fancy-header-2 .df-header {
  width: 50%;
  vertical-align: middle;
}
#df-fancy-header.title-center .df-header-wrap {
  display: table;
}
#df-fancy-header.title-center .df-header-container {
  display: table-cell;
  vertical-align: middle;
}
.df-fancy-header.title-center .df-header-container,
.df-fancy-header.title-center .df-header,
.df-fancy-header-2.title-center .df-header-container,
.df-fancy-header-2.title-center .df-header {
  display: block;
  width: 100%;
  text-align: center;
}
.title-left .df-header {
  text-align: left;
}
.title-right .df-header {
  text-align: right;
}
.df-header h1,
.fancy-subtitle {
  margin: 0;
}
.title-left .breadcrumbs {
  text-align: right;
}
.title-right .breadcrumbs {
  text-align: left;
}
.df-fancy-header-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  background-size: cover;
}
.mobile-true .df-fancy-header-parallax {
  background-attachment: scroll;
  background-position: center top!important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.df-fancy-header-video,
.df-fancy-header-video .df-header {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #df-fancy-header .df-header-wrap {
    display: table;
    width: auto;
  }
  #df-fancy-header .df-header-container {
    display: table-cell;
    vertical-align: middle;
  }
  .df-fancy-header .df-header-container,
  .df-fancy-header .df-header,
  .df-fancy-header-2 .df-header-container,
  .df-fancy-header-2 .df-header,
  .df-page-header .df-header-container,
  .df-page-header .df-header,
  .df-page-header .breadcrumb {
    display: block;
    width: 100%;
    text-align: center;
  }
  #df-normal-header,
  #df-fancy-header,
  #df-slider-header {
    margin: 40px -1.618em 0;
    padding: 0 1.618em;
  }
  #navigation .nav > li.has-children > a:after {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  html.boxed body {
    width: 958px;
    margin: 0 auto;
  }
  #wrapper {
    padding: 20px 0 0;
    margin: 0 -1.618em;
    overflow: hidden;
  }
  /* 1. GLOBAL DROPDOWN STYLES (these are purely for the dropdown layout and you should only edit the width of the dropdowns) */
  ul.nav {
    position: relative;
    margin-bottom: 0;
    width: auto;
    /*margin-right: 30px;
        */
  }
  ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none;
  }
  ul.nav li a {
    display: block;
    padding-top: 1em!important;
    padding-bottom: 1em!important;
  }
  ul.nav li a:hover {
    text-decoration: none;
  }
  ul.nav li ul li a:hover {
    text-decoration: underline;
  }
  ul.nav ul {
    width: 130%;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
    padding: 0.4em 0;
  }
  ul.nav ul li {
    float: none;
  }
  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    padding: 0.7em 1em!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
  }
  ul.nav ul ul {
    left: 100%;
    top: 0;
  }
  ul.nav li:hover > ul {
    visibility: visible;
  }
  /* 2. TOP NAVIGATION (Add top navigation presentational styles here) */
  #top {
    margin: 0 -1.618em;
    padding: 0 1.618em;
  }
  #top #top-nav {
    display: block!important;
  }
  #top ul.nav ul {
    width: 125%;
  }
  #top ul.nav li a {
    color: #b9b9b9;
    padding-top: 0.25em!important;
    padding-bottom: 0.35em!important;
    border-right: 1px solid #e1e1e1;
  }
  #top ul.nav > li a:hover {
    background: #ffffff;
    color: #bf9764;
  }
  #top ul.nav > li:hover {
    background: #ffffff;
    color: #ffffff;
  }
  #top ul.nav ul {
    background: #ddd;
  }
  #top ul.nav ul li a {
    color: #545454!important;
  }
  #top ul.nav li.current_page_item a,
  #top ul.nav li.current_page_parent a,
  #top ul.nav li.current-menu-ancestor a,
  #top ul.nav li.current-cat a,
  #top ul.nav li.current-menu-item a {
    color: #bf9764;
  }
}
@media only screen and (max-width: 768px) {
  #main {
    margin-top: 40px;
  }
  #navigation {
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 99.6%;
    font: 400 14px/1.5em 'Georgia', sans-serif;
  }
  #navigation li {
    position: relative;
  }
  #navigation ul.nav > li {
    border-right: none!important;
  }
  #navigation ul.nav > li > a {
    border-bottom: 1px solid #dbdbdb;
  }
  #navigation span.btnshow_nav {
    padding: 10px 15px;
    border-left: 1px solid #dbdbdb;
    display: block;
    position: absolute;
    float: right;
    right: 0px;
    top: 0px;
  }
  #navigation span.btnshow_nav:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 200;
  }
  #navigation .onacc_nav {
    border-right: 1px solid #dbdbdb;
    border-left: none!important;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
  }
  #header {
    padding: 20px 0 0px;
  }
  .fa-reorder:before {
    font-size: 14px;
    margin-left: -20px;
  }
  ul.nav {
    margin-bottom: 0px;
  }
  ul.nav li {
    border-bottom: 1px solid #dbdbdb;
  }
  ul.nav li:last-child {
    border-bottom: none;
  }
  ul.nav li.menu-item-has-children {
    /*border-bottom: none;
        */
  }
  ul.nav li.menu-item-has-children .sub-menu {
    border-top: 1px solid #dbdbdb;
  }
  ul.nav li a {
    padding: 10px 20px 10px;
  }
  ul.nav ul.sub-menu {
    margin-left: 0px;
  }
  ul.nav ul.sub-menu a {
    margin-left: 20px;
  }
  ul.nav ul.sub-menu ul.sub-menu a {
    margin-left: 40px;
  }
  #header .nav-toggle {
    text-align: center;
    display: block;
    margin: 2.5em 0 0;
    padding: 0.4em 1em;
    font-size: 1em;
    border: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 2px;
    clear: both;
  }
  #header .nav-toggle.fa-reorder {
    color: #dbdbdb;
  }
  #header .nav-toggle a {
    color: #222;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-left: 5px;
  }
  #header .nav-toggle.fa-reorder:hover,
  #header .nav-toggle a:hover {
    color: #bf9764;
    text-decoration: none;
  }
  #header .nav-toggle {
    padding: 10px 0px 10px;
  }
  #header .nav-toggle a {
    margin-left: 10px;
  }
  #header .nav-toggle a {
    line-height: 1.5em;
  }
  #header .nav-toggle.fa-reorder:hover a {
    color: #BF9764;
  }
  #main-nav .has-children a:after {
    display: none;
  }
  #main-nav .sub-nav .sub-nav li:first-child {
    border-top: 1px solid #dbdbdb;
  }
}
/* 2.1 Containers & Columns */
/* 2.4 Content */
#content {
  /*margin-top: 84px ;
    */
  padding: 40px 0 ;
  position: relative;
}
.hide {
  display: none;
}
.breadcrumbs {
  font-style: italic;
  color: #bf9764;
}
.archive_header {
  display: block;
  float: left;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 10px;
  color: #222;
}
.archive_header {
  font-weight: bold;
  font-size: 1.5em;
}
.archive_header h1 {
  font-size: 1em;
}
.archive_header .catrss a {
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
  line-height: 21px;
}
.post {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.page-template-template-blog-elegant-php .post,
.single-post .post,
.single-recipe .post,
.archive-elegant-post .post {
  padding: 0;
  border: none;
}
.post,
.search .page {
  margin: 0 0 40px;
}
.page-template-404-php .title-404,
.error404 .title-404 {
  text-align: center;
}
.post .title,
.page > .title {
  margin: 0 0 0.5em;
}
.post .title a:link,
.post .title a:visited,
.page .title a:link,
.page .title a:visited {
  color: #545454;
}
.post .title:hover a {
  color: #bf9764;
}
.post-meta {
  margin: 0 0 1.8em 0;
  color: #b9b9b9;
  text-transform: capitalize;
  font: 300 11px/21px "Open Sans", Helvetica, Arial, sans-serif;
}
.post-meta .small {
  font-weight: bold;
}
.post-meta .author {
  text-transform: capitalize;
}
.post-meta abbr {
  border-bottom: none;
}
.post-more {
  clear: both;
  padding: 0.2em 0;
  font: italic 13px 'Georgia', sans-serif;
  color: #bf9764;
}
.post-more a {
  color: #bf9764;
}
.post-more .sep {
  padding: 0 0.5em;
}
.post-meta .post-edit-link {
  background: #F0F0F0;
  border-radius: 3px;
  float: right;
  font-weight: 300;
  padding: 2px 5px;
  margin-top: -2px;
}
.post p.tags {
  color: #B9B9B9;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.post-meta a:link,
.post-meta a:visited,
.post p.tags a:link,
.post p.tags a:visited {
  font-weight: normal;
  color: #545454;
}
.post-more a:hover,
.post-meta a:hover,
.post p.tags a:hover {
  text-decoration: underline;
  color: #bf9764;
}
.post .post-embed {
  margin-bottom: 20px;
}
.entry .page-link {
  font-weight: bold;
  margin: 0 0 2em;
}
.elegant-post-meta,
.archive-elegant-post .elegant-post-meta {
  display: none;
}
.page-template-template-blog-elegant-php .entry,
.archive-elegant-post .entry {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
}
/* 3.1 Typographic Elements */
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin: 0 0 0.5em;
  line-height: 1.067em;
}
.page-template-404-php .entry,
.error404 .entry {
  font: 300 18px/24px "Open Sans", Helvetica, sans-serif;
  text-align: center;
}
.entry p {
  line-height: 2;
  margin-bottom: 1.067em;
}
.entry blockquote {
  position: relative;
  padding: 10px 20px 10px 50px;
  color: #444;
}
.entry blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0.5em;
  left: 0;
  font-size: 7em;
  color: #b9b9b9;
  font-family: Georgia, serif;
}
.entry blockquote p {
  font-style: italic;
}
.entry ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
}
.entry ul ul {
  margin: 0;
}
.entry ul li {
  list-style-type: disc;
}
.entry ul ul li {
  list-style-type: circle;
}
.entry ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
}
.entry ol ol {
  margin: 0;
}
.entry ol li {
  list-style-type: decimal;
}
.entry ol li ol li {
  list-style-type: lower-latin;
}
/* 3.2 Images */
img.wp-smiley {
  padding: 0;
  border: none;
}
.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}
.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}
.aligncenter {
  text-align: center;
  margin-bottom: 15px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.entry .wp-caption {
  max-width: 100%;
  width: 100%;
  padding: 1px;
  text-align: center;
  background: #F8F8F8;
  border: solid 1px #e6e6e6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 0 1px 1px #fff;
  -moz-box-shadow: inset 0 0 1px 1px #fff;
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
}
.entry .wp-caption img {
  margin: 0!important;
  padding: 4px 0;
  background: none;
  border: 0;
}
.entry .wp-caption-text {
  margin: 0 0 0.3em;
  padding: 0;
  font: bold 300 12px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
.entry .wp-caption a {
  margin: 0!important;
}
.entry .wp-caption.aligncenter {
  margin: 0 auto 15px;
}
/* 3.3 Pagination */
.nav-entries {
  clear: both;
  font-size: 11px;
}
.post-entries {
  clear: both;
  margin-top: -20px;
}
.post-entries a:link,
.post-entries a:visited {
  font-size: 0.9em;
  color: #888;
}
.post-entries a:hover {
  text-decoration: none;
  color: #666;
}
.woo-pagination {
  margin: 0;
  text-align: center;
  clear: both;
  display: block;
}
.woo-pagination a:link,
.woo-pagination a:visited,
.nav-entries a span {
  display: inline;
  text-decoration: none;
  color: #bf9764;
  padding: 6px 10px;
  border: 1px solid #DDDDDD;
}
.nav-entries a {
  font-size: 1.2em;
}
.nav-entries .meta-nav {
  border: none;
}
.woo-pagination span.extend,
.woo-pagination .page-numbers {
  border: none;
  color: #666;
}
.woo-pagination a:link,
.woo-pagination a:visited,
.woo-pagination a:active,
.nav-entries a span {
  font-size: 0.9em;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
}
.woo-pagination span.current {
  border: none;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.9em;
}
.woo-pagination a:link,
.woo-pagination a:visited,
.woo-pagination a:active {
  border: none;
  background: #fff;
}
.woo-pagination .current,
.woo-pagination a:hover {
  padding: 6px 10px;
  background: #bf9764;
  color: #fff;
}
.single .wp-post-image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 800px) {
  /* Elegant Post */
  .page-template-template-blog-elegant-php .elegant-post-meta,
  .archive-elegant-post .elegant-post-meta {
    display: block;
    float: left;
    width: 9.9%;
  }
  .page-template-template-blog-elegant-php .meta .meta-divider,
  .archive-elegant-post .meta .meta-divider {
    height: 100px;
    border-right: 2px solid #bf9764;
    width: 50%;
  }
  .page-template-template-blog-elegant-php .meta .day,
  .page-template-template-blog-elegant-php .meta .month,
  .page-template-template-blog-elegant-php .meta .year,
  .archive-elegant-post .meta .day,
  .archive-elegant-post .meta .month,
  .archive-elegant-post .meta .year {
    display: block;
    text-align: center;
    background: #fff;
  }
  .page-template-template-blog-elegant-php .meta .month,
  .archive-elegant-post .meta .month {
    text-transform: uppercase;
    font-weight: normal;
    color: #b9b9b9;
    font-size: .857em;
    padding: .202em 0 ;
    margin-bottom: .71em;
  }
  .page-template-template-blog-elegant-php .meta .day,
  .archive-elegant-post .meta .day {
    font-size: 2.8em;
    padding-bottom: .25em;
    font-weight: normal;
    color: #bf9764;
    font-family: 'Georgia';
  }
  .page-template-template-blog-elegant-php .post-meta ul li,
  .archive-elegant-post .post-meta ul li {
    list-style-type: none;
    clear: both;
  }
  .page-template-template-blog-elegant-php .entry,
  .archive-elegant-post .entry {
    float: right;
    width: 86.9%;
  }
}
@media only screen and (max-width: 800px) {
  .archive_header .catrss {
    float: left;
    margin-top: 5px;
  }
  .archive_header .catrss a {
    padding: 0px;
  }
}
/* 3.4 Single Post Author */
#post-author {
  padding: 15px;
  margin: 0 0 1.5em;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#post-author h4 {
  margin-bottom: 0.4em;
}
#post-author .profile-image img {
  max-width: 80px;
  float: left;
  overflow: hidden;
  margin: 0 15px 5px 0;
  padding: 0;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#post-author .profile-content {
  font-size: 13px;
  overflow: auto;
}
.author #post-author {
  margin-bottom: 30px;
}
.author .show-all-recipe-author button {
  display: block;
  margin-bottom: 20px;
  border: none;
  background: none;
  font: normal 16px/20px "Georgia", sans-serif;
  color: #545454;
}
.author .show-all-recipe-author button:hover {
  color: #bf9764;
}
.author .show-all-psot-author button {
  display: block;
  margin-bottom: 20px;
  border: none;
  background: none;
  font: normal 16px/20px "Georgia", sans-serif;
  color: #545454;
}
.author .show-all-post-author button:hover {
  color: #bf9764;
}
/*single author*/
.cookname {
  margin-bottom: 20px;
}
.cookname #author-profile,
.post-author-box {
  background: #fcfcfc;
  padding: 15px 0px;
  float: left;
  width: 100%;
}
.auth-img {
  margin-right: 3%;
  overflow: hidden;
  float: left;
  border: none;
  display: block;
  margin-left: 3%;
}
.auth-img img {
  border: none;
  padding: 0;
}
.auth-des {
  float: right;
  width: 80%;
  display: block;
}
.auth-des h4 {
  margin-bottom: 0.4em;
}
.auth {
  margin: 10px 0px 0px 0px;
  text-align: left;
  float: none;
}
.auth a {
  display: inline-block;
  font-size: 16px ;
  color: #e3e3e3;
  margin-right: 5px;
}
.auth a:hover {
  color: #bf9764;
}
/*page author*/
.auth-page {
  margin-bottom: 20px;
}
.left-auth {
  width: 20%;
  margin-right: 3%;
  display: block;
  float: left;
}
.photo-auth {
  width: 100%;
  height: 150px;
  display: block;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
}
.auth-des-page {
  width: 77%;
  height: auto;
  display: block;
  float: left;
}
.archive.author .entry {
  float: none;
  width: 100%;
}
.archive.author .post-more {
  padding: 2em 0 0;
}
/* 5.1 Comments */
#comments {
  position: relative;
  margin: 42px 0 0;
  padding: 42px 0 0 0;
  border-top: 1px solid #e1e1e1;
}
#comments h3 {
  color: #545454;
  font-weight: normal;
  margin-bottom: 1.067em;
}
#comments .comment.thread-even {
  background: #fafafa;
  background: rgba(0, 0, 0, 0.02);
}
#comments .comment {
  margin-top: 10px;
  width: 100%;
  list-style-type: none;
}
#comments .comment .comment-container {
  position: relative;
  padding: 21px;
}
#comments .comment-head {
  margin: 0 0 15px 0;
}
#comments .avatar {
  float: left;
  margin: 0 15px 10px 0;
}
#comments .avatar img {
  margin: 0;
  vertical-align: middle;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
#comments .comment-head .name {
  margin: 0;
  font-weight: bold;
  font-size: 15px;
}
#comments .comment-head .date,
#comments .comment-head .edit,
#comments .comment-head .perma {
  font-size: 11px;
}
#comments .comment-entry p {
  margin: 0 0 10px 0;
}
#comments .reply {
  padding-top: 10px;
}
#comments .reply a {
  color: #fff;
}
#comments ul.children {
  margin: 10px 10px 0 25px;
  padding: 0;
}
#comments ul.children li {
  border-top: 1px solid #e1e1e1;
}
#comments .cancel-comment-reply {
  margin: 10px 0;
}
#comments .navigation a {
  display: block;
  margin: 15px 0 0 0;
  text-decoration: none;
}
#comments h3#pings {
  margin-top: 25px;
}
#comments .pingbacks li.pingback {
  margin: 10px 0;
}
#comments .pingbacks li.pingback .reply {
  display: none;
}
/* 5.2 Comments Form */
#respond {
  margin: 42px 0 0;
}
#respond h3 {
  color: #545454;
  font-weight: normal;
  text-transform: uppercase;
  padding: 21px 0 13px;
  margin-bottom: 1.067em;
  border-bottom: 1px solid #e1e1e1;
}
#respond #reply-title small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
#respond .left {
  float: left;
  width: 200px;
  margin-right: 15px;
}
#respond .right {
  float: left;
  width: 380px;
}
#respond label {
  font-size: 11px;
  color: #777;
}
#commentform {
  margin: 15px 0 0 0;
}
#commentform input.txt,
#commentform textarea {
  font: 300 13px/1em "Open Sans", Helvetica, sans-serif;
}
#commentform input.txt {
  width: 170px;
  margin: 0 5px 10px 0;
  padding: 6px 7px ;
}
#commentform textarea {
  width: 97% !important;
  padding: 6px 7px ;
}
#commentform input#submit {
  float: right;
  margin: 15px 0 0 0;
  background: #bf9764;
  border: none;
  font-size: 13px;
  padding: 8px 20px;
  color: #fff;
}
/* 5.3 Pingbacks / Trackbacks */
h3#pings {
  margin: 25px 0 10px 0;
}
.pinglist li {
  margin: 0 0 0 20px;
  list-style-type: decimal;
}
.pinglist li .author {
  font-weight: bold;
  font-size: 15px;
}
.pinglist li .date {
  font-size: 11px;
}
.pinglist li .pingcontent {
  display: block;
  margin: 10px 0;
}
/* 7.1 Core Styles */
/* Browser Resets */
.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 Necessary Styles */
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
  /*  -webkit-border-radius: 0.382em;
    border-radius: 0.382em;
    */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.flexslider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .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 .flexslider .slides > li:first-child {
  display: block;
}
/* 7.2 Theme Styles */
.flexslider {
  margin: 0 0 3.15em;
  /*4.236em;
    */
  position: relative;
  /*  -webkit-border-radius: 0.382em;
    border-radius: 0.382em;
    */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  margin: -20px 0 0;
  display: block;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.fxslider:hover .flex-next {
  opacity: 0.8;
}
.fxslider:hover .flex-prev {
  opacity: 0.8;
}
.fxslider:hover .flex-next:hover,
.fxslider:hover .flex-prev:hover {
  opacity: 1;
}
#featured-slider .flex-direction-nav a {
  width: 200px;
  position: absolute;
  top: 50%;
  width: 2.618em;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  text-indent: -999em;
  line-height: 2.618;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: -1em;
  color: #fff;
}
.flex-direction-nav a {
  width: 200px;
  position: absolute;
  top: 20px;
  width: 2.618em;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  text-indent: -999em;
  line-height: 2.618;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: -1em;
  color: #fff;
}
.flex-direction-nav a:before {
  font-family: 'FontAwesome';
  content: "\f053";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
}
.flex-direction-nav a:hover {
  background: #FFF;
  color: #000;
}
#featured-slider .flex-direction-nav .flex-prev {
  left: 20px;
}
#featured-slider .flex-direction-nav .flex-next {
  right: 20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
}
.flex-direction-nav .flex-prev {
  right: 50px;
}
.flex-direction-nav .flex-next {
  right: 10px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
}
.flex-direction-nav .flex-next:before {
  content: "\f054";
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  text-align: center;
  padding-top: 1em;
}
.flex-control-nav li {
  margin: 0 .53em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 1.387em;
  height: 1.387em;
  display: block;
  background: #d6d6d6;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #2ab6d6;
  cursor: default;
}
.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;
}
/* 7.3 Content Styles */
.flexslider .slide-content h1 {
  font-size: 28px;
  text-align: center;
}
.flexslider .slide-content {
  background-color: #ffffff;
  padding: 1.618em;
  -webkit-border-bottom-left-radius: 0.382em;
  -webkit-border-bottom-right-radius: 0.382em;
  border-bottom-left-radius: 0.382em;
  border-bottom-right-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flexslider .slide-content .entry p:last-child {
  margin-bottom: 0;
}
.flexslider.full-width-slide .has-video .slide-media {
  float: none;
  width: 100%;
  height: auto;
}
.flexslider .slides .slide-media img {
  width: 100%;
  display: block;
}
/* 6.3 Contact Form */
#contact-page .screenReader {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
#contact-page ol.forms {
  float: left;
  list-style: none;
  width: 100%;
  margin: 10px 0 0;
}
#contact-page ol.forms li {
  clear: both;
  float: left;
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
#contact-page ol.forms label {
  cursor: pointer;
  display: block;
  float: left;
  font-weight: 700;
  padding-right: 20px;
  width: 80px;
}
#contact-page ol.forms input.txt {
  width: 214px;
}
#contact-page ol.forms input#sendCopy {
  border: none;
}
#contact-page ol.forms textarea {
  height: 300px;
  width: 70%;
}
#contact-page ol.forms li .error {
  font-size: 12px;
  display: block;
  margin-left: 120px;
  color: red;
}
#contact-page ol.forms li.textarea .error {
  display: block;
  margin-left: 120px;
}
#contact-page ol.forms li.screenReader {
  margin-bottom: 0;
}
#contact-page ol.forms li.buttons .submit {
  margin: 0 0 0 100px;
}
#contact-page ol.forms li.inline input {
  width: auto;
  margin-left: 120px;
}
#contact-page ol.forms li.inline label {
  display: inline;
  float: none;
  width: auto;
}
#contact-page ol.forms li.inline input#sendCopy {
  margin-left: 100px;
  margin-right: 7px;
}
.three-col-left #contact-page ol.forms textarea,
.three-col-middle #contact-page ol.forms textarea,
.three-col-right #contact-page ol.forms textarea {
  width: 65%;
}
.three-col-left #contact-page ol.forms input#sendCopy,
.three-col-middle #contact-page ol.forms input#sendCopy,
.three-col-right #contact-page ol.forms input#sendCopy {
  float: left;
}
/* 6.4 Gravity forms */
.gfield {
  margin-bottom: 10px;
}
.gform_wrapper .top_label .gfield_label {
  display: block;
  padding-right: 20px;
  margin: 5px 0px 4px !important;
}
.gform_wrapper input.button {
  padding: 5px 10px 6px !important;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  letter-spacing: 0px;
}
.gform_wrapper input {
  padding: 7px 3px !important;
}
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
  width: 400px !important;
  padding: 7px 3px !important;
}
.gform_wrapper .entry img,
.gform_wrapper img.thumbnail {
  padding: 0px !important;
  border: 0px !important;
}
ul.top_label .clear-multi {
  clear: none !important;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  margin-left: 10px !important;
}
img.ui-datepicker-trigger {
  border: 0px;
  padding: 0px;
}
/* 6.6 Subscribe & Connect */
#connect {
  background: #fafafa;
  margin: 0 0 1.5em;
  padding: 15px;
  border: 1px solid #e1e1e1;
  clear: both;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: normal;
}
#main #connect .col-left,
#connect .col-right {
  float: none;
  width: 100%;
}
#connect h3 {
  margin-bottom: 10px;
}
#connect p {
  margin: 0 0 1em;
}
#connect .newsletter-form {
  margin: 0 1em 1em 0;
}
#connect .newsletter-form .email {
  width: 140px;
}
#connect .newsletter-form .submit {
  cursor: pointer;
  padding: 3px 5px;
  margin: 0 0 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  background: #bf9764;
}
#connect .related-posts {
  border-top: 1px solid #e6e6e6;
  margin-top: 1em;
  padding-top: 1em;
}
#connect .related-posts h4 {
  font-size: 1em;
}
#connect .related-posts ul {
  list-style: none;
  margin: 5px 0 5px 0;
}
.widget #connect {
  background: none;
  padding: 0;
  border: none;
}
.widget #connect .fl,
.widget #connect .fr {
  float: none;
}
#connect .social a {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#connect .social a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#connect .social a {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
}
.facebook-button {
  background-color: #3a589d !important;
}
/* 8.6 Contact Page Template */
#single_map_canvas img {
  max-width: inherit;
}
.page-template-template-contact-php .location-twitter {
  margin: 0 0 1em;
  padding: 0 0 1.618em;
  border-bottom: 1px solid #e6e6e6;
}
.page-template-template-contact-php .location-twitter .col-left {
  float: none;
}
.page-template-template-contact-php .location-twitter ul {
  margin: 0;
  padding: 0;
}
.page-template-template-contact-php .location-twitter ul li {
  list-style: none;
  padding: 0;
}
.page-template-template-contact-php .location-twitter #office-location {
  margin: 0 0 1.618em;
}
.page-template-template-contact-php .location-twitter #office-location a {
  text-decoration: underline;
}
.page-template-template-contact-php .location-twitter #office-location ul li {
  margin: 0 0 1em;
}
.page-template-template-contact-php .location-twitter .contact-social {
  float: none;
}
.page-template-template-contact-php .location-twitter .contact-social #twitter {
  margin: 0 0 1.618em;
}
.page-template-template-contact-php .location-twitter .contact-social #twitter ul li {
  padding-bottom: 10px;
}
.page-template-template-contact-php .location-twitter .contact-social #twitter ul li a.time {
  color: #7b7b7b;
}
.page-template-template-contact-php .location-twitter .contact-social #connect {
  background: none;
  border: none;
  padding: 0;
  margin: 1em 0 0;
}
.page-template-template-contact-php .location-twitter .contact-social #connect div p {
  display: none;
}
.page-template-template-contact-php .location-twitter .contact-social #connect img {
  border: none;
  padding: 0;
  background: none;
}
.page-template-template-contact-php .location-twitter .contact-social #connect h3 {
  display: none;
}
.page-template-template-contact-php .location-twitter .contact-social #connect .social {
  float: none;
}
@media only screen and (min-width: 800px) {
  /* Contact Page */
  .page-template-template-contact-php .location-twitter .col-left {
    float: left;
  }
  .page-template-template-contact-php .location-twitter #office-location {
    width: 48%;
    margin: 0;
  }
  .page-template-template-contact-php .location-twitter .contact-social {
    float: right;
    width: 48%;
  }
  .page-template-template-contact-php .location-twitter .contact-social #twitter {
    margin: 0;
  }
  #footer-wrap,
  #footer-wrap-bottom {
    margin: 0;
    padding: 0 ;
  }
  #footer {
    padding-bottom: 0;
  }
}
@media (max-width: 800px) {
  /* Contact Page */
  #contact-page ol.forms li.inline input#sendCopy {
    margin-left: 0px;
  }
  #contact-page ol.forms input.txt,
  #contact-page ol.forms textarea {
    width: 100%;
    margin-top: 5px;
  }
}
/* 8.7 Timeline Page Template */
#archives {
  padding: 24px 0 0;
}
#archives .archives_list {
  border-left: 1px solid #e5e5e5;
  list-style: none;
  margin: 24px 0 0 30px;
  padding: 0 0 20px;
}
#archives .archives_list:last-child:after {
  content: '';
  position: relative;
  top: 20px;
  left: -7px;
  display: block;
  width: 5px;
  height: 5px;
  border: 4px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #bf9764;
}
#archives .archives_list li {
  clear: left;
  padding: 10px 0 10px 10px;
  font-size: 0.9em;
  font-style: normal;
  list-style: none;
}
#archives .archives_list .date {
  color: #534545;
  position: relative;
  width: 40%;
  font-style: italic;
  display: block;
  vertical-align: top;
}
#archives .archives_list .date:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -10px;
  display: block;
  width: 5px;
  height: 1px;
  border-top: 2px solid #e5e5e5;
}
#archives .archives_list .linked {
  padding-top: 2px;
  padding-right: 80px;
  width: auto;
  display: inline-block;
  font-size: 1.4em;
  font-family: 'Georgia', sans-serif;
  vertical-align: top;
}
#archives .archives_list .comments {
  display: inline;
  margin-top: -15px;
  float: right;
  vertical-align: top;
}
#archives .archives_list .comments a:after {
  font-family: 'FontAwesome';
  content: "\f075";
  display: inline-block;
  right: 0;
  position: absolute;
}
#archives .archives_list .comments a {
  display: block;
  position: relative;
  width: 25px;
  height: 27px;
  padding: 3px 0 0 0;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
}
#archives .archives_list .comments a:hover {
  text-decoration: none;
}
h3.archive_year {
  padding: 18px 10px;
  color: #fff;
  border: 2px solid #fff;
  outline: 2px solid #bf9764;
  background-color: #bf9764;
  display: inline;
  margin-top: 0;
}
.archive .image-cate {
  margin-bottom: 20px;
}
.archive .image-cate img {
  max-width: 100%;
}
.archive .recipe-title {
  margin-bottom: 20px;
}
.archive .image-descrip {
  margin-bottom: 20px;
}
.archive .image-cate img:hover {
  opacity: .8;
}
.archive .title {
  font: normal 400 24px/1.2em "Georgia", sans-serif;
  margin: 0 0 0.5em;
}
.recipe-title {
  margin-bottom: .5em;
  /*border-bottom: 1px solid #e1e1e1;*/
}
.page-template-template-recipes-list-php .recipe-info-list .recipe-title {
  border-bottom: none;
  margin-bottom: 20px;
}
.th-recipe {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 3px solid #bf9764;
  margin-bottom: .75em;
  position: relative;
}
.th-recipe img {
  padding: 0!important;
  border: none!important;
}
.th-recipe-list {
  width: 30%;
  height: auto;
  overflow: hidden;
  display: block;
  float: left;
  border-bottom: 3px solid #bf9764;
}
.th-recipe-list img {
  padding: 0!important;
  border: none!important;
}
.recipe-content {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.recipe-grid-item {
  margin-bottom: 20px;
  width: 30.333%;
  float: left;
  padding-right: 1.5%;
  padding-left: 1.5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tax-recipe_type .recipe-grid-item {
    height: 280px;
  }
}
.one-col.tax-recipe_type .recipe-grid-item {
  height: 335px;
}
@media only screen and (max-width: 768px) {
  .one-col.tax-recipe_type .recipe-grid-item {
    height: auto;
  }
}
.recipe-list-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  display: inline;
  float: left;
}
.recipe-info h3 {
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
}
.recipe-list-item h2.title a:hover {
  color: #bf9764;
}
.recipe-tags-list {
  text-align: right;
  margin-top: -20px;
}
.recipe-tags-list span {
  top: -35px;
  position: relative;
}
.recipe-tags-list ul {
  text-align: left;
  padding: 0px;
  margin-bottom: 15px!important;
}
.recipe-tags-list ul li {
  list-style: none;
  display: inline ;
}
.recipe-info {
  text-align: center;
}
.recipe-info-list {
  text-align: left;
  display: block;
  float: left;
  width: 65%;
  margin-left: 20px;
}
.recipe-info li {
  display: inline-block;
}
.recipe-info-page {
  margin: 0px!important;
  padding: 15% 0px!important;
}
.recipe-info-page li {
  margin-left: 0px;
  color: #fff;
  padding: 0px 10px 0px 10px;
}
.box-info-list {
  margin-bottom: 20px;
  border-radius: 6px;
  webkit-border-radius: 6px;
  moz-border-radius: 6px;
  o-border-radius: 6px;
}
.line-gold {
  border-top: 1px solid #bf9764;
}
.get-recipe {
  text-align: right;
  display: block;
  position: relative;
  top: -13px;
  margin-bottom: 0;
}
.get-recipe a {
  color: #bf9764;
  font-style: italic;
  text-align: right;
  background-color: #fff;
  padding-left: 20px;
  font-family: 'Georgia';
}
.get-recipe a:hover {
  color: #a68356;
}
div.snipit {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.snipit ul li {
  list-style: none;
}
.snipit p {
  padding-left: 10px;
  padding-right: 10px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.snipit a {
  color: white!important;
  font-size: 16px;
}
.recipe-grid-item:hover .snipit {
  opacity: 1;
}
.fork {
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.fork em {
  color: #fff;
  background-color: #bf9764;
  padding: 10px!important;
}
.fork em:hover {
  background-color: #a68356;
}
.orderby .recipe-ordering {
  position: relative;
  float: right;
  display: block;
}
.orderby .recipe-ordering select {
  padding: 6px;
  width: 190px;
  margin-bottom: 20px;
}
.orderby .recipe-ordering button {
  border: none;
  background: none;
  color: #8e8e8e;
  width: 20px;
}
.orderby .recipe-ordering button:hover {
  color: #454545;
}
/*-----------------------------------------------------------------------------------*/
/*  single Page styles
/*-----------------------------------------------------------------------------------*/
.content-full {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.content-left-first {
  width: 68%;
  display: block;
  float: left;
  position: relative;
  margin-right: 2%;
}
.content-right-first {
  width: 30%;
  display: block;
  float: left;
  position: relative;
}
.content-left-sec {
  width: 73.0%;
  display: block;
  float: left;
  position: relative;
  margin-right: 1%;
}
.content-right-sec {
  width: 26.0%;
  display: block;
  float: left;
  position: relative;
}
.recipe-info-single-big {
  text-align: left;
  display: block;
  padding: 10px 0 10px 0 !important;
  border: 1px  ;
  border-style: solid none solid none;
  border-color: #bf9764;
}
.recipe-info-single-big > li {
  width: 140px;
  text-align: left;
  list-style: none;
  display: inline-block;
}
.prep-time,
.cook-time,
.yield {
  border-right: 1px solid #e3e3e3;
}
.prep-time li:last-child,
.cook-time li:last-child,
.yield li:last-child,
.skill_level a {
  color: #bf9764;
}
.prep-time em,
.cook-time em,
.yield em,
.skill_level em {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  color: #e4e1db;
  font-size: 34px;
  margin-right: 10px;
  display: block;
}
.recipe-info-single-big li ul {
  margin: 0!important;
  text-align: left;
  list-style: none;
  display: block;
}
.recipe-info-single {
  text-align: left;
  display: block;
  float: left;
}
.title-single {
  width: 100%;
}
.title-single ul li,
.recipe-info-single li {
  display: inline-block;
}
.title-single li,
.recipe-info-single li {
  margin-left: 0px;
  border-right: 1px solid #e3e3e3;
  padding: 0px 10px 0px 10px;
}
.title-single li:first-child,
.recipe-info-single li:first-child {
  padding-left: 0px;
}
.title-single li:last-child,
.recipe-info-single li:last-child {
  border-right: none;
}
.info-right {
  text-align: center;
}
.info-right p {
  color: #545454;
  background-color: #f7f6f4;
  padding: 10px 0 10px 0;
}
.rating-single {
  margin-bottom: 20px;
}
.rating-single p {
  background-color: #bf9764;
  color: #fff;
  padding: 10px 0 10px 0;
  font-size: 13px;
  text-transform: uppercase;
}
.rating-single ul {
  list-style: none;
}
.rating-single ul li {
  float: left;
  width: 100%;
}
.rate-box h6 {
  color: #696969;
  margin: 6px 0px 10px 0px;
}
.rate-box .ex-rates {
  margin: 0px;
}
.rate-box .hreview-aggregate {
  display: none;
}
.rate-box .rates {
  color: #0053a6;
}
.rate-box #rate-product p {
  margin-bottom: 15px;
}
.rate-box .rate-left li,
.rate-box .rate-right li {
  float: left;
  width: 100%;
}
.rate-box .rate-right .df-rating-star,
.rating-single .df-rating-star,
.rate-box .rate-right .df-rating-avg,
.rating-single .df-rating-avg {
  left: 50%;
  margin-left: -51px;
}
.recipe-grid-item .rating {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.recipe-grid-item .rating .df-rating-star,
.recipe-grid-item .rating .df-rating-avg {
  left: 50%;
  margin-left: -39px;
}
.recipe-info-list span {
  border-right: 1px solid #eee;
  padding: 0px 5px 0px 0px;
}
.recipe-info-list span:last-child {
  padding: 0px 0px 0px 5px;
  border-right: none;
}
/****** Style Star Rating Widget *****/
.df-rating-star,
.df-rating-avg {
  border: 0;
  margin-bottom: 10px;
  float: left;
  position: relative;
}
.df-rating-avg > label {
  cursor: default;
}
.df-rating-star > input,
.df-rating-avg > input {
  display: none;
}
.df-rating-star > label:before,
.df-rating-avg > label:before {
  margin: 1px;
  font-size: 20px;
  font-family: 'fontAwesome';
  display: inline-block;
  content: "\f005";
}
#sidebar .df-rating-star > label:before,
.box-info-list .df-rating-star > label:before,
#footer-wrap .df-rating-star > label:before,
.recipe-grid-item .df-rating-star > label:before,
.slide-info .df-rating-star > label:before,
#sidebar .df-rating-avg > label:before,
.box-info-list .df-rating-avg > label:before,
#footer-wrap .df-rating-avg > label:before,
.recipe-grid-item .df-rating-avg > label:before,
.slide-info .df-rating-avg > label:before {
  font-size: 15px;
}
.df-rating-star > .half:before,
.df-rating-avg > .half:before {
  content: "\f089";
  position: absolute;
}
.df-rating-star > label,
.df-rating-avg > label {
  color: #eee;
  float: right;
  font-size: 13px;
}
/***** CSS to Highlight Stars on Hover *****/
.df-rating-avg > input:checked ~ label,
.df-rating-star > input:checked ~ label,
.df-rating-star:not(:checked) > label:hover,
.df-rating-star:not(:checked) > label:hover ~ label {
  color: #FFD700;
}
.df-rating-star > input:checked + label:hover,
.df-rating-star > input:checked ~ label:hover,
.df-rating-star > label:hover ~ input:checked ~ label,
.df-rating-star > input:checked ~ label:hover ~ label {
  color: #FFED85;
}
.rate-box #output {
  display: none;
  margin: 0px;
}
.rate-box .status span {
  color: #bf9764;
}
.rate-title {
  border-bottom: 1px solid #bf9764;
  margin-top: 20px;
  margin-bottom: 30px;
}
.rate-title p {
  margin: 0!important;
  padding: 10px;
  background-color: #bf9764;
  color: #fff;
  width: 170px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.rate-img {
  width: 12%;
  display: block;
  float: left;
  text-align: right;
  margin-right: 2%;
}
.rate-img img {
  width: 70px!important;
  height: 70px!important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
.rate-left {
  width: 36%;
  float: left;
  display: block;
}
.rate-left ul li {
  display: inline-block;
}
.rate-right {
  width: 50%;
  float: left;
  text-align: center;
  display: block;
}
.sub-img {
  margin-bottom: 40px;
}
.single-img-box,
.single-slider {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.single-img-box .img-nav {
  float: left;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #fff;
  z-index: 9999;
}
.single-img-box .img-nav {
  padding: 5px 10px 5px;
  float: left;
  position: absolute;
  bottom: 8px;
  right: 1px;
  background-color: #fff;
  z-index: 9999;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.single-img-box .img-nav a.activeSlide {
  background-position: 0px -12px;
}
.single-img-box img {
  padding: 0px;
  border: none;
}
.recipe-tabMenu {
  padding: 0px;
  list-style: none;
  display: block;
  margin-top: 30px;
}
.recipe-tabMenu ul li {
  display: inline;
  list-style: none;
}
.recipe-menu-tab {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.recipe-menu-tab a {
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: inline;
  padding: 10px!important;
  font-family: 'Georgia';
  text-transform: uppercase;
  margin: 0px !important;
  position: relative;
  cursor: pointer;
  bottom: 8.2px;
  z-index: 99;
  background-color: #f7f6f4;
  font-size: 16px;
  outline: none;
}
.recipe-menu-tab a:hover,
.recipe-tabMenu .ui-state-active a {
  background: #fff !important;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #fff !important;
  color: #bf9764 ;
}
.boxBody div.parent {
  display: none;
}
.boxBody div.show {
  display: block;
}
.boxBody div {
  margin: 0px 0px 20px 0px;
}
.text-tab {
  padding-left: 20px;
}
.info-bot li {
  display: block!important;
  color: #bf9764;
}
.info-bot span {
  color: #545454;
}
.text-size {
  text-align: right;
  float: right;
  color: #e3e3e3;
}
button.increase,
button.decrease {
  background: none;
  border: 0;
  color: #e3e3e3;
}
button.increase:hover,
button.decrease:hover {
  color: #bf9764;
}
.ytv-embed {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*  Submit Recipe Page Styles
/*-----------------------------------------------------------------------------------*/
#recipe-form {
  float: left;
}
#recipe-form input {
  padding: 5px;
  color: #000;
  border: 1px solid #ebebeb;
  font-family: "Open Sans";
}
#login-signup-forgot input {
  padding: 5px;
  border: 1px solid #ebebeb;
  font-family: "Open Sans";
}
#recipe-form textarea {
  padding: 5px;
  width: 530px;
  color: #000;
  border: 1px solid #ebebeb;
  font-family: "Open Sans";
}
#recipe-form .input-title {
  width: 530px;
}
#recipe-form .wys {
  width: 530px;
  margin-bottom: 20px;
  font-family: "Open Sans";
}
#recipe-form .wys #wp-description-editor-container {
  border: 1px solid #DBDBDB;
}
#recipe-form fieldset,
#login-signup-forgot fieldset {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0px 0px 20px;
  position: relative;
}
#recipe-form label,
#login-signup-forgot label {
  display: block;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}
#recipe-form label.error,
#login-signup-forgot label.error {
  color: red;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#recipe-form .in-set,
#login-signup-forgot .in-set {
  margin-bottom: 20px;
  border: none!important;
  padding: 0!important;
}
#recipe-form .outer,
#login-signup-forgot .outer {
  background-color: #fbfbfb;
  border-radius: 10px;
  padding: 0px!important;
  margin: 0px!important;
}
#recipe-form .rwmb-clone {
  margin-bottom: 20px;
}
#recipe-form .rwmb-clone input {
  width: 490px!important;
}
#recipe-form .rwmb-clone button,
#recipe-form .rwmb-input button {
  border-top: 2px solid #ebebeb;
  border-left: 2px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  color: #ababab;
  background-color: white;
  padding: 5px 10px;
}
#recipe-form .rwmb-clone button:hover,
#recipe-form .rwmb-input button:hover {
  background-color: #bf9764;
  color: #fff;
  border-top: 2px solid #a68356;
  border-left: 2px solid #a68356;
  border-bottom: 1px solid #a68356;
  border-right: 1px solid #a68356;
}
#recipe-form .half {
  width: 256px;
  float: left;
  display: block;
  margin-right: 20px;
}
#recipe-form .half input {
  width: 250px!important;
}
#recipe-form .half select {
  width: 250px!important;
  padding: 5px;
  border: 1px solid #ebebeb;
}
#recipe-form .twoThird {
  width: 340px!important;
  float: left;
  display: block;
}
#recipe-form .twoThird input {
  width: 285px!important;
}
#recipe-form .third,
#recipe-form .oneThird {
  width: 166px;
  float: left;
  display: block;
  margin-right: 20px;
}
#recipe-form .third input {
  width: 155px!important;
}
#recipe-form .oneThird input {
  width: 105px!important;
}
#recipe-form .recipe-title input.error {
  border: 1px solid red;
}
#recipe-form .content textarea.error {
  border: 1px solid red;
}
#recipe-form span.note {
  display: block;
  color: #bf9764;
  margin: 0px 0px 10px 0px;
  font-size: 11px;
}
#recipe-form .recipe-detail {
  margin-bottom: 0px;
}
#recipe-form .recipe-detail label {
  display: inline-block;
  margin-right: 10px;
}
#recipe-form .recipe-detail div {
  margin-bottom: 20px;
}
#recipe-form .outer-form,
#login-signup-forgot .outer-form {
  padding-left: 20px;
}
#recipe-form .title-recipe {
  font-weight: bold;
  font-family: "Open Sans";
}
#recipe-form .tltip {
  font-size: 18px;
  color: #e7e7e7;
  margin-left: 10px;
  position: relative;
  display: inline-block;
}
#recipe-form .tltip:hover {
  color: #97ccf0;
}
div.tooltip {
  background-color: #3D6199;
  color: white;
  position: absolute;
  left: 25px;
  top: -10px;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
  display: none;
}
div.tooltip:before {
  border-color: transparent #3D6199 transparent transparent;
  border-right: 6px solid #3D6199;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 10px;
  left: -6px;
}
div.tooltip p {
  margin: 10px;
  color: white;
  font-family: "Open Sans";
  font-size: 11px;
}
#recipe-form .last-field {
  border: none!important;
}
#recipe-form .submit,
#login-signup-forgot .submit {
  padding: 20px 0px!important;
  border: none!important;
}
#recipe-form .submit button,
#login-signup-forgot .submit button {
  background-color: #bf9764;
  height: 40px;
  width: 200px;
  border: none;
  text-transform: uppercase;
}
#recipe-form .submit button:hover,
#login-signup-forgot .submit button:hover {
  background-color: #a68356;
  border: none;
}
#recipe-form .submit button p,
#login-signup-forgot .submit button p {
  color: white;
  margin: 0px;
  font-size: 12px;
}
#recipe-form .recipe-categories label {
  width: 120px;
  display: inline-block;
}
#recipe-form .recipe-categories label.for-tags {
  width: auto;
  margin-right: 10px;
}
#recipe-form .recipe-categories span.note {
  display: inline;
}
#recipe-form .recipe-categories div {
  margin-bottom: 20px;
}
#recipe-form .recipe-categories select {
  width: 120px;
  padding: 0px 0px 0px 5px;
  border: 1px solid #efefef;
  color: #6F716B;
  padding: 5px;
  box-shadow: 0px 2px 6px #E2E2E2 inset;
}
.recipe-message {
  border-top: 1px solid #bf9764;
  border-bottom: 1px solid #bf9764;
  border-right: 1px solid #bf9764;
  border-left: 5px solid #bf9764;
  padding: 20px 0 0 20px;
}
.recipe-message h4 em {
  background-color: #bf9764;
  color: #fff;
  margin-right: 10px;
  border-radius: 20px;
  padding: 8px;
}
/*-----------------------------------------------------------------------------------*/
/* Misc recipe
/*-----------------------------------------------------------------------------------*/
.info-extra {
  border: 1px;
  border-style: solid none solid none;
  border-color: #e3e3e3;
  padding-top: 1.067em;
  padding-bottom: 1.067em;
  margin-bottom: 20px;
}
.extra .printfriendly-text2:before {
  content: "\f02f";
  margin-right: 5px;
  font-family: "FontAwesome";
}
.extra {
  float: right;
  margin-top: 5px;
  margin-bottom: 0;
}
.extra li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}
.extra a {
  color: #e3e3e3;
}
.extra a:hover {
  color: #bf9764;
}
ul.ingre {
  margin-bottom: 40px;
}
.ingre li em {
  font-size: 5px;
  vertical-align: middle;
}
.ingre li {
  display: block!important;
  margin-bottom: 10px;
  margin-left: 20px;
}
.method_step {
  margin: 0px 0px 40px 35px;
}
.method_step li {
  margin-bottom: 10px;
}
.nutritional p span {
  color: #bf9764;
  margin-right: 20px;
  font-family: 'Georgia';
  font-size: 16px;
}
.nutritional ul {
  border: 1px;
  border-bottom: 5px;
  border-style: solid ;
  border-color: #e3e3e3;
  padding: 0px 20px;
  text-align: left;
  border-radius: 5px;
}
.nutritional p {
  border-bottom: 1px dashed #e3e3e3;
  margin-bottom: 0px!important;
  padding: 20px 0 20px 0;
}
.nutritional h3 {
  text-align: center;
  padding: 10px 0 10px 0;
  margin-bottom: 0px!important;
}
.nutritional ul li:last-child p {
  border-bottom: none;
}
.recipe-share {
  border: 1px;
  border-style: solid none;
  margin: 0px 0px 20px 0px;
  border-color: #e3e3e3;
  padding: 10px 0;
}
.recipe-share h3 {
  margin: 0!important;
  width: 30%!important;
  display: inline-block;
  float: left;
  padding-top: 10px;
}
.recipe-share .share-top {
  float: right;
}
.share-top {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.share-top li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.share-top li div {
  margin: 0px!important;
}
.share-top li div iframe {
  width: 80px!important;
}
.share-top li a i {
  background-color: #c3c3c3;
  color: #fff;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  width: 22px;
  border-radius: 100%;
  height: 22px;
  vertical-align: middle;
  display: table-cell;
  -webkit-transition: opacity .3s ;
  -moz-transition: opacity .3s ;
  -ms-transition: opacity .3s ;
  -o-transition: opacity .3s ;
  transition: opacity .3s ;
}
.share-top li a i:hover {
  opacity: .5;
}
/*-----------------------------------------------------------------------------------*/
/*  5.  Sliders Styles
/*-----------------------------------------------------------------------------------*/
.slider {
  width: 100%;
  height: 100%;
  margin: 0 0 20px;
  position: relative;
}
.recipe-item,
.method-slider,
.featured-slider {
  position: relative;
  margin: 0 0 20px;
}
.owl-stage-outer {
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  -ms-transition: height .5s ease;
  -o-transition: height .5s ease;
  transition: height .5s ease;
}
.recipe-item .owl-nav,
.featured-slider .owl-nav {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.recipe-item:hover .owl-nav,
.featured-slider:hover .owl-nav {
  display: block;
}
.recipe-item .owl-prev,
.featured-slider .owl-prev {
  margin-right: 5px;
}
.recipe-item .owl-next,
.featured-slider .owl-next {
  margin-left: 5px;
}
.recipe-item .owl-prev,
.recipe-item .owl-next,
.featured-slider .owl-prev,
.featured-slider .owl-next {
  display: inline-block;
  text-align: center;
  width: 2.618em;
  height: 2.618em;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.recipe-item .owl-prev:hover,
.recipe-item .owl-next:hover,
.featured-slider .owl-prev:hover,
.featured-slider .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.recipe-item .owl-prev:hover i:before,
.recipe-item .owl-next:hover i:before,
.featured-slider .owl-prev:hover i:before,
.featured-slider .owl-next:hover i:before {
  color: rgba(0, 0, 0, 0.8);
}
.recipe-item .owl-prev i,
.recipe-item .owl-next i,
.featured-slider .owl-prev i,
.featured-slider .owl-next i {
  vertical-align: -10px;
}
.recipe-item .owl-prev i:before,
.recipe-item .owl-next i:before,
.featured-slider .owl-prev i:before,
.featured-slider .owl-next i:before {
  font-size: 27px;
  color: rgba(255, 255, 255, 0.8);
}
.recipe-pagination.owl-carousel .owl-item {
  min-height: 0;
}
.slide-info {
  z-index: 9999;
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.8);
  padding: 18px 23px 23px 25px;
}
.slide-info .rating {
  float: left;
  text-align: left;
  display: block;
}
.slide-info .rating span {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  margin-left: 10px  ;
}
.slide-info .rating span span {
  margin: 0px  ;
  color: #009;
}
.slide-info .rating .on,
.slide-info .rating .off {
  width: 17px;
  height: 17px;
  background: url(../images/rating_small.png) left top no-repeat;
  margin: 0px;
}
.slide-info .rating .off {
  background-position: right top;
}
.slide-info p {
  color: #bdbdbd;
}
.slide-info a {
  color: #fff ;
}
.slide-info a:hover {
  color: #bf9764;
}
.related-recipe .recipe-grid-item {
  width: 100%;
}
.method-slider .owl-prev,
.method-slider .owl-next {
  position: absolute;
  display: none;
  width: 27px;
  height: 27px;
  font-size: 0px;
  background: url(../images/bg_direction_nav.png) 0px -1px no-repeat;
}
.method-slider:hover .owl-prev,
.method-slider:hover .owl-next {
  display: block;
}
.method-slider .owl-prev {
  background-position: left top;
  left: 15px;
  top: 45%;
}
.method-slider .owl-next {
  background-position: right top;
  right: 15px;
  top: 45%;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.fxslider a:active,
.flex-container a:focus,
.flexslider a:focus,
.fxslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-direction-nav li {
  list-style: none!important;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.fxslider {
  margin: 0;
  padding: 0;
}
.fxslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.fxslider .slides img {
  display: block;
}
.slides {
  padding: 0px!important;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  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 Default Theme
*********************************/
.flexslider {
  margin: 0 0 20px;
  position: relative;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 400px;
  overflow: hidden;
}
.flexslider .slides {
  zoom: 1;
  padding: 0;
}
.fxslider {
  margin: 0 0 20px;
  position: relative;
}
.fxslider .slides {
  zoom: 1;
  padding: 0;
}
.carousel li {
  margin-right: 5px;
}
.flexslider-tmb {
  height: 120px;
  overflow: hidden;
}
.fxslider-tmb {
  height: 120px;
  overflow: hidden;
}
.flexslider-tmb li {
  opacity: 0.8;
  cursor: pointer;
}
.fxslider-tmb li {
  opacity: 0.8;
  cursor: pointer;
}
.flexslider-tmb li:hover {
  opacity: 1;
}
.fxslider-tmb li:hover {
  opacity: 1;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.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;
}
/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
.accordionButton {
  width: 99%;
  float: left;
  _float: none;
  /* Float works in all browsers but IE6 */
  padding: 5px 0px 5px 5px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  margin-bottom: 10px;
  border: 2px solid #ebebeb;
}
.accordionButton h4 {
  margin: 0!important;
}
.accordionButton i {
  margin-right: 10px;
}
.accordionContent {
  width: 100%;
  float: left;
  _float: none;
  /* Float works in all browsers but IE6 */
}
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/
.onacc {
  /*background: #990000;
    */
  border: 2px solid #bf9764;
}
.onacc h4,
.overacc h4 {
  color: #bf9764;
}
.overacc h4:after {
  content: "\f067";
  font-family: 'FontAwesome';
  float: right;
  margin-right: 20px;
  font-weight: 400px;
  color: #bf9764!important;
}
.accordionButton h4:after {
  content: "\f067";
  font-family: 'FontAwesome';
  float: right;
  margin-right: 20px;
  font-weight: 400px;
  color: #ebebeb;
}
.onacc h4:after {
  content: "\f068";
  font-family: 'FontAwesome';
  float: right;
  margin-right: 20px;
  font-weight: 400px;
  color: #bf9764;
}
.overacc {
  /*background: #CCCCCC;
    */
  border: 2px solid #bf9764;
}
.rw-plupload-ui {
  position: relative;
}
.rw-drag-drop {
  height: 150px;
  border: 2px dashed #ccc;
}
.rw-drag-drop .drag-drop-inside {
  margin-top: 40px;
  text-align: center;
}
.drag-drop-inside p {
  text-align: center !important;
}
.rw-plupload-ui .filelist {
  margin: 20px 0;
}
.rw-plupload-ui .filelist .file {
  position: relative;
  height: 25px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.rw-plupload-ui .filelist .filename {
  width: 100%;
  padding: 4px 0;
  z-index: 10;
  position: relative;
}
.rw-plupload-ui .filelist .fileprogress {
  background: #0d72c7;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.rw-plupload-thumbnail {
  float: left;
  margin: 0 10px 10px 0;
  min-width: 150px;
  min-height: 150px;
}
.rw-plupload-thumbnail p {
  position: relative;
  margin: -30px 0 0 0;
  text-align: center;
  display: none;
}
.rw-plupload-thumbnail:hover p {
  display: block;
}
.rw-plupload-thumbnail:hover {
  cursor: move;
}
.related-recipe.owl-theme .owl-dots {
  text-align: center;
}
.owl-dots{
  display: none;
}
.method-slider .owl-prev:hover, .method-slider .owl-next:hover{
  border:none;
}
.method-slider .owl-prev:active, .method-slider .owl-next:active{
  border:none;
}
.method-slider .owl-prev, .method-slider .owl-next{
  border:none;
}
.related-recipe.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.related-recipe.owl-theme .owl-dots .owl-dot.active span,
.related-recipe.owl-theme .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0% 0% #869791;
}
.related-recipe.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: none repeat scroll 0% 0% #D6D6D6;
  display: block;
  transition: opacity 200ms ease 0s;
  border-radius: 30px;
}
/*======================================================================*/
/*Page Submit
/*======================================================================*/
.auth-des-page {
  width: 100%;
}
.left-auth {
  width: 100%;
  margin-bottom: 20px;
}
.photo-auth {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
@media (max-width: 685px) {
  /*===================================================================================*/
  /*single page resposive
    /*===================================================================================*/
  .title-single li,
  .recipe-info-single li {
    margin-left: 0px;
    border-right: none;
    padding: 0px  ;
    margin-right: 20px;
  }
  .recipe-info-single-big {
    text-align: center;
  }
  .recipe-info-single-big > li {
    margin-bottom: 20px;
  }
  .prep-time,
  .cook-time,
  .yield {
    border: none;
  }
  .info-right {
    width: 250px;
  }
  .content-left-first {
    width: 100%;
    height: auto;
  }
  .share-top {
    margin-bottom: 20px;
  }
  .menu-tab a {
    padding: 5px!important;
  }
  .nutritional {
    width: 240px!important;
  }
  .text-size {
    text-align: left;
    margin-bottom: 20px;
  }
  .auth-img {
    margin-bottom: 20px;
    float: left;
    max-width: 70px;
    margin: 0px 0px 20px;
  }
  .auth-des {
    float: left;
    width: 70%;
    margin-left: 20px;
  }
  .rate-left {
    width: 300px;
  }
  .rate-img {
    width: 100px;
    margin-bottom: 20px;
  }
  .rate-right {
    width: 150px;
    text-align: left;
  }
  /*======================================================================*/
  /*Page template list + grid*
    /*======================================================================*/
  .orderby select {
    width: 150px;
  }
  .orderby {
    float: none;
    display: block;
  }
  .flex-viewport {
    max-height: 100%;
    transition: all 1s ease 0s;
  }
  .title {
    float: none;
    width: 100%;
  }
  .recipe-info-list {
    margin-left: 0px;
    width: 100%;
  }
  .th-recipe-list {
    width: 100%;
    margin-bottom: 20px;
  }
  .th-recipe-list img {
    width: 100%;
  }
  .th-recipe-list {
    margin-bottom: 20px;
  }
}
@media (max-width: 685px) and only screen and (max-width: 800px) {
  #recipe-form,
  #recipe-form .outer,
  #recipe-form .outer-form,
  #recipe-form .half,
  #recipe-form .third {
    width: 100%;
  }
  #recipe-form fieldset,
  #login-signup-forgot fieldset {
    padding: 20px 0px 0px 10px;
  }
  #recipe-form .outer-form,
  #login-signup-forgot .outer-form {
    padding-left: 0px;
  }
  #recipe-form textarea,
  #recipe-form .input-title,
  #recipe-form .wys,
  #recipe-form .rwmb-clone input,
  #recipe-form .half input,
  #recipe-form .third input,
  #recipe-form .half select,
  #tags,
  #recipe-form .oneThird,
  #recipe-form .twoThird {
    width: 90% !important;
  }
}
@media (max-width: 480px) {
  .recipe-share .share-top,
  .text-size {
    float: none;
    margin-top: 20px;
  }
  .text-size {
    width: 100%;
  }
  .extra {
    float: none;
  }
  .extra li {
    margin-left: 0;
    margin-right: 20px;
  }
  .slide-info {
    top: auto;
    bottom: 0;
  }
  .slide-info p,
  .slide-info .rating {
    display: none;
  }
  /*======================================================================*/
  /*Page template list + grid*
    /*======================================================================*/
  .recipe-grid-item {
    width: 100%;
    float: none;
    margin: 20px auto;
  }
  .recipe-grid-item img {
    width: 100%;
  }
  .recipe-info-page {
    padding: 20% 0!important;
  }
  .th-recipe-list {
    width: 100%;
    margin-bottom: 20px;
  }
  .recipe-tags-list span {
    top: 0px;
    float: left;
  }
  .rating .value {
    border-left: none;
    padding-left: 0px;
  }
  .recipe-grid-item {
    padding: 0px;
  }
  .recipe-content {
    margin: 0px;
  }
}
@media (max-width: 320px) {
  /*======================================================================*/
  /*Page template list + grid*
    /*======================================================================*/
  .recipe-grid-item {
    width: 100%;
    float: none;
    margin: 20px auto 20px auto;
  }
  .slide-info {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  /*Error 404*/
  .page-template-404-php .entry,
  .error404 .entry {
    margin: 0 auto;
    width: 42.55%;
  }
  .three-col-left #main-sidebar-container .recipe-info-page,
  .three-col-middle #main-sidebar-container .recipe-info-page,
  .three-col-right #main-sidebar-container .recipe-info-page {
    padding: 0 !important;
  }
}
/* 2.5 Sidebar */
#sidebar {
  margin-top: 3em;
  overflow: hidden;
}
#sidebar h3,
#sidebar-alt h3 {
  text-transform: uppercase;
}
#sidebar ul li {
  color: #545454;
}
#sidebar ul li a {
  color: #B9B9B9;
}
#sidebar .secondary {
  float: left;
  margin-right: 20px;
}
#sidebar .tertiary {
  float: left;
  margin-right: 0;
}
#sidebar .last {
  margin: 0;
}
#sidebar .widget_categories li:hover,
#sidebar .widget_recent_comments li:hover {
  background: #fcfcfc;
  color: #bf9764;
}
/* 4.2 Generic Widgets */
.widget {
  margin: 0 0 30px 0;
  font-size: 13px;
}
.widget h3,
#footer-widgets h3 {
  margin: 0 0 0.8em;
  padding: 0 0 0.8em;
  color: #545454;
  /* border-bottom: 1px solid #e1e1e1; */
}
.widget h5,
#footer-widgets h5 {
  font-size: 1.3em;
}
.widget p {
  margin-bottom: 15px;
  color: #7A7A7A;
}
.widget ul {
  clear: both;
  /*list-style-position: inside;
    */
  list-style-type: none;
}
.widget ul li {
  clear: both;
  padding: 6px 0 6px 24px;
  /* margin-bottom: 6px; */
  /* margin-left: 12px; */
  line-height: 17px;
  color: #7A7A7A;
}
.widget ul li a {
  padding: 0;
  line-height: 17px;
  text-decoration: none;
  color: #B9B9B9;
}
.widget ul li a:hover {
  text-decoration: underline;
}
.widget ul ul {
  padding: 0 0 0 15px;
  border-top: none;
}
.widget_categories li,
.widget_recent_comments li,
#twitter li {
  padding: 0 0 6px;
  /* margin-bottom: 6px;
    */
  line-height: 17px;
  border-bottom: 1px solid #e1e1e1;
}
/* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_archive li:before,
.widget_meta li:before,
.widget_recent_comments li:before,
.Recipe_Types_Widget li:before,
.Skill_Level_Widget li:before,
.Courses_Widget li:before,
.Ingredients_Widget li:before,
.Calories_Widget li:before,
.Cuisines_Widget li:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  position: relative;
  display: inline-block;
  left: -3px;
  text-indent: -12px;
}
.Cuisines_Widget select,
.Courses_Widget select,
.Calories_Widget select,
.Ingredients_Widget select,
.Skill_Level_Widget select,
.Recipe_Types_Widget select {
  padding: 8px 6px;
  width: 100%;
  border: 1px solid #e1e1e1;
  color: #777;
}
.widget_recent_comments li a,
#twitter a {
  display: inline;
  padding: 0;
  line-height: 17px!important;
  background: none!important;
  border: none!important;
}
/* TWITTER */
.widget_woo_twitter .back {
  -webkit-border-radius: 0.327em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_woo_twitter h3 {
  color: #545454;
  border-width: 1px 0 4px;
}
.widget_woo_twitter ul {
  margin: 0;
  padding: 0;
}
.widget_woo_twitter ul li:before {
  font-family: 'FontAwesome';
  content: "\f099";
  position: relative;
  display: inline-block;
  left: -12px;
  text-indent: -12px;
  color: #bf9764;
}
.widget_woo_twitter ul li {
  margin: 0 0 6px ;
  padding: 0 0 6px 24px;
  border-bottom: 1px solid #e1e1e1;
  list-style: none;
  /*font-size: 12px;
    */
  line-height: 17px;
}
.widget_woo_twitter ul li a {
  padding: 0;
}
.widget_woo_twitter ul li .time,
.widget_woo_twitter p {
  color: #545454;
}
.widget_contact address {
  font-style: normal;
}
.widget_contact address span p {
  margin-bottom: 2px;
}
.widget_contact address i {
  padding: 0 10px;
  display: inline-block;
}
.widget_woo_subscribe .social a:before {
  font-family: 'fontAwesome' !important;
}
/* 4.2 Specific Widgets */
/* Minor WooSlider Compatibility Additions */
.widget .wooslider ul li a {
  padding: 0;
}
/* SEARCH FORM */
.searchform {
  width: 99%;
  margin-top: 5px;
  position: relative;
}
.searchform input.s {
  padding: 9px 8px 6px;
  width: 94%;
  margin: 0;
  border: 1px solid #e1e1e1;
  background: none;
  color: #777;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.searchform input#s {
  padding: 9px 8px 6px;
  width: 72.9386%;
  margin: 0;
  border: 1px solid #e1e1e1;
  background: none;
  color: #777;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.searchform input#searchsubmit {
  padding: 9px 8px 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  outline: 0;
  background: #bf9764;
  color: #fff;
  border: 1px solid #bf9764;
}
.searchform input[type=checkbox] {
  margin: 0 5px;
}
.searchform input.s:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.searchform input.submit {
  position: absolute;
  background: #bf9764;
  top: 0;
  right: 0;
  border: none;
  margin: 0;
  padding: 8px;
  border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}
.searchform button {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 32px;
  background: none;
  border: none;
  color: #fff;
  background: #bf9764;
}
/* 4.3 WooTabs */
#tabs,
#recipe-tabs {
  height: auto;
  display: block;
  margin-bottom: 20px;
}
#tabs ul.wooTabs,
#recipe-tabs ul.wooTabs {
  position: relative;
  bottom: -1px;
  padding: 0px;
  z-index: 99;
}
#tabs ul.wooTabs li,
#recipe-tabs ul.wooTabs li {
  clear: none;
  padding: 0;
  float: left;
  display: inline;
  margin-right: 2px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
#tabs ul.wooTabs li a.selected,
#tabs ul.wooTabs li a:hover,
#recipe-tabs ul.wooTabs li a.selected,
#recipe-tabs ul.wooTabs li a:hover {
  background: #fff;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 0;
  color: #666;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background: -webkit-linear-gradient(#f2f2f2, #ffffff);
  background: -moz-linear-gradient(center top, #f2f2f2 0%, #ffffff 100%);
  background: -moz-gradient(center top, #f2f2f2 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f2f2f2, endColorstr=#ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f2f2f2, endColorstr=#ffffff)";
  box-shadow: inset 0 1px 0 #ffffff, 0 -1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 -1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 -1px 3px rgba(0, 0, 0, 0.1);
}
#tabs ul.wooTabs li a,
#recipe-tabs ul.wooTabs li a {
  color: #999;
  display: block;
  float: left;
  border: 1px solid transparent;
  border-width: 1px 1px 0;
  padding: 5px 8px 3px;
  text-transform: uppercase;
  font-size: 11px;
  text-shadow: 1px 1px 0 solid #fff;
}
#tabs .inside,
#recipe-tabs .inside {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#tabs .inside li,
#recipe-tabs .inside li {
  background: #fff;
}
#tabs #tab-tags,
#recipe-tabs #tab-tags {
  padding: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
#tabs .inside ul,
#recipe-tabs .inside ul {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-width: 1px 0 1px 0;
  list-style: none;
  padding-left: 0px;
}
#tabs .inside li,
#recipe-tabs .inside li {
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px 1px;
  padding: 10px;
}
#tabs .inside li a,
#recipe-tabs .inside li a {
  color: #999;
  font: bold 13px/18px Helvetica, Arial, sans-serif;
  padding: 0;
}
#tabs .inside li span.meta,
#recipe-tabs .inside li span.meta {
  display: block;
  font: 300 11px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #777;
}
#tabs .inside li img.avatar,
#tabs .inside li img.thumbnail,
#recipe-tabs .inside li img.avatar,
#recipe-tabs .inside li img.thumbnail {
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 300px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
}
#tabs,
#recipe-tabs {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#tabs ul.wooTabs li a.selected,
#tabs ul.wooTabs li a:hover,
#recipe-tabs ul.wooTabs li a.selected,
#recipe-tabs ul.wooTabs li a:hover {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}
#tabs .inside .list,
#recipe-tabs .inside .list {
  display: none;
}
#tabs .inside .list:first-child,
#recipe-tabs .inside .list:first-child {
  display: block;
}
/*-----------------------------------------------------------------------------------*/
/*  Widget
/*-----------------------------------------------------------------------------------*/
/*Mics recipe=========================================*/
.tabed .tabs {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.tabed .tabs li {
  display: inline;
  padding: 6px 15px 6px!important;
  margin: 0px 0px 0px 9px !important;
  background-color: #fff !important;
  position: relative;
  cursor: pointer;
  z-index: 99;
  bottom: 5.5px;
}
.tabed .tabs li.current {
  background: none !important;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #fff;
}
.tabed .block {
  display: none;
}
.tabed .block.current {
  display: block;
}
.tabed .block li {
  overflow: hidden;
  height: 64px;
  padding: 0px 0px 18px;
  margin: 0px 0px 13px;
}
.tabed .block li .img-box {
  display: block;
  width: 67px;
  height: 60px;
  float: left;
  padding: 4px 0px 0px 4px;
  margin: 0px 10px 0px 0px;
}
.tabed .block li .img-box img {
  width: 63px;
  height: 53px;
}
.tabed .block li .rate {
  color: #0053a6;
}
.tabed .block li .rate span {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/rating_small.png) right top no-repeat;
  vertical-align: middle;
  line-height: 18px;
}
.tabed .block li .rate span:last-child {
  margin-right: 5px;
}
.tabed .block li .rate span.on {
  background: url(../images/rating_small.png) left top no-repeat;
}
/*Ad recipe======================================================*/
.ads {
  margin-bottom: 20px;
}
/*Recent recipe footer==================================================*/
.recent-posts {
  overflow: hidden;
}
.recent-posts li {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ababab;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.recent-posts li .img-box {
  display: block;
  width: 67px;
  height: 60px;
  margin: 0px 10px 0px 0px;
  float: left;
  overflow: hidden;
}
.recent-posts li .img-box img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.recent-posts li h5 {
  margin: .35em 0 0;
}
/*Recent recipe footer==================================================*/
.widget .recent-posts-sidebar {
  overflow: hidden;
}
.widget .recent-posts-sidebar h5 {
  margin: 0.5335em 0 .25em;
}
.widget .recent-posts-sidebar li {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ebebeb;
  margin-bottom: 6px;
  padding: 0 0 10px 0;
}
.widget .recent-posts-sidebar li .rating {
  text-align: left;
}
.widget .recent-posts-sidebar li .img-box {
  display: block;
  width: 85px;
  height: 55px;
  padding: 4px 0px 0px 4px;
  margin: 0px 10px 0px 0px;
  float: left;
  overflow: hidden;
}
.widget .recent-posts-sidebar .rating span {
  float: left;
}
/*popular recipe==================================================*/
.widget .popular-posts {
  overflow: hidden;
}
.widget .popular-posts li {
  display: block;
  padding: 0;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ebebeb;
  margin-bottom: 6px;
  padding-bottom: 10px;
}
.widget .popular-posts li .rating {
  text-align: left;
  margin-top: 0px;
}
.widget .popular-posts li .img-box {
  display: block;
  width: 67px;
  height: 60px;
  margin: 0px 10px 0px 0px;
  float: left;
  overflow: hidden;
}
.widget .popular-posts li h5 {
  padding: .35em 0 0;
}
.recent-posts li h5 a,
.widget .recent-posts-sidebar li h5 a,
.widget .popular-posts li h5 a,
.Recipe_Sidebar_Tabed_Widget li h5 a {
  color: #969696;
}
.recent-posts li h5 a:hover,
.widget .recent-posts-sidebar li h5 a:hover,
.widget .popular-posts li h5 a:hover,
.Recipe_Sidebar_Tabed_Widget li h5 a:hover {
  color: #bf9764;
}
.popular-posts li .img-box img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
}
/*News event footer==================================================*/
.newsEvent .list li {
  padding: 0px 0px 0px;
  margin: 0px 0px 20px;
}
.newsEvent .list li:last-child {
  background: none;
}
@media only screen and (max-width: 321px) {
  .widget_search .searchform input#searchsubmit {
    margin-top: 15px;
  }
}
#products-carousel {
  position: relative;
}
#products-carousel ul.products {
  float: left;
  padding: 0;
}
#products-carousel ul.products li.product {
  margin: 20px 10px 10px;
  clear: none;
  display: block;
}
#products-carousel ul.products li.product:nth-child(2n) {
  float: left;
  clear: none;
}
#products-carousel a.prev,
#products-carousel a.next {
  background: url(../images/carousel_button.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 999999;
}
#products-carousel a.prev:hover,
#products-carousel a.next:hover {
  background: url(../images/carousel_button_hover.png) no-repeat;
}
#products-carousel a.prev {
  background-position: 100% 0;
}
#products-carousel a.prev:hover {
  background-position: 100% 0;
}
#products-carousel a.next {
  right: 0;
  background-position: 0 100%;
}
#products-carousel a.next:hover {
  background-position: 0 100%;
}
#products-carousel a.prev span,
#products-carousel a.next span {
  display: none;
}
#products-carousel .clearfix {
  float: none;
  clear: both;
}
/* General Style */
.highlight {
  color: #FFF;
  font-family: 'Open Sans';
  font-weight: 800;
}
/* Blog List & Blog Item*/
.latest-blog img {
  width: 100%;
}
.widget h3.blog-title-sc {
  border: 0;
  font: 400 12px/18px "Georgia", sans-serif;
  color: #333;
  text-transform: uppercase;
}
.widget .latest-blog-list {
  overflow: visible;
  margin-bottom: 1.3em;
  border-bottom: 1px dotted #ababab;
  padding-bottom: 1.46em;
}
.widget .latest-blog-list h4.title {
  font: normal 400 14px/14px "Georgia", sans-serif;
}
.widget .latest-blog-list h4.title a {
  color: #969696;
}
.widget .post-meta .small {
  font-weight: 400;
  color: #545454;
}
.widget .latest-blog-list .post-meta .vertical-bar,
.widget .latest-blog-list .post-meta .fa-comment,
.widget .latest-blog-list .post-meta .post-comments {
  display: none;
}
.widget .latest-blog-list .blog-list-image {
  width: 50px;
  margin-top: -6px;
  margin-bottom: .4em;
}
h3.blog-title-sc {
  padding-bottom: .5335em;
  border-bottom: 1px solid #e1e1e1;
}
.latest-blog-list h4.title,
.blog-item h4.title {
  font: normal 400 18px/1.45em "Georgia", sans-serif;
  margin-bottom: .25em;
}
.latest-blog-list h4.title:hover a,
.blog-item h4.title:hover a {
  color: #bf9764;
}
.latest-blog-list .post-meta {
  margin-bottom: .5em;
}
.latest-blog-list .blog-list-image {
  float: left;
  margin-right: 1.067em;
  margin-bottom: .5em;
}
.latest-blog-list {
  clear: left;
  overflow: hidden;
  margin-bottom: .5em;
  border-bottom: 1px dashed #e1e1e1;
}
.blog-item {
  width: 100%;
  float: left;
  display: inline;
  margin-bottom: 20px;
}
.blog-item .blog-img img {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .blog-item.first {
    clear: left;
  }
  .blog-item:nth-child(2n) {
    float: left;
  }
  .one-col .latest-blog {
    margin-left: -1.3%;
    margin-right: -1.3%;
  }
  .one-col .blog-item {
    width: 30.66%;
    padding-left: 1.3%;
    padding-right: 1.3%;
  }
  .two-col-left .blog-item,
  .two-col-right .blog-item,
  .three-col-left .blog-item,
  .three-col-middle .blog-item,
  .three-col-right .blog-item {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}
/*Linked More*/
/* Teaser */
.teaser {
  border: 1px solid #e1e1e1;
  display: block;
  padding: 21px 21px 20px 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}
.teaser .teaser-img {
  margin: -21px -21px 20px -21px;
  overflow: hidden;
}
.teaser .teaser-img img {
  border: none;
}
/* Teaser Box*/
.teaserbox {
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/shortcode/pattern.png) repeat top left;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
  margin: 0 0px 0 0px;
  padding: 10px;
}
.teaserbox .inner {
  border: 1px solid #e1e1e1;
  padding: 25px 25px 25px 25px;
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);
  box-shadow: inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);
  color: #fff;
}
.teaserbox a.button {
  margin: 20px 0 0 0;
}
/* Callout */
.callout {
  margin: 0 0px 0 0px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  display: block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/shortcode/pattern.png) repeat top left !important;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
}
.callout .inner {
  padding: 10px 20px 0px 20px;
}
.callout .callout-content {
  float: left;
  color: #fff;
}
.callout .callout-button {
  float: right;
}
/* Testimonial */
.testimonial {
  border: 1px solid #ebebeb;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 1px 1px 2px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(180, 180, 180, 0.2);
}
.testimonial:after {
  content: '';
  width: 26px;
  height: 20px;
  position: absolute;
  bottom: -18px;
  right: 100px;
  background: url(../images/shortcode/testimonials.png) no-repeat;
}
.testimonial-img img {
  margin: 3px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  float: right;
}
.testimonial-author {
  margin: 20px 20px 20px 0px;
  color: #bf9764;
  text-align: right;
  font-weight: bold;
  float: right;
}
/*List & List Item*/
ul.styled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.styled-list li {
  list-style: none;
  margin-bottom: 2px;
}
ul.styled-list li i {
  margin-right: 6px;
}
/*member*/
.member {
  overflow: hidden;
  text-align: center;
}
.member .member-image {
  position: relative;
  margin-bottom: 1.5em;
  display: inline-block;
}
.member .member-image img {
  border: none;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 200px;
  height: 200px;
}
.member h3,
.member h4 {
  text-align: center;
  margin-bottom: 0.2em;
}
.member h3 {
  color: #bf9764;
}
.member .member-social {
  position: absolute;
  top: 0;
  width: 200px;
  height: 200px;
  padding: 3px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.member .member-image:hover .member-social {
  opacity: 1;
}
.member .member-social ul {
  margin-top: 100px;
  padding: 0;
}
.member .member-social li {
  display: inline-block;
  margin-right: 6px;
  font-size: 18px;
}
.member .member-social li a {
  color: #fff;
}
.member .member-social li a:hover {
  color: #bf9764;
}
/*linked More*/
.linked-more {
  border-top: 1px solid #bf9764;
  margin-bottom: 20px;
  line-height: 1em !important;
}
.linked-more span {
  padding-left: 1.067em;
  background: #fff;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  margin-top: -0.5em;
  float: right;
}
.linked-more a:hover span {
  text-decoration: underline;
}
/* Specific Browser*/
@media only screen and (max-width: 768px) {
  html #top {
    margin: 0 -1.618em;
    padding: 0 1.618em;
  }
  html #mobile-header {
    margin: 0 -1.618em 20px;
    padding: 0 1.618em;
    display: block;
  }
  #sidebar {
    clear: both;
  }
  .rev_slider_wrapper {
    margin-top: 3.15em !important;
  }
  .twitter-content-wrap {
    margin: 0 -1.618em;
    padding: 0 1.618em;
  }
}
.sc-rlp-slider-1 .owl-nav,
.sc-rlp-slider-2 .owl-nav {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sc-rlp-slider-1:hover .owl-nav,
.sc-rlp-slider-2:hover .owl-nav {
  display: block;
}
.sc-rlp-slider-1 .owl-prev,
.sc-rlp-slider-2 .owl-prev {
  margin-right: 5px;
}
.sc-rlp-slider-1 .owl-next,
.sc-rlp-slider-2 .owl-next {
  margin-left: 5px;
}
.sc-rlp-slider-1 .owl-prev,
.sc-rlp-slider-1 .owl-next,
.sc-rlp-slider-2 .owl-prev,
.sc-rlp-slider-2 .owl-next {
  display: inline-block;
  text-align: center;
  width: 2.618em;
  height: 2.618em;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.sc-rlp-slider-1 .owl-prev:hover,
.sc-rlp-slider-1 .owl-next:hover,
.sc-rlp-slider-2 .owl-prev:hover,
.sc-rlp-slider-2 .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.sc-rlp-slider-1 .owl-prev:hover i:before,
.sc-rlp-slider-1 .owl-next:hover i:before,
.sc-rlp-slider-2 .owl-prev:hover i:before,
.sc-rlp-slider-2 .owl-next:hover i:before {
  color: rgba(0, 0, 0, 0.8);
}
.sc-rlp-slider-1 .owl-prev i,
.sc-rlp-slider-1 .owl-next i,
.sc-rlp-slider-2 .owl-prev i,
.sc-rlp-slider-2 .owl-next i {
  vertical-align: -10px;
}
.sc-rlp-slider-1 .owl-prev i:before,
.sc-rlp-slider-1 .owl-next i:before,
.sc-rlp-slider-2 .owl-prev i:before,
.sc-rlp-slider-2 .owl-next i:before {
  font-size: 27px;
  color: rgba(255, 255, 255, 0.8);
}
.content-full-sh-img {
  width: 100%;
  display: block;
  float: left;
  clear: left;
}
.content-full-sh-img img {
  padding: 0px!important;
  border: 2px #bf9764;
  border-style: none none solid ;
}
.content-full-sh {
  display: block;
  float: left;
  clear: left;
  margin-bottom: 10px;
  padding: 10px;
}
.sh-banner {
  background: url('../images/featured.png');
  position: absolute;
  width: 62px;
  height: 76px;
  top: -3px;
  z-index: 3;
}
p.feat-rec {
  color: #bf9764;
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0px;
}
.rel-title {
  clear: both;
}
#parallax .parallax_content {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#parallax .parallax_out {
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.mobile-true #parallax .parallax_out {
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover !important;
}
#parallax .parallax_in {
  /*text-align: center;
    */
  position: relative;
  margin: 0 auto;
}
.boxed #parallax .parallax_out,
.boxed #parallax .parallax_content,
.two-col-left #parallax .parallax_content,
.two-col-right #parallax .parallax_content,
.three-col-left #parallax .parallax_content,
.three-col-right #parallax .parallax_content,
.three-col-middle #parallax .parallax_content {
  margin-left: 0px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.boxed-layout.one-col #parallax .parallax_out {
  width: 100%!important;
  margin-left: -2.85715% !important;
}
.authorlist {
  text-align: center;
  padding: 0 !important;
  float: left;
  margin-bottom: 20px;
}
.authorlist li {
  display: inline-block;
  float: left;
  margin: 0 4px;
  list-style: none;
  width: 65px;
  height: 110px;
}
.authorlist img.photo {
  float: left;
  margin-bottom: 5px;
  border: none !important;
}
.authorlist div {
  width: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.authorlist div.authname {
  margin: 20px 0 0 10px;
  float: left;
}
.authorlist div a {
  word-break: break-word;
}
/* 6.1 Buttons */
body #go-signup .button,
body #go-signup .button:visited,
body #top a.button,
body #top a.button:visited,
body #wrapper #content .button,
body #wrapper #content .button:visited,
body #wrapper #content .reply a,
body #wrapper #content #respond .form-submit input#submit {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  padding: 8px 20px;
  color: #fff !important;
  text-decoration: none;
  border: none;
  position: relative;
  cursor: pointer;
}
body #go-signup .button,
body #go-signup .button:visited,
body #top a.button,
body #top a.button:visited,
body #wrapper #content .button,
body #wrapper #content .button:visited,
body #wrapper #content .reply a,
body #wrapper #content #respond .form-submit input#submit {
  border: none;
  background: #bf9764;
}
body #go-signup .button:hover,
body #top a.button:hover,
body #wrapper #content .button:hover,
body #wrapper #content .reply a:hover,
body #wrapper #content #respond .form-submit input#submit:hover {
  color: #fff  !important;
  text-decoration: none;
  background-color: #a68356;
}
body #go-signup .button:active,
body #top a.button:active,
body #wrapper #content .button:active,
body #wrapper #content .reply a:active,
body #wrapper #content #respond .form-submit input#submit:active {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
}
body #wrapper #content .small.button,
body #wrapper #content .small.button:visited,
body #wrapper #content .reply a {
  font-size: 10px;
  padding: 0px 6px 1px;
  text-transform: uppercase;
}
body #go-signup .button,
body #go-signup .button:visited,
body #top a.button,
body #top a.button:visited,
body #wrapper #content .button,
body #wrapper #content .button:visited,
body #wrapper #content .medium.button,
body #wrapper #content .medium.button:visited,
body #wrapper #content #respond .form-submit input#submit {
  font-size: 13px;
  line-height: 1;
  padding: 8px 20px;
}
@-moz-document url-prefix() {
  body.woocommerce-cart #wrapper #content .button,
  body.woocommerce-cart #wrapper #content .button:visited,
  body.woocommerce-cart #wrapper #content .medium.button,
  body.woocommerce-cart #wrapper #content .medium.button:visited,
  body.woocommerce-cart #wrapper #content #respond .form-submit input#submit {
    padding: 4px 18px ;
  }
}
body #wrapper #content .large.button,
body #wrapper #content .large.button:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}
body #go-signup .button,
body #go-signup .button:visited,
body #top a.button,
body #top a.button:visited,
body #wrapper #content .button,
body #wrapper #content .button:visited,
body #wrapper #content .medium.button,
body #wrapper #content .medium.button:visited,
body #wrapper #content #respond .form-submit input#submit {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
body #go-signup .button,
body #go-signup .button:visited,
body #top a.button,
body #top a.button:visited,
body #wrapper #content .button,
body #wrapper #content .button:visited,
body #wrapper #content .reply a,
body #wrapper #content #respond .form-submit input#submit {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
body #go-signup .button:hover,
body #top a.button:hover,
body #wrapper #content .button:hover,
body #wrapper #content .reply a:hover,
body #wrapper #content #respond .form-submit input#submit:hover {
  opacity: 0.9;
}
.sticky h2:before {
  font-family: 'FontAwesome';
  content: "\f08d";
  position: relative;
  display: inline-block;
  left: -10px;
  text-indent: 10px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* 2.6 Footer */
#footer-wrap {
  padding: 0 1.618em;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
}
#footer-wrap-bottom {
  margin: 0 -1.618em;
  padding: 0 1.618em ;
  background: #262626;
}
#footer {
  padding: 1.067em 0 ;
  color: #7A7A7A;
}
#footer #credit img {
  vertical-align: middle;
}
#footer #credit span {
  display: none;
}
/* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */
#footer-widgets {
  padding: 42px 0;
  clear: both;
}
#footer-widgets h3 {
  font: 400 12px/18px "Georgia", sans-serif;
  color: #333333;
  text-transform: uppercase;
}
#footer-widgets ul {
  list-style: none;
  font-size: 12px;
}
#footer-widgets .widget_categories li,
#footer-widgets .widget_recent_entries li,
#footer-widgets .widget_archive li,
#footer-widgets .widget_meta li,
#footer-widgets .widget_recent_comments li {
  padding: 0 0 6px 24px;
  margin-bottom: 6px;
  line-height: 17px;
  border-bottom: 1px dotted #ababab;
}
@media only screen and (max-width: 959px) {
  #footer-wrap {
    padding: 0;
  }
}
span a[itemprop="recipeCuisine"]::after,
li a[itemprop="recipeCategory"]::after {
  content: ',';
  padding-right: 3px;
}
span a[itemprop="recipeCuisine"]:last-of-type::after,
li a[itemprop="recipeCategory"]:last-of-type::after {
  content: '';
  padding: 0;
}