/*
Theme Name: EmptySpace
Theme URI: https://www.mitchberg.com/
Author: Jens Büchel
Author URI: https://www.jensbuechel.de/
Description: Empty Space Theme
Version: 1.00
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emptyspace
Domain Path: /languages

EmptySpace WordPress Theme, Copyright 2017
EmptySpace is distributed under the terms of the GNU GPL
*/
/*===== Variables =====*/
/* Theme Colors */
/* Media Query widths */
/* Social Media Brand Colors */
/*===== Mixins =====*/
/***** Silent Classes *****/
.site-title {
  font-size: 10px;
  line-height: 1;
}

h1 {
  font-size: 1.75em;
  /* 28px / 16px */
  line-height: 1.357;
  /* 38px */
}

h2 {
  font-size: 1.3125em;
  /* 21px / 16px */
  line-height: 1.143;
  /* 24px */
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea, .archive-header h1, .post-content, .further-reading a {
  font-size: 1.0625em;
  /* 17px / 16px */
  line-height: 1.4118;
  /* 24px */
}

.wp-caption-text,
.gallery-caption, input[type="submit"], .sticky-status span, .comment-respond label, .comment-footer span,
.comment-footer a, .menu-primary a, .post-categories,
.post-tags, .singular-attachment .attachment-caption, .woocommerce-account .woocommerce-MyAccount-navigation li a {
  font-size: 0.75em;
  /* 12px / 16px */
  line-height: 1.5;
  /* 18px */
}

.more-link, .comments-link, .tagline, .post-byline, .further-reading span {
  font-size: 0.625em;
  /* 10px / 16px */
  line-height: 1.8;
  /* 18px */
}

.more-link, .comments-link, .sticky-status span, .comment-footer span,
.comment-footer a, .tagline, .menu-primary a, .post-byline, .post-categories span,
.post-tags span, .further-reading span, .woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/*===== Basic Styles =====*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  height: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
  background: #f1edea;
  color: #545454;
  -webkit-font-smoothing: subpixel-antialiased;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.overflow-container {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  padding: 0 4.167%;
}
.overflow-container.fluid{
  padding: 0;
}

.main {
  margin: 0 auto;
}

.loop-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

p {
  margin: 1.5em 0;
}

a {
  color: #2B2B2B;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
}
a:link, a:visited {
  color: #2B2B2B;
}
a:hover, a:active, a:focus {
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #2B2B2B;
}

h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.5;
}

ul,
ol {
  font-size: 1em;
  padding: 0;
  margin: 1.5em;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin: 0 1.5em;
}

ul ul,
ol ol,
ul ol,
ol ul,
li li {
  font-size: 1em;
}

/* Markup styles */
pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  background: #EDEDED;
  border: solid 1px #DEDEDE;
  padding: 0.75em;
}

code {
  background: #EDEDED;
  padding: 0 0.375em;
}

blockquote {
  margin: 1.5em 1.5em 1.5em 0;
  padding-left: 1.5em;
  border-left: solid 3px #3a3a3a;
}
blockquote cite {
  display: block;
  text-align: right;
}

hr {
  margin: 1.5em 0;
}

/* Table styles */
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1.5em 0;
}

td,
th {
  padding: 0.75em;
  border: solid 1px #666666;
}

/* Images */
.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.aligncenter {
  text-align: center;
  margin: 1.5em auto;
  display: block;
}

.alignnone {
  margin: 1.5em 0;
}

img,
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-caption-text,
.gallery-caption {
  margin: 0 0 1.84502em;
}

/* Form styles */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea {
  width: 100%;
  font-family: "Raleway", sans-serif;
  padding: 10px 12px;
  max-width: 22.5em;
  background: #EDEDED;
  color: #545454;
  border: solid 1px #DEDEDE;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
  background: white;
}

textarea {
  max-width: 41.625em;
  overflow: auto;
  /* to hide scrollbar in IE */
}

input[type="submit"] {
  font-family: "Raleway", sans-serif;
  padding: 14px 16px;
  min-width: 100px;
  color: white;
  background: #2B2B2B;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}
input[type="submit"]:hover {
  cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background: #545454;
}

input[type="search"] {
  padding-right: 0.375em;
  /* so safari 'x' doesn't get cut off */
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* ie image border fix */
a img {
  border: none;
}

#breadcrumbs {
  text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.skip-content {
  position: absolute;
  top: -100%;
  width: 100%;
  left: 0;
  display: block;
  text-align: center;
  color: white !important;
  z-index: 99;
  padding: 1.5em;
  background: #3a3a3a;
  -webkit-transition: top 0.2s ease-in-out;
          transition: top 0.2s ease-in-out;
}
.skip-content:focus {
  top: 0;
  outline: none;
}

.admin-bar .skip-content:focus {
  top: 32px;
}

.max-width {
  max-width: 1400px;
  margin: 0 auto;
}

.max-width.fluid {
  max-width: 100%;
  margin: 0 auto;
}

.infinite-loader,
#infinite-handle {
  clear: both;
}

.error404 .search-form-container,
.search .search-form-container {
  margin: 3em auto 4.5em;
  text-align: center;
}

.more-link {
  display: inline-block;
  padding: 9px 16px;
  margin-right: 12px;
  background: #2B2B2B;
  color: white;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}
.more-link:link, .more-link:visited {
  color: white;
}
.more-link:hover, .more-link:active, .more-link:focus {
  background: #545454;
  color: white;
}

.comments-link {
  color: #2B2B2B;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
}
.comments-link i {
  margin-right: 3px;
}
.comments-link a {
  color: #2B2B2B;
}
.comments-link a:link, .comments-link a:visited {
  color: #2B2B2B;
}
.comments-link a:hover, .comments-link a:active, .comments-link a:focus {
  text-decoration: underline;
  color: #2B2B2B;
}

.post-content .more-link,
.post-content .comments-link a {
  text-decoration: none;
}

.full-post .comments-link {
  display: block;
  margin: 3em 0;
}

.blog .post-content,
.archive .post-content,
.search .post-content {
  text-align: center;
}
.blog .post-content p,
.archive .post-content p,
.search .post-content p {
  text-align: left;
}

.more-link-wrapper {
  display: inline-block;
  margin: 0.75em 0 0;
  text-align: center;
}

.entry.sticky {
  position: relative;
}

.sticky-status span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 18px;
  background: #2B2B2B;
  color: white;
}

.search .sticky-status {
  display: none;
}

.entry:not(.has-post-thumbnail) .sticky-status {
  margin-bottom: 1.5em;
}
.entry:not(.has-post-thumbnail) .sticky-status span {
  position: relative;
}

