/*
Theme Name: Vayne Pro
Theme URI: https://wp-royal.com/themes/item-vayne-pro/
Author: Royal Flush
Author URI: http://wp-royal.com/
Description: Clean and Minimalist WordPress theme.
Version: 1.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: vayne-pro
Tags: blog, e-commerce, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
1.0 Normalize
2.0 General Styles & Classes
3.0 Top Bar
4.0 Page Header
5.0 Main Navigation
6.0 Featured Slider
7.0 Featured Links
8.0 Blog Grid
9.0 Post Formats
10.0 Blog Pagination
11.0 Blog Single
12.0 Comments
13.0 Default Gallery
14.0 Widgets
15.0 Page Footer
16.0 Typography
17.0 Pages
18.0 Preloader
19.0 Supported Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#infscr-loading {
  text-align: center;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  height: 1px;
  margin: 20px 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  display: block;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

p,
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Custom - Theme Specific */
body {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
}

img,
iframe,
embed {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select {
  outline: 0;
  -webkit-border-radius: 0 !important;
}

textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=search] {   
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: normal;
  clear: both;
}

/* Transition */
#main-menu > li,
#main-menu li a,
.blog-pagination a,
.tagcloud a,
.social-icons a,
.scrolltop {
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.header-icons .cv-inner > div > span,
.header-tooltip,
.header-icons .cv-inner > div {
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.post-title a,
.featured-link h6 a,
.post-format-btn,
.post-info {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.featured-link img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}


/*--------------------------------------------------------------
2.0 General Styles & Classes
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  outline: 0 !important;
}

.clear-fix:before,
.clear-fix:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear-fix:after {
  clear: both;
}

.cv-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90; 
}

.cv-outer {
  display: table;
  width: 100%;
  height: 100%;
}

.cv-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.boxed-wrapper {
  margin: 0 auto;
}

.main-content {
  padding-top: 40px;
  padding-bottom: 92px;
}

/* Wordpress Default Class */
.sticky {
  padding: 40px;
}

.sticky .related-posts {
  border: none;
  padding-bottom: 0;
}

.bypostauthor {

}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0,0 0, 0 0);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignnone {
  margin: 5px 20px 10px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 10px auto;
  clear: both;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

a img.alignnone {
  margin: 5px 20px 10px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  overflow: hidden;
}

.wp-caption-text {
  padding: 10px;
  text-align: center;
}

.center-text {
  text-align: center;
}


/* Default Styles */
hr {
  border: 0;
  height: 1px;
  margin: 30px 0;
}

strong {
  font-weight: bold;
}

em,
cite,
address {
  font-style: italic;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 85%;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6 {
  margin-bottom: 12px;
}

p {
  margin-bottom: 15px;
}

blockquote {
  font-style: italic;
  line-height: 1.618;
  border-left-width: 3px;
  border-left-style: solid;
  padding-left: 15px;
  margin-left: 0;
  margin-right: 0;
}

blockquote p {
  opacity: 0.65;
}

.post-content ul,
.woocommerce-product-details__short-description ul,
.woocommerce-Tabs-panel--description ul {
  padding-left: 20px;
  margin-bottom: 15px;
  list-style: disc;
}

.post-content ol,
.woocommerce-product-details__short-description ol,
.woocommerce-Tabs-panel--description ol {
  padding-left: 20px;
  margin-bottom: 15px;
  list-style: decimal;
}

table {
  margin-bottom: 15px;
}

table th {
  font-weight: bold;
}

table tr,
table th,
table td {
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  text-align: left;
}

dl dt {
  font-weight: bold;
}

abbr[title] {
  border-width: 1px;
  border-style: dotted;
  cursor: help;
}

big {
  font-size: 125%;
}

pre {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  white-space: pre-wrap; 
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.post-password-form input[name="post_password"] {
  width: 100%;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
}

.post-password-form input[type="submit"] {
  padding: 10px;
  font-weight: bold;
  border: none;
  margin-top: 15px;
  cursor: pointer;
}


/*--------------------------------------------------------------
5.0 Main Navigation
--------------------------------------------------------------*/

.header-alt-sidebar,
.header-search-icon {
  -webkit-user-select: none;
  user-select: none;
}

/* 5.1 Logo & Tagline */
.header-logo {
  display: table;
  position: absolute;
  top: 0;
  height: 100%;
}

.header-logo .site-description {
  line-height: 1;
  margin-bottom: 0;
}

.header-logo a {
  line-height: 1;
  display: block;
  overflow: hidden;
}


/* 5.1 Menu */
#main-nav {
  position: relative;
  z-index: 1100 !important;
}

#main-nav > div {
  position: relative;
}


#main-menu {
  width: auto;
}

#main-menu li {
  position: relative;
  z-index: 1110;
}

