.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: 'FontAwesome';
src: url(//blog.ile-kalorii.pl/wp-content/plugins/followers/public/fonts/fontawesome-webfont.eot?v=4.2.0);
src: url(//blog.ile-kalorii.pl/wp-content/plugins/followers/public/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(//blog.ile-kalorii.pl/wp-content/plugins/followers/public/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(//blog.ile-kalorii.pl/wp-content/plugins/followers/public/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(//blog.ile-kalorii.pl/wp-content/plugins/followers/public/fonts/fontawesome-webfont.svg?v=4.2.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;
} .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;
}
@-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;
} .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: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-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 {
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-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";
}  .pt-followers-icons.share-buttons {
position: relative;
width: 105%;
overflow: hidden;
}
ul.pt-followers-icons.share-buttons li {
color: #fff;
width: 31%;
text-align: center;
padding: 15px 0;
display: inline-block;
float: left;
margin: 0 5px 5px 0;
position: relative;
z-index: 97;
overflow: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1389px) {
ul.pt-followers-icons.share-buttons li {
width: 47%;
}
}
.sidebar .widget ul li.pt-followers-icons.share-buttons a,
.widget ul li.pt-followers-icons.share-buttons a,
ul.pt-followers-icons.share-buttons li a { color: #fff !important; }
ul.pt-followers-icons.share-buttons li:before {
font-family: "FontAwesome";
font-size: 28px;
display: block;
height: 30px;
padding: 10px 0 0 0;
}
ul.pt-followers-icons.share-buttons li span { display: block; }
.pt-followers-icons .counter { font-weight: 700; font-size: 16px; }
.pt-followers-icons .counted {  font-size: 13px; }
ul.pt-followers-icons.share-buttons li a:before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left:0;
display: block;
z-index: 99;
content:"";
}
ul.pt-followers-icons.share-buttons li span.action-button {
opacity: 0;
visibility: hidden;
position: absolute;
bottom:10px;
left:50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
font-weight: 700;
font-size: 13px;
background-color: rgba(255,255,255,0.2);
padding: 5px 10px;
display: inline-block;
width: auto;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
ul.pt-followers-icons.share-buttons li span.counter,
ul.pt-followers-icons.share-buttons li span.counted {
visibility: visible;
opacity: 1;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
ul.pt-followers-icons.share-buttons li:hover span.action-button {
visibility: visible;
opacity: 1;
bottom: 15px;
}
ul.pt-followers-icons.share-buttons li:hover span.counter,
ul.pt-followers-icons.share-buttons li:hover span.counted {
opacity:0;
visibility: hidden;
-webkit-transform: translateY(-25%);
-ms-transform: translateY(-25%);
transform: translateY(-25%);
} .pt-followers-icons .facebook-share { background-color: #3b5998; }
.pt-followers-icons .facebook-share:before { content: ""; }
.pt-followers-icons .twitter-share { background-color: #33bcf3; }
.pt-followers-icons .twitter-share:before { content: ""; }
.pt-followers-icons .google-plus-share { background-color: #dd4b39; }
.pt-followers-icons .google-plus-share:before { content: ""; }
.pt-followers-icons .pinterest-share { background-color: #cc2127; }
.pt-followers-icons .pinterest-share:before { content: ""; }
.pt-followers-icons .behance-share { background-color: #1769ff; }
.pt-followers-icons .behance-share:before { content: ""; }
.pt-followers-icons .dribbble-share { background-color: #ea4c89; }
.pt-followers-icons .dribbble-share:before { content: ""; }
.pt-followers-icons .instagram-share { background-color: #3f729b; }
.pt-followers-icons .instagram-share:before { content: ""; }
.pt-followers-icons .linkedin-share { background-color: #0976b4; }
.pt-followers-icons .linkedin-share:before { content: ""; }
.pt-followers-icons .github-share { background-color: #4183c4; }
.pt-followers-icons .github-share:before { content: ""; }
.pt-followers-icons .youtube-share { background-color: #e52d27; }
.pt-followers-icons .youtube-share:before { content: ""; }
.pt-followers-icons .pinterest0share { background-color: #cc2127; }
.pt-followers-icons .pinterest-share:before { content: ""; }.foodiepress-wrapper.recipe1 a.nutrition-btn {
float: right;
margin-right: 10px;
margin-top: 1px;
padding: 5px 10px;
}
.foodiepress-wrapper.recipe1 .author-data {
display: none;
}
.foodiepress-wrapper.recipe1 .recipe-image {
display: none;
}
.foodiepress-wrapper.recipe1 .recipe-details {
background-color: #f8f8f8;
padding: 20px 23px 20px 35px;
margin-bottom: 20px;
}
.foodiepress-wrapper.recipe1 .recipe-details ul li {
display: inline;
float: left;
margin-right: 21px;
padding-right: 21px;
border-right: 1px solid #d8d8d8;
}
.foodiepress-wrapper.recipe1 .recipe-details ul li:last-child { border: none; margin-right: 0px; }
.foodiepress-wrapper.recipe1 .recipe-details ul li strong { display: block; } .foodiepress-wrapper.recipe1 a.print {
background-color: #808080;
color: #fff;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
padding: 5px 10px;
display: inline-block;
float: right;
margin-top: 1px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.foodiepress-wrapper.recipe1 a.print:hover { background-color: #555; }
.foodiepress-wrapper.recipe1 a.print i { font-size: 14px; margin-right: 2px; } .foodiepress-wrapper.recipe1 .ingredients {
background-color: #fff;
border: 1px solid #e9e9e9;
padding: 39px 0;
position: relative;
margin: 12px 0 35px 0;
list-style: none;
}
.foodiepress-wrapper.recipe1 .ingredients li {
border-bottom: 1px solid #e9e9e9;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 7px 0 8px 120px;
position: relative;
}
.foodiepress-wrapper.recipe1 .ingredients li:first-child { border-top: 1px solid #e9e9e9; }
.foodiepress-wrapper.recipe1 .ingredients:before,
.foodiepress-wrapper.recipe1 .ingredients:after {
content:"";
height: 100%;
width: 1px;
background-color: #ffd4d4;
position: absolute;
top: 0;
}
.foodiepress-wrapper.recipe1 .ingredients:before { left: 70px; }
.foodiepress-wrapper.recipe1 .ingredients:after { left: 74px; }
.foodiepress-wrapper.recipe1 .ingredients li { padding-left: 150px; } .foodiepress-wrapper.recipe1 .ingredients li {
cursor: pointer;
}
.foodiepress-wrapper.recipe1 .ingredients li:before {
content: "";
display: inline-block;
width: 19px;
height: 19px;
margin-right: 10px;
position: absolute;
left: 115px;
top: 7px;
background-color: #fff;
border: 2px solid #d0d0d0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.foodiepress-wrapper.recipe1 .ingredients li.separator:before {
content: none;
}
.foodiepress-wrapper.recipe1 .ingredients li.separator {
padding-left: 115px;
font-weight: 600;
cursor: default;
color: #666;
}
.foodiepress-wrapper.recipe1 .ingredients li.active span {
text-decoration: line-through;
}
.foodiepress-wrapper.recipe1 .ingredients li.active:before  {
content: "";
font-family: "FontAwesome";
font-size: 13px;
color: #fff;
text-align: center;
line-height: 15px;
background-color: #808080;
border: 2px solid #808080;
}
.foodiepress-wrapper.recipe1 .ingredients input[type=checkbox]:checked + label { text-decoration: line-through; } .foodiepress-wrapper.recipe1 .instructions ul {
list-style: none;
}
.foodiepress-wrapper.recipe1 .instructions ul > li {
position: relative;
padding: 10px 0px
}
.foodiepress-wrapper.recipe1 .instructions ul li.active {
text-decoration: line-through;
}
.foodiepress-wrapper.recipe1 .instructions ul  > li:before {
content: "";
display: inline-block;
width: 19px;
height: 19px;
margin-right: 10px;
position: absolute;
left: -30px;
top: 7px;
background-color: #fff;
border: 2px solid #d0d0d0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.foodiepress-wrapper.recipe1 .instructions ul > li.active:before {
content: "";
font-family: "FontAwesome";
font-size: 13px;
color: #fff;
text-align: center;
line-height: 15px;
background-color: #808080;
border: 2px solid #808080;
}
.foodiepress-wrapper.recipe1 .instructions ol {
list-style-type: none;
list-style-type: decimal !ie; margin: 15px 0 0 34px;
padding: 0;
counter-reset: li-counter;
}
.foodiepress-wrapper.recipe1 .instructions ol > li {
position: relative;
margin-bottom: 15px;
padding: 8px 14px;
line-height: 24px;
}
.foodiepress-wrapper.recipe1 .instructions ol > li:last-child { margin-bottom: 35px; }
.foodiepress-wrapper.recipe1 .instructions ol > li:before {
position: absolute;
top: 3px;
left: -34px;
width: 34px;
height: 34px;
text-align: center;
line-height: 32px;
color: #999;
font-weight: 700;
font-size: 16px;
background-color: #f4f4f4;
content: counter(li-counter);
counter-increment: li-counter;
cursor: default;
} .foodiepress-wrapper.recipe1 .ingredients-container,
.foodiepress-wrapper.recipe1 .directions-container {
float: none;
padding: 30px 35px 0 35px;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.foodiepress-wrapper.recipe1 .recipe-container       { display: table; margin: 15px 0 35px 0; }
.foodiepress-wrapper.recipe1 .ingredients-container  { display: table-cell; background-color: #f8f8f8; width: 42%; }
.foodiepress-wrapper.recipe1 .directions-container   { display: table-cell; background-color: #fff; width: 58%; }
.foodiepress-wrapper.recipe1 .ingredients-container .ingredients {
background-color: #f8f8f8;
border: none;
padding: 0;
position: relative;
margin: 15px 0 0 0;
list-style: none;
}
.foodiepress-wrapper.recipe1 .ingredients a{
color: #808080;
position: relative;
}
.foodiepress-wrapper.recipe1 .ingredients a:after {
content: '';
width: 100%;
height: 1px;
position: absolute;
left:0;
bottom: 0;
border-bottom: 1px dotted #a0a0a0;
display: inline-block;
}
.foodiepress-wrapper.recipe1 .ingredients a:hover:after { border-color: #8dc63f; }
.foodiepress-wrapper.recipe1 .ingredients-container .ingredients:before,
.foodiepress-wrapper.recipe1 .ingredients-container .ingredients:after { display: none; }
.foodiepress-wrapper.recipe1 .ingredients-container .ingredients li {
border: none;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 7px 0;
}
.foodiepress-wrapper.recipe1 .ingredients-container .ingredients li:last-child { padding-bottom: 35px; }
.foodiepress-wrapper.recipe1 .review { display: none; }
@media only screen and (min-width: 768px) and (max-width: 990px) {
.foodiepress-wrapper.recipe1 .ingredients:before { left: 60px; }
.foodiepress-wrapper.recipe1 .ingredients:after { left: 64px; }
.foodiepress-wrapper.recipe1 .ingredients li:before { left: 110px;}
.foodiepress-wrapper.recipe1 .ingredients li { padding-left: 140px; }
}
@media only screen and (max-width: 768px) {
.foodiepress-wrapper.recipe1 .ingredients { padding: 30px 0px;}
.foodiepress-wrapper.recipe1 .ingredients li:first-child { border: none; }
.foodiepress-wrapper.recipe1 .ingredients li:before { left: 30px; }
.foodiepress-wrapper.recipe1 .ingredients li { padding-left: 60px; position: relative; border: none;}
.foodiepress-wrapper.recipe1 .ingredients li.separator { padding-left: 60px; }
.foodiepress-wrapper.recipe1 .ingredients-container,
.foodiepress-wrapper.recipe1 .directions-container   { display: block; width: 100%; }
.foodiepress-wrapper.recipe1 .directions-container   { padding-left: 0; padding-bottom: 0; }
.foodiepress-wrapper.recipe1 .recipe-container { margin-bottom: 0; }
.post-content .foodiepress-wrapper.recipe1 .recipe-details ul { margin-bottom: 15px; overflow: hidden;}
.foodiepress-wrapper.recipe1 a.print { float: left; margin-right: 15px;}
.foodiepress-wrapper.recipe1 a.nutrition-btn { float: left; }
}.foodiepress-wrapper.recipe2 a.nutrition-btn {
float: right;
margin-right: 10px;
margin-top: 1px;
padding: 5px 10px;
}
.foodiepress-wrapper.recipe2 .author-data {
display: none;
}
.foodiepress-wrapper.recipe2 .recipe-image {
display: none;
}
.foodiepress-wrapper.recipe2 .recipe-details {
background-color: #f8f8f8;
padding: 20px 23px 20px 35px;
margin-bottom: 20px;
}
.foodiepress-wrapper.recipe2 .recipe-details ul li {
display: inline;
float: left;
margin-right: 21px;
padding-right: 21px;
border-right: 1px solid #d8d8d8;
}
.foodiepress-wrapper.recipe2 .recipe-details ul li:last-child { border: none; margin-right: 0px; }
.foodiepress-wrapper.recipe2 .recipe-details ul li strong { display: block; } .foodiepress-wrapper.recipe2 a.print {
background-color: #808080;
color: #fff;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
padding: 5px 10px;
display: inline-block;
float: right;
margin-top: 1px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.foodiepress-wrapper.recipe2 a.print:hover { background-color: #555; }
.foodiepress-wrapper.recipe2 a.print i { font-size: 14px; margin-right: 2px; } .foodiepress-wrapper.recipe2 .ingredients {
background-color: #fff;
border: 1px solid #e9e9e9;
padding: 39px 0;
position: relative;
margin: 12px 0 35px 0;
}
.foodiepress-wrapper.recipe2 .ingredients li {
border-bottom: 1px solid #e9e9e9;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 7px 0 7px 0;
padding-left: 120px;
position: relative;
}
.foodiepress-wrapper.recipe2 .ingredients li:first-child { border-top: 1px solid #e9e9e9; }
.foodiepress-wrapper.recipe2 .ingredients:before,
.foodiepress-wrapper.recipe2 .ingredients:after {
content:"";
height: 100%;
width: 1px;
background-color: #ffd4d4;
position: absolute;
top: 0;
}
.foodiepress-wrapper.recipe2 .ingredients:before { left: 70px; }
.foodiepress-wrapper.recipe2 .ingredients:after { left: 74px; }
.foodiepress-wrapper.recipe2 .ingredients li { padding-left: 150px; } .foodiepress-wrapper.recipe2 .ingredients li {
cursor: pointer;
}
.foodiepress-wrapper.recipe2 .ingredients li:before {
content: "";
display: inline-block;
width: 19px;
height: 19px;
margin-right: 10px;
position: absolute;
left:0px;
top: 7px;
background-color: #fff;
border: 2px solid #d0d0d0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.foodiepress-wrapper.recipe2 .ingredients li.active span{
text-decoration: line-through;
}
.foodiepress-wrapper.recipe2 .ingredients li.active:before  {
content: "";
font-family: "FontAwesome";
font-size: 13px;
color: #fff;
text-align: center;
line-height: 15px;
background-color: #808080;
border: 2px solid #808080;
}
.foodiepress-wrapper.recipe2 .ingredients input[type=checkbox]:checked + label { text-decoration: line-through; }
.foodiepress-wrapper.recipe2 .ingredients li.separator:before { content: none; }
.foodiepress-wrapper.recipe2 .ingredients li.separator { 
font-weight: 600;
color: #666;
cursor: default;
} .foodiepress-wrapper.recipe2 .instructions ul {
list-style: none;
}
.foodiepress-wrapper.recipe2 .instructions ul > li {
position: relative;
padding: 10px 0px
}
.foodiepress-wrapper.recipe2 .instructions ul li.active {
text-decoration: line-through;
}
.foodiepress-wrapper.recipe2 .instructions ul > li:before {
content: "";
display: inline-block;
width: 19px;
height: 19px;
margin-right: 10px;
position: absolute;
left: -30px;
top: 7px;
background-color: #fff;
border: 2px solid #d0d0d0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.foodiepress-wrapper.recipe2 .instructions ul > li.active:before {
content: "";
font-family: "FontAwesome";
font-size: 13px;
color: #fff;
text-align: center;
line-height: 15px;
background-color: #808080;
border: 2px solid #808080;
}
.foodiepress-wrapper.recipe2 .instructions ol {
list-style-type: none;
list-style-type: decimal !ie; margin: 15px 0 0 34px;
padding: 0;
counter-reset: li-counter;
}
.foodiepress-wrapper.recipe2 .instructions ol > li {
position: relative;
margin-bottom: 15px;
padding: 8px 14px;
line-height: 24px;
}
.foodiepress-wrapper.recipe2 .instructions ol > li:last-child { margin-bottom: 35px; }
.foodiepress-wrapper.recipe2 .instructions ol > li:before {
position: absolute;
top: 3px;
left: -34px;
width: 34px;
height: 34px;
text-align: center;
line-height: 32px;
color: #999;
font-weight: 700;
font-size: 16px;
background-color: #f4f4f4;
content: counter(li-counter);
counter-increment: li-counter;
cursor: default;
} .foodiepress-wrapper.recipe2 .ingredients-container,
.foodiepress-wrapper.recipe2 .directions-container {
float: none;
padding: 30px 35px 0 35px;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.foodiepress-wrapper.recipe2 .recipe-container       { display: table; margin: 15px 0 35px 0; }
.foodiepress-wrapper.recipe2 .ingredients-container  { display: table-cell; background-color: #f8f8f8; width: 42%; }
.foodiepress-wrapper.recipe2 .directions-container   { display: table-cell; background-color: #fff; width: 58%; }
.foodiepress-wrapper.recipe2 .ingredients-container .ingredients {
background-color: #f8f8f8;
border: none;
padding: 0;
position: relative;
margin: 15px 0 0 0;
list-style: none;
}
.foodiepress-wrapper.recipe2 .ingredients a{
color: #808080;
position: relative;
}
.foodiepress-wrapper.recipe2 .ingredients a:after {
content: '';
width: 100%;
height: 1px;
position: absolute;
left:0;
bottom: 0;
border-bottom: 1px dotted #999;
display: inline-block;
}
.foodiepress-wrapper.recipe2 .ingredients a:hover:after { border-color: #8dc63f; }
.foodiepress-wrapper.recipe2 .ingredients-container .ingredients:before,
.foodiepress-wrapper.recipe2 .ingredients-container .ingredients:after { display: none; }
.foodiepress-wrapper.recipe2 .ingredients-container .ingredients li {
border: none;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 22px;
padding: 7px 0 7px 30px;
}
.foodiepress-wrapper.recipe2 .ingredients-container .ingredients li:last-child { padding-bottom: 35px; }
.foodiepress-wrapper.recipe2 .review { display: none; } @media only screen and (max-width: 990px) {
.foodiepress-wrapper.recipe2 .ingredients li { padding-left: 110px; position: relative;}
.foodiepress-wrapper.recipe2 .ingredients-container,
.foodiepress-wrapper.recipe2 .directions-container   { display: block; width: 100%; }
.foodiepress-wrapper.recipe2 .directions-container   { padding-left: 0; padding-bottom: 0; }
.foodiepress-wrapper.recipe2 .recipe-container { margin-bottom: 0; }
.post-content .foodiepress-wrapper.recipe2 .recipe-details ul { margin-bottom: 15px; overflow: hidden;}
.foodiepress-wrapper.recipe2 a.print { float: left; margin-right: 15px;}
.foodiepress-wrapper.recipe2 a.nutrition-btn { float: left; }
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 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%;
font: inherit;
vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
.no-select {
user-select: none;
-o-user-select:none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none; } body {
background: #fff;
font-size: 14px;
line-height: 24px;
color: #808080;
-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;
overflow-x: hidden;
}
body.overflow-reset {
overflow: visible;
}
#wrapper {
padding: 0;
background-color: #fff;
} body.boxed {
margin: 0 auto;
background: #e9e9e9;
}
#header {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
} body, h1, h2, h3, h4, h5, h6,
input[type="button"], input[type="submit"], input[type="number"],
input[type="text"], input[type="password"], input[type="email"], textarea, select, button {
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}  .margin-reset { margin: 0 !important; } .margin-top-0  { margin-top: 0 !important; }
.margin-top-5  { margin-top: 5px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-15 { margin-top: 15px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-35 { margin-top: 35px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-45 { margin-top: 45px !important; }
.margin-top-50 { margin-top: 50px !important; } .margin-bottom-0  { margin-bottom: 0 !important; }
.margin-bottom-5  { margin-bottom: 5px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-35 { margin-bottom: 35px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-45 { margin-bottom: 45px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; } .columns.google-map img {
max-width: none;
}
img, object, video {
height: auto;
display:block;
}
img {
width: auto;
max-width: 100%;
border: 0;
-ms-interpolation-mode: bicubic;
} .embed {
position: relative;
padding: 0px;
padding-bottom: 56.25%; height: 0;
overflow: hidden;
}
.embed iframe,
.embed object,
.embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} h1, h2, h3, h4, h5, h6 {
color: #606060;
font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 28px; line-height: 50px; }
h2 { font-size: 24px; line-height: 30px; }
h3 { font-size: 20px; line-height: 34px; }
h4 { font-size: 18px; line-height: 30px; }
h5 { font-size: 16px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
p { margin: 0 0 15px 0; line-height: 24px;}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #808080;  }
em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 80%; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; } a, a:visited { text-decoration: none; outline: 0; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; -transition: color 0.2s ease-in-out; }
a:hover { color: #808080; }
p a, p a:visited { line-height: inherit; } ul, ol { margin: 0; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; margin-bottom: 10px; margin-top: 10px;}
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
div.post ul,
div.page ul { list-style: disc outside; margin-left: 30px; margin-bottom: 10px; margin-top: 10px;}
ul ul, ul ol,
ol ol, ol ul {}
ul ul li, ul ol li,
ol ol li, ol ul li {}
li { line-height: 18px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; } input[type="text"],
input[type="password"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea,
.variations select,
select {
padding: 10px 12px;
outline: none;
font-size: 13px;
color: #777;
margin: 0;
max-width: 100%;
display: block;
background-color: #fff;
border: 1px solid #e8e8e8;
font-weight: 600;
}
select { padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
background-color: #fafafa;
border: 1px solid #e6e6e6;
color: #777;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
div:focus {	outline: none;}
::-webkit-input-placeholder { color:#999;
opacity: 1;
}
:-moz-placeholder { color: #999;
opacity: 1;
}
::-moz-placeholder { color: #999;
opacity: 1;
}
:-ms-input-placeholder { color: #999;
opacity: 1;
}
textarea { min-height: 60px; }
label,
legend {
display: block;
font-weight: bold;
font-size: 14px;
font-weight: normal;
margin-bottom: 5px;
}
input {
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
input[type="checkbox"] { display: inline; }
label span,
legend span {
font-weight: normal;
font-size: 14px;
color: #444;
}
pre {
white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-family: consolas, courier, monospace;
font-size: 1em;
line-height: 1.2em;
white-space: pre;
background-color: #fafafa;
color: #000; padding: 1em;
margin: 1.2em 1em;
}
abbr {border-bottom: 1px dotted black;}
big { font-size:1.4em;}    .container                                  { position: relative; width: 1200px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; } .column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; } .container .one.column,
.container .one.columns                     { width: 55px;  }
.container .two.columns                     { width: 130px; }
.container .three.columns                   { width: 205px; }
.container .four.columns                    { width: 280px; }
.container .five.columns                    { width: 355px; }
.container .six.columns                     { width: 430px; }
.container .seven.columns                   { width: 505px; }
.container .eight.columns                   { width: 580px; }
.container .nine.columns                    { width: 655px; }
.container .ten.columns                     { width: 730px; }
.container .eleven.columns                  { width: 805px; }
.container .twelve.columns                  { width: 880px; }
.container .thirteen.columns                { width: 955px; }
.container .fourteen.columns                { width: 1030px; }
.container .fifteen.columns                 { width: 1105px; }
.container .sixteen.columns                 { width: 1180px; }
.container .one-third.columns                { width: 380px; }
.container .one-third.column                { width: 380px; }
.container .two-thirds.columns               { width: 780px; }
.container .two-thirds.column               { width: 780px; }
.container .twelve.sidebar-right.columns    { width: 860px; margin-right: 30px; }
.container .twelve.sidebar-left.columns     { width: 860px; margin-left: 30px; }
.container .four.recipe-box.columns,
.container .four.shop.columns               { width: 273px; margin: 0 20px 0 0; }
.container .full-grid .four.recipe-box.columns { width: 280px; margin-left: 10px; margin-right: 10px; }
.line.rb { width: 97.7%; }
body.boxed { width: 1280px; } .list-style .recipe-box-content             { width: 590px; margin-left: 270px; }
.list-style .thumbnail-holder               { width: 270px; height: 238px; }
.list-style .recipe-box-content.no-thumb    { width: 860px; margin-left: 0px;}  @media only screen and (min-width: 960px) and (max-width: 1389px) {
.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; } .column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; } .container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 220px; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }
.container .one-third.column                { width: 300px; }
.container .one-third.columns                { width: 300px; }
.container .two-thirds.columns               { width: 620px; }
.container .two-thirds.column               { width: 620px; }
.container .twelve.sidebar-right.columns    { width: 680px; margin-right: 30px; }
.container .twelve.sidebar-left.columns     { width: 680px; margin-left: 30px; }
.container .four.recipe-box.columns,
.container .four.shop.columns               { width: 213px; margin: 0 20px 0 0; }
.related-posts .four.recipe-box             { width: 213px !important; }
.line.rb { width: 97%; }
.container .full-grid .four.recipe-box.columns { width: 220px; }
body.boxed { width: 1040px; } .list-style .recipe-box-content             { width: 445px; margin-left: 235px; }
.list-style .thumbnail-holder               { width: 235px; height: 286px; }
.list-style .recipe-box-content.no-thumb    { width: 680px; margin-left: 0px;}
.ordering { width: 213px !important }
}  @media only screen and (min-width: 768px) and (max-width: 990px) {
.container                                  { width: 768px; }
.container .column,
.container .columns                         { margin-left: 10px; margin-right: 10px;  }
.column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
.column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
.alpha.omega                                { margin-left: 0; margin-right: 0; }
.container .one.column,
.container .one.columns                     { width: 28px; }
.container .two.columns                     { width: 76px; }
.container .three.columns                   { width: 124px; }
.container .four.columns                    { width: 172px; }
.container .five.columns                    { width: 220px; }
.container .six.columns                     { width: 268px; }
.container .seven.columns                   { width: 316px; }
.container .eight.columns                   { width: 364px; }
.container .nine.columns                    { width: 412px; }
.container .ten.columns                     { width: 460px; }
.container .eleven.columns                  { width: 508px; }
.container .twelve.columns                  { width: 556px; }
.container .thirteen.columns                { width: 604px; }
.container .fourteen.columns                { width: 652px; }
.container .fifteen.columns                 { width: 700px; }
.container .sixteen.columns                 { width: 748px; }
.container .one-third.column                { width: 236px; }
.container .one-third.columns                { width: 236px; }
.container .two-thirds.columns               { width: 492px; }
.container .two-thirds.column               { width: 492px; }
.container .twelve.sidebar-right.columns    { width: 546px; margin-right: 20px; }
.container .twelve.sidebar-left.columns     { width: 546px; margin-left: 20px; }
.container .four.recipe-box.columns,
.container .four.shop.columns               { width: 258px; margin: 0 20px 0 0; }
.container .full-grid .four.recipe-box.columns { width: 236px; margin-left: 10px; margin-right: 10px; }
.related-posts .four.recipe-box             { width: 258px !important; }
.line.rb { width: 96.5%; }
.list-style .recipe-box-content             { width: 326px; margin-left: 220px; }
.list-style .thumbnail-holder               { width: 220px; }
.list-style .recipe-box-content.no-thumb    { width: 546px; margin-left: 0px;}
body.boxed { width: 100%; }
.ordering { width: 258px !important } .list-style .recipe-box-content       { width: 536px; margin-left:0; position: relative; }
.list-style .thumbnail-holder         { width: 536px; position: relative !important; float: left; height: 280px !important; }
.list-style .thumbnail-holder img     { width: 100% !important; height: auto !important; -webkit-transform: translateY(-25%); -ms-transform: translateY(-25%); transform: translateY(-25%); }
}  @media only screen and (max-width: 767px) {
.container { width: 300px; }
.container .columns,
.container .column { margin: 0; }
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.columns,
.container .one-third.column,
.container .two-thirds.columns,
.container .two-thirds.column,
.container .twelve.sidebar-right.columns,
.container .twelve.sidebar-left.columns,
.container .five.sidebar-right.columns,
.container .eleven.sidebar-right.columns { width: 300px; }
.container .four.recipe-box.columns,
.container .four.shop.columns                 { width: 300px; margin: 0; }
.related-posts .four.recipe-box               { width: 300px !important; }
.line.rb { width: 100%; }
.ordering { width: 100% !important }
body.boxed { width: 100%; } .list-style .recipe-box-content             { width: 100%; margin-left:0; position: relative; }
.list-style .recipe-box-content.no-thumb    { width: 100%; margin-left:0; position: relative;}
.list-style .thumbnail-holder               { width: 100%; position: relative !important; float: none; height: auto; }
.list-style .thumbnail-holder img           { width: 100% !important; height: auto !important; }
}  @media only screen and (min-width: 480px) and (max-width: 767px) {
.container { width: 420px; }
.container .columns,
.container .column { margin: 0; }
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.columns,
.container .one-third.column,
.container .two-thirds.columns,
.container .two-thirds.column,
.container .twelve.sidebar-right.columns,
.container .twelve.sidebar-left.columns,
.container .five.sidebar-right.columns,
.container .eleven.sidebar-right.columns { width: 420px; }
body.boxed { width: 100%; }
.container .full-grid .four.recipe-box.columns,
.container .four.recipe-box.columns,
.container .four.shop.columns               { width: 420px; margin: 0; }
.related-posts .four.recipe-box             { width: 420px !important; }
.line.rb { width: 100%; }
.ordering { width: 100% !important }
}  .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } .clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.row:after,
.clearfix:after {
clear: both; }
.row,
.clearfix {
zoom: 1; } .clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
} @font-face {
font-family: 'FontAwesome';
src: url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/fonts/fontawesome-webfont.eot?v=4.2.0);
src: url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/fonts/fontawesome-webfont.svg?v=4.2.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;
} .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;
}
@-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;
} .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: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-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 {
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-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";
} @import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext");
@import url("//fonts.googleapis.com/css?family=Arvo&subset=latin,latin-ext");   #header {
z-index: 999;
background: #fff;
position: relative;
width: 100%;
min-height: 74px;
} #logo { margin-top: 20px; }
.boxed #logo { margin-top: 35px; }
#logo a img {
float: left;
width: auto;
}
#blogdesc {
color: #999;
border-left: 1px solid #e9e9e9;
margin: 0px 0 0 20px;
padding: 5px 0 5px 20px;
float: left;
}  #navigation { float: right; }
.js .selectnav { display: none; }
.menu ul {
margin: 0;
padding: 0;
list-style: none;
z-index: 100;
}
.menu ul li {
position: relative;
margin-left: 5px;	z-index: 100;
}
.menu ul ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 100;
width: 175px;	z-index: 100;
}
.menu > ul li { float: left; }
.menu ul li:hover > ul { display: block; }
.menu ul a {
display: block;
position: relative;
}
.menu ul ul ul {
top: 0;
left: 100%;	z-index: 100;
} .menu ul a { text-decoration: none; }
.menu ul > li > a {
color: #707070;
font-weight: 600;
font-size: 14px;
line-height: 18px;
padding: 28px 16px 25px 16px;
overflow: hidden;
border-bottom: 3px solid transparent;
}
.menu > ul > li.current-menu-ancestor > a,
.menu > ul > li.current-menu-item > a,
#current { border-bottom: 3px solid #808080; color: #505050; }
.menu ul li a:hover,
.menu ul > li:hover > a {
border-bottom: 3px solid #808080;
color: #505050;
}
.menu ul li a {
-webkit-transition: border 150ms ease-in-out, color 150ms ease-in-out;
-moz-transition: border 150ms ease-in-out, color 150ms ease-in-out;
-o-transition: border 150ms ease-in-out, color 150ms ease-in-out;
-ms-transition: border 150ms ease-in-out, color 150ms ease-in-out;
transition: border 150ms ease-in-out, color 150ms ease-in-out;
} .menu.alternative ul li {
position: relative;
margin-left: 0;
}
.menu.alternative {
background-color: #f2f2f2;
width: 100%;
margin: 35px 0 25px 0;
}
.menu.alternative ul > li > a {
color: #fff;
font-weight: 600;
font-size: 14px;
line-height: 18px;
padding: 17px 20px;
overflow: hidden;
border-bottom: 0;
color: #808080;
}
.alternative #current {
border-bottom: 0;
background-color: #eaeaea;
color: #808080;
}
.alternative #current:hover,
.menu.alternative ul li a:hover,
.menu.alternative ul > li.sfHover > a {
border-bottom: 0;
color: #fff !important;
background-color: #808080 !important;
}
.menu.alternative ul li a,
.alternative.sf-arrows .sf-with-ul:hover:after {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.alternative.sf-arrows .sf-with-ul:hover:after,
.alternative.sf-arrows ul > li.sfHover .sf-with-ul:after {
color: #fff;
}
.alternative.menu ul ul {
border-top: 0;
margin: 0;
}
.alternative.menu ul ul li a {
font-weight: 500;
text-transform: none;
color: #9c9c9c;
font-size: 13px;
line-height: 18px;
padding: 10px 16px !important;
border: 0;
} .menu ul ul {
background-color: #333;
z-index: 999;
border-top: 3px solid #808080;
margin: -3px 0 0 0;
}
.menu > ul ul li:hover > a {
border-bottom: 0;
background: transparent;
color: #fff;
}
.menu ul ul li {
margin: 0;
padding: 0;
width: 100%;
}
.menu ul ul li a {
font-weight: 500;
text-transform: none;
color: #9c9c9c;
font-size: 13px;
line-height: 18px;
padding: 10px 16px !important;
border: 0;
}
.menu ul ul li { border-top: 1px solid #484848; }
.menu ul ul li:first-child { border: none; }
.menu ul ul li a:hover {
color: #fff;
background-color: #3a3a3a;
border: 0;
}
.menu ul ul li a,
.sf-arrows ul li ul a.sf-with-ul:after {
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
.menu ul ul ul {
margin: 0 0 0 1px;
border: none;
z-index: 100;
}
.sf-arrows .sf-with-ul:after {
content: "";
font-family: "FontAwesome";
font-size: 12px;
margin: 0 0 0 6px;
top: -1px;
position: relative;
width: 11px;
height: 5px;
display: inline-block;
color: #c4c4c4;
float: right;
}
.sf-arrows ul li ul a.sf-with-ul:after {
color: #777;
right: 9px;
top: 10px;
position: absolute;
content: "";
}
.sf-arrows ul li ul a:hover.sf-with-ul:after { color: #fff; }
.menu ul li ul li.sfHover { background: #3a3a3a; }
.nav-toggle { display: none; } @media only screen and (max-width: 990px) {
body .columns.navigation { width: 100%; }
a.nav-toggle {
position: relative;
width: 100%;
display: inline-block;
background-color: #f2f2f2;
color: #808080 !important;
font-weight: 700;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin: 22px 0 0 0;
padding: 11px 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a.nav-toggle.active {
color: #fff !important;
background-color: #808080;
}
#header { padding-bottom: 25px; }
.nav-toggle:before {
font-family: "FontAwesome";
font-size: 21px;
position: absolute;
content: "";
right: 16px;
top: 12px;
color: #888;
}
.nav-toggle.active::before {
content: "";
color: #fff;
}
.nav-collapse,
.nav-collapse * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.nav-collapse,
.nav-collapse ul {
list-style: none;
width: 100%;
float: left;
font-weight: 600;
font-size: 14px;
}
.nav-collapse .menu ul li {
float: left;
width: 100%;
margin-left:0px;
display: block;
border-top: 1px solid #fff;
}
.nav-collapse .menu ul > li > a {
padding: 12px 20px 12px 30px
}
.nav-collapse .menu ul li a:hover {
border: 0px;
color: #fff !important;
}
.nav-collapse a {
background-color: #f0f0f0;
text-decoration: none;
width: 100%;
float: left;
padding: 12px 20px;
color: #808080 !important;
}
.nav-collapse ul ul a {
padding-left: 30px;
background-color: #f8f8f8;
border: none;
}
.nav-collapse ul ul ul a { padding-left: 60px; }
.nav-collapse ul ul ul ul a { padding-left: 90px; }
.nav-collapse #current { border: none; color: #808080; }
.nav-collapse ul li a:hover {
background-color: #c0c0c0;
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.nav-collapse ul {
margin: 0;
padding: 0;
width: 100%;
display: block;
list-style: none;
}
.js .nav-collapse {
clip: rect(0 0 0 0);
max-height: 0;
position: absolute;
display: block;
overflow: hidden;
zoom: 1;
}
.nav-collapse.opened { max-height: 9999px; }
.disable-pointer-events { pointer-events: none !important; }
.nav-toggle {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
}  .twelve.columns.left-sidebar {
float: right;
}
.twelve.columns.left-sidebar-class {
position: relative;
right: -20px;
float: right;
} .headline {
font-size: 22px;
background-color: #fff;
padding-right: 10px;
z-index: 5;
position: relative;
float: left;
}
h4.headline { font-size: 20px; }
.line,
.divider {
border-bottom: 1px solid #ebebeb;
width: 100%;
float: left;
height: 1px;
display: inline-block;
margin: -16px 0 25px 0;
}
.divider { margin: 15px 0; float: none; } table,
table.shop_table,
table.basic-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
border:none;
margin-bottom: 15px;
}
table th,
table.shop_table th, 
table.basic-table th {
text-align: left;
padding: 10px 15px;
color: #666;
vertical-align: top;
font-size: 14px;
font-weight: 600;
}
table td,
table.shop_table td,
table.basic-table td {
padding: 10px 15px;
border-top: none;
border-right: none;
}
table tr:nth-child(odd)
table.shop_table tr:nth-child(odd)
.basic-table tr:nth-child(odd) {
background-color: #f8f8f8;
}
.tab-content table,
.tab-content .basic-table { margin: 0 0 20px 0; }
.order_details.shop_table thead tr:nth-child(odd),
.order_details.shop_table tfoot tr:nth-child(odd),
#order_review .shop_table thead tr:nth-child(odd),
#order_review .shop_table tfoot tr:nth-child(odd),
.shop_attributes tr:nth-child(odd),
.basic-table tr:nth-child(odd) {
background-color: #f8f8f8;
}
.shop_table.my_account_orders tbody tr:nth-child(odd){
background-color: #fff;
}
.shop_table.my_account_orders tbody tr:nth-child(even){
background-color: #f8f8f8;
}
dl {
margin: 1.6em 0;
}
dl dt {
float: left;
width: 180px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: bold;
margin-bottom: 1em
}
dl.customer_details dt {
text-align: left;
}
dl dd {
margin-left: 200px;
margin-bottom: 1em
} #titlebar {
background-color: #f6f6f6;
min-height: 88px;
margin: 0 0 40px 0;
}
#titlebar h1,
#titlebar h2 {
font-size: 24px;
line-height: 30px;
font-weight: 500;
float: left;
width: 100%;
margin: 29px 0 0 0; color: #606060;
}
#titlebar span {
font-weight: 300;
color: #aaa;
}
#titlebar.no-recipe-bg {
min-height: 110px;
}
#titlebar.no-recipe-bg h2{
float: none;
font-size: 26px;
margin-top: 30px;
}
#titlebar.no-recipe-bg #breadcrumbs ul { margin-top: 43px;}
#titlebar.no-recipe-bg .reviews-meta {
line-height: 21px;
left: 103px;
}
#titlebar.no-recipe-bg .rating {
float: left;
}
#titlebar.no-recipe-bg .reviews-meta a{
color: #909090;
}
#titlebar.no-recipe-bg .reviews-meta {
line-height: 21px;
}
#titlebar.browse-all {
margin: 0;
min-height: 67px;
border-bottom: none;
}
#titlebar.browse-all h2 { margin: 31px 0 0 0; }
.browse-all {
width: 100%;
margin: 0 auto;
} #breadcrumbs ul {
float: right;
font-size: 13px;
margin-top: 30px;
font-weight: 500;
}
#breadcrumbs ul li {
display: inline-block;
color: #909090;
margin: 0 0 0 5px;
}
#breadcrumbs ul li:after {
content: "";
font-family: "FontAwesome";
font-size: 12px;
color: #ccc;
margin: 0 0 0 9px;
}
#breadcrumbs ul li:last-child:after,
#breadcrumbs ul li:first-child:after {
content: "";
margin: 0;
}
#breadcrumbs ul li:last-child a,
#breadcrumbs ul li a { color: #808080; font-weight: 600; }
#breadcrumbs ul li a:hover { color: #555; }
#breadcrumbs ul li:first-child {
padding-right: 0;
margin-left: 0;
}
#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
color: #909090;
background: none;
}
#breadcrumbs ul li:last-child {
padding:0;
background: none;
}
#breadcrumbs.recipe-page {
position: absolute;
right: 10px;
top: -120px;
z-index: 99;
width: 300px;
}
#breadcrumbs.recipe-page ul li:first-child {
display: none;
}
#breadcrumbs.recipe-page ul li,
#breadcrumbs.recipe-page ul li:after,
#breadcrumbs.recipe-page ul li:last-child a,
#breadcrumbs.recipe-page ul li a ,
#breadcrumbs.recipe-page ul li a:hover { color: #fff; } .image-with-caption {
position: relative;
margin: 0 0 30px 0;
}
.image-with-caption img { width: 100%; }
.image-with-caption span {
position: absolute;
bottom:0;
left: 0;
background: rgba(0,0,0,0.3);
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
padding: 8px 16px;
text-align: center;
} #googlemaps {
padding-bottom: 30%;
}
.google-map-container { margin: 0 0 35px 0; }
.google-map-container img { max-width: none !important; } .wpcf7 fieldset div  {
margin-bottom: 15px;
}
.wpcf7 fieldset div input {
width: 240px;
}
.wpcf7 textarea {
width: auto;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 180px;
resize: vertical;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
-webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
-moz-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
-o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
-ms-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.wpcf7 input:focus
.wpcf7 textarea:focus,
.wpcf7 select:focus {
outline: none;
position: relative;
z-index: 5;
}
.wpcf7 fieldset div input.wpcf7-not-valid,
.wpcf7 input.error,
.wpcf7 textarea.error,
.wpcf7 select.error {
border: 1px solid #f6d5d3;
background: #ffeceb;
}
.wpcf7 label {
margin-bottom: 5px;
}
.wpcf7 label span {
color: #e24747;
}
.wpcf7-submit {
float: left;
}
#message {
margin: 0;
padding: 0;
display: block;
background: transparent none;
} input[type="button"],
input[type="submit"],
.widget_price_filter .button,
button.button,
a.button.insert-media,
input.button,
a.button,
.post-edit-link {
cursor: pointer;
padding: 7px 14px;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
outline: none;
overflow: hidden;
position: relative;
z-index: 10;
color: #fff;
background-color: #a0a0a0;
border: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-radius: 0px;
border: 0px;
box-shadow: 0px 0px 0px 0px;
}
.post-edit-link {color: #fff !important; margin-bottom: 20px;}
body a.button {
color:#fff
}
a.button.insert-media {
padding: 5px 10px;
height: 100%;
color: #999;
background-color: #eee;
font-size: 12px;
margin-bottom:10px;
}
.wp-editor-tabs {
bottom: 0;
position: absolute;
right: 0;
}
.wp-core-ui .button:hover {
color: #fff !important;
}
.wp-core-ui .button:ctive {
margin-bottom:10px !important;
}
div.mce-toolbar-grp {
padding: 2px 10px;
height: 100%;
color: #999;
background-color: #eee;
font-size: 12px;
border-top: 1px solid #dedede !important;
}
input[type="button"],
input[type="submit"] {
padding: 10px 14px;
}
a.button.color, input[type="button"], input[type="submit"] { background-color: #808080; }
a.button.light { background-color: #f6f6f6; color: #909090; }
input[type="button"]:hover,
input[type="submit"]:hover { background-color: #555 }
a.button:hover { background-color: #555 !important }
a.button.light:hover { background-color: #808080; color: #fff; }
a.button.small { padding: 5px 10px; font-size: 12px; }
a.button.medium { padding: 7px 14px; }
a.button.big { padding: 10px 18px; font-size: 14px; }
a.button i { margin-right: 5px; }
.comment-by a.url { color:#606060;}
.cart button[type="submit"]:hover {
background-color: #555;
} .woocommerce-pagination,
.wp-pagenavi,
.pagination {
margin: 0;
text-align: center;
overflow: hidden;
}
.wp-pagenavi,
.woocommerce-pagination {
position: relative;
}
.woocommerce-pagination {
padding-bottom: 45px;
}
.right-sidebar-class .woocommerce-pagination,
.right-sidebar-class .wp-pagenavi {
margin-right: 20px
}
.pagination-next-prev {
position: relative;
top: -36px;
}
body .wp-pagenavi a, body .wp-pagenavi span {
border: 0px
}
.pagination #next {float: left}
.pagination #prev {float: right; margin-right: 20px;}
.wp-pagenavi ul li,
.woocommerce-pagination ul li,
.pagination ul li {
display: inline-block;
margin: 2px;
padding: 0;
}
.wp-pagenavi span.pages { display: none;}
.wp-pagenavi li span.extend,
.woocommerce-pagination ul li a,
.wp-pagenavi ul li a,
.pagination ul li a,
.page-links a,
.pagination-next-prev ul li a {
padding: 9px 14px;
border-bottom: none;
display: inline-block;
color: #909090;
background-color: #f4f4f4;
font-weight: 700;
margin:0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.page-links {
color: #909090;
font-weight: 700;
}
.page-links a {
margin:0px 5px;
}
.wp-pagenavi .current,
.page-numbers.current,
.current-page {
background-color: #808080;
display: block;
padding: 9px 14px;
border: 0px;
color: #fff;
font-weight: 700;
}
.products .woocommerce-pagination ul li a,
.products .pagination-next-prev ul li a {
background-color: #f4f4f4;
}
.pagination .current,
.woocommerce-pagination ul li a:hover,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
background: #808080;
color: #fff;
border: 0px;
}
.pagination-next-prev a.next { float: right; }
.pagination-next-prev a.prev { float: left; }
.next.page-numbers {
position: absolute;
right: 0px;
top: 0px;
}
.prev.page-numbers {
position: absolute;
left: 0px;
top: 0px;
}
.woocommerce-pagination .prev.page-numbers {
left: 20px;
}
.pagination-next-prev ul li a {
width: 36px;
height: 36px;
padding:0;
}
.pagination #next a:before,
.pagination #prev a:before,
.next.page-numbers:before,
.prev.page-numbers:before,
.pagination-next-prev .prev:before,
.pagination-next-prev .next:before {
font-family: "FontAwesome";
font-size: 13px;
position: relative;
display: block;
line-height: 19px;
}
.pagination #next a:before {
content: "\f053";
}
.pagination #prev a:before {
content: "\f054";
}
.next.page-numbers:before {
content: "\f054";
}
.pagination-next-prev .next:before { content: "\f053"; margin: 9px 0 0 14px;}
.prev.page-numbers:before {
content: "\f053";
}
.pagination-next-prev .prev:before { content: "\f054"; margin: 9px 0 0 12px; }
.paging ul {
position: relative;
}
.paging ul .nextpostslink {
top:4px;
right: 0px;
position: absolute;
margin-right: 20px;
}
.paging ul .nextpostslink i {left: 1px; position: relative;}
.paging ul .previouspostslink {
top:4px;
left: 0px;
position: absolute;
}
.full-grid .paging ul .nextpostslink {
margin-right: 10px;
}
.full-grid .paging ul .previouspostslink { left: 10px;}
.nav-links {
overflow: hidden;
margin-bottom: 40px;
}
.nav-links .nav-next a,
.nav-links .nav-previous a{
padding: 9px 14px;
border-bottom: none;
display: block;
color: #999;
background-color: #f4f4f4;
font-weight: 700;
margin: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.nav-links .nav-previous {
float: left;
}
.nav-links .nav-next {
float: right;
}
.nav-links .nav-next a:hover,
.nav-links .nav-previous a:hover {
color: #fff
}
.nav-links a {
display: block;
color: #fff;
word-break: break-all;
} .products .pagination-next-prev a.prev { margin: 0 0 0 20px; }
.pagination-next-prev.full-width a.prev { margin: 0 0 0 10px; }
.pagination-next-prev.full-width a.next { margin: 0 10px 0 0; }
.pagination-container { padding: 0 0 15px 0; }
.products .pagination-container { padding: 50px 0 0 0; }
.masonry.pagination-container { padding: 20px 0 40px 0; }  .advanced-search-container {
background-color: #f6f6f6;
padding: 0 0 33px 0;
}
#advanced-search label {
font-size: 13px;
font-weight: 600;
margin: 0 0 3px 0;
}
#advanced-search .select {
display: inline-block;
float: left;
margin: 12px 7px 0 7px;
}
#advanced-search .select strong {
font-weight: 600;
color: #606060;
}
a.adv-search-btn i,
a.adv-search-btn {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a.adv-search-btn {
margin: 17px 0 0 7px;
color: #808080;
font-weight: 600;
display: inline-block;
position: relative;
font-size: 14px;
}
a.adv-search-btn i { margin-left: 1px; 	font-size: 12px; color: #c0c0c0; }
.extra-search-options.closed {
visibility: hidden;
height: 0;
overflow: hidden;
}
#advanced-search {
left: -7px;
position: relative;
}
#advanced-search { width: 1194px; }
#advanced-search .select select { width: 245px; }
#advanced-search .select.included-ingredients select { width: 662px; }
#advanced-search .select.alergens select { width: 403px; }
#advanced-search .select.excluded-ingredients select { width: 763px; }
.no-found-icon {
float: left;
font-size: 90px;
margin-right: 25px;
margin-bottom: 30px;
}
.search-no-results .search-title { display: none}
.search-no-result-info { margin: 50px 0px} .submit-recipe-form {
margin-bottom: 30px;
}
.submit-recipe-form h4 {
margin-bottom: 10px;
}
.submit-recipe-form textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 100%;
max-width: 100%;
min-height: 200px;
}
#wp-instructions-editor-container,
#wp-summary-editor-container {
border: 1px solid #e0e0e0;
border-top-width: 0px	
}  .recipe-gallery { margin-bottom: 10px; }
.recipe-gallery {
background-color: #f8f8f8;
padding: 15px 20px;
border-top: 1px solid #fff;
color: #909090;
font-size: 13px;
font-weight: 600;
}
.recipe-gallery img {
max-width: 300px;
height: auto;
}
label input[type="file"] {
position: fixed;
top: -1000px;
} .upload-btn {
cursor: pointer;
padding: 7px 14px;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
outline: none;
overflow: hidden;
position: relative;
z-index: 10;
color: #fff;
background-color: #808080;
border: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.upload-btn:hover { background: #555; } .addrecipe-cont table,
.additional-info table {
margin-bottom: 20px;
width: 100%;
position: relative;
}
.addrecipe-cont table th,
.additional-info table th {
background: none repeat scroll 0 0 #fff;
font-weight: normal;
padding: 15px 20px 15px 20px;
text-align: left;
}
.addrecipe-cont table td,
.additional-info table td {
padding: 15px 20px 15px 20px;
}
.addrecipe-cont table tr.ingredients-cont,
.additional-info table tr.ingredients-cont {
background: #fff;
}
.addrecipe-cont table tr.ingredients-cont:nth-child(odd),
.additional-info table tr.ingredients-cont:nth-child(odd) { background: #f8f8f8; }
.addrecipe-cont table tr.ingredients-cont.separator,
.additional-info table tr.ingredients-cont.separator { background: #eee; }
.ingredients-cont.separator td i.fa-remove { background-color: #fff; }
.addrecipe-cont table tr.ingredients-cont.separator input,
.additional-info table tr.ingredients-cont.separator input { background: #fafafa; }
.addrecipe-cont table tr.ingredients-cont.separator input.notes { display: none; }
.addrecipe-cont table .ingredients-cont input,
.additional-info table .ingredients-cont input {
background-color: #fff;
width: 97%;
border-color: #ddd;
}
.additional-info table .ingredients-cont input {
background-color: #fff;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
}
.additional-info table tr.ingredients-cont td.label { width: 140px; }
.additional-info table .ingredients-cont label {
font-size: 13px;
font-weight: 600;
color: #909090;
position: relative;
line-height: 19px;
}
.ingredients-cont td.icon {
padding: 0;
cursor: pointer;
width: 50px;
position: relative;
}
.ingredients-cont td.action { width: 40px; position: relative; }
.ingredients-cont td i.fa-remove {
position:absolute;
display: inline-block;
font-size: 16px;
color: #a0a0a0;
background-color: #eee;
padding: 11px 13px;
top:15px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.ingredients-cont td i.fa-remove:hover {
color: #fff;
background-color: #df2727;
}
.ingredients-cont td i.fa-arrows {
position: absolute;
top: 27px;
left: 27px;
}
.foodiepress-wrapper.recipe2 .recipe-container { margin: 15px 0px 15px !important; }  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
visibility: visible !important;
}
.sortableHelper {
border: 1px dotted #fafafa;
opacity: 0.6;
z-index:1;
} .search-by-keyword {
position: relative;
margin: 20px 7px 0 7px;
display: block;
}
.search-by-keyword button i { display: none; }
.search-by-keyword input,
.submit-recipe-form .title input {
font-weight: 600;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #ddd;
position: absolute;
display: inline-block;
float: left;
font-size: 14px;
padding: 14px 15px 12px 15px;
line-height: 24px;
height: 52px;
box-sizing: border-box;
display:inline-block;
top: 0;
}
.submit-recipe-form .title input { position: relative;}
.search-by-keyword input:focus {
border: 1px solid #ddd;
background-color: #fff;
}
.page-template-template-browserecipe .search-by-keyword button,
.search .search-by-keyword button {
background-color: #808080;
border: none;
cursor: pointer;
color: #fff;
float: right;
display: inline;
padding: 14px 15px;
line-height: 24px;
font-weight: 700;
font-size: 14px;
border: none;
position: relative;
text-transform: uppercase;
display:inline-block;
z-index: 10;
max-height: 52px;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
top: 0;
}
.page-template-template-browserecipe .search-by-keyword button:hover, .search .search-by-keyword button:hover { background-color: #555; }
#advanced-search ::-webkit-input-placeholder { color: #909090; }
#advanced-search :-moz-placeholder { color: #909090; }
#advanced-search ::-moz-placeholder { color: #909090; }
#advanced-search :-ms-input-placeholder { color: #909090; } .chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
zoom: 1;
*display: inline;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.chosen-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
width: 100%;
border: 1px solid #ddd;
border-top: 0;
background-color: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop { left: 0; }
.chosen-container a { cursor: pointer; } .chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 12px;
height: 39px;
border: 1px solid #ddd;
background-color: #fff;
color: #909090;
text-decoration: none;
white-space: nowrap;
line-height: 37px;
font-weight: 600;
}
.chosen-container-single .chosen-default { color: #999; }
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span { margin-right: 38px; }
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.chosen-container-single .chosen-single div b {
display: block;
position: relative;
}
.chosen-container-single .chosen-single div b:after {
content: "";
font-family: "FontAwesome";
font-size: 12px;
margin: 0 8px 0 0;
top: 0;
position: relative;
width: 11px;
height: 5px;
display: inline-block;
color: #c0c0c0;
float: right;
font-weight: normal;
}
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 6px;
white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
margin: 1px 0;
padding: 6px 20px 6px 6px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #ddd;
background-color: #fff;
display: block;
position: relative;
z-index: 9;
background-color: #fafafa;
}
.chosen-container-single .chosen-search:before {
content: "";
font-family: "FontAwesome";
font-size: 13px;
margin: 0 10px 0 0;
top: 8px;
position: relative;
width: 11px;
height: 5px;
display: inline-block;
color: #aaa;
float: right;
font-weight: normal;
z-index: 10;
}
.chosen-container-single .chosen-drop {
margin-top: -1px;
background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
left: -9999px;
} .chosen-container .chosen-results {
color: #808080;
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 2px 0 6px;
max-height: 232px;
-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 7px 9px;
list-style: none;
line-height: 15px;
word-wrap: break-word;
-webkit-touch-callout: none;
}
.chosen-container-multi .chosen-results li { padding: 7px 12px; }
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.chosen-container .chosen-results li.highlighted {
background-color: #808080;
color: #fff;
}
.chosen-container .chosen-results li.no-results {
color: #808080;
display: list-item;
background-color: #fff;
}
.chosen-container-multi .chosen-results li.no-results { background-color: #fff; }
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.chosen-container .chosen-results li.group-option { padding-left: 15px; }
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
} .chosen-container-multi .chosen-choices {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 12px;
height: 39px;
border: 1px solid #ddd;
background-color: #fff;
text-decoration: none;
white-space: nowrap;
line-height: 33px;
cursor: pointer;
}
div.post ul.chosen-choices, div.page ul.chosen-choices {
margin:0px;
}
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 0;
height: 35px;
outline: 0;
border: 0 !important;
background: transparent !important;
color: #909090;
line-height: normal;
font-weight: 600;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 7px 5px 3px -4px;
padding: 3px 20px 4px 7px;
max-width: 100%;
background-color: #808080;
line-height: 16px;
color: #fff;
cursor: default;
font-weight: 600;
}
.chosen-container-multi .chosen-choices li.search-choice span { word-wrap: break-word; }
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 4px;
display: block;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
content: "";
font-family: "FontAwesome";
font-size: 12px;
top: -1px;
position: relative;
width: 11px;
height: 5px;
display: inline-block;
color: #fff;
float: right;
font-weight: normal;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
color: #808080;
}
.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
} .chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #ddd; }
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after { content: "" }
.chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #808080 !important; }
.login-register-password {
width: 400px;
margin: 0px auto;
} .social-icons li {
display: inline;
float: left;
margin-right: 4px;
}
.social-icons li a {
width: 42px;
height: 42px;
display: inline-block;
background-color: #f5f5f5;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
overflow: hidden;
} #top-bar .social-icons {
float: right;
}
#top-bar .social-icons li {
margin: 0 0 -4px 0;
padding: 0;
float: left;
}
#top-bar .social-icons li a {
width: 36px;
height: 36px;
margin: 0;
padding: 0;
}
#top-bar .social-icons li a:before,
#top-bar .social-icons li a i {
font-size: 14px;
}
#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before { font-size: 12px; } .social-icons li a i {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: absolute;
z-index: 20;
}
.social-icons li a:hover,
.social-icons li a i {
color: #fff;
}
.social-icons li a i {
top: -30px;
opacity:0;
}
.the-team-social.social-icons li a i,
.social-icons li a:hover i {
top: 0;
opacity: 1;
}
.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
font-family: "fontello";
font-size: 16px;
line-height: 16px;
color: #aaa;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
position: absolute;
z-index: 20;
}
.the-team a:before { display: none; }
#top-bar .social-icons a:before { color: #c0c0c0; } .twitter:before {font-size: 14px;}
.icon-twitter {font-size: 14px !important;}
.twitter i, .twitter:before { margin: 13px 0 0 12px; }
#top-bar .twitter i, #top-bar .twitter:before { margin: 10px 0 0 11px; }
.twitter:before { content: "\54"; top: 0; opacity:1; }
.twitter:hover:before { top: 30px; opacity: 0; }
.twitter:hover { background-color: #3bc1ed; }
.the-team .twitter { background-color: #3bc1ed; }
.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
#top-bar  .dribbble i, #top-bar .dribbble:before { margin: 11px 0 0 11px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92; }
.the-team .dribbble { background-color: #ef5a92; }
.facebook i, .facebook:before { margin: 13px 0 0 16px; }
#top-bar .facebook i, #top-bar .facebook:before { margin: 11px 0 0 14px; }
.facebook:before { content: "\66"; top: 0; opacity:1; }
.facebook:hover:before { top: 30px; opacity: 0; }
.facebook:hover { background-color: #4a6d9d; }
.the-team .facebook { background-color: #4a6d9d; }
.linkedin i, .linkedin:before { margin: 13px 0 0 13px; }
#top-bar .linkedin i, #top-bar .linkedin:before { margin: 11px 0 0 11px; }
.linkedin:before { content: "\4c"; top: 0; opacity:1; }
.linkedin:hover:before { top: 30px; opacity: 0; }
.linkedin:hover { background-color: #0b7bb5; }
.the-team .linkedin { background-color: #0b7bb5; }
.delicious i, .delicious:before { margin: 13px 0 0 13px; }
#top-bar .delicious i, #top-bar .delicious:before { margin: 11px 0 0 11px; }
.delicious:before { content: "\23"; top: 0; opacity:1; }
.delicious:hover:before { top: 30px; opacity: 0; }
.delicious:hover { background-color: #3274d1; }
.the-team .delicious { background-color: #3274d1; }
.paypal i, .paypal:before { margin: 13px 0 0 13px; }
#top-bar .paypal i, #top-bar .paypal:before { margin: 11px 0 0 11px; }
.paypal:before { content: "\24"; top: 0; opacity:1; }
.paypal:hover:before { top: 30px; opacity: 0; }
.paypal:hover { background-color: #2e689a; }
.the-team .paypal{ background-color: #2e689a; }
.gplus i, .gplus:before { margin: 13px 0 0 13px; }
#top-bar .gplus i, #top-bar .gplus:before { margin: 11px 0 0 11px; }
.gplus:before { content: "\2b"; top: 0; opacity:1; }
.gplus:hover:before { top: 30px; opacity: 0; }
.gplus:hover { background-color: #d53824; }
.the-team .gplus { background-color: #d53824; }
.stumbleupon i, .stumbleupon:before { margin: 13px 0 0 11px; }
#top-bar .stumbleupon i, #top-bar .stumbleupon:before { margin: 11px 0 0 9px; }
.stumbleupon:before { content: "\2f"; top: 0; opacity:1; }
.stumbleupon:hover:before { top: 30px; opacity: 0; }
.stumbleupon:hover { background-color: #eb4924; }
.the-team .stumbleupon { background-color: #eb4924; }
.fivehundredpx i, .fivehundredpx:before { margin: 13px 0 0 11px; }
#top-bar .fivehundredpx i, #top-bar .fivehundredpx:before { margin: 11px 0 0 9px; }
.fivehundredpx:before { content: "\30"; top: 0; opacity:1; }
.fivehundredpx:hover:before { top: 30px; opacity: 0; }
.fivehundredpx:hover { background-color: #444; }
.the-team .fivehundredpx { background-color: #444; }
.pinterest i, .pinterest:before { margin: 13px 0 0 15px; }
#top-bar .pinterest i, #top-bar .pinterest:before { margin: 11px 0 0 13px; }
.pinterest:before { content: "\31"; top: 0; opacity:1; }
.pinterest:hover:before { top: 30px; opacity: 0; }
.pinterest:hover { background-color: #cb1f25; }
.the-team .pinterest { background-color: #cb1f25; }
.forrst i, .forrst:before { margin: 13px 0 0 15px; }
#top-bar .forrst i, #top-bar .forrst:before { margin: 11px 0 0 13px; }
.forrst:before { content: "\3a"; top: 0; opacity:1; }
.forrst:hover:before { top: 30px; opacity: 0; }
.forrst:hover { background-color: #40833e; }
.the-team .forrst { background-color: #40833e; }
.digg i, .digg:before { margin: 13px 0 0 12px; }
#top-bar .digg i, #top-bar .digg:before { margin: 11px 0 0 10px; }
.digg:before { content: "\3b"; top: 0; opacity:1; }
.digg:hover:before { top: 30px; opacity: 0; }
.digg:hover { background-color: #205685; }
.the-team .digg { background-color: #205685; }
.spotify i, .spotify:before { margin: 13px 0 0 13px; }
#top-bar .spotify i, #top-bar .spotify:before { margin: 11px 0 0 11px; }
.spotify:before { content: "\3d"; top: 0; opacity:1; }
.spotify:hover:before { top: 30px; opacity: 0; }
.spotify:hover { background-color: #6ca405; }
.the-team .spotify { background-color: #6ca405; }
.reddit i, .reddit:before { margin: 13px 0 0 12px; }
#top-bar .reddit i, #top-bar .reddit:before { margin: 11px 0 0 10px; }
.reddit:before { content: "\3e"; top: 0; opacity:1; }
.reddit:hover:before { top: 30px; opacity: 0; }
.reddit:hover { background-color: #404040; }
.the-team .reddit { background-color: #404040; }
.appstore i, .appstore:before { margin: 13px 0 0 14px; }
#top-bar .appstore i, #top-bar .appstore:before { margin: 11px 0 0 12px; }
.appstore:before { content: "\41"; top: 0; opacity:1; }
.appstore:hover:before { top: 30px; opacity: 0; }
.appstore:hover { background-color: #c0c0c0; }
.the-team .appstore { background-color: #c0c0c0; }
.blogger i, .blogger:before { margin: 13px 0 0 15px; font-size: 14px !important; }
#top-bar .blogger i, #top-bar .blogger:before { margin: 10px 0 0 13px; font-size: 12px !important; }
.blogger:before { content: "\42"; top: 0; opacity:1; }
.blogger:hover:before { top: 30px; opacity: 0; }
.blogger:hover { background-color: #ff6501; }
.the-team .blogger { background-color: #ff6501; }
.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
#top-bar .dribbble i, #top-bar .dribbble:before { margin: 11px 0 0 11px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92; }
.the-team .dribbble { background-color: #ef5a92; }
.evernote i, .evernote:before { margin: 13px 0 0 15px; }
#top-bar .evernote i, #top-bar .evernote:before { margin: 11px 0 0 13px; }
.evernote:before { content: "\45"; top: 0; opacity:1; }
.evernote:hover:before { top: 30px; opacity: 0; }
.evernote:hover { background-color: #6bb130; }
.the-team .evernote { background-color: #6bb130; }
.flickr i, .flickr:before { margin: 13px 0 0 13px; }
#top-bar .flickr i, #top-bar .flickr:before { margin: 11px 0 0 11px; }
.flickr:before { content: "\46"; top: 0; opacity:1; }
.flickr:hover:before { top: 30px; opacity: 0; }
.flickr:hover { background-color: #136dd5; }
.the-team .flickr { background-color: #136dd5; }
.rss i, .rss:before { margin: 13px 0 0 14px; font-size: 14px !important; }
#top-bar .rss i, #top-bar .rss:before { margin: 11px 0 0 12px; font-size: 12px !important; }
.rss:before { content: "\52"; top: 0; opacity:1; }
.rss:hover:before { top: 30px; opacity: 0; }
.rss:hover { background-color: #fe8f00; }
.the-team .rss { background-color: #fe8f00; }
.youtube i, .youtube:before { margin: 13px 0 0 14px; font-size: 18px !important; }
#top-bar .youtube i, #top-bar .youtube:before { margin: 10px 0 0 12px; font-size: 16px !important; }
.youtube:before { content: "\55"; top: 0; opacity:1; }
.youtube:hover:before { top: 30px; opacity: 0; }
.youtube:hover { background-color: #bf2f29; }
.the-team .youtube { background-color: #bf2f29; }
.vimeo i, .vimeo:before { margin: 13px 0 0 13px; font-size: 14px !important; }
#top-bar .vimeo i, #top-bar .vimeo:before { margin: 11px 0 0 11px; font-size: 12px !important; }
.vimeo:before { content: "\56"; top: 0; opacity:1; }
.vimeo:hover:before { top: 30px; opacity: 0; }
.vimeo:hover { background-color: #4c8ab0; }
.the-team .vimeo { background-color: #4c8ab0; }
.xing i, .xing:before { margin: 13px 0 0 14px; }
#top-bar .xing i, #top-bar .xing:before { margin: 11px 0 0 12px; }
.xing:before { content: "\58"; top: 0; opacity:1; }
.xing:hover:before { top: 30px; opacity: 0; }
.xing:hover { background-color: #036568; }
.the-team .xing { background-color: #036568; }
.yahoo i, .yahoo:before { margin: 13px 0 0 11px; }
#top-bar .yahoo i, #top-bar .yahoo:before { margin: 11px 0 0 9px; }
.yahoo:before { content: "\59"; top: 0; opacity:1; }
.yahoo:hover:before { top: 30px; opacity: 0; }
.yahoo:hover { background-color: #9251a2; }
.the-team .yahoo { background-color: #9251a2; }
.amazon i, .amazon:before { margin: 13px 0 0 12px; }
#top-bar .amazon i, #top-bar .amazon:before { margin: 11px 0 0 10px; }
.amazon:before { content: "\61"; top: 0; opacity:1; }
.amazon:hover:before { top: 30px; opacity: 0; }
.amazon:hover { background-color: #2f3842; }
.the-team .amazon { background-color: #2f3842; }
.steam i, .steam:before { margin: 13px 0 0 11px; }
#top-bar .steam i, #top-bar .steam:before { margin: 11px 0 0 9px; }
.steam:before { content: "\62"; top: 0; opacity:1; }
.steam:hover:before { top: 30px; opacity: 0; }
.steam:hover { background-color: #383838; }
.the-team .steam { background-color: #383838; }
.dropbox i, .dropbox:before { margin: 13px 0 0 13px; }
#top-bar .dropbox i, #top-bar .dropbox:before { margin: 11px 0 0 11px; }
.dropbox:before { content: "\64"; top: 0; opacity:1; }
.dropbox:hover:before { top: 30px; opacity: 0; }
.dropbox:hover { background-color: #2c92dd; }
.the-team .dropbox { background-color: #2c92dd; }
.github i, .github:before { margin: 13px 0 0 13px; }
#top-bar .github i, #top-bar .github:before { margin: 11px 0 0 11px; }
.github:before { content: "\67"; top: 0; opacity:1; }
.github:hover:before { top: 30px; opacity: 0; }
.github:hover { background-color: #5c7381; }
.the-team .github { background-color: #5c7381; }
.lastfm i, .lastfm:before { margin: 13px 0 0 11px; }
#top-bar .lastfm i, #top-bar .lastfm:before { margin: 11px 0 0 9px; }
.lastfm:before { content: "\6c"; top: 0; opacity:1; }
.lastfm:hover:before { top: 30px; opacity: 0; }
.lastfm:hover { background-color: #d21309; }
.the-team .lastfm { background-color: #d21309; }
.tumblr i, .tumblr:before { margin: 13px 0 0 15px; }
#top-bar .tumblr i, #top-bar .tumblr:before { margin: 11px 0 0 13px; }
.tumblr:before { content: "\74"; top: 0; opacity:1; }
.tumblr:hover:before { top: 30px; opacity: 0; }
.tumblr:hover { background-color: #3d658d; }
.the-team .tumblr { background-color: #3d658d; }
.wordpress i, .wordpress:before { margin: 13px 0 0 14px; }
#top-bar .wordpress i, #top-bar .wordpress:before { margin: 11px 0 0 12px; }
.wordpress:before { content: "\77"; top: 0; opacity:1; }
.wordpress:hover:before { top: 30px; opacity: 0; }
.wordpress:hover { background-color: #383838; }
.the-team .wordpress { background-color: #383838; }
.instagram i, .instagram:before { margin: 13px 0 0 14px; }
#top-bar .instagram i, #top-bar .instagram:before { margin: 11px 0 0 12px; }
.instagram:before { content: "\f31f"; top: 0; opacity:1; }
.instagram:hover:before { top: 30px; opacity: 0; }
.instagram:hover { background-color: #3f6f94; }
.the-team .instagram { background-color: #3f6f94; } @font-face {
font-family: 'fontello';
src: url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/fonts/fontello.eot?31771571);
src: url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/fonts/fontello.eot?31771571#iefix) format('embedded-opentype'),
url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/fonts/fontello.woff?31771571) format('woff'),
url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/fonts/fontello.ttf?31771571) format('truetype'),
url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/fonts/fontello.svg?31771571#fontello) format('svg');
font-weight: normal;
font-style: normal;
}
.social-icons li i {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 16px;
font-size: 16px;
width: auto;
}
.icon-delicious:before { content: '\23'; } .icon-paypal:before { content: '\24'; } .icon-gplus:before { content: '\2b'; } .icon-stumbleupon:before { content: '\2f'; } .icon-fivehundredpx:before { content: '\30'; } .icon-pinterest:before { content: '\31'; } .icon-forrst:before { content: '\3a'; } .icon-digg:before { content: '\3b'; } .icon-spotify:before { content: '\3d'; } .icon-reddit:before { content: '\3e'; } .icon-appstore:before { content: '\41'; } .icon-blogger:before { content: '\42'; } .icon-dribbble:before { content: '\44'; } .icon-evernote:before { content: '\45'; } .icon-flickr:before { content: '\46'; } .icon-linkedin:before { content: '\4c'; } .icon-rss:before { content: '\52'; } .icon-twitter:before { content: '\54'; } .icon-youtube:before { content: '\55'; } .icon-vimeo:before { content: '\56'; } .icon-xing:before { content: '\58'; } .icon-yahoo:before { content: '\59'; } .icon-amazon:before { content: '\61'; } .icon-steam:before { content: '\62'; } .icon-dropbox:before { content: '\64'; } .icon-facebook:before { content: '\66'; } .icon-github:before { content: '\67'; } .icon-lastfm:before { content: '\6c'; } .icon-tumblr:before { content: '\74'; } .icon-wordpress:before { content: '\77'; } .icon-linkedin-rect:before { content: '\f31b'; } .icon-instagram:before { content: '\f31f'; }    .large-notice {
background-color: #f8f8f8;
padding: 32px;
}
.large-notice h2 {
margin-bottom: 10px;
}
.large-notice p {
font-size: 14px;
color: #888;
line-height: 22px;
}
.large-notice h2 {
font-size: 22px;
}
.woocommerce-message,.woocommerce-error,.woocommerce-info {
padding:1em 1em 1em 20px;
margin:0 0 20px;
position:relative;
background-color: #EBF6E0;
color: #5F9025;
}
.woocommerce-error {background-color: #FBFADD;
color: #8F872E;}
.woocommerce-info {background-color: #E9F7FE;
color: #5091B2;}
.woocommerce-message a.wc-forward {float: right; margin-right: 5px;}
.woocommerce-message a { color: #5F9025 !important; font-weight: 600 !important;}
.woocommerce-error a { color: #8F872E !important; font-weight: 600 !important;}
.woocommerce-info a { color: #5091B2 !important; font-weight: 600 !important;} div.post ul.tabs-nav, 
div.page ul.tabs-nav,
.tabs-nav {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.tabs-nav li {
float: left;
line-height: 42px;
overflow: hidden;
padding: 0;
position: relative;
}
.tabs-nav li a,
.tab-reviews {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.tabs-nav li a {
background-color: #f8f8f8;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #888;
font-weight: 600;
display: block;
letter-spacing: 0;
outline: none;
padding: 0 20px;
text-decoration: none;
}
.tabs-nav li.active .tab-reviews { color: #fff; }
.tabs-nav li.active a {
color: #fff !important;
}
.tabs-nav li a:hover { background-color: #f2f2f2; }
.tab-content { padding: 15px 2px; }
.tab-content strong { display: block; font-size: 16px; color: #606060; margin-bottom: 10px; }
.tab-content .comment-by strong { margin-bottom: 0px;}
.tabs-container {
overflow: hidden;
width: 100%;
} .ui-accordion .ui-accordion-header,
.trigger a {
display: block;
cursor: pointer;
position: relative;
padding: 0;
line-height: 26px;
outline: none;
color: #888;
font-size: 14px;
font-weight: 600;
background-color: #f6f6f6;
-webkit-transition: background-color 200ms ease-in-out;
-moz-transition: background-color 200ms ease-in-out;
-o-transition: background-color 200ms ease-in-out;
-ms-transition: background-color 200ms ease-in-out;
transition: background-color 200ms ease-in-out;
padding: 12px 18px 11px 18px;
margin-bottom: 10px;
}
.ui-accordion .ui-accordion-header:hover,
.trigger a:hover {
background-color: #f0f0f0;
}
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
background-color: #808080;
color: #fff;
}
.ui-accordion .ui-accordion-header i,
.trigger a i {
margin: 0 4px 0 0;
position: relative;
}
.ui-accordion .ui-accordion-content,
.toggle-container {
padding: 0 16px 10px 16px;
}
.ui-accordion .ui-accordion-content p,
.toggle-container p { margin: 0; } a.tooltip {font-weight: 600;}
#tiptip_holder {
display: none;
position: absolute;
left: 0;
top: 0;
z-index: 99999;
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#tiptip_holder.tip_top {
padding-bottom: 5px;
-webkit-transform: translateX(12px)
}
#tiptip_holder.tip_bottom { padding-top: 5px; }
#tiptip_holder.tip_right { padding-left: 5px; }
#tiptip_holder.tip_left { padding-right: 5px; }
#tiptip_content {
color: #fff;
font-size: 13px;
line-height: 16px;
padding: 6px 10px;
background-color: #666;
}
#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #666; }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #666; }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color:#666; }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #666; }
#tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-top-color: #666;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top: -5px;
margin-left: -6px;
border-bottom-color: #666;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -5px;
border-right-color: #666;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -7px;
border-left-color: #666;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.alignleft {
float: left;
margin: 5px 25px 8px 0;
}
.alignright {
float:right;
margin: 5px 0 8px 25px;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
figure.image-right,
figure.image-left {
}
.wp-caption-text {}
.wp-caption figcaption{
background-color: #f6f6f6;
font-weight: 600;
font-size: 13px;
color: #909090;
padding: 10px 20px;
}
.wp-caption.transparent {
position: relative;
}
.wp-caption.transparent figcaption {
position: absolute;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.3);
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
padding: 8px 16px;
text-align: center;
}
.list-style .sticky .recipe-box-content,
.sticky .recipe-box-content {
background-color: #faffcc
}
.bypostauthor { } #result .success,
.notification {
font-size: 14px;
line-height: 18px;
margin-bottom: 15px;
position: relative;
padding: 15px 20px;
}
.notification p {
margin: 0;
}
.notification span {
font-weight: 600;
}
div.wpcf7-mail-sent-ok,
#result .success,
.notification.success,
.notification.success strong {
background-color: #EBF6E0;
color: #5f9025;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
.notification.error,
.notification.error strong {
background-color: #ffe9e9;
color: #de5959;
}
.woocommerce-error,
.wpcf7-validation-errors,
.notification.warning,
.notification.warning strong {
background-color: #FBFADD;
color: #8f872e;
}
.woocommerce-info,
.notification.notice,
.notification.notice strong {
background-color: #E9F7FE;
color: #5091b2;
}
.notification strong { border: none !important; }
body div.wpcf7-response-output {
margin: 15px 0;
border: 0px;
padding: 15px;
}
div.wpcf7 img.ajax-loader {
padding: 10px;
} .dropcap {
float: left;
color: #808080;
font-size: 48px;
line-height: 44px;
padding-top: 4px;
padding-right: 10px;
margin-top: -2px;
font-weight: 600;
font-family: "Arvo";
} .highlight.color,
.highlight.gray,
.highlight.light {
padding: 2px 6px;
color: #fff;
}
.highlight.color { background: #808080; }
.highlight.gray { background: #a0a0a0; }
.highlight.light {
background: #f2f2f2;
color: #909090;
} .post-quote {
background: #f8f8f8;
padding: 25px;
margin: 0 0 15px 0;
position: relative;
}
blockquote,
.post-quote blockquote {
color: #606060;
font-size: 18px;
font-style: normal;
line-height: 26px;
padding: 0 0 0 50px;
font-weight: 500;
}
.post-quote span {
text-decoration: none;
display: block;
font-size: 14px;
color: #a0a0a0;
font-weight: 600;
margin-top: 10px;
}
.post-quote .icon {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 60px;
}
.post-quote .icon:before {
font-family: "FontAwesome";
font-size: 28px;
content: "";
color: #d0d0d0;
position: relative;
height: 15px;
width: 25px;
display: block;
float: left;
margin: 22px 0 0 25px;
font-weight: normal;
} .list-1 li,
.list-2 li,
.list-3 li,
.list-4 li {
list-style: none;
margin: 7px 0;
margin-left: 20px;
}
.list-2 li {
list-style: none;
margin: 4px 0;
margin-left: 25px;
}
.list-1 li:first-child,
.list-2 li:first-child,
.list-3 li:first-child,
.list-4 li:first-child {
margin-top: 0;
}
.list-1 li:before,
.list-2 li:before,
.list-3 li:before,
.list-4 li:before {
content: "";
font-family: "FontAwesome";
margin: 0 10px 0 0;
position: relative;
color: #a0a0a0;
}
.list-1.color li:before,
.list-2.color li:before,
.list-3.color li:before,
.list-4.color li:before {
color: #808080;
}
.list-1 li:before { content: ""; }
.list-2 li:before { content: "•"; font-size: 24px; top: 3px;}
.list-3 li:before { content: ""; }
.list-4 li:before { content: ""; } .example-gallery a { float: left; margin-right: 5px; }
.example-gallery strong { display: block; } .example-grid .column,
.example-grid .columns {
display: block;
background:#f2f2f2;
padding: 10px 0;
text-align: center;
color: #909090;
font-weight: 600;
margin-top: 20px;
}
.example-grid .column:hover,
.example-grid .columns:hover {
background:#c0c0c0;
color: #fff;
transition: all 0.2s ease-in-out;
}  .royalSlider {
position: relative;
direction: ltr;
}
.royalSlider > * {
float: left;
}
.rsWebkit3d .rsSlide {
-webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
-webkit-transform: none;
}
.rsOverflow {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
float: left;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
left: 0;
top: 0;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
position: absolute;
left: 0;
top: 0;
}
.rsContainer {
position: relative;
width: 100%;
height: 100%;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsArrow,
.rsThumbsArrow {
cursor: pointer;
}
.rsThumb {
float: left;
position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
opacity: 1;
-webkit-transition:opacity 0.3s linear;
-moz-transition:opacity 0.3s linear;
-o-transition:opacity 0.3s linear;
transition:opacity 0.3s linear;
}
.rsHidden {
opacity: 0;
visibility: hidden;
-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
width: 100%;
float: left;
text-align: center;
} .royalSlider.rsFullscreen {
position: fixed !important;
height: auto !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
z-index: 2147483647 !important;
top: 0 !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
opacity: 1 !important;
-webkit-transition: 0s;
-moz-transition: 0s;
-o-transition:  0s;
transition:  0s;
display: none;
}
.rsSlide {
position: absolute;
left: 0;
top: 0;
display: block;
overflow: hidden;
height: 100%;
width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
height: auto;
}
.rsContent {
width: 100%;
height: 100%;
position: absolute;
}
.rsPreloader {
position:absolute;
z-index: 0;
}
.rsNav {
-moz-user-select: -moz-none;
-webkit-user-select: none;
user-select: none;
}
.rsNavItem {
-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}
.rsThumbs {
cursor: pointer;
position: relative;
overflow: hidden;
float: left;
z-index: 22;
}
.rsTabs {
float: left;
background: none !important;
}
.rsTabs,
.rsThumbs {
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVideoContainer {
width: auto;
height: auto;
line-height: 0;
position: relative;
}
.rsVideoFrameHolder {
position: absolute;
left: 0;
top: 0;
background: #141414;
opacity: 0;
-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
position: absolute;
z-index: 50;
left: 0;
top: 0;
width: 100%;
height: 100%;
} .rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 44px;
}
img.rsImg {
max-width: none;
}
.grab-cursor { cursor:url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/grab.png) 8 8, move;  }
.grabbing-cursor{  cursor:url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/grabbing.png) 8 8, move; }
.rsNoDrag { cursor: auto; }
.rsLink {
left:0;
top:0;
position:absolute;
width:100%;
height:100%;
display:block;
z-index: 20;
background: url(//blog.ile-kalorii.pl/wp-content/themes/ile-kalorii/blank.gif);
} #homeSlider {
width: 100%;
height: 590px;
margin-bottom: 40px;
}
#homeSlider .rsThumbsHor {
height: 75px;
padding: 0;
}
.rsSlide:before {
content: "";
background: #333;
width: 100%;
height: 100%;
z-index: 99;
position: absolute;
display: block;
opacity: 0.5;
}
.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
background: #fff;
}
#homeSlider .rsThumbs {
width: 1186px;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
bottom:0;
font-weight: 700;
}
#homeSlider .rsNav:after {
content:"";
display: block;
width: 4px;
height: 100%;
background: #fff;
position: absolute;
left: 0;
}
.rsDefaultInv .rsThumb {
width: 205px;
border-left: 1px solid #e3e3e3;
padding: 0 15px;
cursor: pointer;
text-align: center;
background: #f2f2f2;
height: 75px;
line-height: 72px;
display: inline-block;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-box-shadow: inset 0px -1px 0px 0px rgba(50, 50, 50, 0.08);
-moz-box-shadow: inset 0px -1px 0px 0px rgba(50, 50, 50, 0.08);
box-shadow: inset 0px -1px 0px 0px rgba(50, 50, 50, 0.08);
}
.rsTmb {
display:inline-block;
vertical-align:middle;
line-height: 18px;
padding: 0px 10px;
}
.rsDefaultInv .rsThumb.rsNavSelected {
background: #808080;
border-left: 1px solid #808080;
color: #fff;
-webkit-box-shadow: inset 0px -1px 0px 0px rgba(50, 50, 50, 0.12), 1px 0px 0px 0px #808080;
-moz-box-shadow: inset 0px -1px 0px 0px rgba(50, 50, 50, 0.12), 1px 0px 0px 0px #808080;
box-shadow: inset 0px -1px 0px 0px rgba(50, 50, 50, 0.12), 1px 0px 0px 0px #808080;
z-index: 9;
}
.rsDefaultInv .rsThumb { color: #808080; font-size: 100%; } #slider-prev,
#slider-next { display: none; } .SlideTitleContainer {
width: 1180px;
margin: 0 auto;
position: absolute;
left: 3px;
right: 0;
top: 50%;
}
.CaptionAlignment {
position: relative;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.rsSlideTitle {
color: #FFF;
z-index: 1000;
position: relative;
width: 550px;
} .rsSlideTitle.tags ul li {
display: inline-block;
font-weight: 300;
text-transform: uppercase;
font-size: 13px;
margin: 0 1px 0 0;
background-color: #808080;
padding: 5px 9px;
float: left;
}
.rsSlideTitle.tags ul li a {
color: #fff
} .rsSlideTitle.title a {
font-family: "Arvo";
font-size: 54px;
line-height: 60px;
margin-top: 14px;
color: #fff;
}
.rsSlideTitle.title {
margin-top: 14px;
} .rsSlideTitle.details { margin-top: 8px; }
.rsSlideTitle.details ul li {
display: inline-block;
font-weight: 700;
text-transform: uppercase;
font-size: 13px;
margin: 0 15px 0 0;
}
.rsSlideTitle.details ul li a { color: #fff; }
.rsSlideTitle.details ul li i { margin: 0 2px 0 0;} .rsSlideTitle.button {
border: 3px solid #fff;
display: inline-block;
background-color: rgba(255,255,255,0.2);
color: #fff;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding: 10px 0;
width: 130px;
text-align: center;
-webkit-transition: all 0.2s ease-in-out !important;
-moz-transition: all 0.2s ease-in-out !important;
-o-transition: all 0.2s ease-in-out !important;
-ms-transition: all 0.2s ease-in-out !important;
transition: all 0.2s ease-in-out !important;
margin-top: 18px;
}
body .rsSlideTitle.button:hover { background-color: rgba(255,255,255,0.35) !important; } #homeSliderAlt .rsThumbs { background-color: #333; }
#homeSliderAlt { width: 100%; }
.homeSliderAlt .rsThumbs .rsThumb {
height: 93px;
border-bottom: 1px solid #484848;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
line-height: 90px;
}
.homeSliderAlt .rsThumbs { padding: 0; }
.homeSliderAlt .rsThumbs,
.homeSliderAlt .rsThumbs .rsThumb {
width: 280px;
}
.homeSliderAlt .rsThumb:hover { background: #292929; }
.rsABlock {
left: 35px;
bottom: 35px;
position: absolute;
z-index: 1010;
padding:0;
}
a.blockTitle {
color: #fff !important;
font-weight: 500;
font-size: 23px;
font-family: "Arvo";
background: rgba(32,32,32,0.6);
padding: 15px 20px;
line-height: 34px;
-webkit-transition: all 0.2s ease-in-out !important;
-moz-transition: all 0.2s ease-in-out !important;
-o-transition: all 0.2s ease-in-out !important;
-ms-transition: all 0.2s ease-in-out !important;
transition: all 0.2s ease-in-out !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a.blockTitle:hover { background: #808080; } .rsDefault .rsThumbsVer {
height: 100%;
position: absolute;
top: 0;
right: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
position: relative;
width: 100%;
}
.rsDefault .rsTmb { display: block; }
.rsDefault .rsThumb h5 { color: #ddd; }
.rsDefault .rsTmb {
margin: 0;
padding: 0;
line-height: 22px;
font-weight: 600;
display:inline-block;
vertical-align:middle;
padding: 0 25px;
}
.rsDefault .rsTmb h5 {
font-size: 16px;
font-weight: 600;
}
.rsDefault .rsThumb.rsNavSelected { background: #808080; border-color: #808080; }
.rsDefault .rsThumb.rsNavSelected h5 { color: #fff; } .rsDefault .rsThumbsArrow {
height: 100%;
width: 20px;
position: absolute;
display: block;
cursor: pointer;
z-index: 21;
background: #484848;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.rsDefault .rsThumbsArrow:hover {
background: #808080;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
width: 100%;
height: 32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }
.rsDefault .rsThumbsArrowIcn {
width: 16px;
height: 16px;
top: 50%;
left: 50%;
margin-top:-8px;
margin-left: -8px;
position: absolute;
cursor: pointer;
font-family: "FontAwesome";
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn:before,
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
display: block;
color: #fff;
height: 10px;
width: 10px;
position: relative;
top: -3px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn:before { content: ""; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn:before { content: ""; }
.rsDefault .rsThumbsArrowDisabled { display: none !important; }  .no-recipe .post-content {
margin-top: 25px;
}
.no-recipe {
margin-bottom: 50px;
}
.no-recipe .comment-form-rating{
display: none;
}
.alignment .no-recipe .comment-form p.comment-form-comment {
margin-top: 0px;
}
.post-content {
margin-bottom: 40px;
}
.post-content ul {
list-style: circle;
margin: 10px 0px 0px 30px;
}
.post-content > ul {
margin-bottom: 30px;
}
.post-content ol {
list-style: decimal;
margin: 10px 0px 0px 30px;
}
.post-content > ol {
margin-bottom: 30px;
}
.post-content ol li,
.post-content ul li {
padding: 5px 0px;
}
.post-content .recipe-details ul {
margin:0px; list-style: none;
}
.post-content .recipe-details ul li a:hover,
.post-content .recipe-details ul li a {
color: #707070
}   .recipe-box { margin-bottom: 20px !important; }
.recipe-box a img {
display: block;
position: relative;
width: 100%;
}
.recipe-box-content {
background-color: #f8f8f8;
padding: 20px 25px;
}
.recipe-box-content h3 {
font-size: 19px;
line-height: 24px;
font-family: "Open Sans";
letter-spacing: -1px;
border-bottom: 1px solid #e5e5e5;
margin: 0 0 10px 0;
padding: 0 0 15px 0;
word-break: break-word;
}
.recipe-box-content h3 a {
color: #606060;
display: block;
line-height: 26px;
}
.recipe-box-content .rating {
margin-bottom: 0px;
}
.recipe-meta {
color: #909090;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
float: right;
margin-left: 15px;
}
.no-stars .recipe-meta{
float: none;
margin-left: 0px;
}
.isotope-box { margin-bottom: 20px; }
.recipe-meta i { font-size: 14px; margin-right: 1px; }
.recipe-meta a { color: #909090 !important; }
.recipe-box-content .rating { float: left; }
.meta-alignment {
width: 70%;
float: right;
}
.reviews-counter {
float: right;
position: absolute;
top: 6px;
right: 0;
font-size: 13px;
text-transform: uppercase;
padding: 0 10px 0 0;
color: #a0a0a0;
text-align: right;
}
.reviews-counter .five-stars,
.reviews-counter .four-stars,
.reviews-counter .three-stars,
.reviews-counter .two-stars,
.reviews-counter .one-stars { text-align: left; }
.reviews-counter .rating { right: -14px; }
.reviews-counter a.woocommerce-review-link {
position: relative;
display: block;
margin: -8px 0px 0px;
color: #A0A0A0;
text-transform: none;
} .rating {
box-sizing: content-box;
overflow: hidden;
position: relative;
width: 100px;
height: 18px;
display: block;
margin-bottom: 8px;
}
.rating .star-rating {
position: relative;
width: inherit;
display: block;
padding: 0;
margin: 0;
}
.rating.five-stars .star-rating:after   { width: 100%; }
.rating.four-stars .star-rating:after   { width: 80%; }
.rating.three-stars .star-rating:after  { width: 60%; }
.rating.two-stars .star-rating:after    { width: 40%; }
.rating.one-stars .star-rating:after    { width: 20%; }
.rating .star-rating:after {
content:"    ";
font-family: "FontAwesome";
color: #ffc741;
display: block;
position: absolute;
font-size: 16px;
z-index: 10;
letter-spacing: -0.5px;
}
.rating .star-bg:after {
content:"    ";
font-family: "FontAwesome";
color: #e0e0e0;
display: block;
position: absolute;
font-size: 16px;
z-index: 9;	padding: 0;
margin: 0;
letter-spacing: -0.5px;
} .hover-cover {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #333;
opacity: 0;
visiblity: hidden;
}
.thumbnail-holder:hover .hover-cover{
opacity: 0.3;
visibility: visible;
}
.thumbnail-holder:hover .hover-icon{
opacity: 1;
visibility: visible;
margin-bottom: 0;
top: 50%;
}
.hover-icon {
display: inline-block;
background-color: rgba(51,51,51,0.8);
color: #fff;
padding: 8px 12px;
font-weight: 700;
text-transform: uppercase;
opacity: 0;
visibility: hidden;
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
font-size: 13px;
}
.hover-cover,
.hover-icon {
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.thumbnail-holder {
position: relative;
overflow: hidden;
width: 100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box
}
.thumbnail-holder img {
height: 100%;
width: auto;
position: relative;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
} .list-style .recipe-box.columns {
width: 100% !important;
position: relative;
}
.list-style .recipe-box-content h3 {
font-size: 22px;
line-height: 26px;
margin: 0;
padding: 0 0 13px 0;
border-bottom: none;
}
.list-style .recipe-box-content p {
border-bottom: 1px solid #e5e5e5;
margin: 0 0 15px 0;
padding: 0 0 22px 0;
min-height: 73px;
}
.list-style .recipe-box-content h3 a {
color: #606060;
display: block;
line-height: 28px;
}
.list-style .thumbnail-holder { float: left; position: absolute; }
.list-style .recipe-box-content {
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
background-color: #f8f8f8;
padding: 33px 35px 29px 35px;
float: left;
}
.list-style .thumbnail-holder img {
height: 100%;
width: auto;
max-width: inherit;
}  .widget { margin: 0 0 35px 0; }
.widget.search-form { margin: 0 0 35px 0; }
#post-404-error h2.widget-title,
#post-404-error h2.widgettitle {
font-size: 19px;
margin-bottom: 10px;
} .author-box {
border: 1px solid #e8e8e8;
padding: 28px 25px;
position: relative;
}
.author-box span { display: block; color: #a0a0a0; }
.author-box .title {
color: #808080;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
}
.author-box .name {
font-size: 20px;
font-weight: 700;
color: #a0a0a0;
}
.author-box a,
.author-box .name a{
color: #606060;	
}
.author-box .name a:hover {
color: #808080;
}
.author-box .contact a {
color: #a0a0a0;
margin: 5px 0 0 0;
display: inline-block;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.author-box .contact a:hover {
color: #808080;
}
.author-box p { margin: 10px 0 0 0; }
.author-box img {
border-radius: 50%;
top: 28px;
right: 25px;
height: 64px;
float: right;
left: auto;
width: 64px;
} .top-search {
display: block;
margin: 0;
}
nav.search,
aside.search { position: relative; }
nav.search input,
aside.search input {
font-size: 13px;
width: 100%;
padding: 12px 15px 12px 15px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
nav.search button,
aside.search button {
background-color: #808080;
border: none;
cursor: pointer;
color: #fff;
float: right;
width: 44px;
height: 44px;
display: inline;
padding: 0;
right: 0;
border: none;
position: absolute;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
nav.search button:hover,
aside.search button:hover { background-color: #555; }
nav.search button i,
aside.search button i {
top: 1px;
left: 1px;
position: relative;
display: block;
z-index: 20;
font-size: 14px;
} .sidebar .widget ul li {
padding: 10px 0;
border-bottom: 1px solid #ebebeb;
}
.sidebar .widget ul li a {
color: #808080
}
.sidebar .widget ul li ul {
margin-left: 20px;
} 
.sidebar .widget ul li li {
border: none;
}
.sidebar .widget_categories ul li {
padding: 0px;
border-bottom: none
}
.sidebar .widget_categories ul li a {
color: #909090;
padding: 10px 0;
display: block;
border-bottom: 1px solid #ebebeb;
-webkit-transition: all 0.2s ease-in-out, box-shadow 0s ease-in-out;
-moz-transition: all 0.2s ease-in-out, box-shadow 0s ease-in-out;
-o-transition: all 0.2s ease-in-out, box-shadow 0s ease-in-out;
-ms-transition: all 0.2s ease-in-out, box-shadow 0s ease-in-out;
transition: all 0.2s ease-in-out, box-shadow 0s ease-in-out;
}
.sidebar .widget_categories > ul > li:last-child a { border-bottom: none; }
.sidebar .widget_categories ul li a:hover {
background-color: #808080;
padding-left: 15px;
-webkit-box-shadow: 0px -1px 0px 0px #fff;
-moz-box-shadow:    0px -1px 0px 0px #fff;
box-shadow:         0px -1px 0px 0px #fff;
border-bottom-color: #fff;
}
.sidebar .widget.widget_categories ul li a:hover { color: #fff; }
.sidebar .widget_categories ul li a span {
color: #808080;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sidebar .widget_categories ul li a:hover span { color: #fff; }
table#wp-calendar th,
table#wp-calendar td {
padding: 8px
}
table#wp-calendar #next {
text-align: right;
}
.rsswidget {
font-weight: bold;
}
.rssSummary {
padding: 5px 0px
}
.widget_rss cite {
font-style: italic;
}
.rss-date {
text-transform: uppercase;
font-size: 11px;
}
.rsswidget img {
border: 0;
float: right;
position: absolute;
right: 0px;
}
.widget_nav_menu .menu ul > li > a {
padding: 0px;
font-weight: normal;
}
.widget_nav_menu .menu ul li a,
.widget_nav_menu .menu ul > li > a,
.widget_nav_menu .menu ul li a:hover,
.widget_nav_menu .menu ul > li:hover > a {
border-bottom: 0px;
}
.widget_nav_menu .menu ul ul {
position: static;
display: block;
background: transparent;
border: 0px;
}
.widget_nav_menu .menu ul ul li a {
color: inherit;
}
.widget_nav_menu .menu ul ul li a:hover {
background: transparent;
} .featured-recipe {
position: relative;
float: left;
margin: 0 0 1px 0;
display: block;
overflow: hidden;
}
.widget .featured-recipe {
float: none;
}
.featured-recipe img {
position: relative;
display: block;
width: 100%;
}
.featured-recipe:before {
height: 100%;
width: 100%;
background-color: #555;
opacity: 0.6;
position: absolute;
display: block;
z-index: 99;
content: "";
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.featured-recipe-content {
position: absolute;
top: 50%;
left: 22px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 100;
}
.featured-recipe-content h4 {
font-size: 14px;
line-height: 18px;
color: #fff;
font-weight: 700;
width: 60%;
} .post-icon {
height: 36px;
width: 36px;
position: absolute;
top:0;
right:0;
background-color: #808080;
display: block;
color: #fff;
font-size: 14px;
z-index: 101;
text-align: center;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(50%);
opacity:0;
visibility: hidden;
}
.post-icon:before {
content: "";
font-family: "FontAwesome";
position: relative;
top: 7px;
display: block;
}
.featured-recipe:hover .post-icon {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateX(0);
} .facebook-share { background-color: #3b5998; }
.facebook-share:before { content: ""; }
.twitter-share { background-color: #33bcf3; }
.twitter-share:before { content: ""; }
.google-plus-share { background-color: #dd4b39; }
.google-plus-share:before { content: ""; }
.pinterest-share { background-color: #cc2127; }
.pinterest-share:before { content: ""; }
.behance-share { background-color: #1769ff; }
.behance-share:before { content: ""; }
.dribbble-share { background-color: #ea4c89; }
.dribbble-share:before { content: ""; }
.instagram-share { background-color: #3f729b; }
.instagram-share:before { content: ""; }
.linkedin-share { background-color: #0976b4; }
.linkedin-share:before { content: ""; }
.github-share { background-color: #4183c4; }
.github-share:before { content: ""; }
.youtube-share { background-color: #e52d27; }
.youtube-share:before { content: ""; }
.pinterest0share { background-color: #cc2127; }
.pinterest-share:before { content: ""; } .post-content ul.share-post {
position: relative;
float: left;
margin: 0;
margin-top: -5px;
overflow: hidden;
list-style: none;
}
ul.share-post li {
padding: 0px;
float: left;
}
.foodiepress-added-to-fav,
.foodiepress-add-to-fav,
ul.share-post li a {
color: #fff;
text-align: center;
display: inline-block;
float: left;
margin: 0 1px 1px 0;
padding:0;
position: relative;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
font-size: 12px;
font-weight: 700;
padding: 8px 12px;
}
.foodiepress-added-to-fav,
.foodiepress-add-to-fav {
background: #e23f40;
float: right;
margin: -5px 2px 0px 0px;
padding: 6px 12px;
}
.foodiepress-added-to-fav:hover,
.foodiepress-add-to-fav:hover {
color: #fff;
opacity: 0.85;
}
ul.share-post li a:before {
font-family: "FontAwesome";
font-size: 14px;
display: inline-block;
margin: 0 6px 0 0;
font-weight: normal;
}
ul.share-post li a:hover { opacity: 0.85; }
ul.share-post li a.rate-recipe:hover {
background-color: #555;
transition: all 0.2s ease-in-out;
opacity: 1;
} ul.share-post li a.rate-recipe {
float: right;
margin-right: 42px;
text-transform: uppercase;
}
.rate-recipe { background-color: #808080; }
.rate-recipe:before { content: ""; } .product-page {
position: relative;
padding-left: 20px;
}
.product-page h1,
.product-page h2 {
font-weight: 500;
font-size: 22px;
line-height: 30px;
}
.product-page .price,
.product-page ins {
font-size: 22px;
margin: 3px 0 0 0;
font-weight: 600;
}
.product-page div p {margin: 20px 0 10px 0}
.product-page .product-price-discount i {
font-weight: 600;
}
.product-page .price {
color: #888;
font-weight: 500;
}
.single-product .product.container section.title {
padding: 0 0 20px 0;
}
.single-product .product.container section{
text-align: left;
background-color: transparent;
border-bottom: 1px solid #ebebeb;
padding: 15px 0 30px 0;
}
.product-page section.project-section {
padding: 0 0 22px 0;
}
.product-page input.qty {
background-color: #f8f8f8;
border-color: #f8f8f8;
} .post-meta {
color: #909090;
margin: 10px 0;
}
body .post-meta a {
color: #909090;
text-decoration: none;
}
.post-meta time {
margin: 0 0 0 -2px;
}
.post-meta a:hover {
color: #808080;
}
.post-meta i {
display: inline-block;
margin: 2px 5px 0 0;
color: #c0c0c0;
}
.post-meta:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.post-meta span {
margin-right: 12px;
float: left;
} .related-posts {
width: 120%;
position: relative;
}
.related-posts .four.columns:nth-child(3n){
margin-right: 0px;
}
.related-posts .line {
width: 83%
}
.blog .reviews-meta,
.home .reviews-meta {
display: none;
}
time.updated {
display: none;
} .comments { margin: 10px 0 0 0; }
.comments .button {
margin: 0 0 10px 90px;
padding: 7px 15px;
}
.comments.reviews .button { margin: 0; }
#comments ul li,
.comments ul li {
display: block;
margin: 0 0 20px 90px;
position: relative;
}
.comments ul li ul li {
margin: 20px 0 0 90px;
}
.comments .comment-content ol {margin:10px 0px;}
.comments .comment-content li {
margin-left: 30px;
margin-bottom: 10px;
margin-top: 10px;
}
.comment-content p {
margin: 0;
line-height: 23px;
}
.comment-content {
background: #f8f8f8;
color: #888;
padding: 22px 25px 23px 25px;
position: relative;
}
.comment-content strong {
padding-right: 5px;
font-size: 14px;
color: #606060;
}
.comment-content span { color: #999; }
.comment-content p { padding: 5px 0 !important; }
.comments-amount { color: #909090; }
.avatar {
float: left;
display: inline-block;
position: absolute;
left: -90px;
}
.avatar img { max-width: 70px; }
.comment-by {
width: 100%;
padding-bottom: 8px;
padding-top: 5px;
}
.comment-by a.comment-reply-link,
.comment-by a.comment-reply-link i {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.comment-by a.comment-reply-link {
display: inline;
background-color: #eee;
padding: 7px 10px;
color: #999;
font-size: 12px;
font-weight: 700;
position: absolute;
right: 0;
top: 0;
text-transform: uppercase;
}
.comment-by a.comment-reply-link i {
color: #999;
font-size: 12px;
margin-right: 1px;
}
.comment-by a.comment-reply-link:hover { background-color: #808080; }
.comment-by a.comment-reply-link:hover,
.comment-by a.comment-reply-link:hover i {
color: #fff;
}
.comment-respond {
margin-top: 40px;
}
.woocommerce .comment-respond {
margin-top: 10px;
}
.form-allowed-tags {display: none;}
.comment-by .rating .star-bg:after { color: #ddd; }
.comment-by span.date {
color: #a0a0a0;
font-weight: 500;
margin: 2px 0 0 0;
float: none;
display: block;
text-align: left;
}
.comment-content .rating {
margin-top: 10px;
display: block
}
#reviews .star-rating {
float: right;
}
#review_form .foodiepress-comment-field {
display: none;
} .comment-form label { margin: 0 0 4px 0; }
span.required { color: #e24747; }
.comment-form input {
margin: 0;
}
.comment-form textarea {
margin: 0 0 18px 0;
width: auto;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 180px;
resize: vertical;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
} .rate {
unicode-bidi: bidi-override;
direction: rtl;
font-size: 18px;
float: left;
cursor: pointer;
}
.rate span.star {
font-family: "FontAwesome";
font-weight: normal;
font-style: normal;
display: inline-block;
float: left;
padding-right: 2px;
}
.rate span.star:hover {
cursor: pointer;
}
.rate span.star:before {
content: "";
color: #e0e0e0;
}
.rate span.star.active:before,
.rate span.star.prevactive:before,
.rate span.star:hover:before{
content: "";
color: #FFC741;
}
.add-comment .rate { margin: -5px 0 20px 0; } p.comment-form-rating {
margin-bottom: 45px;
}
.stars {
unicode-bidi: bidi-override;
direction: rtl;
font-size: 18px;
float: left;
cursor: pointer;
}
.stars a {
font-family: "FontAwesome";
font-weight: normal;
font-style: normal;
display: inline-block;
float: left;
padding-right: 2px;
font-size: 0px;
height: 22px;
}
.stars span.star:hover {
cursor: pointer;
}
.stars a:before {
content: "";
color: #e0e0e0;
width: 17px;
height: 22px;
font-size: 17px;
display: block;
}
.stars a:hover:before,
.stars a.active:before,
.stars a.prevactive:before {
content: "";
color: #FFC741;
} #footer {
background: #333333;
color: #b8b8b8;
padding: 35px 0 40px 0;
margin: 0;
}
#footer .headline {
font-size: 16px;
font-weight: 700;
color: #fff;
background-color: #333;
text-transform: none;
}
#footer .line { border-color: #484848; }
#footer a { color: #b8b8b8; } #footer-bottom {
background: #2a2a2a;
color: #b0b0b0;
padding: 18px 0;
}
#footer-bottom a {
color: #eee;
font-weight: 600;
}
#footer-bottom a { color: #e0e0e0; } .newsletter-btn {
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
cursor: pointer;
float: right;
z-index: 5;
position: relative;
padding: 12px;
line-height: 18px;
margin: 0;
height: 44px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background-color: #808080;
border: none;
color: #fff;
box-shadow: none;
margin-top: -44px;
}
input[type="submit"].newsletter-btn:hover { background-color: #a0a0a0 !important; }
input[name="chow_ns_widget_mailchimp_first_name"],
input[name="chow_ns_widget_mailchimp_last_name"] {
color: #808080;
font-weight: 600;
z-index: 1;
position: relative;
font-size: 13px;
width: 68%;
float: left;
padding: 11px 16px;
line-height: 18px;
height: 20px;
background-color: #3a3a3a;
border: 1px solid #474747;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
input.newsletter {
float: left;
color: #808080;
font-weight: 600;
z-index: 1;
position: relative;
font-size: 13px;
width: 85%;
padding: 11px 16px;
line-height: 18px;
height: 20px;
background-color: #3a3a3a;
border: 1px solid #474747;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
input[name="chow_ns_widget_mailchimp_first_name"]::-moz-placeholder,
input[name="chow_ns_widget_mailchimp_last_name"]::-moz-placeholder
input.newsletter::-webkit-input-placeholder { color: #808080; }
input[name="chow_ns_widget_mailchimp_first_name"]::-moz-placeholder,
input[name="chow_ns_widget_mailchimp_last_name"]::-moz-placeholder,
input.newsletter:-moz-placeholder { color: #808080; }
input[name="chow_ns_widget_mailchimp_first_name"]::-moz-placeholder,
input[name="chow_ns_widget_mailchimp_last_name"]::-moz-placeholder,
input.newsletter::-moz-placeholder { color: #808080; }
input[name="chow_ns_widget_mailchimp_first_name"]:-ms-input-placeholder,
input[name="chow_ns_widget_mailchimp_last_name"]:-ms-input-placeholder,
input.newsletter:-ms-input-placeholder { color: #808080; }
input[name="chow_ns_widget_mailchimp_first_name"]:focus,
input[name="chow_ns_widget_mailchimp_last_name"]:focus,
input:focus.newsletter {
background-color: #404040;
border-color: #505050;
color: #999;
} #footer .widget ul { margin: 0 0 15px 0; }
#footer .widget li a,
#footer .widget_nav_menu li a,
#footer .widget_archive li a {
padding: 0 0 8px 0;
display: inline-block;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#footer .widget li a:hover,
#footer .widget_nav_menu li a:hover,
#footer .widget_archive li a:hover {
color: #fff !important;
}
#footer .widget > ul > li:before,
#footer .widget_nav_menu li:before,
#footer .widget_archive li:before {
font-family: "FontAwesome";
font-size: 12px;
content: "";
color: #fff;
position: relative;
left: 0;
top: -1px;
padding: 0 7px 0 0;
color: #fff;
}
#footer .widget ul ul li {
margin-left: 20px;
}
#footer .widget_nav_menu  li li:before,
#footer .widget_rss li:before {
display: none;
}  .product { margin-top: 20px;	}
.ordering { width: 273px; }
.product section {
padding: 16px 0 15px 0;
text-align: center;
background-color: #f8f8f8;
}
.product section h5 { color: #707070; }
.product-button {
right: 0;
bottom: 0;
background-color: #808080;
position: absolute;
z-index: 10;
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.2s, opacity 0.1s 0.2s;
-moz-transition: -moz-transform 0.2s, opacity 0.1s 0.2s;
transition: transform 0.2s, opacity 0.1s 0.2s;
}
.added_to_cart {
font-family: "FontAwesome";
font-weight: normal;
font-style: normal;
display: inline-block;
font-size: 0px;
top: 0px;
left: 0px;
position: absolute;
background: rgba(0, 0, 0, 0.45);
width: 17px;
height: 17px;
padding: 10px;
}
.added_to_cart:before {
content: "\f00c";
color: #fff;  font-size: 17px;
line-height: 17px;
display: block;
}
a.product-button {
color: #fff;
text-align: center;
font-size: 14px;
width: 42px;
height: 42px;
display: block;
}
a.product-button i {
top: 9px;
margin-left: -1px;
position: relative;
color: #fff;
}
.product .mediaholder:hover .product-button {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.3s, opacity 0.1s, background 0.25s;
-moz-transition: -moz-transform 0.3s, opacity 0.1s, background 0.25s;
transition: transform 0.3s, opacity 0.1s, background 0.25s;
}
.product-button:hover { background-color: #555; }
.product-category {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: #aaa;
}
.price {
font-size: 16px;
font-weight: 700;
color: #666;
padding: 1px 0 5px 0;
display: block;
}
.single-product .price .amount {
color: #888
}
.widget.woocommerce li del,
.price del {
color: #888;
text-decoration: line-through;
padding: 0;
}
.widget.woocommerce li ins,
.product-list-desc ins,
.price ins { color: #666;
text-decoration: none;
display: inline-block;
background-color: #ffecb7;
padding: 1px 5px;
margin: 0px 0 0px 4px;
}
.onsale {
background-color: #808080;
font-weight: 700;
text-transform: uppercase;
padding: 5px 9px;
display: inline-block;
position: absolute;
color: #fff;
z-index: 50;
top: 0;
right: 1px;
}
.onsale.soldout {
background-color: #808080;
}
.slider-padding { position: relative;}
.slider-padding.svertical .onsale.soldout {
margin-right: 125px;
}
figure.product .onsale {
right: 0px
}
.mediaholder {
position:relative;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
background:transparent;
padding:0px;
border:none;
overflow: hidden;
}
.mediaholder_innerwrap {
position:relative;
overflow:hidden;
width:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.mediaholder img {
width:100%;
position:relative;
} .woocommerce-ordering {
width: 31%
} #cart {
float: right;
display: block;
margin: 0 0 0 15px;
position: relative;
z-index: 100;
}
#cart a { color: #fff; }
.cart-list {
position: absolute;
right: 0;
margin-top: 50px;
background: #f5f5f5;
z-index: 9999;
display: none;
width: 260px;
}
.cart-list.active {
display: block;
opacity: 1;
visibility: visible;
}
.shipping-calculator-form select {
padding: 10px;
}
.shipping-calculator-form .button {
padding: 10px 13px
}
.shipping-calculator-form input[type="text"] {
min-width: 242px
} .cart-btn a.button,
.cart-btn .button {
padding: 8px 14px 8px 52px;
float: left;
font-weight: 600;
font-size: 14px;
border-radius: 0px;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.cart-btn .button.adc:before,
.cart-btn .button.single_add_to_cart_button:before {
content: "\f07a";
position: absolute;
font-family: "FontAwesome";
padding: 7px 15px 7px 12px;
height: 100%;
background: rgba(0,0,0,0.06);
top:0;
left:0;
font-size: 13px;
}
a.button.checkout.wc-forward:hover,
a.button.wc-forward:hover,
body .widget_price_filter .price_slider_amount button.button:hover,
.cart-btn .button.hovered,
.shipping-calculator-form .button:hover,
.button.wc-backward:hover,
.magazine-lead figcaption:hover .button,
.wishlist_table .add_to_cart.button:hover,
.cart-btn .button:hover { background-color: #606060; }
a.button.wc-forward {
background: #c0c0c0
}
.widget_shopping_cart_content .buttons a{
width: 36%;
text-align: center;
}
.widget_shopping_cart_content .buttons a:first-child{
margin-right: 5px;
}
.cart_list.product_list_widget li a {
display: block;
color: #666;
font-size: 14px;
font-weight: 600;
}
.widget_shopping_cart_content {
padding: 18px;
display: inline-block;
background-color: #f8f8f8;
color: #888;
font-weight: 500;
width: 85%;
padding: 11px 20px 16px 20px;
}  #cart ul { padding: 16px; }
.widget.woocommerce.widget_shopping_cart li,
#cart ul li {
border-bottom: 1px solid #e5e5e5;
padding: 13px 0;
display: block;
overflow: hidden;
}
.widget.woocommerce.widget_shopping_cart li.empty {
border-bottom: 0px solid #e5e5e5;
padding: 0px;
color: #888;
margin-top: 5px;
}
#cart ul li:first-child {
padding: 0 0 13px 0;
}
#cart ul li:last-child {
border-bottom: none;
padding: 13px 0 0 0;
}
#cart ul li:only-child {
border-bottom: none;
padding: 0px 0 0 0;
}
.widget.woocommerce.widget_shopping_cart ul.variation {
padding: 5px 0px;
opacity: 0.7
}
.widget.woocommerce.widget_shopping_cart ul.variation li {
padding: 0px;
border:0px;
}
#cart ul li a {
display: block;
color: #666;
font-size: 14px;
font-weight: 600;
}
#cart ul li span {
float: none;
padding: 0;
font-size: 13px;
color: #a0a0a0;
line-height: 18px;
}
#cart ul li a img {
display: inline-block;
float: left;
padding: 0;
width: 55px;
height: auto;
margin: 0 15px 0 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cart-amount {
padding: 9px 0;
text-transform: uppercase;
font-size: 12px;
background-color: #eee;
}
.cart-list .arrow {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #eee;
position: absolute;
top: -5px;
left: 230px;
}
.cart-amount span {
padding: 0 16px;
color: #909090;
}
.cart-buttons {
border-top: 1px solid #e5e5e5;
padding: 15px 16px 10px 16px;
}
.cart-buttons a {
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
font-size: 13px;
color: #fff;
display: inline-block;
width: 100%;
text-align: center;
padding: 7px 0px;
margin: 0 0 5px 0;
background-color: #808080;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
}
p.total { margin-top: 15px}
.cart-buttons a.view-cart { background: #c0c0c0; }
.cart-buttons a.checkout { background-color: #808080; }
.cart-buttons a.view-cart:before,
.cart-buttons a.checkout:before {
content:"";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: none;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
.cart-buttons a.view-cart:hover:before,
.cart-buttons a.checkout:hover:before  { background-color: #606060; }
.cart-buttons a span {
position: relative;
z-index: 200;
}
ul.product_list_widget li a img {
width: 70px;
margin: 0px 15px 0px 0px;
float: left;
position: relative;
} .padding-range { padding: 0 8px; }
.widget_price_filter {
display: block;
position: relative;
}
.widget_price_filter input {
padding: 0;
background:0;
border: 0;
box-shadow: none;
margin: 8px 0 0 4px;
color: #888;
font-weight: 500;
display: inline-block;
width: 100px;
float: left;
font-size: 14px;
}
.widget_price_filter label {
float: left;
margin: 6px 0 0 0;
}
.widget_price_filter .button {
float: right;
padding: 7px 10px;
margin: 0;
}
.price_label { position: relative; top: 5px;}
#slider-range { margin: 0 0 16px 0; }
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 17px;
height: 17px;
margin: -3px 0 0 -8px;
cursor: w-resize;
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
height: 11px;
display: block;
border: 0;
background-position: 0;
}
.widget_price_filter .ui-widget-content {
background-color: #d4d4d4;
border-radius: 25px;
}
.widget_price_filter .ui-widget-header {
background: #f0f0f0;
}
.widget_price_filter .ui-state-default {
background: #a0a0a0;
border-radius: 50%;
}
.widget_price_filter .ui-slider.ui-state-disabled .ui-slider-handle,
.widget_price_filter .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }
.widget_price_filter .ui-slider-horizontal { height: 11px; margin: 0 10px 16px 8px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min { left: 0; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max { right: 0; }  section.linking {
border-bottom: 0;
padding-top: 20px;
}
#quantity {
position: relative;
float: left;
}
.qty {
width: 25px;
height: 22px;
text-align: center;
float: left;
padding: 8px 9px;
border:0px;
}
input.qty {
color: #909090;
padding: 9px 9px;
background-color: rgb(248, 248, 248);
border: medium none;
}
input.qty:focus {border:none;}
input.qty,
.input-text {
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quantity input.plus,
.quantity input.minus,
a.cart-remove {
background: #c0c0c0;
color: #fff;
border: none;
float: left;
font-family: "FontAwesome";
cursor: pointer;
width: 40px;
height: 40px;
font-size: 13px;
outline: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a.cart-remove {
background-color: #f6f6f6;
color: #a0a0a0;
text-align: center;
line-height: 40px;
}
.qtyplus:hover,
.qtyminus:hover {
background: #808080;
color: #fff;
}
a.cart-remove:hover {
background: #df2727;
color: #fff;
}
.quantity input.plus::-webkit-input-placeholder { font-family: fontAwesome; content:"\f067";  }
.quantity input.plus::-moz-placeholder::before  { font-family: fontAwesome; content:"\f067";  } .quantity input.plus:-ms-input-placeholder::before  { font-family: fontAwesome; content:"\f067"; } .quantity input.plus:-moz-placeholder::before  { font-family: fontAwesome; content:"\f067";  }
.quantity input.plus:before { content: ""; }
.quantity input.minus:before { content: ""; }
.cart-remove:before { content: ""; }
.qtyplus:before,
.qtyminus:before {
position: relative;
display: block;
top: 10px;
left: 15px;
} .linking .button {
margin: 0 0 0 25px;
padding: 7px 13px 7px 50px;
line-height: 25px
}
.linking .button:before {
content: "";
position: absolute;
font-family: "FontAwesome";
padding: 8px 15px 8px 12px;
height: 100%;
background: rgba(0,0,0,0.06);
top:0;
left:0;
}
.linking a.button:hover { background-color: #606060; }
.product_meta {
margin-top: 20px;
}
.woocommerce-tabs .tab-content h2 {
display: none;
}  .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
overflow: hidden;
position: fixed;
background: #000;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-wrap {
top: -10px;
left: 0;
width: 100%;
height: 100%;
z-index: 1001;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
height: 100%;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 18px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 505;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #aaa;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 504;
}
.mfp-preloader a {
color: #cccccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
.mfp-s-loading .mfp-arrow {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
border: 0;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 506;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: 0px;
top: 40px;
} .mfp-close {
position: absolute;
width: 48px;
height: 48px;
top: 0;
right: 0;
cursor: pointer !important;
z-index: 9999;
background: #c0c0c0;
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.mfp-close:before {
content: "";
font-family: "FontAwesome";
font-size: 16px;
top: 0;
left: 0;
position: relative;
}
.mfp-close:hover {
background: #808080;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #aaa;
font-size: 13px;
line-height: 18px;
}
.mfp-arrow {
opacity: 0;
margin: 0;
top: 50%;
margin-top: -24px;
padding: 0;
position: absolute;
width: 48px;
height: 48px;
cursor: pointer;
z-index: 9999;
background: #c0c0c0;
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.mfp-arrow:hover {
background: #808080;
}
.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
content: "";
font-family: "FontAwesome";
font-size: 16px;
}
.mfp-arrow.mfp-arrow-right { right: 0; }
.mfp-arrow.mfp-arrow-left:before { content: ""; top: 1px; left: -1px; position: relative; }
.mfp-arrow.mfp-arrow-right:before { content: ""; top: 1px; left: 1px; position: relative; }
.mfp-content:hover .mfp-arrow {
opacity: 1;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black;
}
.mfp-iframe-holder .mfp-close {
top: 0px;
} .small-dialog {
background: #fff;
padding: 30px 40px 35px 40px;
text-align: left;
max-width: 800px;
margin: 40px auto;
position: relative;
}
.small-dialog h3 {
margin-bottom: 20px;
}
.small-dialog span.line {padding-top: 7px;}
.my-mfp-zoom-in .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
} .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
} .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
} .my-mfp-zoom-in.mfp-bg {
opacity: 0.001; -webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
} .my-mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.mfp-figure {
line-height: 0;
}
.mfp-bottom-bar {
margin-top: -30px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-break: break-word;
padding-right: 36px;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
} @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0
} .mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
}
@media all and (max-width: 800px) { .mfp-arrow {width: 70px;} }
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.85;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}  .recipeBackground {
max-height: 250px;
overflow: hidden;
position: relative;
margin: 0 0 40px 0;
}
.recipeBackground:before {
content: "";
background: #333;
width: 100%;
height: 100%;
z-index: 99;
position: absolute;
display: block;
opacity: 0.5;
}
.recipeBackground img {
width: 100%;
height: auto;
} .alignment {
padding-right: 20px;
position: relative;
top: -57px;
z-index: 99;
}
.title-alignment {
position:relative;
top: -15px;
}
.no-recipe-background .alignment {
top: 0px;
position: static;
}
.no-recipe-background .recipe-header {
padding: 35px;
}
.no-recipe-background .recipe-header:after,
.no-recipe-background .recipe-header:before {
display: none;
content: none;
}
.no-recipe-background .title-alignment {
top:0px;
} .reviews-meta { position: absolute; }
.recipe-header {
background-color: #f8f8f8;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 2px 35px 16px 35px;
position: relative;
z-index: 50;
}
.has-post-thumbnail .recipe-header { }
.recipe-header:before {
content: "";
position: absolute;
top: -48px;
left: 0;
right: 48px;
border-width: 48px;
border-style: solid;
border-color: #f8f8f8;
z-index: 1;
}
.recipe-header:after {
content: "";
position: absolute;
top: -48px;
right: 0;
border-width: 0 48px 48px 0;
border-style: solid;
border-color: #e0e0e0 transparent;
z-index: 1;
}
.recipe-header h1,
.recipe-header h2 {
font-size: 30px;
font-family: "Open Sans";
letter-spacing: -1px;
margin: 0;
top: -2px;
z-index: 20;
position: relative;
width: 90%;
line-height: 36px;
} .recipe-header .rating {
height: 20px;
width: 110px;
top: -1px;
}
.recipe-header .rating .star-rating:after,
.recipe-header .rating .star-bg:after { font-size: 18px; }
.recipe-header span a {
position: relative;
top: -29px;
left: 105px;
color: #909090;
z-index: 20;
} .recipeSlider {
width: 100%;
height: 380px;
}
.productSlider {
width: 100%;
}
.recipeSlider .rsSlide:before,
.productSlider .rsSlide:before,
.homeSliderAlt .rsSlide:before,
.recipeSlider #slider-prev,
.productSlider #slider-prev,
.homeSliderAlt #slider-prev,
.homeSliderAlt #slider-next,
.recipeSlider #slider-next,
.productSlider #slider-next {
display: none;
} .rsDefault .rsArrow {
height: 100%;
width: 40px;
position: absolute;
display: block;
cursor: pointer;
z-index: 21;
}
.rsNav.rsBullets { display: none; }
.rsDefault.rsHor .rsArrowLeft { right: 64px; bottom: 0; }
.rsDefault.rsHor .rsArrowRight { right: 23px; bottom: 0; }
.rsDefault .rsArrowIcn {
position: absolute;
cursor: pointer;
z-index: 999999;
background-color: #fff;
height: 40px;
width: 40px;
bottom: 23px;
right: 0px;
font-family: "FontAwesome";
font-size: 16px;
color: #606060;
display: inline-block;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.rsDefault .rsArrowIcn:hover {
background-color: #808080;
color: #fff;
}
.rsArrowLeft .rsArrowIcn:before {
top: 9px;
left: 14px;
position: relative;
content: "";
}
.rsArrowRight .rsArrowIcn:before {
content: "";
top: 9px;
left: 15px;
position: relative;
} .alignment p {
padding: 5px 0 10px;
margin-bottom: 10px;
}
.alignment .comment-form p {
padding: 0px;
}
.alignment .comment-form p.comment-form-comment {
margin-top: 20px;
}
.alignment h3 { font-size: 22px; } .foodiepress {
margin-bottom: 20px;
}
#advanced-search { width: 1194px; }
#advanced-search .select { width: 245px; }
#advanced-search .select.select-cats { width: 285px; }
#advanced-search .select.included-ingredients{ width: 622px; }
#advanced-search .select.alergens { width: 403px; }
#advanced-search .select.excluded-ingredients { width: 763px; }   @media only screen and (min-width: 1200px){  ;
} @media only screen and (min-width: 960px) and (max-width: 1389px) {
.author-box img {display: none;} ;
#homeSlider { height: 490px; }
#homeSlider .rsThumbs,
.SlideTitleContainer { width: 940px; }
.rsDefaultInv .rsThumb { width: 204px }
.rsSlideTitle { width: 400px; }
.rsSlideTitle.title a {
font-size: 48px;
line-height: 50px;
}
ul.share-buttons li { width: 107px; }
.featured-recipe {
height: 100px;
width: 220px;
}
.featured-recipe img {
width: auto;
height: 100%;
}
.featured-recipe-content h4 { width: 80%; }
.recipeSlider { height: 320px; }
#advanced-search { width: 954px; }
#advanced-search .select  { width: 220px; }
#advanced-search .select.select-cats { width: 255px;}
#advanced-search .select.included-ingredients { width: 437px; }
#advanced-search .select.alergens { width: 238px; }
#advanced-search .select.excluded-ingredients  { width: 688px; }
.widget_shopping_cart_content .buttons .button { width: 100%; box-sizing: border-box; }
.homeSliderAlt .rsThumbs,
.homeSliderAlt .rsThumbs .rsThumb {
width: 220px;
}
.woocommerce-ordering {
width: 30%;
}
}
@media only screen and (max-width: 990px) {
.single .post-meta {
margin: 21px 0 10px;
width: 100%;
float: left;
text-align: left;
}
.single .post-meta span {
float: none;
}
.related-posts { width: 100%}
.related-posts .four.columns:nth-child(odd){
margin-right: 0px;
}
} @media only screen and (min-width: 768px) and (max-width: 990px) {
.author-box img {display: none;}
#responsive {display: none;}
#homeSlider { height: 490px; }
#homeSlider .rsThumbs,
.SlideTitleContainer { width: 748px; }
.rsDefaultInv .rsThumb { width: 219px }
.woocommerce-ordering {
width: 46%;
}
.rsSlideTitle { width: 400px; }
.rsSlideTitle.title a {
font-size: 48px;
line-height: 50px;
}
ul.share-buttons li { width: 83px; }
.featured-recipe {
height: 120px;
width: 172px;
}
.featured-recipe img {
width: auto;
max-width: inherit;
height: 100%;
left: -20%;
}
.featured-recipe-content h4 { width: 80%; }
.author-box img {
height: 48px;
width: 48px;
}
body .columns.navigation { width: 97%; }
.search input {
padding: 12px 15px 12px 9px;
}
.newsletter-btn { margin-top: 0; }
.recipeSlider { height: 260px; }
.recipe-details ul li {
margin-right: 18px;
padding-right: 18px;
}
.ingredients:before { left: 60px; }
.ingredients:after { left: 64px; }
.ingredients li { padding-left: 110px; position: relative;}
.ingredients-container,
.directions-container   { display: block; width: 100%; }
.directions-container   { padding-left: 0; padding-bottom: 0; }
.recipe-container { margin-bottom: 0; }
#advanced-search { width: 762px; }
#advanced-search .select ,
#advanced-search .select.select-cats,
#advanced-search .select.included-ingredients ,
#advanced-search .select.alergens ,
#advanced-search .select.excluded-ingredients  { width: 748px; }
.widget_shopping_cart_content .buttons .button { width: 100%; box-sizing: border-box; }
.homeSliderAlt .rsThumbs,
.homeSliderAlt .rsThumbs .rsThumb {
width: 170px;
}
.rsDefault .rsTmb h5 { font-size: 14px; line-height: 20px;}
a.blockTitle { font-size: 21px; }
} @media only screen and (max-width: 767px) {
.rsNav { display: none; }
.SlideTitleContainer {
width: 100%;
left: 40px;
}
.woocommerce-ordering {
width: 100%;
}
#slider-prev,
#slider-next {
position: absolute;
cursor: pointer;
bottom: 40px;
right: 40px;
z-index: 999999;
background-color: #fff;
height: 40px;
width: 40px;
font-family: "FontAwesome";
font-size: 16px;
color: #606060;
display: inline-block;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
#slider-prev:hover,
#slider-next:hover {
background-color: #808080;
color: #fff;
}
#slider-prev { right: 81px; }
#slider-prev:before {
top: 9px;
left: 14px;
position: relative;
content: "";
}
#slider-next:before {
content: "";
top: 9px;
left: 15px;
position: relative;
}
.rsSlideTitle { width: 400px; }
.rsSlideTitle.title a {
font-size: 42px;
line-height: 48px;
}
#homeSlider .rsThumbsHor { height: 0; }
.pagination-container.masonry .pagination-next-prev .next { margin-right: 0;}
.search button { right: 0; }
.alignment { padding-right: 0; }
.recipeSlider { height: 220px; }
.recipeBackground { max-height: 125px; }
.twelve.columns.left-sidebar-class {
position: relative;
right: 0;
float: right;
}
.recipeBackground img {
height: 125px;
width: auto;
position: relative;
display: block;
}
.recipe-details ul li {
margin-bottom: 10px;
margin-right: 14px;
padding-right: 14px;
}
a.print {
float: left;
margin-top: 10px;
}
.tabs-nav li { width: 100%; }
.linking a.button {
margin: 0;
}
.qtyplus { margin-right: 20px; }
.ingredients { padding: 30px 0;}
.ingredients:before,
.ingredients:after { display: none; }
.ingredients li { padding-left: 30px; border: none;}
.ingredients li:first-child { border: none; }
ul.share-post li a.rate-recipe {
float: left;
margin: 0;
}
.ingredients-container,
.directions-container   { display: block; width: 100%; }
.directions-container   { padding-left: 0; padding-bottom: 0; }
.recipe-container { margin-bottom: 0; }
#breadcrumbs { float: left; }
#breadcrumbs ul { margin-top: 0; padding-bottom: 30px;}
#advanced-search .select label { line-height: 18px;}
.search-by-keyword button span { display: none; }
.search-by-keyword button i { display: inline-block; }
.image-with-caption {
position: relative;
height: 150px;
width: 100%;
overflow: hidden;
}
.image-with-caption img {
width: auto;
height: 100%;
}
.widget_shopping_cart_content .buttons .button { width: 100%; box-sizing: border-box; }
.homeSliderAlt .rsThumbs,
.homeSliderAlt .rsThumbs .rsThumb {
display: none;
width:0;
}
.rsABlock {
left: 0;
bottom: 0;
display: block;
}
a.blockTitle { font-size: 19px; line-height: 26px; }
.isotope-box {margin-bottom: 20px !important;}
.product-page { padding: 25px 0 0 0; }
.image-with-caption span {
text-align: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
#homeSlider { height: 370px; }
#homeSlider .rsThumbs { width: 420px; }
.rsDefaultInv .rsThumb { width: 179px; }
ul.share-buttons li { width: 101px; }
#advanced-search { width: 434px; }
#advanced-search .select ,
#advanced-search .select.included-ingredients,
#advanced-search .select.select-cats,
#advanced-search .select.alergens,
#advanced-search .select.excluded-ingredients  { width: 420px; }
.rsABlock {
width: 420px;
}
} @media only screen and (max-width: 479px) {
#homeSlider { height: 370px; }
#homeSlider .rsThumbs { width: 300px; }
.rsDefaultInv .rsThumb { width: 139px; }
.rsSlideTitle.title a {
font-size: 38px;
line-height: 40px;
}
.rsSlideTitle { width: auto; }
ul.share-buttons li { width: 96px; }
.recipeSlider { height: 180px; }
.comments ul li,
.comments ul li ul li { margin-left: 0; }
.avatar { display: none; }
#advanced-search { width:  314px; }
#advanced-search .select ,
#advanced-search .select.included-ingredients,
#advanced-search .select.select-cats,
#advanced-search .select.alergens,
#advanced-search .select.excluded-ingredients  { width: 300px; }
.rsABlock { width: 300px; }
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin-bottom: 15px;
}
.gallery-item img {
margin: 0px auto;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
font-weight: 600;
font-size: 13px;
color: #909090;
padding: 10px 20px;
} table.cart-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
border:none;
}
table.cart-table th,
table.cart-table td.actions {
border: none;
background-color: #f6f6f6;
text-align: left;
padding: 10px 20px;
color: #606060;
vertical-align: top;
font-size: 14px;
font-weight: 600;
}
table.cart-table td a {
color: #808080;
}
table.cart-table td a.calculate-shipping {
color: #fff;
}
table.cart-table td {
padding: 20px;
border-bottom: #eee 1px solid;
border-top: none;
border-right: none;
vertical-align: middle;
}
table .cart-title a {
font-weight: 600;
color: #666;
}
table .cart-title a:hover {
color: #808080;
}
table .cart-total {
color: #666;
font-weight: 600;
}
table.cart-table.bottom {
margin-top: -1px;
}
table.cart-table .cart-btns { float: right; }
table.cart-table .cart-btns  a { margin-left: 10px; display: inline-table }
table.cart-table td.actions { padding: 15px; }
.product-subtotal .amount {
font-weight: 600
}
.actions .coupon {
float: left;
width: 50%;
}
.actions .coupon input#coupon_code { float: left }
.actions .coupon label { display: none; }
.apply-coupon input {
display: inline-block;
float: left;
margin: 0;
border: 0;
font-size: 13px;
width: 192px;
}
.apply-coupon input.button {
width: auto;
}
.actions .apply-coupon input  {
background-color: #fff;
} .eight.columns.cart_totals {
float: right;
margin: 45px 0 0 0;
}
.cart_totals .cart-table th {
vertical-align: top;
border-bottom: 1px solid #fff;
width: 40%;
padding: 10px 15px;
}
.cart_totals .cart-table td {
border-bottom: 1px solid #f0f0f0;
padding: 10px 15px;
}
.cart_totals .cart-table tr:last-child th,
.cart_totals .cart-table tr:last-child td {border:0;}
.container .page ul#shipping_method label { display: inline; }
table.cart-table.subtotals td {
padding: 15px;
border: none;
vertical-align: middle;
}
a.button.proceed:hover { background-color: #606060; }
.wc-proceed-to-checkout {margin-top: 15px;}
a.calculate-shipping {
text-align: center;
display: block;
background: #c0c0c0;
color: #fff;
padding: 8px;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a.calculate-shipping i {
font-size: 14px;
padding: 0 2px;
}
a.calculate-shipping:hover {
color: #fff;
}
a.button.wc-forward {
}
.widget_shopping_cart_content p.buttons {margin:0;}
.container .cart-collaterals .four.shop.columns:nth-child(even) {
margin-right: 0px;
}
.nobr {
white-space: nowrap;
}
.woocommerce .col2-set,.woocommerce-page .col2-set {
*zoom: 1;
width: 100%;
}
.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before {
content: " ";
display: table;
}
.woocommerce .col2-set:after,.woocommerce-page .col2-set:after {
clear: both;
}
.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
}
.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
} .woocommerce form .form-row,.woocommerce-page form .form-row {
*zoom: 1;
}
.woocommerce form .form-row:after,.woocommerce form .form-row:before,.woocommerce-page form .form-row:after,.woocommerce-page form .form-row:before {
content: " ";
display: table;
}
.woocommerce form .form-row:after,.woocommerce-page form .form-row:after {
clear: both;
}
.woocommerce form .form-row label,.woocommerce-page form .form-row label {
display: block;
}
.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox {
display: inline;
}
.woocommerce form .form-row select,.woocommerce-page form .form-row select {
width: 100%;
}
.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.woocommerce form.checkout_coupon .form-row .input-text,.woocommerce-page form.checkout_coupon .form-row .input-text {
width: auto;
background: #f5f5f5;
border: none;
padding: 11px 12px;
}
.woocommerce form.checkout_coupon .form-row .input-text,.woocommerce-page form.checkout_coupon .form-row .input-text:focus {border: none;}
#order_review {margin-top: 15px; }
#order_review .product-name img{
max-width: 40px;
height: auto;
margin-right: 20px;
float: left;
}
#order_review .product-name {
line-height:41px;
font-weight: 600;
}
#order_review th.product-total {line-height: 41px;}
.order_details.shop_table tbody tr, #order_review .shop_table tbody tr {
background-color: #bbb;
color: #fff;
box-shadow: 0px 1px 0px 0px #d4d4d4;
}
.order_details.shop_table tbody tr strong, #order_review .shop_table tbody tr strong {
color: #fff
}
.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last {
float: left;
width: 47%;
overflow: visible;
}
.woocommerce form .form-row-last,.woocommerce-page form .form-row-last {
float: right;
}
.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide {
clear: both;
}
.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select {
width: auto;
}
#ship-to-different-address label {
float: left;
margin-right: 15px;
}
#payment {
background:#f8f8f8;
border-top: 1px solid #e5e5e5;
}
#payment ul.payment_methods {
text-align:left;
padding:1em;
border-bottom:1px solid #e0dadf;
margin:0;
list-style:none outside
}
#payment ul.payment_methods:after {
content:"";
display:block;
clear:both
}
#payment ul.payment_methods li {
line-height:2em;
text-align:left;
margin:0;
font-weight:normal
}
#payment ul.payment_methods li label.payment-label {
display: block;
}
#payment ul.payment_methods li input {
margin: 6px 9px 0 0;
float: left;
}
#payment ul.payment_methods li img {
vertical-align:top;
display: inline;
margin:-2px 0 0 .5em;
position:relative
}
#payment div.form-row {
padding:1em;
}
#payment #place_order {
float:right;
margin:0
}
#payment .terms {
padding:0 1em 0;
text-align:right
}
#payment div.payment_box {
position:relative;
width:95%;
padding:1em 2%;
margin:1em 0 1em 0;
font-size:.92em;
line-height:1.5em;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
background-color: #E9F7FE;
color: #5091b2;
border: 1px solid #b6d7e8;
}
#payment div.payment_box p:last-child {
margin-bottom:0
}
#payment div.payment_box #cc-expire-month,#payment div.payment_box #cc-expire-year {
width:48%;
float:left
}
#payment div.payment_box #cc-expire-year {
float:right
}
#payment div.payment_box span.help {
font-size:11px;
color:#777;
line-height:13px;
font-weight:normal
}
#payment div.payment_box .form-row {
margin:0 0 1em
}
#payment div.payment_box .form-row select {
width:48%;
float:left;
margin-right:3.8%
}
#payment div.payment_box .form-row select:nth-child(3n) {
margin-right:0
}
#payment div.payment_box:after {
content:"";
display:block;
border:8px solid #b6d7e8;
border-right-color:transparent;
border-left-color:transparent;
border-top-color:transparent;
position:absolute;
top:-4px;
left:0;
margin:-1em 0 0 2em
}
#payment_method_paypal {
display: inline;
}
.related.products {
margin-bottom: 45px;
}
body .wp-core-ui .button {
box-shadow: 0px 0px 0px 0px;
border-radius: 0px;
}
body a.ptwsi-social-icon {
border-radius: 0px;
}
span.wpcf7-not-valid-tip {
display: none;
}
.nutrition-list li {
line-height: 22px;
}
.nutrition-title span { color: #a0a0a0 }
.nutrition-btn span { display: none; }
.foodiepress-wrapper.recipe2 .ingredients li.active:before {text-decoration: none !important;}
.container .six.columns.woo-login-form {
float: none;
display: block;
margin: 25px auto 30px;
}
.container .seven.columns.woo-login-form {
display: block;
float: none;
margin: 25px auto 30px;
}
.container .six.columns.woo-login-form input[type="text"],
.container .six.columns.woo-login-form input[type="password"] {
box-sizing: border-box;
width: 100%;
}
body .select2-container .select2-choice {
padding: 6px 0px 6px 8px;
border: 1px solid #d6d6d6;
border-radius: 0px;
}
body .select2-drop-active {
border: 1px solid #d6d6d6;
}
div.product div.thumbnails {
overflow: hidden;
margin-top:15px;
}
div.product div.thumbnails:before {
content: " ";
display: table;
}
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
margin-right: 0px
}
.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
clear: both;
}
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
display: block;
width: 100%;
height: auto;
-webkit-transition: all ease-in-out .2s;
-moz-transition: all ease-in-out .2s;
-o-transition: all ease-in-out .2s;
transition: all ease-in-out .2s;
}
.woocommerce #content div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after {
clear: both;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
float: left;
width: 30.75%;
margin-right: 3.8%;
}
iframe,
embed { width: 100%; }
.recipe-thumb img { max-width: 200px; height: auto;}
.fav-recipes td{ vertical-align: middle;}
table.basic-table.fav-recipes {
margin-bottom: 30px;
}
.basic-table.fav-recipes thead th {
border-bottom: 1px solid #ddd;
}
.basic-table.fav-recipes tbody tr:nth-child(odd) {
background-color: #fff;
}
.basic-table.fav-recipes tbody tr:nth-child(even) {
background-color: #f8f8f8;
}
.basic-table.fav-recipes .recipe-title a,
.basic-table.fav-recipes .recipe-metas a {
color: #888
}
.fav-recipes i{ margin-right: 2px}
.chow_account_user {
margin-bottom: 40px;
}
h6.myaccount_user {
font-size: 18px;
color: #666;
font-weight: 600;
}
.button.favourites-list {
background: #e33f40;
width: 100%;
text-align: center;
padding: 10px;
box-sizing: border-box;
}
.small-dialog .fav-recipes .button {
margin-top: 5px;
}
.stacktable  img, 
.small-dialog .fav-recipes .recipe-thumb img {
max-width: 80px;
height: auto;
}
.small-dialog .basic-table.fav-recipes thead th {
border:0px;
}
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; } .stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }
@media (max-width: 960px) {
.stacktable.large-only { display: none; }
.stacktable.small-only { display: table; }
}
.st-key {
border: none;
background-color: #f8f8f8;
text-align: left;
padding: 10px 20px;
color: #606060;
vertical-align: top;
font-size: 14px;
font-weight: 600;
width: 30%;
border: 1px solid #eee;
}
.st-val {
width: 68%;
text-align: left;
padding: 10px 20px;
border: 1px solid #f0f0f0;
border-left:0;
}
.st-val a {
font-weight: 600;
}
.st-val a:hover {
color: #808080;
}
.st-space { height: 25px; }
.st-val .cart-remove {color: #a0a0a0;}
.st-val .cart-remove:hover {color: #fff;}
.stacktable { width: 100%; }
.st-head-row {
}
.st-head-row img {
}
.st-head-row.st-head-row-main { display: block;}
.author-box span { transition: all 0.2s ease-in-out !important; }
.mfp-content,
.mfp-container { cursor: zoom-out !important; }
.small-dialog {cursor: auto;}
.wc-proceed-to-checkout { margin-bottom: 40px; }
abbr.required { border: none; color: #df2626; }
#order_review { margin-bottom: 50px; }
.reset_variations {
margin-top: 15px;
display: block;
}
table.variations td{
padding: 10px 0px
}
.single_variation .price {
padding-bottom: 15px;
}
.ui-autocomplete {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
_width: 160px;
padding: 0px;
margin: 2px 0 0 0;
list-style: none;
background-color: #ffffff;
border-color: #ddd;
border-color: #ddd;
border-style: solid;
border-width: 1px;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
}
.ui-autocomplete li {
border-bottom: 1px solid #ddd;
padding: 10px;
}
.ui-autocomplete li.ui-state-hover, 
.ui-autocomplete li.ui-state-focus, 
.ui-autocomplete li.ui-state-active {
color: #a0a0a0;
text-decoration: none;
background-color: #eee;
background-image: none;
} .tptn_after_thumb .tptn_link {
display: block;
margin-top: .5em;
font-weight: bold;
}