#after-submit-wrap {
display: none;
}html.swipebox-html.swipebox-touch {
overflow: hidden !important;
}
#swipebox-overlay img {
border: none !important;
}
#swipebox-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999 !important;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#swipebox-container {
position: relative;
width: 100%;
height: 100%;
}
#swipebox-slider {
-webkit-transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
height: 100%;
left: 0;
top: 0;
width: 100%;
white-space: nowrap;
position: absolute;
display: none;
cursor: pointer;
}
#swipebox-slider .slide {
height: 100%;
width: 100%;
line-height: 1px;
text-align: center;
display: inline-block;
}
#swipebox-slider .slide:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
display: inline-block;
max-height: 100%;
max-width: 100%;
margin: 0;
padding: 0;
width: auto;
height: auto;
vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
background: none;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 5%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
#swipebox-slider .slide-loading {
background: url(//2d-recept.com/wp-content/themes/recipe-press/css/swipebox/img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
-webkit-transition: 0.5s;
transition: 0.5s;
position: absolute;
left: 0;
z-index: 999;
height: 50px;
width: 100%;
}
#swipebox-bottom-bar {
bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
-webkit-transform: translate3d(0, -50px, 0);
transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
top: -50px;
}
#swipebox-top-bar.visible-bars {
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
}
#swipebox-title {
display: block;
width: 100%;
text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
background-image: url(//2d-recept.com/wp-content/themes/recipe-press/css/swipebox/img/icons.png);
background-repeat: no-repeat;
border: none !important;
text-decoration: none !important;
cursor: pointer;
width: 50px;
height: 50px;
top: 0;
}
#swipebox-arrows {
display: block;
margin: 0 auto;
width: 100%;
height: 50px;
}
#swipebox-prev {
background-position: -32px 13px;
float: left;
}
#swipebox-next {
background-position: -78px 13px;
float: right;
}
#swipebox-close {
top: 0;
right: 0;
position: absolute;
z-index: 9999;
background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
-webkit-animation: rightSpring 0.3s;
animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
-webkit-animation: leftSpring 0.3s;
animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .3s ease;
transition: all .3s ease;
content: ' ';
position: absolute;
z-index: 999;
top: 0;
height: 100%;
width: 20px;
opacity: 0;
}
.swipebox-touch #swipebox-container:before {
left: 0;
-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
right: 0;
-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
opacity: 1;
}
@-webkit-keyframes rightSpring {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes rightSpring {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes leftSpring {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes leftSpring {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@media screen and (min-width: 800px) {
#swipebox-close {
right: 10px;
}
#swipebox-arrows {
width: 92%;
max-width: 800px;
}
} #swipebox-overlay {
background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
text-shadow: 1px 1px 1px black;
background: #000;
opacity: 0.95;
}
#swipebox-top-bar {
color: white !important;
font-size: 15px;
line-height: 43px;
font-family: Helvetica, Arial, sans-serif;
}a.meanmenu-reveal{display:none} .mean-container .mean-bar{float:left;width:100%;position:relative;background:#0c1923;height:46px;z-index:999999}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px 13px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;
text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{float:right;width:70%;background:#0c1923;margin-top:44px}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li{position:relative;float:left;width:100%}
.mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;
border-top:1px solid rgba(255,255,255,0.5);text-decoration:none;text-transform:uppercase}
.mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,0.25);opacity:0.75;
filter:alpha(opacity=75);text-shadow:none !important;visibility:visible}
.mean-container .mean-nav ul li.mean-last a{border-bottom:none;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a {width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,0.1)}
.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:26px;height:32px;padding:12px !important;text-align:center;position:absolute;right:0;top:0;z-index:2;
font-weight:700;background:rgba(255,255,255,0.1);border:none !important;border-left:1px solid rgba(255,255,255,0.4) !important;border-bottom:1px solid rgba(255,255,255,0.2) !important}
.mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0,0,0,0.9)}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0} .mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none !important}html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} @media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin: 10px
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 26px;
margin: 5px
}
h3,
.h3 {
font-size: 20px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 15px;
border-left: 5px solid #eeeeee;
line-height: 26px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Arial, monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.form-group-sm .form-control {
height: 30px;
line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
min-height: 32px;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
height: 46px;
line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
min-height: 38px;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333333;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default .badge {
color: #ffffff;
background-color: #333333;
}
.btn-primary {
color: #ffffff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #ffffff;
}
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}.transition {
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}    .placeholder-lora ::-webkit-input-placeholder {
font-family: 'Arial', serif;
}
.placeholder-lora :-moz-placeholder { font-family: 'Arial', serif;
}
.placeholder-lora ::-moz-placeholder { font-family: 'Arial', serif;
}
.placeholder-lora :-ms-input-placeholder {
font-family: 'Arial', serif;
}
.placeholder-lora-italic ::-webkit-input-placeholder {
font-family: 'Arial', serif;
font-style: italic;
}
.placeholder-lora-italic :-moz-placeholder { font-family: 'Arial', serif;
font-style: italic;
}
.placeholder-lora-italic ::-moz-placeholder { font-family: 'Arial', serif;
font-style: italic;
}
.placeholder-lora-italic :-ms-input-placeholder {
font-family: 'Arial', serif;
font-style: italic;
}
.placeholder-lato-bold ::-webkit-input-placeholder {
font-family: 'Arial', sans-serif;
font-weight: 700;
color: #514b49;
}
.placeholder-lato-bold :-moz-placeholder { font-family: 'Arial', sans-serif;
font-weight: 700;
color: #514b49;
}
.placeholder-lato-bold ::-moz-placeholder { font-family: 'Arial', sans-serif;
font-weight: 700;
color: #514b49;
}
.placeholder-lato-bold :-ms-input-placeholder {
font-family: 'Arial', sans-serif;
font-weight: 700;
color: #514b49;
}
.slick-slide,
.slick-current {
outline: none;
}  .bottom-line,
.bottom-line-large {
position: relative;
}
.bottom-line:after,
.bottom-line-large:after {
content: "";
height: 3px;
background: #6ebe3b;
position: absolute;
left: 0;
bottom: -10px;
}
.bottom-line:after {
width: 30px;
}
.bottom-line-large:after {
width: 50px;
}  .transition-200ms {
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.transition-300ms {
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.transition-400ms {
-webkit-transition: 0.4s all ease-in-out;
-o-transition: 0.4s all ease-in-out;
transition: 0.4s all ease-in-out;
}
.transition-500ms {
-webkit-transition: 0.5s all ease-in-out;
-o-transition: 0.5s all ease-in-out;
transition: 0.5s all ease-in-out;
}  .padding-right-off {
padding-right: 0;
}
.padding-left-off {
padding-left: 0;
}  html {
overflow-x: hidden;
}
body.page-template-home {
background: #ffffff;
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'Arial', serif;
font-weight: 700;
color: #000000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
display: inline-block;
}
nav ul {
display: inline-block;
}
nav li {
display: inline-block;
}
nav a {
display: inline-block;
}
a {
outline: none !important;
text-decoration: none;
color: inherit;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
a:hover {
text-decoration: none;
}
a:focus {
text-decoration: none;
color: inherit;
}
.inner-page a:hover {
color: #6ebe3b;
}
.post-editor-contents a {
color: #6ebe3b;
}
.post-editor-contents a:hover {
color: #333333;
}
img {
max-width: 100%;
height: auto;
}
button {
outline: none;
}
p {
font-family: 'Arial', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.8;
}
q {
font-style: italic;
}
ul,
ol {
list-style: disc;
padding-left: 0px;
margin-bottom: 15px;
}
ul li,
ol li {
line-height: 26px;
}
ol {
list-style-type: decimal;
}
blockquote p {
font-family: 'Arial', sans-serif;
font-style: italic;
line-height: 30px;
font-size: 18px;
quotes: '"' '"' "!" "!";
}
table {
margin: 0 0 40px;
width: 100%;
}
table th {
padding: 6px 12px;
color: #ffffff;
background-color: #6ebe3b;
}
table tr {
background: #f6f6f6;
}
table tr:nth-of-type(odd) {
background: #e9e9e9;
}
table tr.header {
font-weight: 900;
color: #ffffff;
background: #ea6153;
}
table tr.green {
background: #27ae60;
}
table tr.blue {
background: #2980b9;
}
table td {
padding: 6px 12px;
}
dl {
margin: 0 0 30px;
padding: 0;
border-bottom: 1px solid #6ebe3b;
}
dt {
font-size: 1.5em;
font-weight: bold;
margin: 0;
padding: 1em 0.25em 0.25em 0.25em;
}
dd {
margin: 0;
padding: 0.5em 0 0.5em 1em;
background: #e9e9e9;
}
.sb-line {
position: relative;
}
.sb-line:after {
width: 30px;
height: 3px;
content: "";
display: inline-block;
position: absolute;
left: 0;
bottom: -25px;
}
.lined {
position: relative;
overflow: hidden;
}
.lined:after {
content: "";
display: inline-block;
width: 100%;
height: 1px;
position: absolute;
background: #e7e3e1;
margin-left: 20px;
margin-top: 15px;
}  .common-mb {
margin-bottom: 30px;
}
.error-404 .title-404 {
font-size: 250px;
color: black;
text-align: center;
margin: 30px auto;
font-style: normal;
}
.error-404 .title-404 span:last-child {
display: inline-block;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-filter: FlipH;
filter: FlipH;
-ms-filter: "FlipH";
}
.error-404 .title-404 .zero {
font-size: 34px;
vertical-align: middle;
display: inline-block;
margin-left: 0;
}
.error-404 p {
font-size: 18px;
line-height: 24px;
text-align: center;
}
.error-404 .home-url {
font-size: 20px;
margin: 25px 0 30px;
}
.no-home-section {
margin-top: 25px;
margin-bottom: 25px;
}
.search-form ::-webkit-input-placeholder {
font-family: 'Arial', sans-serif;
font-weight: 700;
color: #514b49;
}
.search-form :-moz-placeholder { font-family: 'Arial', sans-serif;
font-weight: 700;
color: #514b49;
}
.search-form ::-moz-placeholder { font-family: 'Arial', sans-serif;
font-weight: 700;
color: #514b49;
}
.search-form :-ms-input-placeholder {
font-family: 'Arial', sans-serif;
font-weight: 700;
color: #514b49;
}
label {
font-family: 'Arial', sans-serif;
font-weight: 700;
font-style: normal;
font-size: 14px;
color: #514b49;
margin-bottom: 10px;
position: relative;
}
input,
textarea {
border: 1px solid #e4d9d1;
outline: none;
padding-left: 15px;
padding-right: 15px;
font-size: 16px;
}
input:focus,
textarea:focus {
border-color: #c1452b;
}
input {
height: 40px;
}
select {
border: 1px solid #e4d9d1;
outline: none;
padding: 5px 15px;
font-size: 16px;
background-color: #ffffff;
max-width: 100%;
}
.required::-webkit-input-placeholder:after {
content: "*";
color: #e60000;
}
.required::-moz-placeholder:after {
content: "*";
color: #e60000;
}
.required:-ms-input-placeholder:after {
content: "*";
color: #e60000;
}
.requiredinput:-moz-placeholder:after {
content: "*";
color: #e60000;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="time"],
input[type="number"] {
height: 40px;
}
input[type="file"] {
border: none;
font-size: 14px;
line-height: 14px;
margin: 5px 0;
}
textarea {
padding-top: 15px;
padding-bottom: 15px;
height: 90px;
resize: none;
}
input[type="submit"] {
width: auto;
background: #6ebe3b;
color: #ffffff;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
font-size: 16px;
text-transform: capitalize;
outline: none;
border: none;
padding: 9px 38px;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
input[type="submit"]:hover {
background: #000000;
}
.error {
border-color: #c1452b;
}
input[type=submit][disabled=disabled],
button[disabled=disabled] {
opacity: 0.5;
cursor: not-allowed;
}
.qe-testimonial-name {
font-family: 'Arial', serif;
font-style: italic;
font-weight: 700;
font-size: 22px;
margin-top: 0;
position: relative;
margin-bottom: 10px;
text-transform: capitalize;
}
.qe-testimonial-byline {
word-spacing: 2px;
margin-bottom: 15px;
}
.post-meta {
margin-bottom: 58px;
}
.post-meta li {
margin-right: 13px;
position: relative;
display: inline-block;
font-family: 'Arial', sans-serif;
font-weight: 400;
color: black;
line-height: 24px;
}
.post-meta li a:hover {
color: #5eaa2e;
}
.post-meta li i {
margin-right: 6px;
}  .hovered-theme-button {
height: 40px;
text-align: center;
padding-left: 18px;
padding-right: 18px;
background: #6ebe3b;
color: #ffffff;
font-family: 'Arial', serif;
font-style: italic;
font-size: 16px;
}
.button-default {
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
font-family: 'Arial', serif;
font-size: 16px;
min-width: 193px;
vertical-align: middle;
margin-right: 5px;
margin-bottom: 10px;
}
.theme-filled {
background: #6ebe3b;
color: #ffffff;
}
.theme-filled:hover {
background: #000000;
color: #ffffff;
}
.video-button:before {
font-family: FontAwesome;
content: "\f16a";
font-style: normal;
margin-right: 10px;
}
.hollow-button {
border: 1px solid #000000;
}
.hollow-button:hover {
background: #000000;
color: #ffffff;
}
.read-more-bordered {
display: inline-block;
height: 30px;
line-height: 28px;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 700;
padding: 0 15px;
text-transform: capitalize;
border: 1px solid #000000;
}
.read-more-bordered:hover {
background: #000000;
color: #ffffff;
}
.button-dark {
background: #000000;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 700;
font-size: 16px;
color: #ffffff;
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0 36px;
}
.button-dark:hover {
background: #c1452b;
color: #ffffff;
}
.read-more-angle {
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
font-size: 15px;
}
.read-more-angle i {
margin-left: 6px;
}
.read-more-angle:hover {
color: #c1452b;
}  .header {
position: relative;
z-index: 99999;
}
.logo-wrapper a {
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.logo-wrapper a:hover {
opacity: 0.8;
}
.outer-nav {
text-align: right;
}
.outer-nav span,
.outer-nav ul,
.outer-nav li,
.outer-nav a {
display: inline-block;
}
.nav-collapse > ul {
margin-bottom: 0;
}
.nav-collapse > ul > li a {
padding-bottom: 20px;
padding-top: 20px;
}
.nav-collapse ul {
font-family: 'Arial', serif;
font-weight: 400;
font-size: 16px;
text-transform: capitalize;
}
.nav-collapse ul li {
margin-left: 27px;
position: relative;
}
.nav-collapse ul li a {
color: #000000;
}
.nav-collapse ul li:hover > a {
color: #6ebe3b;
}
.nav-collapse ul li ul {
top: 100%;
display: none;
opacity: 1;
visibility: visible;
position: absolute;
min-width: 255px;
background: #6ebe3b;
z-index: 999;
left: 0;
text-align: left;
padding: 20px 35px;
}
.nav-collapse ul li ul li {
margin-left: 0;
display: block;
border-bottom: 1px solid #57a129;
position: relative;
}
.nav-collapse ul li ul li a {
padding-top: 12px;
padding-bottom: 12px;
display: block; }
.nav-collapse ul li ul li:hover > a {
color: #ffffff;
}
.nav-collapse ul li ul li:hover ul {
top: -20px;
}
.nav-collapse ul li ul li:last-child {
border-bottom: transparent;
}
.nav-collapse ul li ul li ul {
top: -20px;
left: 100%;
}
.nav-collapse ul li ul li ul:before {
display: none;
}
.nav-collapse ul li ul:before {
position: absolute;
display: inline-block;
content: "";
border: 5px solid #6ebe3b;
border-left-color: transparent;
border-right-color: transparent;
border-top-color: transparent;
top: -10px;
left: 10px;
}
@media (min-width: 991px) {
.nav-collapse ul .submit-recipe {
padding-top: 0;
padding-bottom: 0;
color: #ffffff;
}
.nav-collapse ul .submit-recipe:hover {
background: #000000;
color: #ffffff;
}
}
@media (min-width: 991px) {
nav .submit-recipe {
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
color: #ffffff;
background: #6ebe3b;
height: 40px;
line-height: 40px;
text-transform: capitalize;
font-size: 16px;
padding: 0 19px;
display: inline-block;
}
nav .submit-recipe a {
color: inherit;
}
}
a.mean-expand {
height: 23px !important;
}  .nav-collapse li {
width: auto;
}  .header-var1 {
padding-top: 20px;
padding-bottom: 20px;
}
.header-var1 .responsive-menu {
display: none !important;
}
.header-var1 .logo-wrapper {
text-align: center;
}
.header-var1 .logo-wrapper img {
max-width: 100%;
}
.header-var1 nav > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.header-var1 nav > ul > li {
margin-left: 0;
}
.header-var1 nav > ul > li > a {
padding: 12px 0;
border-bottom: 2px inset transparent;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.header-var1 nav > ul > li > a:hover {
color: #6ebe3b;
}
.header-var1 nav > ul > li.current-menu-item {
color: #000000;
font-weight: 700;
border-color: #000000;
}
.header-var1 .nav-collapse ul li ul {
top: 96%;
}
.header-var1 .left-nav nav {
margin-top: 50px;
}
.header-var1 .right-nav .wrapper-links {
margin-bottom: 16px;
}
.header-var1 .right-nav .submit-recipe {
background: transparent !important;
line-height: inherit;
}
.header-var1 .right-nav .submit-recipe a {
color: #000000;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 700;
background: transparent !important;
line-height: inherit;
padding: 12px 0;
height: auto;
position: relative;
border-color: #6ebe3b;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.header-var1 .right-nav .submit-recipe:hover {
background: transparent;
}
.header-var1 .right-nav .submit-recipe:hover a {
color: #6ebe3b;
}  .header-var2.ext-var4 .submit-recipe a {
background: #000000;
}
.header-var2.ext-var4 .submit-recipe a:hover {
background: #65ae36;
color: #ffffff;
}
.header-var2.ext-var4 nav ul > li a {
color: #ffffff;
}
.header-var2.ext-var4 nav ul > li a:hover {
color: #000000;
}
.header-var2 .wrapper-logo-banner {
padding-bottom: 11px;
}
.header-var2.variation-four .logo-wrapper,
.header-var2.ext-var4 .logo-wrapper {
margin-top: 10px;
margin-bottom: 10px;
}
.header-var2.variation-four .wrapper-links,
.header-var2.ext-var4 .wrapper-links {
margin-bottom: 5px;
}
.header-var2.variation-four .top-nav .container > nav > ul > li > ul,
.header-var2.ext-var4 .top-nav .container > nav > ul > li > ul {
left: -15px;
}
.small-user-nav {
display: none;
}    .slider-detail img,
.slider-nav img {
width: 100%;
}  .rating-box {
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 25px;
padding-right: 25px;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
color: #000000;
line-height: 21px;
}
.rating-box span {
display: inline-block;
vertical-align: middle;
}
.rating-box span.off svg g path {
fill: #e4d9d1;
}
.rating-box .rating-figure {
margin-left: 10px;
padding-top: 3px;
}
.rating-slider {
background: #d3e5ed;
}
.fluid-search-slider {
background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5eaa2e), color-stop(50%, #6ebe3b));
background: -webkit-linear-gradient(left, #5eaa2e 50%, #6ebe3b 50%);
background: -o-linear-gradient(left, #5eaa2e 50%, #6ebe3b 50%);
background: linear-gradient(to right, #5eaa2e 50%, #6ebe3b 50%);
}
.fluid-search-slider .wrapper-search-bar {
margin-bottom: 0;
}
.wrapper-search-bar {
margin-bottom: 30px;
}
.search-bar {
background: #6ebe3b;
overflow: hidden;
}
.search-bar .search-box-home {
display: inline-block;
}
.search-bar .search-box-home ::-webkit-input-placeholder {
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
}
.search-bar .search-box-home :-moz-placeholder { font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
}
.search-bar .search-box-home ::-moz-placeholder { font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
}
.search-bar .search-box-home :-ms-input-placeholder {
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
}
.search-bar .search-box-home .slider-search-left {
color: #ffffff;
font-size: 16px;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
position: relative;
margin-bottom: 0;
margin-top: 4px;
}
.search-bar .search-box-home .slider-search-left label {
color: inherit;
font-size: inherit;
font-family: inherit;
font-style: italic;
}
.search-bar .search-box-home input {
display: inline-block;
margin-left: 10px;
outline: none;
border: none;
height: 34px;
color: #798287;
padding-left: 10px;
padding-right: 34px;
}
.search-bar .search-box-home input:focus {
outline: none;
border: none;
}
.search-bar .search-box-home button {
position: absolute;
right: 0;
top: 0;
height: 34px;
background: transparent;
border: none;
color: #000000;
}
.search-bar .search-form {
margin-top: 10px;
position: relative;
}
.search-bar .search-form ::-webkit-input-placeholder {
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
}
.search-bar .search-form :-moz-placeholder { font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
}
.search-bar .search-form ::-moz-placeholder { font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
}
.search-bar .search-form :-ms-input-placeholder {
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
}
.search-bar .search-form input[type="submit"] {
position: absolute;
right: 0;
top: 0;
height: 34px;
background: transparent;
border: none;
color: #000000;
}
.search-bar .search-form .screen-reader-text {
display: inline-block;
vertical-align: middle;
color: #ffffff;
font-size: 16px;
font-weight: 700;
font-family: 'Arial', serif;
position: relative !important;
clip: auto;
margin-bottom: 0;
margin-top: -3px;
top: auto;
left: auto;
width: auto;
height: auto;
}
.search-bar .search-form .search-field {
display: inline-block;
margin-left: 10px;
outline: none;
border: none;
height: 34px;
width: 230px;
color: #798287;
padding: 1px 34px 1px 10px !important;
font-size: 16px;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.search-bar .search-form .search-field:focus,
.search-bar .search-form .search-field:-webkit-autofill,
.search-bar .search-form .search-field:-webkit-autofill:hover,
.search-bar .search-form .search-field:-webkit-autofill:focus {
padding-left: 10px;
padding-right: 34px;
font-size: 16px;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
background-color: #ffffff !important;
}
.search-bar .search-form .search-submit {
position: absolute;
right: 0;
top: 0;
height: 34px;
width: 34px;
background: transparent;
border: none;
color: #000000;
font-size: 0;
padding: 0;
}
.search-bar .search-form .fa {
position: absolute;
right: 0;
top: 0;
font-size: 17px;
height: 34px;
width: 34px;
text-align: center;
cursor: pointer;
}
.search-bar .search-form .fa:before {
position: relative;
top: 8px;
right: 0;
pointer-events: none;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.search-bar .search-form .fa:hover:before {
right: 3px;
}
.flexed-centered {
height: 40px;
width: 100%;
}
.search-box {
background: #5eaa2e;
height: 66px;
padding-left: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.wrapper-search-carousel {
padding-left: 1px;
}
.search-carousel .slide {
text-align: center;
border-right: 1px solid #67b238;
}
.search-carousel a {
display: block;
height: 66px;
line-height: 66px;
vertical-align: middle;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
font-size: 16px;
color: #33571c;
text-transform: capitalize;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.search-carousel a span {
display: inline-block;
margin-right: 10px;
}
.search-carousel a span img {
display: inline-block;
}
.search-carousel a .icon-container svg {
vertical-align: middle;
}
.search-carousel a .icon-container .image {
display: inline-block;
min-width: 40px;
min-height: 50px;
position: relative;
vertical-align: middle;
}
.search-carousel a .icon-container .image img {
position: absolute;
top: 0;
left: 0;
}
.search-carousel a .icon-svg {
fill: #4C8924;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.search-carousel a:hover {
color: #ffffff;
}
.search-carousel a:hover .icon-svg {
fill: #ffffff;
}
.dragable-indication {
position: absolute;
top: 25px;
left: 0;
right: 0;
color: #ffffff;
opacity: 0.7;
font-size: 18px;
text-align: center;
pointer-events: none;
-webkit-animation: indications-wrapper 4s linear infinite;   animation: indications-wrapper 4s linear infinite; }
.dragable-indication i {
padding: 0 20px;
-webkit-animation: indication-arrow-left 2s linear infinite;   animation: indication-arrow-left 2s linear infinite; position: absolute;
left: 0;
}
.search-box {
position: relative;
margin-right: 8px;
}
.search-box:after {
content: "";
width: 25px;
height: 86px;
background: #5eaa2e;
position: absolute;
right: -10px;
top: -10px;
-webkit-transform: rotate(20deg);
-ms-transform: rotate(20deg);
transform: rotate(20deg);
}
.search-option span {
display: inline-block;
font-family: 'Arial', serif;
font-style: italic;
font-size: 16px;
color: #ffffff;
height: 34px;
width: 34px;
background: #000000;
position: relative;
z-index: 2;
border-radius: 34px;
text-align: center;
line-height: 34px;
margin-right: -27px;
}
@-webkit-keyframes indication-arrow-left {
0% {
left: 0;
}
50% {
left: 20px;
}
100% {
left: 0;
}
}
@-webkit-keyframes indication-arrow-right {
0% {
right: 0;
}
50% {
right: 20px;
}
100% {
right: 0;
}
}
@-webkit-keyframes indications-wrapper {
0% {
opacity: 0;
}
50% {
opacity: 0.4;
}
100% {
opacity: 0;
}
}  .recipe-banner {
background: #6ebe3b;
position: relative;
padding-top: 25px;
padding-bottom: 20px;
padding-left: 180px;
padding-right: 25px;
}
.recipe-banner img {
position: absolute;
left: -35px;
bottom: 0;
}
.recipe-banner .banner-text h2 {
font-family: 'Arial', serif;
font-style: italic;
font-weight: 700;
font-size: 24px;
margin: 0 0 5px;
}
.recipe-banner .banner-text p {
color: #397016;
margin-bottom: 0;
}
.recipe-banner .submit-recipe {
background: #000000;
}
.recipe-banner .submit-recipe:hover {
background: #ffffff;
color: #000000;
}
.recipe-button {
text-align: right;
}    .recipe-submit-banner {
margin-top: 50px;
}
.page-template-home .recipe-submit-banner {
margin-top: 110px;
}
body .footer a {
color: #ffffff;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
opacity: 0.8;
}
body .footer a:hover {
opacity: 1;
}
body .footer .footer-copyright a {
color: #ffffff !important;
}
body .footer .footer-copyright a:hover {
opacity: 1;
}
.footer-boxed .footer-inner {
background-image: url(//2d-recept.com/wp-content/themes/recipe-press/images/footer-bg.jpg);
}
.footer-fluid {
background-image: url(//2d-recept.com/wp-content/themes/recipe-press/images/footer-bg-full.jpg);
background-size: cover;
}
body .footer-inner {
padding-top: 55px;
position: relative;
background-size: cover;
}
body .footer-inner .logo-footer {
display: inline-block;
margin-bottom: 35px;
}
body .footer-inner p {
color: #bbbbbb;
opacity: 0.8;
margin-bottom: 35px;
}
body .footer-inner .corner-image {
bottom: 0;
right: -415px;
}
body .footer-inner ul li {
color: #ffffff;
-ms-word-break: break-all;
word-break: break-all;
}
body .footer-inner .selectric-items ul li {
color: #aaaaaa;
}
body .footer-inner .selectric-items ul li:hover {
color: #333333;
}
body .footer-inner .widget_search form input[type="submit"] {
position: relative;
top: -2px;
}
body .footer-inner .widget_search form input[type="submit"]:hover {
background-color: #666666;
}
.footer-variant-one .footer-inner {
padding-left: 140px;
padding-right: 140px;
}
.footer-variant-one .footer-copyright {
margin-bottom: 0;
}
.right-side {
padding-left: 30px;
}
.footer-copyright {
padding-top: 35px;
padding-bottom: 30px;
}
.footer-copyright p {
opacity: 1;
font-size: 14px;
color: #999999;
font-family: 'Arial', sans-serif;
font-weight: 400;
margin-bottom: 0;
}    .banner .main-heading {
background: #ffffff;
padding: 10px;
display: inline-block;
margin-top: 30px;
margin-bottom: 36px;
}
.banner .container-tags .tag-inner {
background: #000000;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
font-size: 16px;
}
.banner .container-tags .tag-inner i {
margin-left: 3px;
}
.banner .container-tags .tag-inner:before {
background: #000000;
}  .pagination {
display: block;
text-align: center;
margin-top:20px
}
.pagination a {
display: inline-block;
width: 38px;
height: 38px;
line-height: 36px;
border: 1px solid #e4d9d1;
margin-right: 10px;
background: #ffffff;
font-family: 'Arial', serif;
font-weight: 600;
}
.pagination a:hover {
background: transparent;
}
.pagination .current {
display: inline-block;
width: 38px;
height: 38px;
line-height: 36px;
border: 1px solid #e4d9d1;
margin-right: 10px;
background: transparent;
font-family: 'Arial', serif;
font-weight: 600;
}
.separator-post {
height: 1px;
background: #e4d9d1;
margin-bottom: 42px;
}
.comment-subscription-form {
margin: 15px 0 0;
}
.comments-list {
list-style: none;
margin-bottom: auto;
}
.comments-list li {
border-top: 1px solid #f7f7f7;
padding-top: 20px;
}
.comments-list li .comment-inner {
margin-bottom: 20px;
}
.comments-list li .gravatar {
width: 17%;
margin-right: 25px;
float: left;
}
.comments-list li .gravatar img {
max-width: 100%;
height: auto;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.comments-list li .gravatar img:hover {
opacity: 0.8;
}
.comments-list li .detail {
overflow: hidden;
}
.comments-list li .detail h6 {
margin-top: 0;
font-size: 14px;
margin-bottom: 15px;
color: #3a3a3a;
}
.comments-list li .detail .comment-date {
margin-bottom: 15px;
display: inline-block;
font-family: 'Arial', sans-serif;
color: #000000;
}
.comments-list li .detail .comment-date i {
margin-right: 15px;
}
.comments-list li .detail .comment-reply-link {
font-weight: normal;
text-transform: none;
}
.comments-list li .detail .comment-reply-link:hover,
.comments-list li .detail .comment-reply-link:focus {
color: #c1452b;
}
.comments-list li .detail .comment-content ul {
margin-left: 10px;
list-style: disc;
}
.comments-list li .detail .comment-content ol {
list-style: decimal;
}
.comments-list li .detail .comment-content li {
padding-top: 0;
}
.comments-list li .detail .comment-content a {
color: #6ebe3b;
}
.comments-list li .detail .comment-content a:hover {
color: #c1452b;
}
.comments-list li ul {
margin-left: 17%;
list-style: none;
margin-bottom: auto;
}
.comments-list > li:first-child {
border-top: none;
padding-top: 0;
}
.comments-list .depth-3 .children {
margin-left: 0;
padding-left: 0;
}
.post-comments h3 {
margin: 48px 0;
overflow: hidden;
}
.post-comments h3 #cancel-comment-reply-link {
float: right;
}
.comment-reply {
text-transform: uppercase;
color: #000000;
font-family: 'Arial', sans-serif;
font-weight: 700;
}
.comment-reply:hover {
color: #6ebe3b;
}
.comment-reply i {
margin-right: 5px;
}
.comments-form label {
width: 15%;
float: left;
line-height: 42px;
text-transform: uppercase;
font-family: 'Arial', sans-serif;
font-weight: 700;
color: #000000;
}
.comments-form input[type="submit"] {
margin-left: 15%;
background: #6ebe3b;
color: #ffffff;
border: none;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 700;
font-size: 16px;
outline: none;
padding-right: 24px;
padding-left: 24px;
}
.comments-form input[type="submit"]:hover {
background: #000000;
}
.comments-form input[type="text"],
.comments-form input[type="email"] {
width: 70%;
}
.comments-form input[type="text"],
.comments-form input[type="email"],
.comments-form input[type="submit"],
.comments-form textarea {
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
margin-bottom: 25px;
}
.comments-form input[type="text"],
.comments-form input[type="email"],
.comments-form input[type="submit"] {
height: 42px;
}
.comments-form textarea {
width: 85%;
height: 175px;
resize: none;
padding-top: 15px;
padding-bottom: 15px;
}
.comments-form input[type="text"],
.comments-form input[type="email"],
.comments-form textarea {
border: 1px solid #e8e5e3;
background: #f8f6f5;
outline: none;
padding-left: 15px;
padding-right: 15px;
}
.comments-form input[type="text"]:focus,
.comments-form input[type="email"]:focus,
.comments-form textarea:focus {
border-color: #6ebe3b;}  .page-comments {
padding: 11px;
margin-top: 50px;
background-color: #ffffff;
}
.page-comments .post-comments {
border: 1px solid #e4d9d1;
padding: 0 33px 42px;
}
.page .editor-contents-wrap {
background: #ffffff;
padding: 11px;
margin-bottom: 30px;
}
.page .editor-contents-wrap .post-editor-contents {
border: 1px solid #e4d9d1;
padding: 22px 33px 42px;
}
.page p {
font-family: 'Arial', sans-serif;
color: #3a3a3a;
margin-bottom: 30px;
}  .side-bar .widget ul {
margin-top: 27px;
}
.side-bar .widget li {
margin-bottom: 10px;
-ms-word-break: break-all;
word-break: break-all;
}
.side-bar .widget li:last-child {
border-bottom: none;
margin-bottom: 0;
}
.side-bar .archives-widget li {
width: 49%;
display: inline-block;
}
.side-bar .archives-widget li span {
color: #6ebe3b;
}
.side-bar .tags-widget li {
display: inline-block;
margin-right: 4px;
margin-bottom: 8px;
}
.side-bar .tags-widget li a {
display: inline-block;
background: #ffffff;
border: 1px solid #e7e3e1;
padding: 4px 17px;
text-transform: capitalize;
font-family: 'Arial', sans-serif;
font-size: 14px;
}
.side-bar .tags-widget li a:hover {
background: #6ebe3b;
border-color: #6ebe3b;
color: #ffffff;
}
.side-bar .widget_recent_posts_widget {
margin-bottom: 33px;
}
.side-bar .widget_recent_posts_widget li {
padding-bottom: 18px;
margin-bottom: 18px;
}
.side-bar .widget_tabs_recipe_widget .tabs-nav {
padding-left: 0;
}
.side-bar .widget_tabs_recipe_widget .tabs-nav li {
font-size: 12px;
}
.side-bar .widget_tabs_recipe_widget .tabs-nav li:last-child {
margin-bottom: 10px;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content {
padding: 20px 25px 24px;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner {
position: relative;
overflow: hidden;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner .left-side {
float: none;
position: absolute;
top: 0;
left: 0;
z-index: 9;
width: 100%;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner .left-side img {
width: 100%;
height: auto;
opacity: 0.08;
-webkit-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner .right-side {
position: relative;
z-index: 10;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner:hover .left-side img {
opacity: 0.2;
}
.side-bar .widget,
.custom-col-food-tabs .widget {
margin-bottom: 45px;
}
.side-bar .widget span,
.custom-col-food-tabs .widget h2 {
overflow: hidden;
font-family: 'Arial', serif;
font-weight: 700;
font-size: 18px;
margin-top: 0;
position: relative;
padding-bottom: 5px;
margin-bottom: 27px;
text-transform: capitalize;
}
.side-bar .widget .widget-title:after,
.custom-col-food-tabs .widget h2:after {
content: "";
width: 100%;
height: 1px;
background: #e7e3e1;
position: absolute;
top: 50%;
margin-left: 15px;
}
.side-bar .widget img,
.custom-col-food-tabs .widget img,
.side-bar .widget select,
.custom-col-food-tabs .widget select {
max-width: 100%;
}
.side-bar .search-bar-widget,
.custom-col-food-tabs .search-bar-widget {
position: relative;
}
.side-bar .search-bar-widget form,
.custom-col-food-tabs .search-bar-widget form {
position: relative;
}
.side-bar .search-bar-widget form label,
.custom-col-food-tabs .search-bar-widget form label {
position: relative;
display: block;
}
.side-bar .search-bar-widget form label input,
.custom-col-food-tabs .search-bar-widget form label input {
width: 100%;
border: 1px solid #e7e3e1;
height: 48px;
padding-left: 13px;
padding-right: 35px;
outline: none;
}
.side-bar .search-bar-widget form label input ::-webkit-input-placeholder,
.custom-col-food-tabs .search-bar-widget form label input ::-webkit-input-placeholder {
font-family: 'Arial', serif;
}
.side-bar .search-bar-widget form label input :-moz-placeholder,
.custom-col-food-tabs .search-bar-widget form label input :-moz-placeholder { font-family: 'Arial', serif;
}
.side-bar .search-bar-widget form label input ::-moz-placeholder,
.custom-col-food-tabs .search-bar-widget form label input ::-moz-placeholder { font-family: 'Arial', serif;
}
.side-bar .search-bar-widget form label input :-ms-input-placeholder,
.custom-col-food-tabs .search-bar-widget form label input :-ms-input-placeholder {
font-family: 'Arial', serif;
}
.side-bar .search-bar-widget form .search-submit,
.custom-col-food-tabs .search-bar-widget form .search-submit {
cursor: pointer;
position: absolute;
right: -15px;
top: 1px;
height: 48px;
line-height: 33px;
width: 35px;
display: inline-block;
text-align: center;
border: none;
text-indent: -9999px;
background: url(//2d-recept.com/wp-content/themes/recipe-press/images/svg/search.svg) center center no-repeat transparent;
text-decoration: none;
}
.side-bar .search-bar-widget form .search-submit:hover,
.custom-col-food-tabs .search-bar-widget form .search-submit:hover {
opacity: 0.8;
}
.tagcloud a {
display: inline-block;
margin-right: 4px;
margin-bottom: 8px;
font-weight: 400;
background: #ffffff;
border: 1px solid #e7e3e1;
padding: 6px;
text-transform: capitalize;
font-size: 14px !important;
font-family: 'Arial', sans-serif;
}
.tagcloud a:hover {
background: #6ebe3b;
border-color: #6ebe3b;
color: #ffffff;
}
.widget li:last-child {
border-bottom: none;
}
.widget_recent_posts_widget h5 {
font-weight: normal;
margin-top: -5px;
margin-bottom: 0;
font-style: normal;
}
.widget_recent_posts_widget ul {
padding-left: 0;
margin-bottom: 0;
}
.widget_recent_posts_widget ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 15px;
border-bottom: 1px solid #ebe8e6;
}
.widget_recent_posts_widget ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.widget_recent_posts_widget .thumb {
margin-right: 15px;
}
.widget_recent_posts_widget .thumb a:hover {
opacity: 0.7;
}
.widget_recent_posts_widget .thumb img {
max-width: 100px;
height: auto;
}
.widget_recent_posts_widget .post-date {
display: block;
font-family: 'Arial', sans-serif;
color: #514b49;
}
.recipe-search .search-bar-widget {
margin-bottom: 21px;
}
.recipe-search .search-bar-widget ::-webkit-input-placeholder {
color: #ffffff;
}
.recipe-search .search-bar-widget :-moz-placeholder { color: #ffffff;
}
.recipe-search .search-bar-widget ::-moz-placeholder { color: #ffffff;
}
.recipe-search .search-bar-widget :-ms-input-placeholder {
color: #ffffff;
}
.recipe-search .search-bar-widget ::-webkit-input-placeholder {
font-family: 'Arial', serif;
font-style: italic;
}
.recipe-search .search-bar-widget :-moz-placeholder { font-family: 'Arial', serif;
font-style: italic;
}
.recipe-search .search-bar-widget ::-moz-placeholder { font-family: 'Arial', serif;
font-style: italic;
}
.recipe-search .search-bar-widget :-ms-input-placeholder {
font-family: 'Arial', serif;
font-style: italic;
}
.recipe-search .search-bar-widget input[type=search] {
background-color: #000000;
color: #ffffff;
border-color: #000000;
font-family: 'Arial', serif;
font-style: italic;
}
.recipe-search .search-bar-widget button {
color: #ffffff;
}
.recipe-search .category-list {
padding: 9px;
background: #6ebe3b;
}
.recipe-search .category-list ul {
display: block;
border: 1px solid #64ad36;
margin: 0;
}
.recipe-search .category-list ul li {
margin: 0;
border-bottom: 1px solid #64ad36;
min-height: 59px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 18px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.recipe-search .category-list ul li a {
font-family: 'Arial', serif;
font-style: italic;
font-size: 16px;
text-transform: capitalize;
color: #33571c;
}
.recipe-search .category-list ul li:last-child {
border-bottom: none;
}
.recipe-search .category-list ul li:hover a {
color: #ffffff;
}
.recipe-search .category-list ul li:hover .icon-svg {
fill: #ffffff;
}
.recipe-search .icon-svg {
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
fill: #4C8924;
}
.widget-overlay figure,
.widget_weekly_special_widget figure {
position: relative;
display: inline-block;
overflow: hidden;
}
.widget-overlay figure img,
.widget_weekly_special_widget figure img {
width: 100%;
height: auto;
}
.widget-overlay figure:hover figcaption,
.widget_weekly_special_widget figure:hover figcaption {
background: #000000;
}
.widget-overlay .red,
.widget_weekly_special_widget .red {
color: red;
}
.widget-overlay figcaption,
.widget_weekly_special_widget figcaption {
position: absolute;
bottom: 0;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
font-family: 'Arial', sans-serif;
font-weight: 700;
text-transform: uppercase;
text-align: center;
padding-top: 13px;
padding-bottom: 13px;
width: 100%;
}    .food-tabs {
background: #f2eeec;
padding-top: 80px;
padding-bottom: 80px;
}
.food-tabs.var1 {
background: transparent;
padding-top: 0;
}
.recipe-of-day {
width: 100%;
position: relative;
overflow: hidden;
}
.recipe-of-day h2 a:hover {
color: #6ebe3b;
}
.recipe-of-day .recipe-contents-outer {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.recipe-of-day .recipe-contents {
background: #ffffff;
max-width: 285px;
padding: 10px;
margin-left: 8%;
margin-right: 8%;
}
.recipe-of-day .recipe-contents .tag {
font-family: 'Arial', serif;
font-style: italic;
font-weight: 700;
color: #ffffff;
background: #6ebe3b;
display: inline-block;
padding: 6px 13px;
}
.recipe-of-day .recipe-contents h2 {
font-family: 'Arial', sans-serif;
font-weight: 900;
margin-top: 20px;
margin-bottom: 20px;
font-size: 16px;
text-transform: uppercase;
font-style: normal;
line-height: 30px;
}
.recipe-of-day .recipe-contents h2:after {
display: none;
}
.recipe-of-day .recipe-contents .short-separator {
margin-bottom: 20px;
}
.recipe-of-day .recipe-contents p {
font-family: 'Arial', sans-serif;
}
.recipe-of-day .recipe-content-inner {
padding: 25px 20px;
border: 1px solid #e4d9d1;
}
.recipe-of-day .recipe-content-inner p,
.recipe-of-day .recipe-content-inner .read-more {
color: #000000;
}
.recipe-of-day .recipe-content-inner .read-more:hover {
color: #c1452b;
}
.read-more {
font-family: 'Arial', serif;
font-style: italic;
font-weight: 700;
text-transform: capitalize;
}
.read-more:hover {
color: #c1452b;
}  .tabs-bordered .tab-container {
width: 100%;
}
.tabs-bordered .tabs-nav {
border: 1px solid #e6e0dd;
border-bottom: none;
}
.tabs-bordered .tab-container {
border: 1px solid #e6e0dd;
border-top: none;
}
.tab-container {
border: 1px solid #ffffff;
border-top: none;
}
.tab-container .icon-container {
width: 20px;
}
.tab-container .icon-svg {
fill: #6ebe3b;
}
.tab-container ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 0;
margin-left: -1px;
margin-right: -1px;
padding-left: 0;
}
.tab-container ul li {
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
cursor: pointer;
display: inline-block;
width: 33.33%;
background: #e6e0dd;
border-right: 1px solid #f2eeec;
text-align: center;
padding-top: 9px;
padding-bottom: 9px;
}
.tab-container ul li a {
display: inline-block;
text-transform: uppercase;
font-family: 'Arial', sans-serif;
font-weight: 400;
color: #736a65;
border-bottom: 3px solid transparent;
padding-top: 5px;
padding-bottom: 5px;
}
.tab-container ul li:last-child {
border-right: 0;
}
.tab-container ul li.active,
.tab-container ul li:hover {
background: #ffffff;
}
.tab-container ul li.active a,
.tab-container ul li:hover a {
font-family: 'Arial', sans-serif;
font-weight: 900;
color: #000000;
border-color: #6ebe3b;
}
.custom-row-food-tabs,
.custom-col-food-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.custom-col-food-tabs {
display: block;
}
.custom-col-food-tabs select,
.custom-col-food-tabs img {
max-width: 100%;
}
.tab-container {
background: #ffffff;
}
.tabs-container .tab-content {
padding: 24px 25px;
}
.tabs-container .content-inner {
padding-top: 22px;
padding-bottom: 22px;
border-bottom: 1px solid #f5f2f0;
}
.tabs-container .content-inner:last-of-type {
border-bottom-color: transparent;
}
.tabs-container .left-side {
float: left;
}
.tabs-container .left-side img {
max-width: 100%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.tabs-container .left-side img:hover {
opacity: 0.8;
}
.tabs-container .right-side {
overflow: hidden;
padding-left: 19px;
}
.tabs-container .right-side h3 {
line-height: 21px;
margin-top: 0;
font-size: 14px;
font-family: 'Arial', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-style: normal;
margin-bottom: 2px;
}
.tabs-container .right-side h3 a:hover {
color: #c1452b;
}
.tabs-container .right-side .rating-box {
padding: 0;
}
.container-food-tabs {
position: relative;
z-index: 2;
}
.bg-corner-tabs {
right: -282px;
bottom: -73px;
}    .recipes-home-body {
background: #f8f6f5;
padding-bottom: 85px;
}
.recipes-home-body .recipe-of-day {
margin-bottom: 40px;
}
.recipes-home-body .recipe-of-day img {
width: 100%;
}
.recipes-home-body .banner-header {
margin-bottom: 30px;
}
.recipes-home-body .banner-header img {
max-width: 100%;
}
.recipe-set {
overflow: hidden;
}
.recipe-set .single-recipe-title {
margin-top: 0;
font-size: 24px;
position: relative
}
.recipe-set .single-recipe-title:after {
content: "";
display: inline-block;
width: 100%;
height: 1px;
position: absolute;
background: #e7e3e1;
margin-left: 20px;
margin-top: 15px;
}
.boxed-recipes {
margin: 20px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.boxed-recipes .recipe-single {
width: 18%;
margin-bottom: 1%;
}
.boxed-recipes .recipe-single:hover .recipe-image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.boxed-recipes .recipe-image {
height: 100px;
position: relative;
width: 35%;
display: table-cell;
overflow: hidden;
border: 5px solid #fff;
box-shadow: 0 0 10px #a09f9f;
background-color: #fff;
}
.boxed-recipes .recipe-image img {
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
height: auto;
}
.boxed-recipes .outer-detail {
background: #ffffff;
padding: 10px;
}
.boxed-recipes .outer-detail .rating-box {
padding: 10px 0;
}
.boxed-recipes .outer-detail .icon-container {
width: 20px;
}
.boxed-recipes .outer-detail .post-meta {
margin-bottom: 0;
padding: 10px 0;
}
.boxed-recipes .outer-detail .post-meta li {
font-family: 'Arial', sans-serif;
font-weight: 700;
font-size: 13px;
color: #000000;
}
.boxed-recipes .outer-detail .read-more {
color: #000000;
margin: 10px  0;
font-size: 14px;
}
.boxed-recipes .detail {
border: 1px solid #e4d9d1;
padding: 20px 0;
font-size: 16px;
}
.boxed-recipes .detail h3 {
color: #25537E;
font-weight: 700;
font-size: 16px;
line-height: 1.43;
}
.boxed-recipes .detail .short-separator {
margin-bottom: 10px;
}
.boxed-recipes .detail a {
display: inline-block;
}
.boxed-recipes .detail a:hover {
color: #c1452b;
}    .advance-search {
border-bottom: 1px solid #e4d9d1;
}
.advance-search.open .wrapper-search .tag-inner {
background: #c1452b;
}
.advance-search.open .wrapper-search .tag-inner:before {
background: #c1452b;
}
.advance-search.open .wrapper-search .tag-inner i {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.advance-search.search-main .outer-advance-search {
display: block;
}
.advance-search button {
width: 42px;
height: 38px;
line-height: 34px;
text-align: center;
color: #ffffff;
background-color: #6ebe3b;
border: none;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.advance-search button:hover {
background-color: #000000;
}
.advance-search label {
font-family: 'Arial', sans-serif;
font-weight: 700;
color: #000000;
text-transform: capitalize;
font-size: 14px;
}
.advance-search .selectric {
background: #ffffff;
height: 38px;
border-color: #e4d9d1;
}
.advance-search .selectric p {
font-family: 'Arial', serif;
font-weight: 400;
color: #000000;
font-size: 14px;
}
.advance-search .selectric .button {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
.advance-search .selectric .button:before {
content: "\f107";
webkit-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: -23px;
right: 9px;
bottom: 0;
left: 0;
margin: auto;
width: 0;
height: 0;
border: none;
}
.advance-search .selectric .button:after {
display: none;
border: none;
}
.advance-search .selectric-items {
background-color: #ffffff;
}
.advance-search .selectric-items .selectric-scroll {
font-family: 'Arial', serif;
font-weight: 400;
}
.advance-search .selectric-items .selectric-scroll ul li {
color: #333333;
border-top: none;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.advance-search .selectric-items .selectric-scroll ul li.selected,
.advance-search .selectric-items .selectric-scroll ul li:hover {
background-color: #6ebe3b;
color: #ffffff;
}
.outer-advance-search {
padding: 22px 0;
display: none;
}
.wrapper-search {
position: relative;
}
.wrapper-search .container-tags {
position: absolute;
top: -46px;
z-index: auto;
}
.wrapper-search .tag-inner {
cursor: pointer;
font-weight: 400;
background: #000000;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.wrapper-search .tag-inner:before {
background: #000000;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.wrapper-search .tag-inner:hover {
background: #c1452b;
}
.wrapper-search .tag-inner:hover:before {
background: #c1452b;
}
.wrapper-search .tag-inner i {
font-size: 16px;
margin-left: 5px;
margin-top: 0;
font-weight: 700;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transition: 0.5s all ease-in-out;
-o-transition: 0.5s all ease-in-out;
transition: 0.5s all ease-in-out;
display: inline-block;
vertical-align: middle;
}
.inner-advance-search {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.inner-advance-search .form-field {
margin-right: 15px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.inner-advance-search .form-field input {
width: 100%;
height: 38px;
}    .recipe-set .single-recipe-detail h2,
.recipe-set .single-recipe-detail .single-recipe-title {
margin-top: 15px;
margin-bottom: 15px;
}
.recipe-set .single-recipe-detail .custom-arrows.wider {
opacity: 0;
width: 100%;
left: 0;
margin-top: -65px;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.recipe-set .single-recipe-detail .custom-arrows.wider span {
position: absolute;
display: block !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.recipe-set .single-recipe-detail .custom-arrows.wider span.left-arrow {
left: 0;
}
.recipe-set .single-recipe-detail .custom-arrows.wider span.right-arrow {
right: 0;
}
.recipe-set .single-recipe-detail .top-slider:hover .custom-arrows {
opacity: 1;
}
.recipe-set .single-recipe-detail .save-recipe-cat-dropdown {
z-index: 999;
top: 28px;
left: 31px;
}
.recipe-set .rating-box {
width: auto;
padding: 0;
float: left;
position: relative;
}
.recipe-set .rating-box .off svg path {
fill: #e4d9d1;
}
.recipe-set .rating-box .rate-recipe {
display: inline-block;
padding-top: 5px;
color: #6ebe3b;
margin: 0 0 0 20px;
cursor: pointer;
position: relative;
font-size: 11px;
}
.recipe-set .rating-box .rate-body {
opacity: 0;
background-color: #f8f6f5;
padding: 3px 0 0;
width: 220px;
height: 40px;
position: absolute;
top: -6px;
left: -50px;
z-index: 9999;
cursor: pointer;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.recipe-set .rating-box .rate-body form {
padding: 5px;
}
.recipe-set .rating-box .rate-body form .rating-icons > span:active svg path {
fill: #65ae36;
}
.recipe-set .rating-box .rate-body form svg {
width: 28px;
}
.recipe-set .rating-box .rate-body form svg g path {
fill: #65ae36;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.recipe-set .rating-box .rate-body form .off svg g path {
fill: #e4d9d1;
}
.recipe-set .rating-box .rate-body #rating-loader {
display: none;
margin: 5px 0 0 50px;
max-width: 20px;
}
.recipe-set .rating-box .rate-body #output {
display: none;
line-height: 40px;
text-indent: 0px;
color: #65ae36;
}
.recipe-set .rating-box:hover .rate-body {
opacity: 1;
left: 0;
}
.recipe-set .single-recipe-shortcode .recipe-detail-body {
padding: 0;
}
.recipe-set .single-recipe-shortcode .recipe-detail-body .ingredients-checkbox {
margin-top: 30px;
}
.recipe-set .single-recipe-shortcode .recipe-detail-body .ingredients-checkbox ul li {
border-bottom: 1px solid #e4d9d1;
margin-bottom: 0;
padding: 5px 10px;
}
.wrapper-detail-contents span.lined {
margin-bottom: 30px;
padding: 2px 0;
}
.wrapper-detail-contents span.lined:after {
margin-top: 10px;
}
.wrapper-recipe-heading {
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.wrapper-recipe-heading .heading {
width: 76%;
}
.wrapper-recipe-heading .recipe-media {
overflow: hidden;
width: 20%;
position: relative;
z-index: 66;
}
.wrapper-recipe-heading .watch-video {
display: block;
padding: 0;
text-align: center;
}
.wrapper-recipe-heading .rating-box .icon-container {
width: 20px;
vertical-align: top;
}
.wrapper-recipe-heading .rating-box .icon-svg {
fill: #6ebe3b;
}
.slider-recipe-detail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
position: relative;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.slider-recipe-detail .wrapper-slider-detail {
width: 80%;
position: relative;
}
.slider-recipe-detail .wrapper-slider-detail .flexslider {
border: none;
margin-bottom: 0;
}
.slider-recipe-detail .wrapper-slider-detail .wrapper-slider-nav {
position: relative;
}
.slider-recipe-detail .wrapper-slider-detail .wrapper-slider-nav .slider-nav li {
margin-right: 15px;
}
.slider-recipe-detail .wrapper-slider-detail .wrapper-slider-nav .slider-nav .flex-direction-nav {
position: absolute;
}
.slider-recipe-detail .save-recipe-btn {
position: absolute;
display: block;
top: 0;
left: 0;
height: 28px;
line-height: 13px;
color: #ffffff;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.4);
opacity: 1;
padding: 8px 6px 0 2px;
z-index: 99;
}
.slider-recipe-detail .save-recipe-btn .text {
width: 0;
height: 17px;
text-indent: 5px;
display: inline-block;
overflow: hidden;
font-size: 13px;
white-space: nowrap;
-webkit-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
color: #ffffff;
}
.slider-recipe-detail .save-recipe-btn span {
font-size: 20px;
top: -4px;
left: 1px;
margin-right: 2px;
position: relative;
}
.slider-recipe-detail .save-recipe-btn:hover {
color: #ffffff;
opacity: 1;
}
.slider-recipe-detail .save-recipe-btn:hover .text {
width: 95px;
}
.slider-recipe-detail .save-recipe-btn:hover.remove-recipe .text {
width: 105px;
}
.slider-recipe-detail .recipe-specs {
margin-bottom: 0;
width: 20%;
background: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 11px;
}
.slider-recipe-detail .recipe-specs li {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
border: 1px solid #e4d9d1;
border-bottom: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
color: #000000;
}
.slider-recipe-detail .recipe-specs li:last-child {
border: 1px solid #e4d9d1;
}
.slider-recipe-detail .recipe-specs li span {
display: inline-block;
}
.slider-recipe-detail .recipe-specs li .count {
font-family: 'Arial', serif;
font-weight: 700;
font-size: 24px;
}
.slider-recipe-detail .recipe-specs li .count span {
font-weight: 400;
font-size: 21px;
}
.slider-recipe-detail .recipe-specs li.servings {
position: relative;
}
.slider-recipe-detail .recipe-specs li.servings .increase,
.slider-recipe-detail .recipe-specs li.servings .decrease {
position: absolute;
top: 50%;
margin-top: -13px;
left: 10px;
font-size: 26px;
opacity: 0;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
cursor: pointer;
}
.slider-recipe-detail .recipe-specs li.servings .increase {
left: auto;
right: 10px;
}
.slider-recipe-detail .recipe-specs li.servings:hover .increase,
.slider-recipe-detail .recipe-specs li.servings:hover .decrease {
opacity: 1;
}
.slider-recipe-detail .recipe-specs li .text {
font-family: 'Arial', sans-serif;
}
.wrapper-slider-nav {
position: relative;
z-index: 999;
margin: 0;
padding: 14px 59px;
background: rgba(0, 0, 0, 0.83);
}
.wrapper-slider-nav .slider-nav .slick-slide {
padding: 15px;
}
.single-recipe-detail {
margin-bottom: 30px;
}
.recipe-detail-body {
margin-bottom: 60px;
overflow: hidden;
background: #ffffff;
color: #000000;
}
.recipe-detail-body .print-button {
margin: 10px;
}
.recipe-detail-body p, .recipe-detail-body aside {
font-family: 'Arial', sans-serif;
font-size: 15px;
line-height: 26px;
}
.recipe-detail-body .separator-post {
margin-bottom: 26px;
}
.recipe-detail-body .rating-box {
display: inline-block;
padding: 0;
float: right;
width: auto;
}
.recipe-detail-body .rating-box .icon-container {
width: 20px;
}
.recipe-detail-body .rating-box .icon-svg {
fill: #6ebe3b;
}
.recipe-detail-body p, .recipe-detail-body aside {
word-wrap: break-word;
}
.recipe-detail-body blockquote,
.recipe-detail-body blockquote.wp-block-quote {
font-style: italic;
line-height: 24px;
font-size: 16px;
color: #3a3a3a;
border-left: 5px solid #6ebe3b !important;
}
.recipe-detail-body .wp-block-table tr {
padding: 6px 12px;
font-size: 14px;
font-family: 'Arial', sans-serif;
line-height: 1.42857143;
}
.recipe-detail-body .wp-block-table tr:first-of-type,
.recipe-detail-body .wp-block-table tr td:first-child {
color: #ffffff !important;
background-color: #6ebe3b !important;
font-weight: 700;
}
.recipe-detail-body .wp-block-table.is-style-stripes tr:nth-child(odd) {
background-color: #e9e9e9;
}
.pre-tags {
display: inline-block;
padding: 10px;
min-height: 26px;
}
.pre-tags li {
display: inline-block;
font-family: 'Arial', sans-serif;
font-weight: 700;
font-size: 15px;
margin-right: 15px;
}
.pre-tags span {
font-weight: 400;
}
.print-button {
display: inline-block;
font-family: 'Arial', sans-serif;
font-weight: 400;
font-size: 16px;
}
.print-button i {
margin-right: 5px;
}
.print-button:hover {
color: #c1452b;
}
.ingredients-checkbox {
margin:20px 0 52px 0;
border: 1px solid #e4d9d1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ingredients-checkbox > div {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
}
.ingredients-checkbox .ingredients {
padding: 0 10px 0 25px;
width: 58%;
background: url(//2d-recept.com/wp-content/themes/recipe-press/images/bg-ingredients.png) no-repeat right bottom;
}
.ingredients-checkbox .ingredients .print-only-titles {
display: none;
}
.ingredients-checkbox .ingredients ul {
list-style: none;
padding: 0 15px 0 0;
margin: 0;
}
.ingredients-checkbox .ingredients ul li {
position: relative;
margin-bottom: 10px;
padding-left: 24px;
}
.ingredients-checkbox .ingredients ul li .shop-list-add {
position: absolute;
right: -10px;
top: 3px;
width: 17px;
height: 17px;
background-color: #ffffff;
border: 1px solid #000000;
line-height: 13px;
text-align: center;
color: #000000;
cursor: pointer;
opacity: 0.6;
overflow: hidden;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.ingredients-checkbox .ingredients ul li .shop-list-add .text {
display: none;
font-size: 10px;
line-height: 15px;
}
.ingredients-checkbox .ingredients ul li .shop-list-add:hover {
width: 120px;
right: -15px;
opacity: 1;
background-color: #000000;
color: #ffffff;
}
.ingredients-checkbox .ingredients ul li .shop-list-add:hover .text {
display: inline-block;
}
.ingredients-checkbox .ingredients label {
font-family: 'Arial', sans-serif;
font-weight: 400;
font-size: 15px;
vertical-align: middle;
cursor: pointer;
position: static;
margin: 0 0 5px;
line-height: 26px;
max-width: 95%;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.ingredients-checkbox .ingredients input[type=checkbox] {
height: 14px;
cursor: pointer;
position: absolute;
top: 1px;
left: 0;
font-size: inherit;
line-height: normal;
border: none;
}
.ingredients-checkbox .ingredients input[type=checkbox]:before {
display: inline-block;
content: "";
background: #c8b8ad;
border-radius: 3px;
width: 15px;
height: 15px;
}
.ingredients-checkbox .ingredients input[type=checkbox]:checked:before {
content: "\2714";
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #ffffff;
color: #000000;
font-size: 18px;
margin-top: -2px;
}
.ingredients-checkbox .nutritional {
background: url(//2d-recept.com/wp-content/themes/recipe-press/images/bg-nutritional.png) right top no-repeat #f6f2 e;
width: 42%;
}
.ingredients-checkbox .nutritional .separator-post {
margin-bottom: 10px;
}
.ingredients-checkbox .no-heading {
padding: 25px 25px 0;
}
.ingredients-checkbox .multi-set .ingre-tabs {
margin: 0 0 10px -10px;
padding: 0;
overflow: hidden;
}
.ingredients-checkbox .multi-set .ingre-tabs li {
padding: 4px 17px;
margin: 0 0 10px 10px;
float: left;
background-color: #ffffff;
border: 1px solid #e7e3e1;
font-size: 14px;
font-family: 'Arial', sans-serif;
text-transform: capitalize;
line-height: 20px;
cursor: pointer;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.ingredients-checkbox .multi-set .ingre-tabs li:hover,
.ingredients-checkbox .multi-set .ingre-tabs li.active {
background: #6ebe3b;
border-color: #6ebe3b;
color: #ffffff;
}
.ingredients-checkbox .ingre-lists > div {
display: none;
}
.ingredients-checkbox .ingre-lists > div:first-child {
display: block;
}
.nutrition-detail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top: 1px solid #e4d9d1;
padding-top: 10px;
font-family: 'Arial', sans-serif;
font-weight: 400;
}
.nutrition-detail:first-of-type {
border: none;
padding-top: 0;
}
.nutrition-detail span {
font-weight: 700;
}
.nutrition-detail div {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-bottom: 10px;
}
.steps-list {
padding-left: 0;
}
.steps-list li {
clear: both;
margin-bottom: 35px;
list-style: none;
}
.steps-list .step-single {
overflow: hidden;
}
.steps-list .step-image {
float: left;
margin-right: 30px;
width: 30%;
margin-bottom: 10px;
}
.steps-list .step-image img {
max-width: 100%;
}
.steps-list .step-detail {
overflow: hidden;
}
.steps-list .step-detail h3 {
margin: 10px;
}
.tips-variations {
border: 1px solid #c9d6bf;
background: url(//2d-recept.com/wp-content/themes/recipe-press/images/bg-tips.png) right bottom no-repeat #eff9e8;
padding: 32px;
margin-bottom: 44px;
}
.tips-variations h2 {
margin-top: 0;
}
.tips-variations ul {
list-style: none;
padding: 0;
}
.tips-variations ul li {
padding-left: 25px;
position: relative;
margin-bottom: 25px;
}
.tips-variations ul li:before {
content: "\2714";
color: green;
font-weight: bold;
display: inline-block;
font-size: 24px;
position: absolute;
left: 0;
line-height: 26px;
}
.about-chef .listing {
background-color: #ffffff;
}
.tags-icons span {
font-size: 16px;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
}
.tags-icons ul {
display: inline-block;
margin: 10px;
}
.tags-icons ul li {
display: inline-block;
margin-bottom: 8px;
}
.tags-icons ul li a {
display: inline-block;
}
.tags-icons .details-tags .title {
font-size: 16px;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
}
.tags-icons .details-tags li {
margin-right: 5px;
}
.tags-icons .details-tags a {
padding: 4px 10px;
border: 1px solid #e4d9d1;
font-family: 'Arial', sans-serif;
font-weight: 400;
}
.tags-icons .details-tags a:hover {
background: #000000;
color: #ffffff;
border-color: #000000;
}
.tags-icons .details-tags .rp_icon_class {
display: block;
}
.tags-icons .details-social-icons {
text-align: right;
margin-top: 7px;
}
.tags-icons .details-social-icons ul:before {
content: "Share : ";
font-size: 16px;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
}
.tags-icons .details-social-icons li {
margin-left: 12px;
}
.tags-icons .details-social-icons a {
color: #736e6b;
}
.tags-icons .details-social-icons a:hover {
color: #000000;
}
.tags-icons ul.cnss-social-icon {
float: right;
}
.recipe-comments {
margin-bottom: 60px;
overflow: hidden;
}
.recipe-comments ul li {
clear: both;
margin-bottom: 28px;
margin-top: 28px;
background: transparent;
}
.recipe-comments ul li ul {
margin-left: 107px;
}
.recipe-comments h5 {
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
font-size: 18px;
margin-bottom: 10px;
display: inline-block;
margin-right: 5px;
}
.recipe-comments h5 a:hover {
color: #c1452b;
}
.recipe-comments .time {
font-family: 'Arial', sans-serif;
font-weight: 400;
font-size: 12px;
color: black;
}
.recipe-comments .avatar-container {
float: left;
}
.recipe-comments .comment-details {
background-color: #ffffff;
overflow: hidden;
padding: 10px 25px;
}
.recipe-comments .comment-details p {
color: black;
line-height: 23px;
padding-right: 90px;
margin-bottom: 0;
}
.recipe-comments .comment-details .comment-reply-link {
float: right;
font-weight: normal;
text-transform: none;
font-family: 'Arial', serif;
font-style: italic;
}
.recipe-comments .comment-details .comment-reply-link:hover {
color: #c1452b;
}
.recipe-comments .depth-3 .children {
margin-left: 0;
padding-left: 0;
}
.recipe-comments .depth-3 .avatar-container,
.recipe-comments .depth-3 .comment-details {
overflow: hidden;
margin-bottom: 25px;
}
.comment-form #respond h3 {
position: relative;
overflow: hidden;
height: 24px;
}
.comment-form #respond h3:after {
content: "";
display: inline-block;
width: 100%;
height: 1px;
position: absolute;
background: #e7e3e1;
margin-left: 20px;
margin-top: 15px;
}
.comment-form form {
background-color: #ffffff;
padding: 25px;
color: #000000;
}
.comment-form form ::-webkit-input-placeholder {
font-family: 'Arial', serif;
font-style: italic;
color: #000000;
font-size: 16px;
}
.comment-form form :-moz-placeholder { font-family: 'Arial', serif;
font-style: italic;
color: #000000;
font-size: 16px;
}
.comment-form form ::-moz-placeholder { font-family: 'Arial', serif;
font-style: italic;
color: #000000;
font-size: 16px;
}
.comment-form form :-ms-input-placeholder {
font-family: 'Arial', serif;
font-style: italic;
color: #000000;
font-size: 16px;
}
.comment-form input,
.comment-form textarea {
width: 100%;
border: none;
outline: none;
padding-left: 10px;
padding-right: 10px;
}
.comment-form input {
height: 50px;
background-color: #f8f6f5;
padding: 15px 20px;
}
.comment-form textarea {
margin-bottom: 40px;
display: block;
line-height: 28px;
overflow: hidden;
height: 170px;
resize: vertical;
padding: 15px 20px;
background-color: #f8f6f5;
}
.comment-form #submit {
height: 42px;
width: auto;
margin-top: 40px;
background: #487D26;
font-family: 'Arial', serif;
font-size: 16px;
color: #ffffff;
padding: 0 35px;
border: none;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.comment-form #submit:hover {
background: #000000;
}  .listing {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #000000;
position: relative;
}
.listing .listing-wrapper {
background: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.listing .icon-svg {
fill: #6ebe3b;
}
.listing .image {
width: 31%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(228, 228, 228, 0.5);
margin: 10px 0;
}
.listing .image a:hover {
opacity: 0.7;
}
.listing .image img {
max-width: 100%;
height: auto;
}
.listing .image .extra-view {
position: absolute;
display: block;
bottom: 0;
height: 28px;
line-height: 17px;
color: #ffffff;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.4);
opacity: 1;
}
.listing .image .extra-view .text {
width: 0;
height: 20px;
display: inline-block;
overflow: hidden;
-webkit-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
color: #ffffff;
}
.listing .image .extra-view i {
font-size: 20px;
position: relative;
top: -5px;
}
.listing .image .extra-view.nutrients {
right: 0;
padding: 6px 4px 0 7px;
}
.listing .image .extra-view.ingredients {
left: 0;
padding: 7px 7px 0 3px;
}
.listing .image .extra-view:hover.nutrients .text {
width: 95px;
}
.listing .image .extra-view:hover.ingredients .text {
width: 110px;
}
.listing .image:hover .extra-view {
opacity: 1;
}
.listing .image .save-recipe-btn {
position: absolute;
display: block;
top: 0;
left: 0;
height: 28px;
line-height: 13px;
color: #ffffff;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.4);
opacity: 1;
padding: 8px 6px 0 2px;
}
.listing .image .save-recipe-btn .text {
width: 0;
height: 17px;
text-indent: 5px;
display: inline-block;
overflow: hidden;
font-size: 13px;
white-space: nowrap;
-webkit-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
color: #ffffff;
}
.listing .image .save-recipe-btn span {
font-size: 20px;
top: -4px;
left: 1px;
margin-right: 2px;
position: relative;
}
.listing .image .save-recipe-btn:hover {
color: #ffffff;
opacity: 1;
}
.listing .image .save-recipe-btn:hover .text {
width: 95px;
}
.listing .image .save-recipe-btn:hover.remove-recipe .text {
width: 105px;
}
.listing .detail {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 80%;
border: 1px solid #e4d9d1;
margin: 10px;
padding: 20px 25px;
}
.listing .detail h4 {
line-height: 30px;
margin-top: 0;
font-family: 'Arial', sans-serif;
font-weight: 900;
font-size: 16px;
text-transform: uppercase;
font-style: normal;
position: relative;
padding-bottom: 20px;
}
.listing .detail h4:after {
content: "";
display: inline-block;
width: 50px;
height: 3px;
background: #6ebe3b;
position: absolute;
left: 0;
bottom: 0;
}
.listing .detail h4 a {
display: inline-block;
}
.listing .detail p {
font-size: 15px;
line-height: 26px;
}
.listing .detail .chef-social-links {
text-align: right;
}
.listing .detail .chef-social-links li {
display: inline-block;
margin-left: 15px;
}
.listing .detail .chef-social-links li a {
font-size: 18px;
display: inline-block;
}
.listing .detail .chef-social-links li a:hover {
color: #c1452b;
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.listing .detail .chef-social-links li:first-child {
margin-left: 0;
}
.listing .meta-listing {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.listing .meta-listing .post-meta {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-bottom: 0;
padding-left: 0;
}
.listing .meta-listing .post-meta li {
margin-right: 10px;
}
.listing .meta-listing .post-meta li:last-child {
margin-right: 0;
}
.listing .meta-listing .rating-box {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0;
text-align: right;
}
.listing .additional-list-box {
display: none;
top: 15px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.listing .additional-list-box h5 {
margin: 0;
padding: 10px 0 10px 10px;
color: #25537E;
text-align: left;
}
.listing .additional-list-box ul.inner-items {
padding: 0;
margin: 0;
border: 1px solid #e4d9d1;
list-style: none;
text-align: left;
}
.listing .additional-list-box ul.inner-items li {
padding: 3px 15px 3px 15px;
}
.listing .additional-list-box ul.inner-items li:nth-child(2n) {
background-color: #f9f9f9;
}
.listing .additional-list-box.ingre-box div.ingre-list-wrap {
display: none;
}
.listing .additional-list-box.ingre-box div.ingre-list-wrap.current {
display: block;
}
.listing .additional-list-box.ingre-box .selectric-ingre_set_list_dd {
margin: 5px 0;
}
.listing .additional-list-box.ingre-box .selectric-ingre_set_list_dd .selectric .label {
font-size: 16px;
font-weight: bold;
text-align: left;
}
.listing .additional-list-box.ingre-box .selectric-ingre_set_list_dd .selectric-items li {
text-align: left;
}
.listing .additional-list-box ul.inner-items {
max-height: 230px;
overflow: scroll;
}
.save-recipe-cat-dropdown {
display: none;
position: absolute;
top: 20%;
left: 10%;
right: 0;
width: 200px;
max-height: 120px;
padding: 10px;
background-color: #000000;
}
.save-recipe-cat-dropdown p.value {
color: #000000;
background-color: #ffffff;
padding: 2px 10px;
margin: 0 0 5px;
font-size: 12px;
width: 70%;
position: relative;
float: left;
cursor: pointer;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.save-recipe-cat-dropdown p.value:after {
content: ' ';
position: absolute;
top: 9px;
right: 5px;
border: solid black;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 2px;
opacity: 0.4;
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.save-recipe-cat-dropdown p.value:hover {
background-color: #f7f7f7;
}
.save-recipe-cat-dropdown p.value.opened:after {
-ms-transform: rotate(225deg);
transform: rotate(225deg);
-webkit-transform: rotate(225deg);
}
.save-recipe-cat-dropdown .submit {
display: block;
width: 30%;
height: 25px;
float: right;
background-color: #6ebe3b;
color: #fff;
font-size: 12px;
font-weight: bold;
line-height: 25px;
text-align: center;
cursor: pointer;
-webkit-transition: all 200ms liner;
-o-transition: all 200ms liner;
transition: all 200ms liner;
}
.save-recipe-cat-dropdown .submit:hover {
background-color: #000000;
}
.save-recipe-cat-dropdown ul {
display: none;
clear: both;
list-style: none;
max-height: 70px;
margin: 0;
padding: 0;
overflow: scroll;
}
.save-recipe-cat-dropdown ul li {
position: relative;
color: #000000;
background-color: #ffffff;
padding: 2px 10px;
font-size: 12px;
margin-bottom: 5px;
cursor: pointer;
}
.save-recipe-cat-dropdown ul li:last-child {
margin-bottom: 0;
}
.save-recipe-cat-dropdown ul li:hover {
background-color: #eaeaea;
}
.save-recipe-cat-dropdown .close {
position: absolute;
top: -9px;
right: -9px;
width: 14px;
height: 14px;
z-index: 999;
font-size: 10px;
line-height: 10px;
background-color: black;
padding: 2px;
color: #ffffff;
text-align: center;
cursor: pointer;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.save-recipe-cat-dropdown .close:hover {
width: 16px;
height: 16px;
right: -11px;
top: -11px;
font-size: 12px;
line-height: 13px;
}
.save-recipe-cat-dropdown p.add-more-cats {
display: none;
position: relative;
clear: both;
color: #000000;
background-color: #ffffff;
height: 30px;
padding: 2px 10px;
margin: 0;
font-size: 12px;
cursor: pointer;
}
.save-recipe-cat-dropdown p.add-more-cats .add-cat-btn {
position: absolute;
top: 0;
right: 0;
background-color: #c1452b;
color: #ffffff;
height: 30px;
width: 30px;
font-size: 14px;
font-weight: bold;
line-height: 30px;
text-align: center;
font-style: normal;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.save-recipe-cat-dropdown p.add-more-cats .add-cat-btn.fa-spin {
width: 20px;
height: 20px;
font-size: 10px;
top: 5px;
right: 5px;
line-height: 21px;
cursor: wait;
}
.save-recipe-cat-dropdown p.add-more-cats .add-cat-value {
outline: none;
position: absolute;
left: 5px;
top: 3px;
width: 85%;
padding: 2px 10px 2px 5px;
font-size: 12px;
}
.listing-list .listing .image span.extra-view {
font-size: 13px;
}
.listing-list .listing .image span.ingredients:hover .text {
padding-left: 7px;
}
.listing-list .listing .image span.nutrients:hover .text {
padding-left: 5px;
}
.listing-list .listing .detail h4 {
padding-bottom: 10px;
}
.listing-list .listing .additional-list-box .inner-items {
max-height: 130px;
}
.listing-list .listing .additional-list-box.ingre-box .inner-items {
max-height: 100px;
}
.listing-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.listing-grid .listing {
text-align: center;
padding-left: 15px;
padding-right: 15px;
width: 33.33%;
}
.listing-grid .listing .listing-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.listing-grid .listing .image,
.listing-grid .listing .detail {
width: auto;
height: 100%;
}
.listing-grid .listing .detail {
padding: 20px 15px;
}
.listing-grid .listing .detail h4 {
margin-bottom: 15px;
}
.listing-grid .listing .detail h4:after {
left: 50%;
margin-left: -25px;
}
.listing-grid .listing .detail p {
display: none;
}
.listing-grid .listing .detail .meta-listing {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.listing-grid .listing .detail .meta-listing .post-meta {
margin-bottom: 15px;
}
.listing-grid .listing .detail .meta-listing .rating-box {
text-align: center;
}
.banner-add {
text-align: center;
width: 100%;
margin-bottom: 40px;
}
.banner-add img {
max-width: 100%;
}
.pagination {
width: 100%;
}
.recipe-set .listing-buttons {
float: right;
display: inline-block;
background: #f8f6f5;
overflow: hidden;
position: relative;
z-index: 6666 ;
margin-bottom: 20px;
padding-left: 20px;
}
.recipe-set .listing-buttons span {
cursor: pointer;
display: inline-block;
text-align: center;
width: 33px;
height: 29px;
line-height: 27px;
border: 1px solid #e4d9d1;
color: #9e938e;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.recipe-set .listing-buttons span:hover {
background: #6ebe3b;
border-color: #6ebe3b;
color: #ffffff;
}
.recipe-set .listing-buttons .grid {
margin-right: 3px;
}
.recipe-set .listing-buttons .current {
background: #6ebe3b;
border-color: #6ebe3b;
color: #ffffff;
}
.recipe-set h1 {
margin: 10px 10px 30px 10px;
font-size: 24px;
position: relative;
}
.recipe-set h1:after {
content: "";
display: inline-block;
width: 50%;
height: 1px;
position: absolute;
background: #e7e3e1;
margin-left: 20px;
margin-top: 15px;
}
.recipe-set .saved-cats-wrap {
overflow: hidden;
}
.recipe-set .saved-cats-wrap .saved-recipe-cats {
overflow: hidden;
width: 85%;
float: left;
list-style: none;
margin: 0 0 20px;
padding-left: 0;
}
.recipe-set .saved-cats-wrap .saved-recipe-cats li {
cursor: pointer;
float: left;
margin-right: 5px;
padding: 5px 15px;
background-color: #ffffff;
border: 1px solid #e4d9d1;
color: #000000;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.recipe-set .saved-cats-wrap .saved-recipe-cats li:hover,
.recipe-set .saved-cats-wrap .saved-recipe-cats li.active {
background-color: #6ebe3b;
border-color: #6ebe3b;
color: #ffffff;
}
.recipe-set .saved-cats-wrap .manage-saved-cats {
width: 12%;
float: right;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
text-align: center;
color: #ffffff;
background: #c1452b;
height: 40px;
line-height: 40px;
text-transform: capitalize;
font-size: 13px;
padding: 0 12px;
display: inline-block;
}
.recipe-set .saved-cats-wrap .manage-saved-cats:hover {
background: #000000;
}    .inner-wrapper h1 {
font-family: 'Arial', sans-serif;
font-weight: 700;
font-size: 32px;
font-style: normal;
}
.inner-wrapper h2 {
font-family: 'Arial', sans-serif;
font-weight: 900;
font-size: 24px;
text-transform: uppercase;
font-style: normal;
}
.inner-wrapper h3 {
font-family: 'Arial', sans-serif;
font-weight: 700;
font-size: 18px;
font-style: normal;
}
.inner-wrapper h4 {
font-family: 'Arial', sans-serif;
font-weight: 700;
font-size: 16px;
font-style: normal;
}
.inner-wrapper h5 {
font-family: 'Arial', sans-serif;
font-weight: 700;
font-size: 14px;
font-style: normal;
}
.inner-wrapper h6 {
font-family: 'Arial', sans-serif;
font-weight: 700;
font-size: 11px;
font-style: normal;
}
.contact-contents {
padding: 30px;
margin-bottom: 60px;
background-color: #ffffff;
}
.bottom-short-line {
position: relative;
padding-bottom: 15px;
}
.bottom-short-line:after {
content: "";
display: inline-block;
width: 50px;
height: 3px;
background: #6ebe3b;
position: absolute;
left: 0;
bottom: 0;
}
.wrapper-columns {
margin-bottom: 40px;
font-family: 'Arial', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 26px;
}
.typography {
margin-bottom: 100px;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
font-family: 'Arial', sans-serif;
font-weight: 700;
text-transform: none;
font-style: normal;
}
.typography h1 {
font-size: 36px;
}
.typography h2 {
font-size: 30px;
}
.typography h3 {
font-size: 24px;
}
.typography h4 {
font-size: 18px;
}
.typography h5 {
font-size: 16px;
}
.typography h6 {
font-size: 14px;
}
.tab-container.tab-shortcode ul {
padding: 0;
list-style: none;
}
.tab-container.tab-shortcode ul li.active {
background: #c1452b;
}
.tab-container.tab-shortcode ul li.active a {
color: #ffffff;
}
.tab-container.tab-shortcode ul li:hover {
background: #c1452b;
}
.tab-container.tab-shortcode ul li:hover a {
color: #ffffff;
}
.tab-container.tab-shortcode ul li a {
border: none;
font-weight: 700;
}
.tab-container.tab-shortcode .tab-content {
padding: 25px;
}
.tab-container.tab-shortcode .tab-content p {
font-family: 'Arial', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 26px;
}
.accordion {
border: none;
}
.accordion dt {
background: #dddddd;
font-size: 14px;
font-family: 'Arial', sans-serif;
font-weight: 700;
text-transform: uppercase;
line-height: 26px;
padding: 13px 25px;
cursor: pointer;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
margin-bottom: 11px;
}
.accordion dt.current {
background: #c1452b;
color: #ffffff;
margin-bottom: 0;
}
.accordion dd {
font-family: 'Arial', sans-serif;
font-weight: 400;
font-size: 16px;
background: #ffffff;
line-height: 26px;
padding: 20px;
display: none;
}
.accordion dd:first-of-type {
display: block;
}
.alert {
font-family: 'Arial', sans-serif;
font-weight: 700;
padding: 18px 20px;
margin-bottom: 24px;
position: relative;
}
.alert.green {
background: #d0eec4;
color: #3c763d;
}
.alert.blue {
background: #c6e5f4;
color: #31709c;
}
.alert.yellow {
background: #fbf2c5;
color: #8a6d3b;
}
.alert.red {
background: #f6cfcf;
color: #b84442;
}
.alert .close-alert {
position: absolute;
display: inline-block;
right: 10px;
top: 5px;
cursor: pointer;
}
.default-btn,
.wp-block-button__link {
display: inline-block;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
font-size: 16px;
text-transform: capitalize;
padding-top: 8px;
padding-bottom: 8px;
margin-right: 5px;
margin-bottom: 8px;
border: 1px solid transparent;
}
.default-btn.green-color,
.wp-block-button__link.green-color {
background: #6ebe3b;
color: #ffffff;
}
.default-btn.red-color,
.wp-block-button__link.red-color {
background: #c1452b;
color: #ffffff;
}
.default-btn.grey-color,
.wp-block-button__link.grey-color {
background: #a1a1a1;
color: #ffffff;
}
.default-btn.black-color,
.wp-block-button__link.black-color {
background: #000000;
color: #ffffff;
}
.default-btn.black-color:hover,
.wp-block-button__link.black-color:hover {
background: #ffffff;
border-color: #000000;
color: #000000;
}
.default-btn.green-color:hover,
.wp-block-button__link.green-color:hover,
.default-btn.red-color:hover,
.wp-block-button__link.red-color:hover,
.default-btn.grey-color:hover,
.wp-block-button__link.grey-color:hover {
background: #000000;
color: #ffffff;
}
.default-btn.green-border,
.wp-block-button__link.green-border {
border-color: #6ebe3b;
color: #333333;
}
.default-btn.green-border:hover,
.wp-block-button__link.green-border:hover {
background: #6ebe3b;
}
.default-btn.red-border,
.wp-block-button__link.red-border {
border-color: #c1452b;
color: #333333;
}
.default-btn.red-border:hover,
.wp-block-button__link.red-border:hover {
background: #c1452b;
}
.default-btn.grey-border,
.wp-block-button__link.grey-border {
border-color: #a1a1a1;
color: #333333;
}
.default-btn.grey-border:hover,
.wp-block-button__link.grey-border:hover {
background: #a1a1a1;
}
.default-btn.black-border,
.wp-block-button__link.black-border {
border-color: #000000;
color: #333333;
}
.default-btn.black-border:hover,
.wp-block-button__link.black-border:hover {
background: #000000;
}
.default-btn.green-border:hover,
.wp-block-button__link.green-border:hover,
.default-btn.red-border:hover,
.wp-block-button__link.red-border:hover,
.default-btn.grey-border:hover,
.wp-block-button__link.grey-border:hover,
.default-btn.black-border:hover,
.wp-block-button__link.black-border:hover {
color: #ffffff;
}
.post-editor-contents .wp-block-button__link:not(.has-text-color) {
color: #ffffff;
}
.post-contents-inner .post-editor-contents .wp-block-button__link {
display: inline-block;
font-family: 'Arial', serif;
font-style: italic;
font-weight: 400;
font-size: 16px;
text-transform: capitalize;
padding-top: 8px;
padding-bottom: 8px;
margin-right: 5px;
margin-bottom: 8px;
border: 1px solid transparent;
}
.post-contents-inner .post-editor-contents .wp-block-button__link:hover {
background-color: #6ebe3b;
color: #ffffff;
}
.small-button {
padding-left: 19px;
padding-right: 19px;
}
.mid-button {
padding-left: 25px;
padding-right: 25px;
}
.min-width-button {
min-width: 193px;
text-align: center;
padding-left: 20px;
padding-right: 20px;
}
.slider-left.shortcodes-slider {
width: 100%;
height: auto;
margin-bottom: 50px;
}
.wrapper-slider-detail {
position: relative;
}
.wrapper-slider-detail .top-slider .shortcode-arrows.wider {
position: absolute;
opacity: 0;
width: 100%;
left: 0;
top: 50%;
margin-top: -80px;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.wrapper-slider-detail .top-slider .shortcode-arrows.wider span {
display: block !important;
position: absolute;
height: 65px;
width: 39px;
line-height: 65px;
text-align: center;
cursor: pointer;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
background: #3d3432;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #736e6b;
}
.wrapper-slider-detail .top-slider .shortcode-arrows.wider span:hover {
background-color: #28211f;
}
.wrapper-slider-detail .top-slider .shortcode-arrows.wider span.left-arrow {
left: 0;
}
.wrapper-slider-detail .top-slider .shortcode-arrows.wider span.right-arrow {
right: 0;
}
.wrapper-slider-detail .top-slider:hover .shortcode-arrows {
opacity: 1;
}
.wrapper-slider-detail .shortcode-slider-thumb {
position: absolute;
left: 0;
bottom: 0;
z-index: 500;
height: 102px;
width: 100%;
padding: 24px 50px;
background-color: rgba(0, 0, 0, 0.8);
}
.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows {
position: absolute;
opacity: 0;
width: 100%;
left: 0;
top: 45px;
margin-top: 0;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows span {
position: absolute;
display: block !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: none;
color: #aaaaaa;
cursor: pointer;
}
.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows span.left-arrow {
left: 18px;
}
.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows span.right-arrow {
right: 18px;
}
.wrapper-slider-detail .shortcode-slider-thumb:hover .shortcode-arrows {
opacity: 1;
}
.wrapper-slider-detail .shortcode-slider-thumb ul li {
opacity: 0.8;
margin-right: 19px;
}
.wrapper-slider-detail .shortcode-slider-thumb ul li.flex-active-slide {
opacity: 1;
}
.qe-faq-toggle .qe-toggle-title {
background: #dddddd;
font-size: 14px;
font-family: 'Arial', sans-serif;
font-weight: 700;
text-transform: uppercase;
line-height: 26px;
padding: 13px 25px;
cursor: pointer;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
margin-bottom: 11px;
}
.qe-faq-toggle .qe-toggle-content {
font-family: 'Arial', sans-serif;
font-weight: 400;
font-size: 16px;
background: #ffffff;
line-height: 26px;
padding: 20px;
display: none;
border: none;
}
.qe-faq-toggle .qe-toggle-content p {
font-family: 'Arial', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 26px;
}
.qe-faq-toggle.active .qe-toggle-title {
background: #c1452b;
color: #ffffff;
margin-bottom: 0;
}
.qe-faqs-filters-container {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
margin: 0 -1px 11px -1px;
padding-left: 0;
}
.qe-faqs-filters-container li {
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
cursor: pointer;
display: inline-block;
width: 33.33%;
background: #dddddd;
border-right: 1px solid #f2eeec;
text-align: center;
}
.qe-faqs-filters-container li a {
display: inline-block;
width: 100%;
text-transform: uppercase;
font-family: 'Arial', sans-serif;
text-align: center;
color: #736a65;
padding: 9px 0;
border: none;
font-weight: 700;
}
.qe-faqs-filters-container li.active,
.qe-faqs-filters-container li:hover {
background-color: #c1452b;
}
.qe-faqs-filters-container li.active a,
.qe-faqs-filters-container li:hover a {
color: #ffffff;
border: none;
}   .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption,
.gallery-caption {
background: #ffffff;
border: 1px solid #e4d9d1;
max-width: 96%; padding: 7px 7px 0;
text-align: center;
}
.wp-caption figcaption,
.gallery-caption figcaption {
font-size: 12px;
font-style: normal;
text-transform: uppercase;
font-family: 'Arial', sans-serif;
font-weight: 700;
padding: 5px 0;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
padding: 0;
width: auto;
display: block;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.bypostauthor {
background: #FFF;
}
.commentlist .bypostauthor {
background: #FFF;
} .gallery {
margin: 0 auto 18px;
padding: 0 0 15px;
overflow: hidden;
}
.gallery .gallery-item {
float: left;
margin-top: 25px;
text-align: center;
width: 33%;
}
.gallery img:hover {
background: white;
}
.gallery .gallery-caption {
font-size: 12px;
font-style: normal;
text-transform: uppercase;
font-family: 'Arial', sans-serif;
font-weight: 700;
border: none;
padding: 10px 0;
margin: 0;
max-width: 100%;
}
.gallery img {
-webkit-box-shadow: 0 0 4px #999;
box-shadow: 0 0 4px #999;
border: 1px solid white;
padding: 8px;
background: #f2f2f2;
}
.gallery dl,
.gallery dt {
margin: 0;
}
.gallery br + br {
display: none;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-1 .attachment-thumbnail {
width: 70%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1) {
clear: left;
}
.gallery-columns-2 .attachment-thumbnail {
width: 70%;
}
.gallery-columns-3 .gallery-item {
width: 32%;
}
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
clear: left;
}
.gallery-columns-3 .attachment-thumbnail {
width: 90%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-4 .gallery-item:nth-child(4n+1) {
clear: left;
}
.gallery-columns-4 .attachment-thumbnail {
width: 90%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
clear: left;
}
.gallery-columns-5 .attachment-thumbnail {
width: 90%;
}
.gallery-columns-6 .gallery-item {
width: 16.6%;
}
.gallery-columns-6 .gallery-item:nth-child(6n+1) {
clear: left;
}
.gallery-columns-6 .attachment-thumbnail {
width: 90%;
padding: 5px;
}
.gallery-columns-7 .gallery-item {
width: 14.2%;
}
.gallery-columns-7 .gallery-item:nth-child(7n+1) {
clear: left;
}
.gallery-columns-7 .attachment-thumbnail {
width: 90%;
padding: 4px;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-child(8n+1) {
clear: left;
}
.gallery-columns-8 .attachment-thumbnail {
width: 90%;
padding: 3px;
}
.gallery-columns-9 .gallery-item {
width: 11.11%;
}
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left;
}
.gallery-columns-9 .attachment-thumbnail {
width: 90%;
padding: 3px;
}  @media (max-width: 1200px) {
.slider-recipe-detail {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.slider-recipe-detail .recipe-specs {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
}
.slider-recipe-detail .recipe-specs li {
border-bottom: 1px solid #e4d9d1;
padding-top: 10px;
padding-bottom: 10px;
}
.slider-recipe-detail .wrapper-slider-detail {
width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.header-main {
text-align: center;
}
.header-main .logo-wrapper {
margin-bottom: 40px;
}
.header-main .outer-nav {
text-align: center;
}
.slider-left,
.slider-right {
height: 433px;
}
.slider-right .slide-detail {
height: 433px;
}
.slider-right .slide-detail .box1 {
padding-top: 20px;
}
.slider-right .slide-detail .box1 h2 {
font-size: 21px;
}
.slider-right .food-category {
margin-bottom: 10px;
}
.slider-right .post-meta {
margin-bottom: 30px;
}
.search-box {
margin-right: 25px;
}
.intro h3 {
margin-top: 20px;
font-size: 18px;
}
.text-side,
.image-side {
width: 50%;
}
.footer-variant-one .footer-inner {
padding-left: 35px;
padding-right: 35px;
}
.news-single .news-visuals {
height: 151px;
}
.chef-team .chef-detail-inner {
padding: 5px 20px;
}
.chef-team .chef-detail .type {
margin-bottom: 10px;
}
.chef-team .chef-detail .social-icons-chef {
margin-top: 0;
}
.hot-recipes-var2 .intro h3 {
margin-top: 0;
line-height: 24px;
}
.hot-recipes-var2 .intro p {
line-height: 21px;
}
.top-nav ul li {
margin-right: 20px;
}
.boxed-recipes .recipe-single {
width: 47%;
}
.wrapper-slider-nav {
height: 61px;
margin-top: -61px;
}
.slider-recipe-detail .recipe-specs li .count {
font-size: 20px;
}
.slider-recipe-detail .recipe-specs li .count span {
font-size: 19px;
}
.recipe-specs-2 li {
font-size: 14px;
min-width: 123px;
}
.listing .meta-listing {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.listing .meta-listing .post-meta {
margin-bottom: 10px;
}
.listing .meta-listing .rating-box {
text-align: left;
}
.listing-grid .listing {
width: 50%;
}
.listing-list .listing .additional-list-box .inner-items {
max-height: 162px;
}
.listing-list .listing .additional-list-box.ingre-box .inner-items {
max-height: 130px;
}
.listing-list .listing .image .extra-view {
font-size: 12px;
}
.listing-list .listing .image .extra-view i {
font-size: 16px;
margin-right: 2px;
}
.listing-list .listing .image .extra-view .text {
height: 19px;
}
.listing-list .listing .image .extra-view:hover .text {
width: 85px;
}
.col-size,
.split-images-inner {
height: 304px;
}
.container-hot-recipes .icon-container {
width: 18px;
}
.container-hot-recipes .post-meta.recipe {
margin-bottom: 10px;
}
.recipe-box p {
line-height: 21px;
}
.intro h3 {
line-height: 26px;
}
.homo-4-col .video-post {
height: 149px;
}
}
@media (max-width: 1199px) {
.small-user-nav {
display: block;
height: 48px;
padding: 7px
background-color: #0c1923;
color: #cccccc;
position: relative;
}
}
@media (min-width: 768px) {
.hot-recipes-var1 .row > div:nth-child(4n) {
clear: left;
}
}
@media (max-width: 991px) {
.logo-wrapper {
margin-top: 0px;
text-align: center;
}
.wrapper-links {
text-align: center !important;
}
.banner-header {
margin-top: 30px;
}
.header-main {
text-align: center;
clear: both;
height:160px;
}
.header-main .outer-nav {
text-align: center;
}
.mean-container .mean-bar {
padding-bottom: 0;
}
.main-menu li {
margin-left: 0;
}
.main-menu .submit-recipe {
padding: 0;
line-height: normal;
height: auto;
}
.custom-arrows {
display: none;
}
.submit-recipe {
height: auto;
}
.slider-box {
display: block;
}
.slider-box .slider-left,
.slider-box .slider-right {
width: 100%;
height: auto;
}
.slider-right .slide-detail {
height: auto;
}
.fluid-search-slider {
background: -webkit-linear-gradient(top, #5eaa2e 66px, #6ebe3b 50%);
background: -o-linear-gradient(top, #5eaa2e 66px, #6ebe3b 50%);
background: linear-gradient(to bottom, #5eaa2e 66px, #6ebe3b 50%);
}
.search-option span {
display: none;
}
.search-box {
margin-right: 0;
padding-right: 20px;
}
.search-box:after {
display: none;
}
form.search-box-home .slider-search-left,
.search-form .slider-search-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
form.search-box-home input,
.search-form input {
width: 100%;
}
.search-bar .search-form {
width: 100%;
}
.search-bar .search-form label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.search-bar .search-form label .screen-reader-text {
width: 10%;
line-height: 34px;
}
.search-bar .search-form label .search-field {
width: 90%;
}
.hot-row {
display: block;
}
.hot-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hot-row .col-size {
width: 100%;
height: 100%;
margin-bottom: 30px;
}
.split-images-inner {
height: auto;
}
.recipe-box .image img {
height: 100%;
}
.good-food-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.text-side,
.image-side {
width: 100%;
}
.recipe-button {
text-align: left;
margin-top: 15px;
}
.footer-variant-one .footer-inner {
padding-left: 35px;
padding-right: 35px;
}
.right-side {
padding-left: 0;
}
.news-single .news-visuals {
height: 232px;
}
.single-recipe .recipe-detail .heading-bell.boxed:before,
.single-recipe .recipe-detail .heading-bell.boxed:after {
width: 40px;
}
.graphic-box .news-visuals {
overflow: hidden;
}
.homo-4-col .col-single {
margin-bottom: 30px;
}
.homo-4-col .col2fix {
display: block;
}
.hot-recipes-var2 .intro-first .image {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.hot-recipes-var2 .intro-first .intro {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.hot-recipes-var2 .split-images-var2 .image {
width: 40%;
}
.hot-recipes-var2 .split-images-var2 .intro {
width: 60%;
}
.hot-recipes-var2 .split-images-var2 .intro .intro-inner {
padding: 20px;
}
.custom-row-food-tabs,
.custom-col-food-tabs {
display: block;
}
.recipe-of-day {
margin-bottom: 30px;
}
.banner-login-wrapper {
text-align: center;
}
.banner-login-wrapper .wrapper-links {
text-align: center;
}
.boxed-recipes .recipe-single {
width: 47%;
}
#contact-form {
padding-right: 0;
}
.wrapper-slider-nav {
height: 70px;
margin-top: -70px;
}
.shopping-list-wrap ul {
width: 290px;
}
.listing-grid .listing {
width: 50%;
}
.homo-4-col .video-post {
height: 242px;
}
.wrapper-bg-video {
display: none;
}
.header-var1 .responsive-menu {
display: block;
}
.header-var1 .nav-collapse {
display: none;
}
.widget-overlay figure img {
max-width: 100%;
width: auto;
}
.pagination {
margin-bottom: 35px;
}
.side-bar .widget_tabs_recipe_widget .tabs-nav {
padding-left: 0;
}
.side-bar .widget_tabs_recipe_widget .tabs-nav li {
font-size: 14px;
}
.side-bar .widget_tabs_recipe_widget .tabs-nav li:last-child {
margin-bottom: 10px;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content {
padding: 24px 25px;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner {
position: relative;
overflow: hidden;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner .left-side {
float: left;
position: relative;
top: auto;
left: auto;
z-index: 9;
width: auto;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner .left-side img {
max-width: 100%;
width: auto;
opacity: 1;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner:hover .left-side img {
opacity: 1;
}
.side-bar {
margin-top: 50px;
}
}
@media (max-width: 761px) {
.news-single .news-visuals {
height: 178px;
}
.single-recipe {
margin-bottom: 30px;
}
.single-recipe .recipe-detail .heading-bell.boxed:before,
.single-recipe .recipe-detail .heading-bell.boxed:after {
width: 70px;
}
.comments-form label {
width: 100%;
float: none;
}
.comments-form input[type="text"],
.comments-form input[type="email"],
.comments-form textarea {
width: 100%;
}
.comments-form input[type="submit"] {
margin-left: 0;
}
.hot-recipes-var2 .hot-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.hot-recipes-var1 .row > div:nth-child(4n) {
clear: left;
}
.recipe-of-day {
min-height: 360px;
overflow: hidden;
}
.recipe-of-day img {
width: auto;
height: auto;
}
.recipe-of-day .recipe-contents {
margin: auto;
}
.inner-advance-search {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.inner-advance-search .form-field {
margin-bottom: 20px;
width: 80%;
margin-right: 0;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.inner-advance-search button {
width: 80%;
}
.wrapper-slider-nav {
height: auto;
margin-top: 0;
}
.wrapper-recipe-heading {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wrapper-recipe-heading .heading {
width: 100%;
margin-bottom: 20px;
}
.wrapper-recipe-heading .recipe-video {
width: 100%;
}
.wrapper-recipe-heading .recipe-video .button-dark {
display: inline-block;
padding: 0 30px;
}
.recipe-detail-body .print-button {
float: none;
display: block;
margin-bottom: 30px;
}
.ingredients-checkbox {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-left: 0px;
border-right: 0px;
}
.ingredients-checkbox .ingredients {
background-position: top right;
}
.ingredients-checkbox .ingredients,
.ingredients-checkbox .nutritional {
width: 100%;
}
.steps-list .step-image {
float: none;
width: auto;
margin-right:0
}
.tags-icons .details-social-icons {
text-align: left;
}
.listing {
border: 1px solid #e4d9d1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.listing .listing-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.listing .image,
.listing .detail {
width: auto;
}
.listing .detail .chef-social-links {
text-align: left;
margin-top: 20px;
}
.listing .detail .chef-social-links li {
margin-left: 0;
margin-right: 15px;
}
.listing-list .listing .additional-list-box .inner-items {
max-height: 230px;
}
.listing-list .listing .additional-list-box.ingre-box .inner-items {
max-height: 230px;
}
.recipe-comments ul li ul {
margin-left: 0;
}
.wrapper-recipe-heading .recipe-media {
width: 100%;
text-align: left !important;
}
.wrapper-recipe-heading .recipe-media a {
display: inline-block;
}
.wrapper-recipe-heading .recipe-media .watch-video {
padding: 0 20px;
}
.listing-grid .listing {
width: 100%;
}
.listing-grid .listing .meta-listing .rating-box {
text-align: center;
}
.recipe-of-day .recipe-contents-outer {
position: relative;
top: 0;
left: 0;
}
.recipe-of-day .recipe-contents {
max-width: 100%;
width: 100%;
}
.homo-4-col .video-post {
height: auto;
}
.comments-list li .gravatar {
margin-bottom: 20px;
float: none;
}
.comments-list li ul {
margin-left: 0;
}
}
@media (max-width: 600px) {
.recipe-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 50px;
width: 100%;
}
.recipe-box .intro {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.recipe-box .intro,
.recipe-box .image {
width: 100%;
}
.hot-row .col-size {
margin-bottom: 0;
}
.hot-row .full-image {
margin-bottom: 50px;
}
.search-bar .search-form label .screen-reader-text {
width: 20%;
}
.search-bar .search-form label .search-field {
width: 80%;
}
.container-tags ul {
display: block;
float: none;
padding-top: 20px;
}
.container-tags ul li {
margin-left: 0;
margin-right: 30px;
margin-bottom: 20px;
}
.news-single .news-visuals {
height: 146px;
}
.wrapper-chef-team {
margin-left: auto;
}
.chef-team > li {
width: 75%;
margin-left: auto;
margin-right: auto;
}
.chef-team .chef-detail {
width: 100%;
}
.chef-team > li {
float: none;
}
.chef-team > li .chef-detail {
right: auto;
left: 0 !important;
}
.chef-team > li .chef-detail:before {
display: none;
}
.chef-team > li:hover .chef-detail {
right: auto;
left: 0;
}
.social-icons-chef {
float: none;
}
.social-icons-chef li {
display: inline-block;
}
.slider-recipe-detail {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.slider-recipe-detail .wrapper-slider-detail,
.slider-recipe-detail .recipe-specs {
width: 100%;
}
.slider-recipe-detail .recipe-specs {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.slider-recipe-detail .recipe-specs li {
padding: 10px 0;
min-width: 100px;
border: 1px solid #e4d9d1;
margin-left: -1px;
margin-top: -1px;
}
.listing .meta-listing {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.listing .meta-listing .post-meta {
margin-bottom: 10px;
}
.listing .meta-listing .rating-box {
text-align: left;
}
.chef-team > li:hover .chef-detail {
width: auto;
}
.error-404 .title-404 {
font-size: 100px;
}
.error-404 .title-404 .zero {
font-size: 18px;
}
.error-404 p {
font-size: 14px;
line-height: 20px;
}
.error-404 .home-url {
font-size: 18px;
}
}
@media (max-width: 500px) {
.recipe-banner {
padding-left: 25px;
}
.recipe-banner img {
position: relative;
left: 0;
margin-bottom: 25px;
max-width: 100%;
}
.news-single {
width: 100%;
}
.news-single .news-visuals {
height: auto;
}
.custom-col-xxs {
width: 100%;
}
.post-author {
display: block;
}
.post-author .avatar {
margin-bottom: 20px;
}
.post-author .avatar,
.post-author .detail {
width: auto;
}
.post-author .detail .social-icons {
float: none;
}
.comments-list li .comment-inner {
display: block;
}
.comments-list li .comment-inner .gravator {
width: auto;
margin-bottom: 20px;
}
.comments-list li .comment-inner .detail {
width: auto;
}
.comments-list li ul {
margin-left: 0;
}
.boxed-recipes {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.boxed-recipes .recipe-single {
margin: 1em 0;
display: table;
width: 100%;
position: relative;
}
.boxed-recipes .outer-detail {
background: #ffffff;
padding: 10px;
display: table-cell;
vertical-align: middle;
padding-left: 5%;
overflow: hidden;
}
.recipe-comments .avatar {
float: none;
}
.our-chefs .chef-single {
width: 100%;
}
.our-chefs .chef-single:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.side-bar .widget_tabs_recipe_widget .tabs-nav {
padding-left: 0;
}
.side-bar .widget_tabs_recipe_widget .tabs-nav li {
font-size: 12px;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content {
padding: 24px 25px;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner {
position: relative;
overflow: hidden;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner .left-side {
float: left;
position: relative;
top: auto;
left: auto;
z-index: 9;
width: auto;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner .left-side img {
max-width: 100%;
width: auto;
opacity: 1;
}
.side-bar .widget_tabs_recipe_widget .tabs-container .tab-content .content-inner:hover .left-side img {
opacity: 1;
}
}
@media (max-width: 400px) {
.mean-container .mean-nav {
margin-top: 46px;
}
.small-user-nav {
float: none;
clear: both;
width: 100%;
padding: 7px
}
.chef-single,
.news-single {
width: 100%;
}
.post-single .prev-next-links li {
font-size: 11px;
vertical-align: top;
}
.chef-team > li {
width: 100%;
}
.chefs-card h2 {
font-size: 22px;
}
.error-404 .title-404 {
font-size: 24px;
}
.error-404 .title-404 .zero {
vertical-align: top;
display: inline;
padding: 0 2px;
}
.search-bar .search-form label .screen-reader-text {
width: 30%;
}
.search-bar .search-form label .search-field {
width: 70%;
}
}  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .recipe-search .category-list ul li {
padding-top: 5px;
padding-bottom: 5px;
}
.recipe-search .category-list ul li a {
-webkit-transition: 0;
-o-transition: 0;
transition: 0;
}
.search-carousel a {
-webkit-transition: 0;
-o-transition: 0;
transition: 0;
}
.all-chefs .head-chef .right-side .expertise li a {
-webkit-transition: 0;
-o-transition: 0;
transition: 0;
}
.latest-news-widget li .detail {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.listing-grid .listing .detail .meta-listing .post-meta,
.listing-grid .listing .detail .meta-listing .rating-box {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
}  @media print {
.logged-in-user,
.wrapper-links,
.banner-login-wrapper,
.buttons-steps,
.top-nav,
.banner,
.slider-video-button,
.advance-search,
aside,
.wrapper-slider-nav,
.recipe-media,
.tags-icons,
.separator-post,
.related-recipes,
.chef-social-links,
.comment-form,
.footer,
.wrapper-links,
.recipe-submit-banner,
.shopping-list-wrap,
.outer-nav,
.banner,
.read-more-angle,
.sticky-header-wrap,
.banner-blog {
display: none !important;
}
.header {
margin: 0;
}
.header .logo-wrapper {
margin: 0;
}
.header .logo-wrapper .site-title {
margin: 0 0 10px;
font-size: 22px;
}
.recipes-home-body.inner-page {
margin-top: 5px;
}
.recipes-home-body.inner-page .recipe-set {
margin-top: 20px;
}
.recipes-home-body.inner-page .recipe-set .single-recipe-detail {
overflow: hidden;
}
.recipes-home-body.inner-page .recipe-set .single-recipe-detail .single-recipe-title {
font-size: 16px;
float: left;
}
.recipes-home-body.inner-page .recipe-set .single-recipe-detail .rating-box {
float: right;
}
.recipes-home-body.inner-page .ingredients-checkbox {
margin-bottom: 0;
}
.recipes-home-body.inner-page .ingredients-checkbox .ingredients .ingre-tabs {
display: none;
}
.recipes-home-body.inner-page .ingredients-checkbox .ingredients .print-only-titles {
display: block;
}
.recipes-home-body.inner-page .ingredients-checkbox .ingredients .ingre-lists > div {
display: block !important;
width: 48%;
padding: 0 1%;
float: left;
margin-bottom: 20px;
}
.recipes-home-body.inner-page .ingredients-checkbox .ingredients .shop-list-add {
display: none;
}
.recipes-home-body.inner-page .ingredients-checkbox h3 {
margin-bottom: 5px;
}
.recipes-home-body.inner-page .ingredients-checkbox .nutrition-detail {
display: inline-block;
border: none;
}
.recipes-home-body.inner-page .ingredients-checkbox .nutrition-detail div {
display: inline-block;
margin-right: 15px;
}
a[href]:after {
content: none !important;
}
.recipes-home-body.inner-page {
padding-top: 0;
}
.recipe-detail-body {
margin-bottom: 0;
padding: 0;
}
.recipe-detail-body .print-button {
display: none;
}
.single-recipe-detail {
margin: 0;
}
.single-recipe-detail .slider-recipe-detail {
display: block !important;
}
.single-recipe-detail .slider-recipe-detail .slides {
width: 100% !important;
}
.single-recipe-detail .slider-recipe-detail li {
display: block;
max-width: 45% !important;
float: left;
margin: 0 15px 15px 0;
position: relative !important;
}
.single-recipe-detail .slider-recipe-detail .recipe-specs {
display: block;
float: left;
width: auto !important;
}
.single-recipe-detail .slider-recipe-detail .recipe-specs li {
display: inline-block;
margin-right: 15px;
border: none;
}
.single-recipe-detail .slider-recipe-detail .recipe-specs li span {
font-size: 14px;
}
.single-recipe-detail .slider-recipe-detail .recipe-specs li span.text {
margin-left: 6px;
}
.about-chef .listing {
border: none;
}
.about-chef .listing .detail {
border: none;
padding: 0;
}
.ingredients-checkbox {
border: none;
}
.ingredients-checkbox .ingredients {
padding: 0;
}
.ingredients-checkbox .ingredients ul li {
margin: 0;
padding: 0;
}
.ingredients-checkbox .ingredients ul li input {
display: none;
}
.ingredients-checkbox .nutritional {
padding: 0;
}
.recipe-steps {
page-break-inside: avoid;
}
.recipe-steps .accordion > dd {
display: block !important;
}
.tips-variations {
page-break-inside: avoid;
margin-bottom: 0;
padding: 0;
border: none;
}
.listing .image {
display: none;
}
.recipe-comments {
page-break-inside: avoid;
}
.recipe-detail-body .rating-box {
display: none;
}
.steps-detail .single-detail {
border-bottom: 1px solid #c9d6bf;
}
.recipe-specs-2 {
display: block;
}
.recipe-specs-2 li {
display: inline-block;
padding: 0 20px 0 0;
border-right: 1px solid #888888;
border-bottom: none;
margin: 10px 20px 20px 0;
min-width: auto;
}
.recipe-steps .accordion dt {
border: none;
padding: 0;
}
.recipe-steps .accordion dt .arrow {
display: none;
}
.recipe-steps .accordion dd {
display: block;
padding: 0;
margin: 0 0 15px;
}
}
.sfsiplus_norm_row {margin-left:30px}
.nutrition-detail{padding: 0 25px}
.save::before {
content: "\1F4BE";
}
.print:before {
content: "\1F5A8";
}
.angle-double-right:before {
content: "\00BB";
}
.calendar-alt:before {
content: "\1F4C5";
}
.angle-double-right:before {
content: "\00bb";
}
.search:before{
content: "\1F50D";
}
.grids:before{
content: "\229F";
font-weight: bold;
}
.bars:before{
content: "\229E";
font-weight: bold;
}
.close:before{
content: "X";
}
.list-alt:before{
content: "\2B12";
font-size: 22px;
}
.nutritionix:before{
content: "\2696";
font-size: 22px;
}
.fa-angle-left:before{
content: "«";
}
.fa-angle-right:before{
content: "»";
}
.user:before{
content: "\1F464";
}
.angle-down:before{
content: "\2A54";
}
.advance-search .selectric .button:before{
content: "\21C5";
}
.wrapper-detail-contents label span {font-size: 15px}
.recipe-specs .text {font-size: 15px}
#after-submit-wrap {
display: none;
}
header{background-color:white}
.nav-collapse ul li{margin-left:20px}
.listing-list .listing .additional-list-box.ingre-box .inner-items {max-height: 230px; margin:10px}
.listing-list .listing .additional-list-box .inner-items {max-height: 230px}
.save-recipe-cat-dropdown ul {max-height: 150px}
div a {color: #25537E;font-weight: 700}
.side-bar .widget li {word-break: break-word}
.recipe-detail-body p, .recipe-detail-body aside {color: #514b49}
@media (min-width: 762px){.steps-list .step-image {width: 50%}}
.recipe-detail-body .rating-box .icon-container {width: 28px}
.recipe-detail-body .rating-box {padding:0 10px 30px 0}
.recipe-set .rating-box .rate-body {left: 0px}
.ingredients-checkbox .nutritional {background: url(//2d-recept.com/wp-content/themes/inspiry-recipe-press/images/bg-nutritional.png) no-repeat right top #f6f2}
@media (max-width: 761px){.attachment-large-div {max-width: 100%; height: auto; margin:0}.step-recipe {margin-left:10px}}
.head-chef a {color: white}
.recipe-set h1 {font-size: 20px}
.error-404 .title-404 {font-size: 35px}
.error-404 .title-404 .zero {font-size: 25px}
.side-bar {padding-left: 15px;padding-right: 15px}
.tagcloud{padding: 0 20px}
.single-recipe-title{padding-left:10px}
.wrapper-detail-contents h3.lined,.comment-reply-title{padding-left:10px}
.about-chef{padding:10px}
div .comment-form #submit{font-weight:700}
@media(max-width: 991px){.fa-vk{height:48px;width:48px}.fa-pinterest-p{height:48px;width:48px}.fa-yandex{height:48px;width:48px}.fa-pinterest{height:48px;width:48px}.fa-yandex-international{height:48px;width:48px}}
.detail .nm{font-size:20px;margin-left:10px;padding:10px 15px;}
.widget_recent_posts_widget p {margin-left:0}
.side-bar .detail span {font-size: 14px}
@media (max-width: 1200px){.attachment-large-div {max-width: 100%; height: auto; margin:0}}
.right-box{margin:15px}
.left-box{margin:15px}
nav .menu li{display: block;}
.address span {padding:10px}
aside {margin: 32px 0}
.recipe-steps {margin-bottom:52px}
.meta-listing {margin-left:10px}
@media (min-width: 1201px){.attachment-large-div {max-width: 80%; height: auto; margin:0}}
#breadcrumbs{padding-left:10px}
.breadcrumbs_last{display:inline-block;margin:10px 5px 10px 10px}
header .recipe-detail-body {margin:0}
.fn{font-weight:700}
div.widget_measurements_widget{font-size:15px}
div.widget_measurements_widget ul {padding-left:0;margin-bottom:0;list-style: none}
div.widget_measurements_widget ul li {display: block;position: relative;padding-top: 9px;padding-bottom: 9px;border-bottom: 1px solid #ebe8e6;margin-bottom: 0 !important}
div.widget_measurements_widget ul li span {margin-right: 6px}
.description{padding: 10px 20px;margin: 0 0 20px;font-size:15px;border-left: 5px solid #eeeeee;line-height:26px}
.step-recipe{font-weight:700;font-size:20px}
a.swipebox{min-height:48px}
td li{display: inline-block}
.ingre-tabs a{color:#000000;font-weight:400}
.ingre-tabs a:hover{color:#ffffff}
.ingre-tabs li.active a{color:#ffffff}
.banner .page-title {
font-family: 'Arial', sans-serif;
font-weight: 900;
font-size: 16px;
font-style: normal;
text-transform: uppercase;
border: 1px solid #e4d9d1;
margin: 0;
padding: 20px 40px;
}
.tooltip-container {
position: relative; display: inline-block;
cursor: pointer;
border-bottom: 1px dotted gray; }
.tooltip-container::after {
content: attr(data-tooltip);
position: absolute;
bottom: 125%;
left: 50%;
transform-origin: center;
background-color: #333;
color: white;
padding: 8px 12px;
border-radius: 5px;
white-space: normal;
max-width: 80vw;
min-width: 120px;
z-index: 1000;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s; white-space: normal; max-width: 80vw; min-width: 100px; z-index: 1000;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s;
} @media (max-width: 480px) {
.tooltip-container::after {  }
}
.tooltip-container:hover::after {
opacity: 1; visibility: visible;
}
.tooltip-container::before {
content: '';
position: absolute;
bottom: 100%; left: 50%;
transform: translateX(-50%);
border-width: 5px;
border-style: solid;
border-color: transparent transparent #333 transparent; opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
}
.tooltip-container:hover::before {
opacity: 1;
visibility: visible;
}