#main-menu > li {
  display: inline-block;
  list-style: none;
}

#main-menu li a {
  display: block;
  position: relative;
  line-height: 2;
  padding: 10px 15px;
  z-index: 1200;
}

#main-menu li a:first-child {
  margin-left: 0;
}

#main-menu > li > a {
  display: block;
  text-decoration: none;
}

#main-menu ul ul {
  top: 0;
  left: 100%;
}

#main-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 1100;   
  width: 210px;
  text-align: left;
  padding-top: 12px;
}

#main-menu .sub-menu > li > a {
  display: block;
  width: 100%;
  padding: 0px 15px 14px;
  margin: 0;
  line-height: 1.6;
}

#main-menu .sub-menu li:first-child > .sub-menu {
  margin-top: -12px;
}

#main-menu ul li.menu-item-has-children > a:after {
  font-family: "fontello";
  content: "\f105";
  float: right;
}

#main-nav > div {
  width: 100%;
  height: 100%;
  display: table;
}

.main-menu-container {
  display: table-cell;
  vertical-align: middle;
}

/* Mobile Menu  */
.mobile-menu-container {
  display: none;
  clear: both;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#mobile-menu {
  padding-bottom: 15px;
  overflow: hidden;
}

#mobile-menu li {
  position: relative;
  width: 100%;
  padding: 0 30px;
  text-align: center;
  line-height: 4;
}

#mobile-menu li.menu-item-has-children > a {
  display: inline-block;
  text-indent: 15px;
}

#mobile-menu li a {
  display: block;
  position: relative;
  z-index: 5;
}

#mobile-menu .sub-menu li {
  line-height: 30px !important;
}

#mobile-menu .sub-menu li .sub-menu-btn-icon {
  top: 5px !important;
}

.sub-menu-btn {
  position: absolute;
  top: 0;
  left: 0;   
  width: 100%;
  height: 50px;
  padding: 0 10px;
  text-align: left;
  z-index: 1;
}

.sub-menu-btn-icon {
  position: relative;
  top: 16px;
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  line-height: 19px;
}

#mobile-menu .sub-menu {
  display: none;
}

/* Sidebar Alt */
.header-alt-sidebar {
  cursor: pointer;
}

.sidebar-alt {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1200;
  height: 100%;
  overflow-x: hidden;
  transition: right 500ms ease-out;
  -webkit-transition: right 500ms ease-out;
  -moz-transition: right 500ms ease-out;
  -o-transition: right 500ms ease-out;
  -ms-transition: right 500ms ease-out;
}

.sidebar-alt-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.sidebar-alt-close-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.admin-bar .sidebar-alt-close-btn {
  top: 40px;
}

.sidebar-alt-close-btn span {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  cursor: pointer;
  margin-left: -9px;
}

.sidebar-alt-close-btn span:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar-alt-close-btn span:last-child {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Header Icons */
.header-icons {
  position: absolute;
  display: table;
  top: 0;
  height: 100%;
}

.header-icons .cv-inner > div {
  position: relative;
  display: inline-block;
  z-index: 1100;
}

.header-icons .cv-inner > div > span {
  position: relative;
  display: inline-block;
  padding: 15px 12px;
  font-size: 17px;
  cursor: pointer;
  z-index: 1200;
}

.header-tooltip {
  position: absolute;
  right: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  padding: 20px;
   z-index: 1100;
}

.header-social-icon .header-tooltip {
  width: 200px;
}

.header-search-icon .header-tooltip {
  width: 250px;
  padding: 0;
}

.random-post-icon .header-tooltip {
  width: 300px;
}

.header-icons .cv-inner > .mobile-menu-icon {
  display: none;
}

.mobile-menu-icon .header-tooltip {
  width: 100%;
}

.active-tooltip .header-tooltip,
.header-social-icon:hover .header-tooltip,
.random-post-icon:hover .header-tooltip {
  visibility: visible;
  opacity: 1;
}

.header-socials .social-icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 26px;
  margin-right: 8px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1300;
}

.header-socials a {
  text-align: left;
  margin-bottom: 8px;
}

.header-socials a:last-child {
  margin-bottom: 0;
}

.header-socials a span:last-child {
  text-transform: uppercase;
}

.header-social-icon a {
  display: block;
}

.random-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.random-post:last-child {
  margin-bottom: 0;
}

.random-post-media {
  float: left;
  max-width: 80px;
  width: 100%;
}

.random-post-content {
  width: calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  float: left;
  padding-left: 15px;
  -ms-text-align-last: auto;
  text-align: left;
}

.random-post-title {
  line-height: 1.4;
}