@media all and (min-width: 43.75em) {
  .more-link,
  .comments-link {
    font-size: 0.75em;
    /* 12px / 16px */
    line-height: 1.5;
    /* 18px */
  }
}
@media all and (min-width: 56.25em) {
  .blog .entry,
  .archive .entry,
  .search .entry {
    width: 47.69132%;
    float: left;
  }
  .blog .entry:nth-child(even),
  .archive .entry:nth-child(even),
  .search .entry:nth-child(even) {
    margin-right: 4.54203%;
  }
  .blog .post-header,
  .blog .post-content,
  .archive .post-header,
  .archive .post-content,
  .search .post-header,
  .search .post-content {
    text-align: left;
  }

  .blog:not(.posts-page-1) .entry:nth-child(odd),
  .archive .entry:nth-child(odd),
  .search .entry:nth-child(odd) {
    margin-right: 4.54203%;
  }
  .blog:not(.posts-page-1) .entry:nth-child(even),
  .archive .entry:nth-child(even),
  .search .entry:nth-child(even) {
    margin-right: 0;
  }

  .posts-page-1 .entry:first-of-type {
    width: 100%;
    float: none;
  }
  .posts-page-1 .entry:first-of-type .post-title {
    font-size: 3.188em;
    /* 51px / 16px */
    line-height: 1.314;
    /* 67px */
  }
  .posts-page-1 .entry:first-of-type .post-header,
  .posts-page-1 .entry:first-of-type .post-content {
    padding: 0 9.08406%;
    text-align: center;
  }
}
@media all and (min-width: 68.75em) {
  .posts-page-1 .entry:first-of-type .post-content {
    padding: 0 13.62609%;
  }
  .fluid .posts-page-1 .entry:first-of-type .post-content {
    padding: 0;
  }
}
@media all and (min-width: 75em) {
  .posts-page-1 .entry:first-of-type .post-content {
    padding: 0 18.16812%;
  }
  .fluid .posts-page-1 .entry:first-of-type .post-content {
    padding: 0;
  }
}
.archive-header {
  margin-bottom: 1.5em;
}
.archive-header h1 {
  font-family: "Raleway", sans-serif;
}
.archive-header span {
  font-weight: 600;
}
.archive-header i {
  margin-right: 2px;
}
.archive-header p {
  font-style: italic;
}

@media all and (min-width: 56.25em) {
  .archive-header {
    margin-bottom: 3em;
  }
}
.comment-respond label {
  display: block;
  margin-bottom: 0.5em;
}

.comment .comment-respond {
  margin-top: 1.5em;
}
.comment #cancel-comment-reply-link {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 6px;
}

.comment-list {
  margin: 3em 0;
  list-style: none;
}
.comment-list li {
  margin: 3em 0;
}
.comment-list ul {
  list-style: none;
  margin: 0;
  padding-left: 1.5em;
  border-left: solid 1px #D9D9D9;
}

.comment-content {
  font-size: 1.0625em;
  /* 17px / 16px */
  line-height: 1.4118;
  /* 24px */
}
.comment-content li {
  margin: 0;
}
.comment-content ul {
  list-style: disc;
  margin: 1.5em 0;
  padding-left: 0;
  border: none;
}
.comment-content ul ul {
  margin: 0 0 0 1.5em;
}

.comment-author {
  margin-bottom: 1.5em;
}
.comment-author:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.comment-author img {
  float: left;
  margin: 0 0.75em 0 0;
  height: 2.25em;
  width: 2.25em;
}
.comment-author .author-name {
  font-size: 1.0625em;
  /* 17px / 16px */
  line-height: 2.118;
  /* 36px / 17px */
}

.comment-footer {
  margin-top: 1.5em;
}

.comment-reply-link,
.comment-edit-link {
  position: relative;
  margin-left: 16px;
  border-color: transparent;
}
.comment-reply-link:after,
.comment-edit-link:after {
  position: absolute;
  content: '';
  top: 0;
  left: -11px;
  height: 100%;
  width: 1px;
  background: #D9D9D9;
}

.bypostauthor > article .author-name:after {
  content: '(author)';
  margin-left: 6px;
  font-size: 12px;
  display: inline-block;
}

@media all and (min-width: 43.75em) {

  .comment-pagination {
    margin: 3em 0;
  }
  .comment-pagination p {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
  }
  .comment-pagination .next-comment {
    text-align: right;
  }
}
@media all and (min-width: 56.25em) {
  .comments {
    padding: 0 9.08406%;
  }
}
@media all and (min-width: 68.75em) {
  .comments {
    padding: 0 13.62609%;
  }
}
@media all and (min-width: 75em) {
  .comments {
    padding: 0 18.16812%;
  }
}
.site-footer {
  position: relative;
  left: 0;
  width: 100%;
  padding: 1.5em 4.167%;

  text-align: center;
  background: #f5f5f5;
  border-top: solid 1px #EDEDED;
}

.site-header {
  background: #ffffff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px 4.167% 0;
}

.site-header.fixed{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff none repeat scroll 0 0;
    z-index: 1000;
}
.site-header.full-row{
    width: 100%;
  background: #fff;
}

.toggle-navigation {
  display: block;
  background: none;
  margin: 0 auto;
  padding: 0;
  border: none;
  height: 18px;
  position: absolute;
  width: 24px;
  text-align: left;
  max-width: 24px;
  z-index: 99;
  overflow: hidden;
}
.toggle-navigation:hover {
  cursor: pointer;
}

.title-container {
  margin: 0;
}

.site-title {
  font-family: "Playfair Display", serif;
}

.tagline {
  margin: 0;
}

.social-media-icons {
  list-style: none;
  margin: -6px auto 2.25em;
}
.social-media-icons li {
  display: inline-block;
  margin-right: 1.125em;
}
.social-media-icons li:last-child {
  margin-right: 0;
}