.random-post-icon h3 {
  text-align: left;
  margin-bottom: 15px;
}

.header-search-icon > span .icon-search:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-search-icon > span .svg-inline--fa,
.header-tooltip .icon-search,
.header-search-icon #searchsubmit {
  display: none;
}

#main-nav #searchform input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-color: transparent;
}

/*###*/


.header-icons .cv-inner > div > span {
  text-align: center;
  width: 38px;
  padding: 15px 0;
}

.header-search-icon .icon-search {
  font-size: 19px;
}

.header-social-icon .icon-share-1 {
  font-size: 18px;
  margin-left: -2px;
}   




/*--------------------------------------------------------------
6.0 Featured Slider
--------------------------------------------------------------*/

.slider-item {
  position: relative;
}

.slider-item-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-info {
  padding: 25px 0;
}

.slider-info > div {
  position: relative;
}

.slider-header {
  float: left;
  max-width: 650px;
}

.slider-categories {
  font-size: 12px;
  text-transform: uppercase;
}

.slider-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.slider-author img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 3px;
}

.slider-author a {
  display: inline-block;
  vertical-align: top;
}

.slider-meta {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.slider-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.slider-btn a {
  text-align: center;
  width: 115px;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}

.slider-btn a i {
  display: block;
  font-size: 40px;
  margin: 0 auto 5px;
}

.slider-video-wrap {
  background: #000000;
}

.slider-video-inner {
  padding: 30px;
}

#featured-slider .slick-arrow {
  display: block;
  position: absolute;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 1001;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

#featured-slider .prev-arrow {
  left: 5%;
}

#featured-slider .next-arrow {
  right: 5%;
}

.post-slider {
  display: none;
  z-index: 300;
}

.post-slider.slick-initialized {
  display: block;
}

.post-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 1001;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  cursor: pointer;
}

.post-slider .prev-arrow {
  left: 4%;
}

.post-slider .next-arrow {
  right: 4%;
}

.slider-dots {
  display: block;
  position: absolute;
  left: 0;
  bottom: 13px;
  z-index: 1000;
  width: 100%;
  height: 18px;
  list-style: none;
  text-align: center;
}

.slider-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 11px;
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots li:last-child {
  margin-right: 0;
}

.slider-image-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


/*--------------------------------------------------------------
7.0 Featured Links
--------------------------------------------------------------*/

#featured-links {
  padding-top: 35px;
  padding-bottom: 15px;
}

#featured-links .boxed-wrapper {
  font-size: 0;
  text-align: center;
}

#featured-links .featured-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.featured-link h6 {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  padding-top: 10px;
  overflow: hidden;
}

.featured-link h6 a {
  display: inline-block;
  width: 70%;
}

#featured-links h4,
.blog-grid-title {
  margin-bottom: 25px;
  line-height: 1.4;
  text-transform: uppercase;
}

.featured-link img:hover {
   transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}


/*--------------------------------------------------------------
8.0 Blog Grid
--------------------------------------------------------------*/

.main-container {
  margin: 0 auto;
  overflow: hidden;
}

.sidebar-left {
  float: left;
}

.sidebar-right {
  float: right;
}

.post-media {
  position: relative;
  margin-bottom: 16px;
}
 
.page .post-media {
  margin-bottom: 23px;
}

.post-media > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: background-color 0.3s ease 0s;
  -webkit-transition: background-color 0.3s ease 0s;
}

.post-header {
  text-align: center;
  margin-bottom: 17px;
  overflow: hidden;
}

.blog-classic-style .post-footer,
.blog-grid-style .post-footer {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}


.blog-classic-style .post-header {
  margin-bottom: 15px;
}

.blog-classic-style .post-categories,
.single .post-categories {
  margin-bottom: 5px;

}
.post-categories a {
  text-transform: uppercase;
}

.blog-classic-style .post-title,
.single .post-title,
.page-title {
  margin-bottom: 10px;
}

.blog-grid-style .post-title {
  margin-bottom: 10px;
}

.post-title em,
.page-title em {
  font-weight: 600;
}

.post-meta {
  line-height: 2.2;
}

.post-meta span.meta-sep:last-child {
  display: none;
}

.meta-sep {
  display: none;
}

.slider-author + span.meta-sep {
  display: inline;
}

.post-date + span.meta-sep,
.post-author + span.meta-sep {
  display: inline;
}

.post-content {
  overflow: hidden;
}

.post-content p {
  text-align: justify;
  overflow: hidden;
}

.post-content p:last-of-type {
  margin-bottom: 0;
}

.read-more {
  margin: 18px 0 34px;
}

.read-more a {
  display: inline-block;
  padding: 0 23px;
  border: 1px solid;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.post-footer {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 10px;
  line-height: 30px;
  clear: both;
}

.post-author {
  float: left;
}

.post-author a img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
}

.post-share {
  float: right;
  line-height: 1;
}

.post-share a {
  margin-right: 10px;
  line-height: 30px !important;
}

.post-share a:last-child {
  margin-right: 0;
}

.slider-item {
  display: none;
}

.post-footer .vayne-post-like span {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 11px;
  font-weight: bold;
}

.post-footer .vayne-post-like i {
  font-size: 19px;
  margin-right: 4px;
  margin-left: 7px;
}

.post-footer .vayne-post-like  {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}


#featured-slider .slider-item:first-child {
  display: block;
}

#featured-slider.slick-initialized .slider-item {
  display: block;
}

.no-result-found {
  text-align: center;
  margin: 50px auto 100px;
}

.no-result-found h1 {
  margin-bottom: 15px;
}

.no-result-found .widget_search {
  max-width: 480px;
  margin: 30px auto 0px;
}

/* List layout  */
.blog-grid {
   padding-left: 0 !important; 
   list-style: none !important; 
}

.blog-list-style {
  margin-right: 0;
}

.blog-list-style .post-header {
  margin-bottom: 10px;
  text-align: left;
}

.blog-list-style .post-share {
  float: none;
}

.blog-list-style .post-author {
  float: none;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.blog-list-style .post-media {
  margin-bottom: 0;
}

.blog-list-style .post-categories {
  margin-top: -6px;
  margin-bottom: 5px;
}

.blog-list-style .post-title {
  margin-bottom: 3px;
}

.blog-list-style .related-posts {
  margin-top: 40px;
  padding-bottom: 0;
  border-bottom: 0;
}

/* Categoty Description */
.category-description {
  margin-bottom: 35px;
  text-align: center;
  overflow-wrap: break-word;
  overflow: hidden;
}

.category-description h3 {
  margin-top: 5px;
  margin-bottom: 11px;
}

.category-description p {
  display: inline-block;
  max-width: 630px;
}


/*--------------------------------------------------------------
9.0 Post Formats
--------------------------------------------------------------*/
.post-media img,
.post-media iframe, 
.post-media embed {
  margin: 0 auto;
}

/* 9.1 Post Format Icons */
.post-format-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}

#featured-slider .post-format-btn {
  height: 80px;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  font-size: 20px;
  padding: 25px 0 0 5px;
}

.post-media .post-format-btn {
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
  font-size: 14px;
  line-height: 46px;
}

.post-media > a:hover .post-format-btn {
  opacity: 0;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
}

.format-video .post-media .post-format-btn {
  padding-left: 2px;
}

.post-info {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 10px;
  z-index: 400;
}

.post-media img {
  width: auto;
}

.post-media img + .entry-audio {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px;
}

.entry-audio > iframe {
  display: block;
}

.format-link .post-media .cv-container,
.format-quote .post-media .cv-container {
  display: none;
}

.format-link .post-media img + .cv-container,
.format-quote .post-media img + .cv-container {
  display: block;
}

.post-media .image-overlay {
  padding: 20px 18px;
}

.post-media .image-overlay p,
.post-media .image-overlay a {
  line-height: 1.6;
  font-weight: 600;
}

.post-media .image-overlay span {
  text-align: right;
  font-style: italic;
}

.single .post-media .image-overlay span {
  text-align: center;
}

.single .post-footer {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.post-slide {
  position: relative;
}

.stacked-slide {
  margin-bottom: 15px;
}

.slide-caption {
  border: 0;
  margin: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  opacity: 0;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s; 
}

.post-slide:hover .slide-caption {
  opacity: 1;
  bottom: 10px;
  -webkit-transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s; 
  transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
}

.blog-post .slide-caption {
  display: none;
}


/*--------------------------------------------------------------
10.0 Blog Pagination
--------------------------------------------------------------*/

.blog-pagination {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
}

/* Default */
.blog-pagination.default .previous-page {
  float: left;
}

.blog-pagination.default .next-page {
  float: right;
}

/* Numeric */
.blog-pagination.numeric,
.blog-pagination.load-more {
  margin-top: 40px;
}

.blog-pagination.numeric a,
.blog-pagination.numeric span {
  display: inline-block;
  padding: 13px 15px;
  line-height: 1;
  margin: 0 2px;
  min-width: 39px;
  min-height: 41px;
}

.blog-pagination.numeric .numeric-prev-page {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog-pagination.numeric .numeric-next-page {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* Load More / Infinite Scroll */
.blog-pagination.load-more a {
  display: inline-block;
  padding: 13px 15px;
  text-transform: uppercase;
  line-height: 1;
}

.blog-pagination.infinite a {
  display: none;
}

#infscr-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1300;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  list-style-position: inside;
}

#infscr-loading img {
  display: none;
}

.infscr-loading-disabled #infscr-loading {
  display: none !important;
}