@media all and (min-width: 43.75em) {
  .site-title {
    font-size: 10px;
    line-height: 1;
  }

  .tagline {
    font-size: 0.75em;
    /* 12px / 16px */
    line-height: 1.5;
    /* 18px */
  }
}
.site-header .item-first{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
	margin:0px !important;
}
.site-header .item-middle{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.site-header .item-last{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media all and (min-width: 56.25em) {
  .site-header {
    padding-top: 14px;
  }
  .site-header .item-first{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5.67375%;
    -ms-flex: 0 0 5.67375%;
    flex: 0 0 5.67375%;
    max-width: 5.67375%;
	margin:0px !important;
	padding-top: 0px; /*Abstand vom Logo nach Oben*/
  }
  .site-header .item-middle{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.32625%;
    -ms-flex: 0 0 66.32625%;
    flex: 0 0 66.32625%;
    max-width: 66.32625%;
    margin-top: 5px; /*Abstand der Links von oben*/
  }
  .site-header .item-last{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    margin-top: 5px; /*Abstand Login Menu von oben*/
  }
  .title-container {
    margin: 0;
    float: left;
  }

  .toggle-navigation {
    display: none;
  }

  .social-media-icons {

    margin: 10px 0 0 10px;
    text-align: right;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
  }
  .social-media-icons.fade {
    opacity: 0;
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@media all and (min-width: 68.75em) {
  .title-container {
    margin: 0;
  }

  .site-title {
      font-size: 10px;
      line-height: 1;
  }
}
.pagination {
  clear: both;
  margin: 3em auto;
  text-align: center;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 18px;
}
.pagination a:focus {
  text-decoration: underline;
}
.pagination .current {
  border: solid 1px #3a3a3a;
  padding: 5px 12px;
}

.infinite-scroll .pagination {
  display: none;
}

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

.menu-primary-container {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
          transition: max-height 0.2s ease-in-out;
}

.menu-primary {
  margin-bottom: 2.25em;
}
.menu-primary ul {
  list-style: none;
  margin: 0;
}
.menu-primary ul > .current-menu-item:first-child,
.menu-primary ul > .current_page_item:first-child {
  margin-top: 1px;
}
.menu-primary li {
  margin-bottom: 6px;
}
.menu-primary li:last-child {
  margin-bottom: 0;
}
.menu-primary a {
  display: inline-block;
  padding: 9px 12px;
  white-space: nowrap;
}
.menu-primary a:focus {
  text-decoration: underline;
}
.menu-primary .current-menu-item > a:after,
.menu-primary .current_page_item > a:after {
  /*outline: solid 1px #3a3a3a;*/
  content: '';
  position: absolute;
  left: 11%;
  top: 12px;
  display: inline-block;
  width: 80%;
  height: 1px;
  border-bottom: 1px solid #6e012b;
  padding: 9px 12px;
}
.menu-primary .current-menu-item.menu-item-has-children > a,
.menu-primary .current_page_item.menu-item-has-children > a {
  margin-left: 16px;
}
.menu-primary .current-menu-item.menu-item-has-children > a + .toggle-dropdown,
.menu-primary .current_page_item.menu-item-has-children > a + .toggle-dropdown {
  margin: 0 0 0 8px;
}

.menu-primary-items ul {
  margin: 0;
  max-height: 0;
  height: auto;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
          transition: max-height 0.2s ease-in-out;
}
.menu-primary-items ul li {
  margin: 0;
  height: auto;
}

.menu-primary-items .open > ul {
  max-height: 999px;
}
.menu-primary-items .open > .toggle-dropdown {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Secondary -- */
.social-media-icons{
  max-height: 0;
  overflow: hidden;
}

.menu-secondary {
  margin-bottom: 2.25em;
}
.menu-secondary ul {
  list-style: none;
  margin: 0;
}
.menu-secondary ul > .current-menu-item:first-child,
.menu-secondary ul > .current_page_item:first-child {
  margin-top: 1px;
}
.menu-secondary li {
  margin-bottom: 6px;
  display: inline;
}
.menu-secondary li:last-child {
  margin-bottom: 0;
}
.menu-secondary a {
  display: inline-block;
  padding: 9px 12px;
}
.menu-secondary a:focus {
  text-decoration: underline;
}
.menu-secondary .current-menu-item > a,
.menu-secondary .current_page_item > a {
  /* outline: solid 1px #3a3a3a; */
  border-bottom: 1px solid #6e012b;
}
.menu-secondary .current-menu-item.menu-item-has-children > a,
.menu-secondary .current_page_item.menu-item-has-children > a {
  margin-left: 16px;
}
.menu-secondary .current-menu-item.menu-item-has-children > a + .toggle-dropdown,
.menu-secondary .current_page_item.menu-item-has-children > a + .toggle-dropdown {
  margin: 0 0 0 8px;
}

.menu-secondary-items ul {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.menu-secondary-items ul li {
  margin: 0;
}
.menu-secondary-items .open > ul {
  max-height: 999px;
}
.menu-secondary-items .open > .toggle-dropdown {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}



.toggle-dropdown {
  margin: 0 0 0 -8px;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  background: none;
  border: none;
  color: #666666;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
          transition: transform 0.1s ease-in-out;
}
.toggle-dropdown:hover {
  cursor: pointer;
}
.toggle-dropdown:focus {
  outline: none;
}
.toggle-dropdown:after {
  content: '\f107';
  font-family: 'FontAwesome';
}

.open.menu-primary-container {
  max-height: 999px;
}

@media all and (min-width: 56.25em) {
  .menu-primary-container {
    max-height: none;
    overflow: visible;
  }
  .menu-primary-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .menu-primary {
    display: block;
    text-align: left;
    float: left;
    margin-bottom: 0;
    height: 10%;
  }
  .menu-primary .menu{
    height: 10%;
  }
  .menu-primary .menu ul{
    height: 10%;
  }
  .menu-primary .menu ul li a{
    height: 10%;
    position: relative;
    white-space: nowrap;
  }
  .menu-primary li {
    position: relative;
    display: inline-block;
    margin: 0;
    height: 10%;
  }

  .menu-primary li:not(.current-menu-item) > a:focus {
    outline: none;
  }
  .menu-primary .current-menu-item.menu-item-has-children > a, .menu-primary .current-menu-item.page_item_has_children > a,
  .menu-primary .current_page_item.menu-item-has-children > a,
  .menu-primary .current_page_item.page_item_has_children > a {
    margin-left: 0;
  }
  .menu-primary ul > .current-menu-item:first-child,
  .menu-primary ul > .current_page_item:first-child {
    margin-top: 0;
  }

  .menu-primary-items ul {
    position: absolute;
    max-height: none;
    height: auto;
    z-index: 29;
    visibility: hidden;
    overflow: visible;
    opacity: 0;
    top: 100%;
    top: calc(100% + 6px);
    left: -10px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: white;

    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
    border-top: 2px solid #6e012b;
  }
  .menu-primary-items ul:hover, .menu-primary-items ul.focused {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
  }
  .menu-primary-items ul a {
    width: 100%;
  }
  .menu-primary-items ul .menu-item-has-children > a {
    width: calc(100% - 16px);
  }
  .menu-primary .menu ul .menu-primary-items ul li {
    margin: 0;
    height: auto;
  }
  .menu-primary .menu ul .menu-primary-items ul{
    padding: 0;
    margin: 0;
    height: auto;
  }

  .menu-primary-items ul li {
    display: block;
    z-index: 9;
    white-space: nowrap;
    border-bottom: 1px solid #efeeec;
    padding: 0;
    margin: 0;
    height: auto;
  }
  .menu-primary-items ul li:first-child {
    margin-top: 0;
  }
  .menu-primary-items ul .toggle-dropdown {
    margin: 0 0 0 -2px;
  }
  .menu-primary-items ul .toggle-dropdown:after {
    content: '\f105';
  }
  .menu-primary-items .menu-item-has-children.open > ul {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
  }
  .menu-primary-items .menu-item-has-children:hover > button, .menu-primary-items .menu-item-has-children.focused > button {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
  }
  .menu-primary-items .menu-item-has-children li {
    margin-right: 0;
  }
  .menu-primary-items .menu-item-has-children > a {
    position: relative;
    z-index: 9;
  }
  .menu-primary-items .menu-item-has-children > a:hover ~ ul, .menu-primary-items .menu-item-has-children > a:active ~ ul, .menu-primary-items .menu-item-has-children > a:focus ~ ul {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
  }
  .menu-primary-items .menu-item-has-children > a:hover + button, .menu-primary-items .menu-item-has-children > a:active + button, .menu-primary-items .menu-item-has-children > a:focus + button {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
  }
  .menu-primary-items .menu-item-has-children > a:hover:after, .menu-primary-items .menu-item-has-children > a:active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 24px;
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children:hover > button, .menu-primary-items .menu-item-has-children .menu-item-has-children.focused > button {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children > a:hover + button, .menu-primary-items .menu-item-has-children .menu-item-has-children > a:active + button, .menu-primary-items .menu-item-has-children .menu-item-has-children > a:focus + button {
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children > a:hover ~ ul, .menu-primary-items .menu-item-has-children .menu-item-has-children > a:active ~ ul, .menu-primary-items .menu-item-has-children .menu-item-has-children > a:focus ~ ul {
    top: 0;
    left: 100%;
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children > a:hover:after, .menu-primary-items .menu-item-has-children .menu-item-has-children > a:active:after {
    top: 0;
    bottom: 0;
    left: 100%;
    width: 36px;
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children ul {
    left: 100%;
    left: calc(100% + 6px);
    top: 0;
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children ul:hover, .menu-primary-items .menu-item-has-children .menu-item-has-children ul.focused {
    top: 0;
    left: 100%;
  }

  .menu-primary .current-menu-item.menu-item-has-children > a + .toggle-dropdown {
    margin: 0 12px 0 8px;
  }

  .toggle-dropdown {
    margin: 0 12px 0 -8px;
  }

  .rtl .menu-primary-items ul .menu-item-has-children > button:after {
    content: '\f104';
  }
  .rtl .menu-primary-items ul .menu-item-has-children > a:hover + button, .rtl .menu-primary-items ul .menu-item-has-children > a:active + button, .rtl .menu-primary-items ul .menu-item-has-children > a:focus + button {
    -webkit-transform: translate(-2px, 0);
            transform: translate(-2px, 0);
  }


  /* Secondary */
  .social-media-icons{
    max-height: none;
    overflow: visible;
  }
  .menu-secondary-container {
    max-height: none;
    overflow: visible;
    position: relative;
  }
  .menu-secondary-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .menu-secondary {
    display: inline-block;
    text-align: left;
    float: left;
    margin-bottom: 0;
  }
  .menu-secondary li {
    position: relative;
    display: inline-block;
    margin: 0;
  }
  .menu-secondary li:not(.current-menu-item) > a:focus {
    outline: none;
  }
  .menu-secondary .current-menu-item.menu-item-has-children > a, .menu-secondary .current-menu-item.page_item_has_children > a,
  .menu-secondary .current_page_item.menu-item-has-children > a,
  .menu-secondary .current_page_item.page_item_has_children > a {
    margin-left: 0;
  }
  .menu-secondary ul > .current-menu-item:first-child,
  .menu-secondary ul > .current_page_item:first-child {
    margin-top: 0;
  }

  .menu-secondary-items ul {
    position: absolute;
    max-height: none;
    z-index: 29;
    visibility: hidden;
    overflow: visible;
    opacity: 0;
    top: 100%;
    top: calc(100% + 6px);
    left: -1.5em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: white;
    padding: 0 1.5em 0.75em;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .menu-secondary-items ul:hover, .menu-secondary-items ul.focused {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
  }
  .menu-secondary-items ul a {
    width: 100%;
  }
  .menu-secondary-items ul .menu-item-has-children > a {
    width: calc(100% - 16px);
  }
  .menu-secondary-items ul li {
    display: block;
    z-index: 9;
    white-space: nowrap;
    margin: 0 0 6px 0;
  }
  .menu-secondary-items ul li:first-child {
    margin-top: 0;
  }
  .menu-secondary-items ul .toggle-dropdown {
    margin: 0 0 0 -2px;
  }
  .menu-secondary-items ul .toggle-dropdown:after {
    content: '\f105';
  }
  .menu-secondary-items .menu-item-has-children.open > ul {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
}
  .menu-secondary-items .menu-item-has-children:hover > button, .menu-secondary-items .menu-item-has-children.focused > button {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  .menu-secondary-items .menu-item-has-children li {
    margin-right: 0;
  }
  .menu-secondary-items .menu-item-has-children > a {
    position: relative;
    z-index: 9;
  }
  .menu-secondary-items .menu-item-has-children > a:hover ~ ul, .menu-secondary-items .menu-item-has-children > a:active ~ ul, .menu-secondary-items .menu-item-has-children > a:focus ~ ul {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
  }
  .menu-secondary-items .menu-item-has-children > a:hover + button, .menu-secondary-items .menu-item-has-children > a:active + button, .menu-secondary-items .menu-item-has-children > a:focus + button {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  .menu-secondary-items .menu-item-has-children > a:hover:after, .menu-secondary-items .menu-item-has-children > a:active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 24px;
  }
  .menu-secondary-items .menu-item-has-children .menu-item-has-children:hover > button, .menu-secondary-items .menu-item-has-children .menu-item-has-children.focused > button {
    -webkit-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  .menu-secondary-items .menu-item-has-children .menu-item-has-children > a:hover + button, .menu-secondary-items .menu-item-has-children .menu-item-has-children > a:active + button, .menu-secondary-items .menu-item-has-children .menu-item-has-children > a:focus + button {
    -webkit-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  .menu-secondary-items .menu-item-has-children .menu-item-has-children > a:hover ~ ul, .menu-secondary-items .menu-item-has-children .menu-item-has-children > a:active ~ ul, .menu-secondary-items .menu-item-has-children .menu-item-has-children > a:focus ~ ul {
    top: 0;
    left: 100%;
  }
  .menu-secondary-items .menu-item-has-children .menu-item-has-children > a:hover:after, .menu-secondary-items .menu-item-has-children .menu-item-has-children > a:active:after {
    top: 0;
    bottom: 0;
    left: 100%;
    width: 36px;
  }
  .menu-secondary-items .menu-item-has-children .menu-item-has-children ul {
    left: 100%;
    left: calc(100% + 6px);
    top: 0;
  }
  .menu-secondary-items .menu-item-has-children .menu-item-has-children ul:hover, .menu-secondary-items .menu-item-has-children .menu-item-has-children ul.focused {
    top: 0;
    left: 100%;
  }

  .menu-secondary .current-menu-item.menu-item-has-children > a + .toggle-dropdown {
    margin: 0 12px 0 8px;
  }

  .toggle-dropdown {
    margin: 0 12px 0 -8px;
  }

  .rtl .menu-secondary-items ul .menu-item-has-children > button:after {
    content: '\f104';
}
  .rtl .menu-secondary-items ul .menu-item-has-children > a:hover + button, .rtl .menu-secondary-items ul .menu-item-has-children > a:active + button, .rtl .menu-secondary-items ul .menu-item-has-children > a:focus + button {
    -webkit-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
}


.featured-image {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;

}
.featured-image > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}
.featured-image > img,
.featured-image > a > img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-image > img.no-object-fit,
.featured-image > a > img.no-object-fit {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  top: 50%;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
.featured-image .ccfic {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px;
  font-size: 13px;
}

.post-header {
  margin: 1.5em 0;
  text-align: center;
}

.post-content a {
  text-decoration: underline;
}
.post-content iframe {
  max-width: 100%;
  border: none;
}
.post-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.post-author span {
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 0;
}

.post-meta {
  margin: 3em 0;
}

.post-categories span,
.post-tags span {
  margin-right: 2em;
}
.post-categories a,
.post-tags a {
  text-decoration: underline;
  margin-right: 1.5em;
}

.post-tags ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.post-tags li {
  display: inline-block;
}

.further-reading {
  margin: 1.5em 0 3em;
  padding: 2.25em 0;
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}
.further-reading span {
  display: block;
}
.further-reading .previous {
  margin-bottom: 1.5em;
}
.further-reading:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

@media all and (min-width: 43.75em) {


  .post-title {
    font-size: 2.375em;
    /* 38px / 16px */
    line-height: 1.342;
    /* 51px */
  }

  .post-byline {
    font-size: 0.75em;
    /* 12px / 16px */
    line-height: 1.5;
    /* 18px */
  }

  .post-categories,
  .post-tags {
    display: inline-block;
    margin: 1.5em 0;
  }

  .post-categories {
    margin-right: 1.5em;
  }

  .further-reading div {
    display: inline-block;
    vertical-align: top;
    width: 47%;
  }
  .further-reading .next {
    text-align: right;
  }
  .further-reading .previous {
    float: left;
    margin: 0 6% 0 0;
  }
}
@media all and (min-width: 56.25em) {
  .singular .post-header,
  .singular .post-content,
  .singular .post-meta,
  .error-404 .post-header,
  .error-404 .post-content,
  .error-404 .post-meta {
    padding: 0 9.08406%;
  }
  .singular .fluid .post-header,
  .singular .fluid .post-content,
  .singular .fluid .post-meta,
  .error-404 .fluid .post-header,
  .error-404 .fluid .post-content,
  .error-404 .fluid .post-meta {
    padding: 0;
  }
  .singular .post-header,
  .error-404 .post-header {
    margin: 3em 0;
  }
  .singular .post-title,
  .error-404 .post-title {
    font-size: 3.188em;
    /* 51px / 16px */
    line-height: 1.314;
    /* 67px */
  }
}
@media all and (min-width: 68.75em) {
  .singular .post-content,
  .singular .post-meta,
  .error-404 .post-content,
  .error-404 .post-meta {
    padding: 0 13.62609%;
  }
  .singular .fluid .post-header,
  .singular .fluid .post-content,
  .singular .fluid .post-meta,
  .error-404 .fluid .post-header,
  .error-404 .fluid .post-content,
  .error-404 .fluid .post-meta {
    padding: 0;
  }
}
@media all and (min-width: 75em) {
  .singular .post-content,
  .singular .post-meta,
  .error-404 .post-content,
  .error-404 .post-meta {
    padding: 0 18.16812%;
  }
  .singular .fluid .post-header,
  .singular .fluid .post-content,
  .singular .fluid .post-meta,
  .error-404 .fluid .post-header,
  .error-404 .fluid .post-content,
  .error-404 .fluid .post-meta {
    padding: 0;
  }
}
.search-form-container .search-field {
  vertical-align: top;
}

.site-header .search-form-container {
  position: absolute;
  top: -6px;
  right: 4.167%;
}
.site-header .search-form-container button {
  position: relative;
  z-index: 9;
  background: none;
  border: none;
  margin: 5px -10px 0 0;
  padding: 6px 10px;
  font-size: 1em;
  line-height: 1.5;
}
.site-header .search-form-container button:hover {
  cursor: pointer;
}
.site-header .search-form-container button:focus {
  outline: none;
}
.site-header .search-form-container button:focus i {
  color: #ABABAB;
}
.site-header .search-form-container button.open + form {
  opacity: 1;
}
.site-header .search-form-container i {
  color: #2B2B2B;
  z-index: -1;
}
.site-header .search-form-container form {
  position: absolute;
  top: 0;
  right: -12px;
  left: 0;
  padding-top: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out, left 0.15s ease-in-out;
          transition: opacity 0.15s ease-in-out, left 0.15s ease-in-out;
}
.site-header .search-form-container .search-field {
  max-width: none !important;
  outline: none !important;
  padding: 6px 12px !important;
}
.site-header .search-form-container .search-field::-webkit-search-decoration, .site-header .search-form-container .search-field::-webkit-search-cancel-button, .site-header .search-form-container .search-field::-webkit-search-results-button, .site-header .search-form-container .search-field::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.site-header .search-form-container .search-field::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.site-header .search-form-container .search-field::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.site-header .search-form-container .search-field:focus {
  background: #EDEDED !important;
  outline: solid 1px #D9D9D9 !important;
}

@media all and (min-width: 56.25em) {
  .site-header .search-form-container {
    position: relative;
    float: right;
    top: -6px;
    right: 0;
    z-index: 9;
    text-align: right;
    margin: 0 0 0 1.5em;
  }
  .site-header .search-form-container button {
    margin: 0;
  }
  .site-header .search-form-container button:hover {
    cursor: pointer;
  }
  .site-header .search-form-container button.open + form {
    left: -266px;
  }
  .site-header .search-form-container form {
    padding-top: 0;
    right: 0;
  }
}
.search .search-header {
  text-align: center;
}

.search-bottom {
  clear: both;
  text-align: center;
  margin-top: 4.5em;
}
.search-bottom .search-form-container {
  margin-top: 1.5em;
}

/**
 * 14.2 Galleries
 */
.gallery {
  margin: 2.25em auto;
}

.gallery-item {
  display: inline-block;
  padding: 0.75em;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  max-width: 100%;
  max-height: 100%;
}
.gallery-item a {
  border: none;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #545454;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  padding: 0.5em 0 0;
  margin: 0;
}

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

/* Jetpack Galleries */
.tiled-gallery {
  margin: 2.25em auto !important;
}
.tiled-gallery .gallery-row {
  margin: 0 auto;
}

.singular-attachment .attachment-container img {
  display: block;
}

.woocommerce .product .quantity .qty {
  width: 50px !important;
  font-size: 16px !important;
  padding: 11px 12px !important;
}
.woocommerce .product .single_add_to_cart_button {
  line-height: 1.5;
  padding: 11px 24px;
}
.woocommerce .product_meta a {
  text-decoration: underline;
}
.woocommerce .woocommerce-review-link {
  text-decoration: underline;
}
.woocommerce .woocommerce-Reviews-title,
.woocommerce .related h2,
.woocommerce .upsells h2 {
  margin-bottom: 24px;
}

.woocommerce-cart th, .woocommerce-cart td,
.woocommerce-checkout th,
.woocommerce-checkout td,
.woocommerce-page th,
.woocommerce-page td {
  border: none;
}
.woocommerce-cart h2,
.woocommerce-cart h3,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-page h2,
.woocommerce-page h3 {
  margin-bottom: 24px;
}

.woocommerce-cart .quantity input {
  width: 50px !important;
  font-size: 14px !important;
  padding: 8px 4px !important;
}
.woocommerce-cart .coupon input {
  max-width: none !important;
  width: 49% !important;
  padding: 10px 12px !important;
}
.woocommerce-cart .coupon input[type="text"] {
  font-size: 14px !important;
}
.woocommerce-cart table.shop_table td.product-name {
  padding: 24px 12px;
}
.woocommerce-cart table.shop_table .actions {
  padding: 12px;
}

.woocommerce-checkout input {
  max-width: none;
}
.woocommerce-checkout .required {
  text-decoration: none;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 24px;
}

.woocommerce-account .woocommerce {
  position: relative;
  border: solid 1px #EDEDED;
  border-radius: 6px;
  padding: 1.5em;
  min-height: 260px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #f5f5f5;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 1.5em;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  font-weight: 800;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation li a:active, .woocommerce-account .woocommerce-MyAccount-navigation li a:focus {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin: 1.5em 0;
}
.woocommerce-account .woocommerce-message {
  z-index: 9;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  top: -26px;
}


/*===== Variables =====*/
/* Theme Colors */
/* Media Query widths */
/* Social Media Brand Colors */
/*===== Mixins =====*/
/***** Silent Classes *****/
.widget .widget-title {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.featured-video .fluid-width-video-wrapper + .fluid-width-video-wrapper {
  display: none;
}

.featured-slider {
  padding-bottom: 0 !important;
  height: auto !important;
  margin-bottom: 3em;
}
.featured-slider .metaslider {
  max-width: 100% !important;
}
.featured-slider a {
  border: none;
}
.featured-slider .flex-next {
  left: auto;
}
.featured-slider .flex-control-nav {
  position: relative;
  margin-top: -13px !important;
  margin-bottom: 4.5em !important;
}
.featured-slider .flex-control-nav li {
  vertical-align: middle;
}
.featured-slider .flex-control-nav a {
  position: relative;
}
.featured-slider .rslides_nav {
  color: white;
}
.featured-slider .rslides_nav:link {
  color: white;
}
.featured-slider .nivo-controlNav {
  padding-bottom: 0 !important;
}
.featured-slider .metaslider-coin,
.featured-slider .coin-slider {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.featured-slider .cs-title {
  padding: 0;
}
.featured-slider .cs-buttons {
  padding-bottom: 0;
  float: none;
}

.home .featured-slider,
.archive .featured-slider,
.search .featured-slider {
  margin-bottom: 1.5em;
}
.home .featured-slider .flex-control-nav,
.archive .featured-slider .flex-control-nav,
.search .featured-slider .flex-control-nav {
  margin-bottom: 3em !important;
}

.featured-slider .flexslider .flex-prev:focus {
  opacity: 0.8;
  left: 5px;
}
.featured-slider .flexslider .flex-next:focus {
  opacity: 0.8;
  right: 5px;
}
.featured-slider .metaslider-responsive .rslides_nav.prev,
.featured-slider .metaslider-responsive .rslides_nav.next {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.featured-slider .metaslider-responsive .rslides_nav.prev:focus,
.featured-slider .metaslider-responsive .rslides_nav.next:focus {
  background: white;
  color: #3a3a3a;
}
.featured-slider .metaslider-responsive .rslides_tabs a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.featured-slider .metaslider-responsive .rslides_tabs a:focus {
  background: white;
  color: #3a3a3a;
}

.ratio-1-2 .featured-image {
  padding-bottom: 200%;
}

.ratio-16-9 .featured-image {
  padding-bottom: 56.25%;
}

.ratio-9-16 .featured-image {
  padding-bottom: 177.777%;
}

.ratio-3-2 .featured-image {
  padding-bottom: 66.667%;
}

.ratio-2-3 .featured-image {
  padding-bottom: 150%;
}

.ratio-4-3 .featured-image {
  padding-bottom: 75%;
}

.ratio-3-4 .featured-image {
  padding-bottom: 133.334%;
}

.ratio-5-4 .featured-image {
  padding-bottom: 80%;
}

.ratio-4-5 .featured-image {
  padding-bottom: 125%;
}

.ratio-1-1 .featured-image {
  padding-bottom: 100%;
}

.ratio-natural .featured-image {
  overflow: visible;
  padding: 0;
  height: auto;
  line-height: 0;
  text-align: center;
}
.ratio-natural .featured-image > img,
.ratio-natural .featured-image > a > img {
  position: static;
  height: auto;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.ratio-natural .featured-image > a {
  position: static;
}

.header-image {
  position: relative;
  height: 0;
  padding-bottom: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.header-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  border: none;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.header-image a:focus {
  background: rgba(255, 255, 255, 0.2);
}

.parallax .header-image {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.parallax.admin-bar .header-image {
  top: 46px;
}
.parallax .overflow-container {
  background: #fff;
}

@media all and (min-width: 783px) {
  .parallax.admin-bar .header-image {
    top: 32px;
  }
}
.sidebar-after-post-content,
.sidebar-after-page-content,
.sidebar-before-main-content {
  margin: 3em 0;
  clear: both;
}

.sidebar-before-main-content:after,
.sidebar-after-main-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.sidebar-before-main-content .metaslider,
.sidebar-after-main-content .metaslider {
  margin: 0 auto 1.5em;
}

.sidebar-after-main-content {
  margin: 1.5em 0 1.5em;
  padding-top: 1.5em;
  border-top: solid 1px #EDEDED;
  clear: both;
}

/********** Footer widgets **********/
@media all and (min-width: 43.75em) {
  .sidebar-footer {
    padding-top: 1.5em;
  }
  .sidebar-footer:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .sidebar-footer:not(.active-1) .widget,
  .sidebar-before-main-content:not(.active-1) .widget,
  .sidebar-after-main-content:not(.active-1) .widget {
    width: 47%;
    float: left;
  }
  .sidebar-footer:not(.active-1) .widget:nth-child(odd),
  .sidebar-before-main-content:not(.active-1) .widget:nth-child(odd),
  .sidebar-after-main-content:not(.active-1) .widget:nth-child(odd) {
    margin-right: 3%;
    clear: left;
  }
}
@media all and (min-width: 62.5em) {
  .sidebar-footer:not(.active-1):not(.active-2) .widget,
  .sidebar-before-main-content:not(.active-1):not(.active-2) .widget,
  .sidebar-after-main-content:not(.active-1):not(.active-2) .widget {
    width: 31%;
    margin-right: 0;
  }
  .sidebar-footer:not(.active-1):not(.active-2) .widget:nth-child(odd),
  .sidebar-before-main-content:not(.active-1):not(.active-2) .widget:nth-child(odd),
  .sidebar-after-main-content:not(.active-1):not(.active-2) .widget:nth-child(odd) {
    clear: none;
  }
  .sidebar-footer:not(.active-1):not(.active-2) .widget:nth-child(3n - 2), .sidebar-footer:not(.active-1):not(.active-2) .widget:nth-child(3n - 1),
  .sidebar-before-main-content:not(.active-1):not(.active-2) .widget:nth-child(3n - 2),
  .sidebar-before-main-content:not(.active-1):not(.active-2) .widget:nth-child(3n - 1),
  .sidebar-after-main-content:not(.active-1):not(.active-2) .widget:nth-child(3n - 2),
  .sidebar-after-main-content:not(.active-1):not(.active-2) .widget:nth-child(3n - 1) {
    margin-right: 3%;
  }
  .sidebar-footer:not(.active-1):not(.active-2) .widget:nth-child(3n + 4),
  .sidebar-before-main-content:not(.active-1):not(.active-2) .widget:nth-child(3n + 4),
  .sidebar-after-main-content:not(.active-1):not(.active-2) .widget:nth-child(3n + 4) {
    clear: left;
  }
}
@media all and (min-width: 75em) {
  /*
   * Applying 3-column CSS to widget area even if only 2 active
   * At this width, having both widgets 50% looks bad, so defaulting to 31%
   * wide at most
  */
  .sidebar-footer:not(.active-1) .widget,
  .sidebar-before-main-content:not(.active-1) .widget,
  .sidebar-after-main-content:not(.active-1) .widget {
    width: 31%;
    margin-right: 0;
    margin-top: 1.5em;
  }
  .sidebar-footer:not(.active-1) .widget:nth-child(odd),
  .sidebar-before-main-content:not(.active-1) .widget:nth-child(odd),
  .sidebar-after-main-content:not(.active-1) .widget:nth-child(odd) {
    clear: none;
  }
  .sidebar-footer:not(.active-1) .widget:nth-child(3n - 2), .sidebar-footer:not(.active-1) .widget:nth-child(3n - 1),
  .sidebar-before-main-content:not(.active-1) .widget:nth-child(3n - 2),
  .sidebar-before-main-content:not(.active-1) .widget:nth-child(3n - 1),
  .sidebar-after-main-content:not(.active-1) .widget:nth-child(3n - 2),
  .sidebar-after-main-content:not(.active-1) .widget:nth-child(3n - 1) {
    margin-right: 3%;
  }
  .sidebar-footer:not(.active-1) .widget:nth-child(3n + 4),
  .sidebar-before-main-content:not(.active-1) .widget:nth-child(3n + 4),
  .sidebar-after-main-content:not(.active-1) .widget:nth-child(3n + 4) {
    clear: left;
  }

  .sidebar-footer:not(.active-1):not(.active-2):not(.active-3) .widget,
  .sidebar-before-main-content:not(.active-1):not(.active-2):not(.active-3) .widget,
  .sidebar-after-main-content:not(.active-1):not(.active-2):not(.active-3) .widget {
    width: 22%;
    margin-right: 0;
  }
  .sidebar-footer:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(4n - 3), .sidebar-footer:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(4n - 2), .sidebar-footer:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(4n - 1),
  .sidebar-before-main-content:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(4n - 3),
  .sidebar-before-main-content:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(4n - 2),
  .sidebar-before-main-content:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(4n - 1),
  .sidebar-after-main-content:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(4n - 3),
  .sidebar-after-main-content:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(4n - 2),
  .sidebar-after-main-content:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(4n - 1) {
    margin-right: 4%;
  }
  .sidebar-footer:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(3n + 4),
  .sidebar-before-main-content:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(3n + 4),
  .sidebar-after-main-content:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(3n + 4) {
    clear: none;
  }
  .sidebar-footer:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(3n + 5),
  .sidebar-before-main-content:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(3n + 5),
  .sidebar-after-main-content:not(.active-1):not(.active-2):not(.active-3) .widget:nth-child(3n + 5) {
    clear: left;
  }
}
.widget {
  margin-bottom: 3em;
}
.widget > * {
  font-size: 12px;
}
.widget > ul {
  list-style: none;
  margin: 24px 0;
}
.widget > ul ul {
  margin: 8px 0 8px 12px;
  list-style: none;
}
.widget li {
  margin-bottom: 8px;
}
.widget .widget-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
}
.widget input:not([type='submit']) {
  font-size: 16px !important;
  padding: 11px 12px !important;
}
.widget input[type='submit'] {
  font-size: 12px;
}

.widget_calendar caption {
  margin-bottom: 12px;
}
.widget_calendar tbody a {
  background: #EDEDED;
  margin: -9px;
  padding: 6px 10px 7px;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:active, .widget_calendar tbody a:focus {
  background: #D9D9D9;
  text-decoration: none;
}
.widget_calendar #today {
  background: #3a3a3a;
  color: white;
}
.widget_calendar #prev,
.widget_calendar #next {
  text-align: center;
  padding: 0;
}
.widget_calendar #prev a,
.widget_calendar #next a {
  display: inline-block;
  background: #EDEDED;
  color: #3a3a3a;
  padding: 0.75em 3em;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.widget_calendar #prev a:hover, .widget_calendar #prev a:active, .widget_calendar #prev a:focus,
.widget_calendar #next a:hover,
.widget_calendar #next a:active,
.widget_calendar #next a:focus {
  background: #D9D9D9;
  text-decoration: none;
}

.widget_nav_menu ul {
  list-style: none;
  margin: 24px 0;
}
.widget_nav_menu ul ul {
  margin: 8px 0 8px 12px;
  list-style: none;
}
.widget_nav_menu ul ul ul ul {
  margin-left: 0;
}

.widget_recent_comments a {
  text-decoration: underline;
}

.widget_rss .widget-title a {
  border-color: transparent;
}
.widget_rss .widget-title img {
  margin-right: 4px;
}
.widget_rss .rssSummary {
  margin: 0.75em 1.5em;
}
.widget_rss .rssSummary + cite {
  display: block;
  margin: 0 0 1.5em 1.5em;
}
.widget_rss .rss-date {
  font-style: italic;
}
.widget_rss li {
  display: block;
}
.widget_rss cite,
.widget_rss span {
  margin-bottom: 1.5em;
  display: block;
}
.widget_rss span + cite {
  margin-top: -1.5em;
}

.widget_search input[type='search'] {
  width: calc(100% - 108px) !important;
}

.one-column .sidebar-primary,
.two-column .sidebar-primary,
.three-column .sidebar-primary {
  display: none;
}

/* One Column */
@media all and (min-width: 56.25em) {
  .one-column.blog .entry, .one-column.archive .entry, .one-column.search .entry {
    width: 100%;
    float: none;
  }
  .one-column.blog .entry:nth-child(even), .one-column.archive .entry:nth-child(even), .one-column.search .entry:nth-child(even) {
    margin-right: 0;
  }
  .one-column.blog .post-title, .one-column.archive .post-title, .one-column.search .post-title {
    font-size: 3.188em;
    /* 51px / 16px */
    line-height: 1.314;
    /* 67px */
  }
  .one-column.blog .post-header,
  .one-column.blog .post-content, .one-column.archive .post-header,
  .one-column.archive .post-content, .one-column.search .post-header,
  .one-column.search .post-content {
    padding: 0 9.08406%;
    text-align: center;
  }
}
@media all and (min-width: 68.75em) {
  .one-column.blog .post-content, .one-column.archive .post-content, .one-column.search .post-content {
    padding: 0 13.62609%;
  }
}
@media all and (min-width: 75em) {
  .one-column.blog .post-content, .one-column.archive .post-content, .one-column.search .post-content {
    padding: 0 18.16812%;
  }
}
@media all and (min-width: 56.25em) {
  .right-sidebar.blog .entry, .right-sidebar.archive .entry, .right-sidebar.search .entry,
  .left-sidebar.blog .entry,
  .left-sidebar.archive .entry,
  .left-sidebar.search .entry {
    width: 100%;
    float: none;
  }
  .right-sidebar.blog .entry:nth-child(even), .right-sidebar.archive .entry:nth-child(even), .right-sidebar.search .entry:nth-child(even),
  .left-sidebar.blog .entry:nth-child(even),
  .left-sidebar.archive .entry:nth-child(even),
  .left-sidebar.search .entry:nth-child(even) {
    margin-right: 0;
  }

  .right-sidebar .main,
  .left-sidebar .main,
  .two-right .main,
  .two-left .main {
    width: 68.13045%;
  }
  .right-sidebar .site-footer,
  .left-sidebar .site-footer,
  .two-right .site-footer,
  .two-left .site-footer {
    clear: both;
  }
  .right-sidebar.posts-page-1 .entry:first-of-type .post-header,
  .right-sidebar.posts-page-1 .entry:first-of-type .post-content,
  .left-sidebar.posts-page-1 .entry:first-of-type .post-header,
  .left-sidebar.posts-page-1 .entry:first-of-type .post-content,
  .two-right.posts-page-1 .entry:first-of-type .post-header,
  .two-right.posts-page-1 .entry:first-of-type .post-content,
  .two-left.posts-page-1 .entry:first-of-type .post-header,
  .two-left.posts-page-1 .entry:first-of-type .post-content {
    padding: 0;
    text-align: left;
  }
  .right-sidebar.posts-page-1 .entry:first-of-type .post-title,
  .left-sidebar.posts-page-1 .entry:first-of-type .post-title,
  .two-right.posts-page-1 .entry:first-of-type .post-title,
  .two-left.posts-page-1 .entry:first-of-type .post-title {
    font-size: 2.375em;
    /* 38px / 16px */
    line-height: 1.342;
    /* 51px */
  }
  .right-sidebar.error-404 .post-header,
  .right-sidebar.error-404 .post-content,
  .right-sidebar.error-404 .post-meta, .right-sidebar.singular .post-header,
  .right-sidebar.singular .post-content,
  .right-sidebar.singular .post-meta,
  .left-sidebar.error-404 .post-header,
  .left-sidebar.error-404 .post-content,
  .left-sidebar.error-404 .post-meta,
  .left-sidebar.singular .post-header,
  .left-sidebar.singular .post-content,
  .left-sidebar.singular .post-meta,
  .two-right.error-404 .post-header,
  .two-right.error-404 .post-content,
  .two-right.error-404 .post-meta,
  .two-right.singular .post-header,
  .two-right.singular .post-content,
  .two-right.singular .post-meta,
  .two-left.error-404 .post-header,
  .two-left.error-404 .post-content,
  .two-left.error-404 .post-meta,
  .two-left.singular .post-header,
  .two-left.singular .post-content,
  .two-left.singular .post-meta {
    padding: 0;
    text-align: left;
  }
  .right-sidebar.error-404 .post-header, .right-sidebar.singular .post-header,
  .left-sidebar.error-404 .post-header,
  .left-sidebar.singular .post-header,
  .two-right.error-404 .post-header,
  .two-right.singular .post-header,
  .two-left.error-404 .post-header,
  .two-left.singular .post-header {
    margin: 1.5em 0;
  }
  .right-sidebar.error-404 .post-title, .right-sidebar.singular .post-title,
  .left-sidebar.error-404 .post-title,
  .left-sidebar.singular .post-title,
  .two-right.error-404 .post-title,
  .two-right.singular .post-title,
  .two-left.error-404 .post-title,
  .two-left.singular .post-title {
    font-size: 2.375em;
    /* 38px / 16px */
    line-height: 1.342;
    /* 51px */
  }
  .right-sidebar .comments,
  .left-sidebar .comments,
  .two-right .comments,
  .two-left .comments {
    padding: 0;
  }
  .right-sidebar .loop-pagination,
  .left-sidebar .loop-pagination,
  .two-right .loop-pagination,
  .two-left .loop-pagination {
    text-align: left;
  }
  .right-sidebar .loop-pagination :first-child,
  .left-sidebar .loop-pagination :first-child,
  .two-right .loop-pagination :first-child,
  .two-left .loop-pagination :first-child {
    margin-left: 0;
  }

  .right-sidebar .main,
  .two-right .main {
    float: left;
    margin-right: 4.54203%;
  }

  .left-sidebar .main,
  .two-left .main {
    float: right;
    margin-left: 4.54203%;
  }

  .two-left.blog .post-title, .two-left.archive .post-title, .two-left.search .post-title,
  .two-right.blog .post-title,
  .two-right.archive .post-title,
  .two-right.search .post-title {
    font-size: 1.75em;
    /* 28px / 16px */
    line-height: 1.357;
    /* 38px */
  }
}
@media all and (min-width: 68.75em) {
  .three-column.blog .post-title, .three-column.archive .post-title, .three-column.search .post-title {
    font-size: 1.75em;
    /* 28px / 16px */
    line-height: 1.357;
    /* 38px */
  }
  .three-column.blog:not(.posts-page-1) .entry, .three-column.archive:not(.posts-page-1) .entry, .three-column.search:not(.posts-page-1) .entry {
    width: 30.24992%;
  }
  .three-column.blog:not(.posts-page-1) .entry:nth-child(3n - 2), .three-column.blog:not(.posts-page-1) .entry:nth-child(3n - 1), .three-column.archive:not(.posts-page-1) .entry:nth-child(3n - 2), .three-column.archive:not(.posts-page-1) .entry:nth-child(3n - 1), .three-column.search:not(.posts-page-1) .entry:nth-child(3n - 2), .three-column.search:not(.posts-page-1) .entry:nth-child(3n - 1) {
    margin-right: 4.54203%;
  }
  .three-column.blog:not(.posts-page-1) .entry:nth-child(3n - 2), .three-column.archive:not(.posts-page-1) .entry:nth-child(3n - 2), .three-column.search:not(.posts-page-1) .entry:nth-child(3n - 2) {
    clear: left;
  }
  .three-column.blog:not(.posts-page-1) .entry:nth-child(3n), .three-column.archive:not(.posts-page-1) .entry:nth-child(3n), .three-column.search:not(.posts-page-1) .entry:nth-child(3n) {
    margin-right: 0;
  }
  .three-column.posts-page-1 .entry {
    width: 30.24992%;
  }
  .three-column.posts-page-1 .entry:first-of-type {
    width: 100%;
  }
  .three-column.posts-page-1 .entry:nth-child(3n - 1), .three-column.posts-page-1 .entry:nth-child(3n) {
    margin-right: 4.54203%;
  }
  .three-column.posts-page-1 .entry:nth-child(3n + 2) {
    clear: left;
  }
  .three-column.posts-page-1 .entry:nth-child(3n + 1) {
    margin-right: 0;
  }
}
@media all and (min-width: 56.25em) {
  .sidebar-primary {
    width: 27.25218%;
  }

  .right-sidebar .sidebar-primary,
  .two-right .sidebar-primary {
    float: right;
  }

  .left-sidebar .sidebar-primary,
  .two-left .sidebar-primary {
    float: left;
  }
}
.comment-reply-link.hide {
  margin-left: 0;
}
.comment-reply-link.hide:after {
  display: none;
}

.comment-reply-link.show {
  margin-left: 18px;
}
.comment-reply-link.show:after {
  display: inline-block;
}

.toggle-navigation.hide {
  display: none;
}

@media all and (max-width: 56.25em) {
  .toggle-navigation.show {
    display: block;
  }
}
@media all and (min-width: 56.25em) {
  .right-sidebar.woocommerce-account .main, .right-sidebar.woocommerce-cart .main, .right-sidebar.woocommerce-checkout .main,
  .two-right.woocommerce-account .main,
  .two-right.woocommerce-cart .main,
  .two-right.woocommerce-checkout .main,
  .left-sidebar.woocommerce-account .main,
  .left-sidebar.woocommerce-cart .main,
  .left-sidebar.woocommerce-checkout .main,
  .two-left.woocommerce-account .main,
  .two-left.woocommerce-cart .main,
  .two-left.woocommerce-checkout .main {
    float: none;
    margin: 0 auto;
  }
}
.comments-number p,
.comment-reply-title{
  font-weight: 500;
  font-family: 'Ubuntu' !important;
}
.must-log-in a,
.logged-in-as a {
  font-size: 1.3125em;
  /* 21px / 16px */
  line-height: 1.143;
  /* 24px */
  color: #3e4d48 !important;
}

.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-vote{
  display: none !important;
  background: #266062;
}
.logged-in .totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-vote{
  background: #266062;
	display: inline-block !important;
}
.totalpoll-poll-container .totalpoll-error-message{
  background: #266062 !important;
}
.totalpoll-poll-container .totalpoll-error-message a{
  background: #266062;
  color: #fff !important;
}
.collapsecomment-title{
  margin-top: 5px;
  display: block;
  width: 50%;
  background: #6f153f;
  color: #fff;
  padding: 5px 11px 5px 11px;
  cursor: pointer;
}
@media all and (max-width: 56.25em) {
  .collapsecomment-title{
    width: 100%;
  }
}
.collapsecomment-title:before{
  content: '+';
  width: 15px;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  display: inline-block;
}
.collapsecomment-title.active:before{
  content: '-';
}

.avatar-default{
  display: none;
}

@media all and (min-width: 56.25em) {
  .vc_grid-container .vc_grid.vc_row .vc_grid-item {
    display: inline-block !important;
  }
  .vc_grid .vc_pageable-load-more-btn{
    display: none;
  }
  .vc_gitem-post-data-source-post_title{
    min-height: 50px;
  }
  .vc_gitem-post-data-source-post_excerpt{
    min-height: 120px;
  }
}

.vc_btn3-style-flat{
  border-radius: 5px;
}
.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 5px !important;
}
.vc_gitem-post-category-name{
  display: none;
}
.vc_general.vc_btn3{
  font-family: "kelmscottromanregular", sans-serif;
}
#menu-secondary-items > li:not(.wpml-ls-item) a{
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #3e4d48;
  border-radius: 5px !important;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 13px 15px;
  font-family: "kelmscottromanregular", sans-serif;
}
#menu-secondary-items > li#menu-item-ubisoft-logout a{
  background: #ffffff;
  border: 2px solid #3e4d48;
  color: #3e4d48;
}
#menu-secondary-items > li.wpml-ls-item a{
  background: none;
}
#menu-secondary-items > li > ul{
  padding: 0;
  left: auto;
}
.search-bar{
  float: right;
}
@media all and (max-width: 56.25em) {
  #menu-secondary-items > li.wpml-ls-item{
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 5px;
    width: 60px;
  }
  .menu-primary li:last-child{
    width: inherit !important;
  }
}
.comment.administrator .author-name {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #f1edea;
  background-color: #3e4d48;
  border-radius: 5px !important;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 13px 15px;
  font-family: "kelmscottromanregular", sans-serif;
}

.comment.editor .author-name {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #f1edea;
  background-color: #3e4d48;
  border-radius: 5px !important;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 13px 15px;
  font-family: "kelmscottromanregular", sans-serif;
}
.comment.administrator .comment-content {
	background: #f8f7f5;
}
.vc_btn3.vc_btn3-color-juicy-pink.user-name-check, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.user-name-check{
  color: #f7f7f7 !important;
  background-color: #f23630 !important;
  border-radius: 0 !important;
  font-family: "kelmscottromanregular", sans-serif !important;
  font-size: 14px !important;

}
/*

ATTENTION:

Please do not edit this. Your changes will be overwritten when there is an Update for EmptySpace.

If you want to make CSS edits, use the "Custom CSS" section in the Customizer instead (Appearance > Customize).

*/