/*--------------------------------------------------------------
11.0 Blog Single
--------------------------------------------------------------*/

/* Tags */
.post-tags {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.post-tags a {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 6px 12px;
  margin-right: 5px;
  margin-bottom: 6px;
  border-width: 1px;
  border-style: solid;
}

/* Single Title */
.author-description h3,
.related-posts h3,
#reply-title,
#reply-title a,
.comment-title h2,
.comment-title,
.category-description h3 {
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

#reply-title,
#respond,
.related-posts,
.comments-area {
  margin-top: 43px;
}

/* Navigation */
.single-navigation {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 20px 0 22px;
  overflow: hidden;
}

.single-navigation .previous-post {
  float: left;
  width: 50%;
}

.single-navigation .next-post {
  float: right;
  width: 50%;
}

.next-post > a {
  float: right;
  width: 80px;
  margin-left: 20px;
}

.previous-post > a {
  float: left;
  width: 80px;
  margin-right: 20px;
}

.single-navigation span {
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.single-navigation > div h5 {
  line-height: 1.4;
}

.single-navigation .previous-post > div,
.single-navigation .next-post > div {
  position: relative;
  height: 80px;
  top: 0;
  display: table;
}

.single-navigation .previous-post > div {
  float: left;
  text-align:left;
  width: calc(100% - 100px);
}

.single-navigation .next-post > div {
  float: right;
  text-align:right;
  width: calc(100% - 100px);
}

.single-navigation .previous-post > div .cv-inner {
  text-align: left;
}

.single-navigation .next-post > div .cv-inner {
  text-align: right;
}

/* Post Pagination */
.single-pagination {
  padding: 20px;
  text-align: center;
}

/* Post Author */
.author-description {
  overflow: hidden;
  padding: 50px 0 49px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
  overflow-wrap: break-word;
}

.author-avatar img {
  width: 80px;
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

.author .author-description {
  border: none;
  padding-top: 30px;
}

.author .author-avatar img {
  width: 95px;
}

.author-description h3 {
  margin-top: 5px;
  margin-bottom: 11px;
}

.author-share a {
  margin-right: 10px;
}

.author-share a:last-child {
  margin: 0;
}

.author-description p {
  display: inline-block;
  max-width: 630px;
  margin-bottom: 10px;
}

/* Related Post */
.related-posts {
  padding-bottom: 34px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.related-posts h3 {
  margin-bottom: 27px;
}

.related-posts h5 {
  margin-top: 8px;
  line-height: 1.3;
}

.related-posts section {
  float: left;
  width: calc((100% - (2 * 35px)) / 3 - 1px);
  width: -webkit-calc((100% - (2 * 35px)) / 3 - 1px);
}

.related-posts section {
  margin-right: 35px;  
}

.related-posts section:last-of-type {
  margin-right: 0 !important;
}

.related-post-date {
  display: block;
  line-height: 2;
}


/*--------------------------------------------------------------
12.0 Comments
--------------------------------------------------------------*/

#reply-title,
#reply-title a,
.comment-title h2,
.comment-title {
  margin-bottom: 44px;
}

.comments-area .children {
  margin-left: 30px;
}

.entry-comments {
  overflow: hidden;
  padding-bottom: 37px;
  margin-bottom: 41px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.commentslist > li:last-child .entry-comments {
  margin-bottom: 0;
}

.comment-content {
  overflow: hidden;
}

.comment-avatar {
  float: left;
  margin-right: 17px;
}

.comment-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comment-author {
  text-transform: uppercase;
  font-weight: 600;
}

.comment-date a:first-child:hover {
  text-decoration: underline;
}

.awaiting-moderation {
  font-style: italic;
}

.commentslist footer a:hover {
  text-decoration: underline;
}

.logged-in-as {
  margin-bottom: 12px;
}

.comment-meta {
  margin-bottom: 7px;
  line-height: 2.3;
  text-transform: capitalize;
}

.comment-date {
  margin-right: 10px;
}

.comment-date.comment-edit-link {
  display: inline-block;
}

.comment-reply-link {
  font-weight: 600;
  float: right;
  margin-top: -20px;
}

.comment-form {
  padding-top: 4px;
}

.comment-form label {
  display: block;
  margin-bottom: 6px;
}

.comment-notes {
  font-style: italic;
  margin-bottom: 25px;
}

.comments-area input,

.comments-area  input[type="text"],
.comments-area  input[type="email"],
.comments-area  input[type="url"],
.comments-area textarea {
  width: 100%;
  padding: 12px 15px;
  border-width: 1px;
  border-style: solid;
}

.comment-form-author,
.comment-form-email, 
.comment-form-url {
  margin-bottom: 15px;
}

.comment-form-comment {
  margin-bottom: 10px;
}

.comment-form-author,
.comment-form-email, 
.comment-form-url {
  width: calc( (100% - 44px) / 3 );
  width: -webkit-calc( (100% -44px) / 3- 1px) !important;
  float: left;
}

.comment-form-author,
.comment-form-email {
  margin-right: 22px;
}

.comments-area textarea {
  height: 250px;
}

.form-submit {
  margin-bottom: 0;
}

.comments-area #submit {
  border: none;
  width: auto;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}

.coment-form-cookies-consent {
  line-height: 2.5;
}

.comment-form-cookies-consent input {
  width: auto;
  margin-right: 5px;
}


/*--------------------------------------------------------------
13.0 Default Gallery
--------------------------------------------------------------*/

.gallery {
  overflow: hidden;
  list-style: none !important;
}

.gallery-icon img,
.gallery-icon a img {
  width: 100%;
  height: auto !important;
}

.gallery-caption,
.wp-caption-text {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  margin-right: 5px;
  margin-bottom: 5px; 
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  float: none !important;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: -webkit-calc((100% - (5px * 1)) / 2 - 1px);
  width: calc((100% - (5px * 1)) / 2 - 1px);
}

.gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - (5px * 2)) / 3 - 1px);
  width: calc((100% - (5px * 2)) / 3 - 1px);
}

.gallery-columns-4 .gallery-item {
  width: -webkit-calc((100% - (5px * 3)) / 4 - 1px);
  width: calc((100% - (5px * 3)) / 4 - 1px);
}

.gallery-columns-5 .gallery-item {
  width: -webkit-calc((100% - (5px * 4)) / 5 - 1px);
  width: calc((100% - (5px * 4)) / 5 - 1px);
}

.gallery-columns-6 .gallery-item {
  width: -webkit-calc((100% - (5px * 5)) / 6 - 1px);
  width: calc((100% - (5px * 5)) / 6 - 1px);
}

.gallery-columns-7 .gallery-item {
  width: -webkit-calc((100% - (5px * 6)) / 7 - 1px);
  width: calc((100% - (5px * 6)) / 7 - 1px);
}

.gallery-columns-8 .gallery-item {
  width: -webkit-calc((100% - (5px * 7)) / 8 - 1px);
  width: calc((100% - (5px * 7)) / 8 - 1px);
}

.gallery-columns-9 .gallery-item {
  width: -webkit-calc((100% - (5px * 8)) / 9 - 1px);
  width: calc((100% - (5px * 8)) / 9 - 1px);
}


/*--------------------------------------------------------------
14.0 Widgets
--------------------------------------------------------------*/

.vayne-widget {
  margin-bottom: 40px;
  overflow: hidden;
}

.sidebar-right .vayne-widget:last-child,
.sidebar-left .vayne-widget:last-child {
  margin-bottom: 0;
}

.vayne-widget input[type="text"],
.vayne-widget input[type="email"],
.vayne-widget input[type="url"],
.vayne-widget input[type="password"],
.vayne-widget input[type="search"],
.vayne-widget input[type="submit"],
.vayne-widget select,
.vayne-widget textarea {
  width: 100%;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
}

.widget-title h4 {
  text-align: left;
  line-height: 32px;
  line-height: 1.618;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.page-content .vayne-widget {
  border-width: 1px;
  border-style: solid;
  padding: 25px 30px 30px;
  margin-bottom: 36px;
}

.widget-post-count {
  display: inline-block;
  text-align: center;
  height: 24px;
  min-width: 24px;
  padding: 6px 0;
  font-size: 10px;
  line-height: 12px;
  vertical-align: 1px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #ffffff !important;
}

.vayne-widget > ul li span,
.vayne-widget > ul li span a {
  color: inherit;
}

.widget_recent_comments li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages > ul > li,
.widget_archive li,
.widget_categories > ul > li,
.widget_recent_entries ul li,
.widget_nav_menu ul > li a {
  line-height: 1.6;
  margin-bottom: 10px;
}

.vayne-widget ul li:last-child {
  margin-bottom: 0 !important;
}

.widget_pages .children > li a {
  display: block;
  border-top-style: dotted;
  border-top-width: 1px;
}

.widget_nav_menu li a {
  display: block;
}

.widget_rss img {
  display: inline-block;
}

/* Search */
.widget_search #searchform,
.widget_product_search .woocommerce-product-search {
  position: relative;
}

.widget_search .icon-search {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  margin-right: 7px;
}

.widget_search #searchsubmit {
  display: none;
}

.widget_product_search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px;
  width: auto !important;
  cursor: pointer;
}


/* Category */
.widget_categories ul li,
.widget_archive ul li {
  float: left;
  width: 100%;
  text-align: right;
}

.widget_categories ul li a,
.widget_archive ul li a {
  float: left;
  overflow: hidden;
}

.widget_categories .children li {
  padding-left: 10px;
  border-top-width: 1px;
  border-top-style: dotted; 
}

/* TagCloud */
.tagcloud a {
  display: inline-block;
  padding: 11px 13px;
  margin: 0 5px 7px 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

/* Calendar */
#wp-calendar {
  width: 100%;  
  border-width: 1px;
  border-style: solid;
}

#wp-calendar thead th {
  padding-bottom: 5px;
  text-align: center;
}

#wp-calendar caption {
  padding: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

#wp-calendar tbody td a {
  display: block;
}

#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
  padding: 8px 5px;
}

#wp-calendar tfoot #prev a,
#wp-calendar tfoot #next a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

#wp-calendar tfoot #next {
  text-align: right;
}

#wp-calendar thead tr th {
  padding: 8px;
  text-align: center;
  font-weight: 700;
}

#wp-calendar tbody td {
  border-width: 1px;
  border-style: solid;
  text-align: center;
}

#wp-calendar tbody td a {
  text-decoration: none;
  font-weight: bold;
}

/* Text Widget */
.widget_text p:last-of-type {
  margin-bottom: 0; 
}

/* Social Widget */
.vayne_social_widget .social-icons {
  text-align: center;
}

 .page-content .vayne_social_widget .social-icons a {
  margin-right: 7px;
  margin-bottom: 7px;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.vayne_social_widget .social-icons a:last-child {
  margin-right: 0;
}

/* Instagram Widget */
.vayne-instagram-widget {
  position: relative;
  display: none;
}

.instagram-title {
  position: absolute;
  z-index: 110;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.instagram-title h4 {
  font-weight: bold;
  line-height: 1;
  padding: 14px 17px;
  text-align: center;
  text-transform: uppercase;
}

.jr-insta-slider {
  display: block;
}

.null-instagram-feed {
  display: block;
  width: 100%;
  overflow: hidden;
}

.null-instagram-feed li a {
  display: block;
  width: 130px;
  float: left;
  opacity: 0;
  overflow: hidden; 
}

.null-instagram-feed .clear {
  display: none;
}

.vayne-widget.null-instagram-feed li a {
  width: calc( 95% / 3 - 1px );
  width: -webkit-calc( 95% / 3 - 1px );
  opacity: 1;
  margin-right: 2.5%; 
  margin-bottom:2.5%; 
}

.vayne-widget.null-instagram-feed li:nth-child(3n+0) a {
  margin-right: 0px;
}

/* Featured Posts Widget */
.rpwwt-widget ul li {
  margin-bottom: 17px !important;
  overflow: hidden;
}

.rpwwt-widget ul li img {
    margin: 0 17px 0 0 !important;
}

.rpwwt-widget ul li:last-child {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none;
}

.rpwwt-widget ul li:last-child img {
  margin-bottom: 0 !important;
}

.rpwwt-post-title {
  display: block;
  line-height: 1.5;
  margin-bottom: 4px;
}

.rpwwt-post-author,
.rpwwt-post-categories,
.rpwwt-post-date,
.rpwwt-post-comments-number {
  font-style: italic;
}

/* Facebook Widget */
.widget_fbw_id .loader,
.fb_loader {
    display: none !important;
}

/* Mailchimp & MailPoet Widgets */
.vayne-widget.widget_mc4wp_form_widget,
.vayne-widget.widget_wysija {
  width: 100%;
  padding: 28px 30px;
}

.widget_mc4wp_form_widget p,
.widget_wysija p {
  font-size: 13px;
}

.widget_mc4wp_form_widget p label,
.widget_wysija p label {
  text-align: left;
}

.mc4wp-error {
  text-align: center;
  margin-top: 10px;
}

.formError .formErrorContent {
  width: 160px;
}

.widget_mc4wp_form_widget input[type="submit"],
.widget_wysija input[type="submit"] {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 12px;
  border: none;
  cursor: pointer;
}

.widget_wysija input[name="wysija[user][firstname]"],
.widget_wysija input[name="wysija[user][lastname]"],
.widget_wysija input[name="wysija[user][email]"],
.widget_wysija select {
  margin-top: 10px; 
}

.widget_wysija_cont .updated,
.widget_wysija_cont .error,
.widget_wysija_cont .xdetailed-errors {
  padding: 9px;
}


/* Contact form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  border-style: solid;
  border-width: 1px;
  padding: 13px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"] {
 width: 60%;
}

.wpcf7 input[type="number"] {
   width: 60px;
}

.wpcf7 input[type="tel"],
.wpcf7 input[type="date"] {
  width: 170px;
}

.wpcf7 textarea {
  width: 100%;
  height: 250px;
}

.wpcf7 label input,
.wpcf7 label select,
.wpcf7 label textarea {
  margin-top: 3px;
}

.wpcf7 label,
.wpcf7-quiz-label {
  display: block;
}

.wpcf7 p {
  margin-bottom: 22px;
}

.wpcf7 [type="submit"] {
  padding: 13px;
  border: none;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

/* Author Widget */
.vayne_author_widget {
  text-align: center; 
}

.vayne_author_widget img {
  margin: 5px auto 17px auto;
}

.author-img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.vayne_author_widget h6 {
  line-height: 1;
  margin-bottom: 8px;
}

.vayne_author_widget p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
15.0 Page Footer
--------------------------------------------------------------*/

/* Widgets */
.footer-widgets {
  overflow: hidden;
  padding: 60px 0 0px;
}

.page-footer-inner {
  overflow: hidden;
}

.footer-widgets .page-footer-inner > .vayne-widget {
  float: left;
  margin-bottom: 75px;
}

.footer-socials a {
  display: inline-block;
  margin-right: 17px;
}

.footer-socials a:last-child {
  margin: 0;
}

.footer-logo a {
  display: inline-block;
  margin: 0 auto 30px;
}

.footer-copyright {
  overflow: hidden;
  padding: 25px 0;
  text-align: center;
}

.footer-menu-container,
.copyright-info,
.footer-menu-container:after,
#footer-menu {
  display: inline-block;
} 

#footer-menu > li {
  display: inline-block;
  margin-left: 5px;
}

.footer-menu-container:after {
  content: '|';
  display: block;
  float: left;
  margin-left: 1px;
  margin-top: -1px;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 17px;
  right: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}


/*--------------------------------------------------------------
17.0 Pages
--------------------------------------------------------------*/

.page-404 {
  padding: 120px 40px;
  text-align: center;
}

.page-404 h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 60px;
  letter-spacing: 4px;
}

.page-404 h2:before {
  content: '404';
  position: absolute;
  top: 50%;
  left: 50%;  
  z-index: 1;
  font-size: 110px;
  line-height: 1;
  margin-top: -4px;
  opacity: 0.15;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-404 p a {
  text-decoration: underline;
}


/*--------------------------------------------------------------
18.0 Preloader
--------------------------------------------------------------*/

.vayne-preloader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.vayne-preloader-wrap > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
19.0 Supported Plugins
--------------------------------------------------------------*/

/* Wp Recipe Maker */
.wprm-recipe-container {
  padding: 3px;
}

.wprm-recipe-container .wprm-recipe {
  padding: 20px;
  border: 0;
}

.wprm-recipe-image img {
  margin-bottom: 10px !important;
}

.wprm-recipe-print,
.wprm-jump-to-recipe-shortcode,
.wprm-print-recipe-shortcode {
  font-size: 13px;
  line-height: 1;
  padding: 10px 15px !important;
}

.wprm-recipe-print {
  display: inline-block;
  margin-bottom: 15px;
}

.wprm-recipe-buttons a {
  display: inline-block;
}
.wprm-recipe-print span {
  display: none;
}

.wprm-recipe-name,
.wprm-recipe-header {
  margin-bottom: 10px !important;
}

.wprm-recipe-details-container,
.wprm-recipe-notes-container p {
  padding: 20px;
  clear: both;
}

.wprm-recipe-details-container:first-child {
  margin-top: 30px;
}

.wprm-recipe-details-container > div {
  margin-bottom: 20px;
}

.wprm-recipe-details-container > div:last-child {
  margin-bottom: 0;
}

.wprm-recipe-details-icon svg {
  width: 12px !important;
  height: 12px !important;
  margin-top: -3px;
  margin-right: 4px;
}

.wprm-recipe-details-name {
  text-transform: uppercase;
}

.wprm-recipe-ingredients-container,
.wprm-recipe-instructions-container {
  margin-bottom: 30px !important;
}

.wprm-recipe-ingredients {
  padding-left: 0 !important;
}

.wprm-recipe-ingredient {
  padding: 5px 0;
}

.wprm-recipe-instruction {
  margin-left: 0 !important;
  margin-bottom: 15px !important;
  padding-bottom: 10px;
  border-bottom: 1px dvayned;
}