/*
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

EmptySpace WordPress Theme, Copyright 2017 Compete Themes
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: 2.375em;
  /* 38px / 16px */
  line-height: 1.342;
  /* 51px */
}

h1 {
  font-size: 1.75em;
  /* 28px / 16px */
  line-height: 1.357;
  /* 38px */
}

h2, .comments-number,
.comment-reply-title {
  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: white;
  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;
}

.comments-number h2,
.comment-reply-title h2 {
  font-size: 1em;
}

.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) {
  .comments-number,
  .comment-reply-title {
    font-size: 1.75em;
    /* 28px / 16px */
    line-height: 1.357;
    /* 38px */
  }

  .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: -4,6%;
  width: 109.2%;
  padding: 1.5em 4.167%;
  margin-top: 3em;
  text-align: center;
  background: #f5f5f5;
  border-top: solid 1px #EDEDED;
}

.site-header {
  text-align: center;
  padding-top: 39px;

}
.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%;
}
.toggle-navigation {
  display: block;
  background: none;
  margin: 0 auto;
  padding: 0;
  border: none;
}
.toggle-navigation:hover {
  cursor: pointer;
}

.title-container {
  margin: 2.25em 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: 3.188em;
    /* 51px / 16px */
    line-height: 1.314;
    /* 67px */
  }

  .tagline {
    font-size: 0.75em;
    /* 12px / 16px */
    line-height: 1.5;
    /* 18px */
  }
}
@media all and (min-width: 56.25em) {
  .site-header {
    padding-top: 1.5em;
  }

  .title-container {
    margin: 3em 0 4.5em;
  }

  .toggle-navigation {
    display: none;
  }

  .social-media-icons {
    float: right;
    margin: 0;
    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: 4.5em 0 6em;
  }

  .site-title {
    font-size: 4.188em;
    /* 67px / 16px */
    line-height: 1.343;
    /* 90px */
  }
}
.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;

  -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;
}
.menu-primary a:focus {
  text-decoration: underline;
}
.menu-primary .current-menu-item > a,
.menu-primary .current_page_item > a {
  outline: solid 1px #3a3a3a;
}
.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;
  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;
}
.menu-primary-items .open > ul {
  max-height: 999px;
}
.menu-primary-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: inline-block;
    text-align: left;
    float: left;
    margin-bottom: 0;
  }
  .menu-primary li {
    position: relative;
    display: inline-block;
    margin: 0;
  }
  .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;
    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-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-items ul li {
    display: block;
    z-index: 9;
    white-space: nowrap;
    margin: 0 0 6px 0;
  }
  .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);
  }
}
.entry {
  margin-bottom: 3em;
}

.featured-image {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  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%;
}
.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) {
  .entry {
    margin-bottom: 4.5em;
  }

  .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: 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;
  }
}



@media all and (min-width: 56.25em) {
  .navpos-top-right, .navpos-top-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
  }
  .navpos-top-right #logo-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    margin-right: 1%;
  }
  .navpos-top-left #logo-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 1%;
  }
  .navpos-top-right #menu-primary-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    margin-left: 1%;
  }

  .navpos-top-left #menu-primary-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    margin-left: 1%;
  }


  #logo-menu {
    width: 24%;
  }
  #logo-menu .logo{
    max-height: 150px;
    max-width: 100%;
    height: auto;
  }

  #menu-primary-container{
    width: 74%;
  }

  .navpos-center #logo-menu {
    width: auto;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  .navpos-center  #menu-primary-container {
    width: auto;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  .navpos-center  #menu-primary-container .menu-primary{
    float: none;
  }
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 998;
}
.site-header:before {
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  min-height: 20vh;
  width: 100%;
  content: '';
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 74%, rgba(255,255,255,0.8) 79%, rgba(255,255,255,0.2) 88%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 74%,rgba(255,255,255,0.8) 79%,rgba(255,255,255,0.2) 88%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 74%,rgba(255,255,255,0.8) 79%,rgba(255,255,255,0.2) 88%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
@media all and (min-width: 56.25em) {
  .site-header:before {
    min-height: 150px;
  }
}
#mega-menu-wrap-primary{
  background: none !important;
}
.site-header.white-bg:before{
   display: none;
 }
.site-header.white-bg{
  background: #ffffff;
  box-shadow: 0 13px 42px 0 rgba(69,69,69,0.75);
}
@media all and (min-width: 56.25em) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout:not(:first-of-type)  ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: auto !important;
    right: 100%;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-wpml-ls-item{
  opacity: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:not(:first-of-type) li.mega-menu-item-has-children:hover > a.mega-menu-link:after {
  transform: rotate(180deg);
}
.hidden{
  display: none !important;
}

#site-footer{
  color: #000;
  padding: 11px 0;
}
#site-footer .container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/*
#site-footer .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#site-footer .col-xs-12, #site-footer .col-sm-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

#site-footer .col-xs-12{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;

}
@media (min-width: 576px) {
  #site-footer .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
 */
#site-footer .text-right{
  text-align: right;
}
#site-footer .text-left{
  text-align: left;
}
#site-footer .footer-text{
  font-size: 18px;
}
#site-footer ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#site-footer ul li{
  float: left;
  list-style: none;
  text-indent: 0;
}
#site-footer ul li::before{
  display: none;
}

#site-footer ul li a{
  color: #000;
  font-size: 18px;
}
#site-footer #menu-social{
  margin-top: 20px;
}
#site-footer #menu-social-items li{
  padding-left: 0;
  padding-right: 9px;
}
#site-footer #menu-social-items li a{
  font-size: 35px;
}
#site-footer #menu-footer li {
  padding-left: 18px;
  position: relative;
}
@media (min-width: 576px) {
  #site-footer #menu-footer {
    display: inline-block;
    float: right;
  }
}

#site-footer #menu-footer-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;
}
#site-footer #menu-footer-items ul li {
  margin: 0;
}
#site-footer #menu-footer-items .open > ul {
  max-height: 999px;
}
#site-footer #menu-footer-items .open > .toggle-dropdown {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media all and (min-width: 56.25em) {
  #site-footer #menu-footer-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;
  }
  #site-footer #menu-footer-items ul:hover, #site-footer #menu-footer-items ul.focused {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
  }
  #site-footer #menu-footer-items ul a {
    width: 100%;
  }
  #site-footer #menu-footer-items ul .menu-item-has-children > a {
    width: calc(100% - 16px);
  }
  #site-footer #menu-footer-items ul li {
    display: block;
    z-index: 9;
    white-space: nowrap;
    margin: 0 0 6px 0;
  }
  #site-footer #menu-footer-items ul li:first-child {
    margin-top: 0;
  }
  #site-footer #menu-footer-items ul .toggle-dropdown {
    margin: 0 0 0 -2px;
  }
  #site-footer #menu-footer-items ul .toggle-dropdown:after {
    content: '\f105';
  }
  #site-footer #menu-footer-items .menu-item-has-children.open > ul {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
  }
  #site-footer #menu-footer-items .menu-item-has-children:hover > button, #site-footer #menu-footer-items .menu-item-has-children.focused > button {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  #site-footer #menu-footer-items .menu-item-has-children li {
    margin-right: 0;
  }
  #site-footer #menu-footer-items .menu-item-has-children > a {
    position: relative;
    z-index: 9;
  }
  #site-footer #menu-footer-items .menu-item-has-children > a:hover ~ ul, #site-footer #menu-footer-items .menu-item-has-children > a:active ~ ul, #site-footer #menu-footer-items .menu-item-has-children > a:focus ~ ul {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
  }
  #site-footer #menu-footer-items .menu-item-has-children > a:hover + button, #site-footer #menu-footer-items .menu-item-has-children > a:active + button, #site-footer #menu-footer-items .menu-item-has-children > a:focus + button {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  #site-footer #menu-footer-items .menu-item-has-children > a:hover:after, #site-footer #menu-footer-items .menu-item-has-children > a:active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 24px;
  }
  #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children:hover > button, #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children.focused > button {
    -webkit-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children > a:hover + button, #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children > a:active + button, #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children > a:focus + button {
    -webkit-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children > a:hover ~ ul, #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children > a:active ~ ul, #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children > a:focus ~ ul {
    top: 0;
    left: 100%;
  }
  #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children > a:hover:after, #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children > a:active:after {
    top: 0;
    bottom: 0;
    left: 100%;
    width: 36px;
  }
  #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children ul {
    left: 100%;
    left: calc(100% + 6px);
    top: 0;
  }
  #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children ul:hover, #site-footer #menu-footer-items .menu-item-has-children .menu-item-has-children ul.focused {
    top: 0;
    left: 100%;
  }
  #site-footer #menu-footer-items .toggle-dropdown {
    margin: 0 12px 0 8px;
  }

  #site-footer .current-menu-item.menu-item-has-children > a + .toggle-dropdown {
    margin: 0 12px 0 8px;
  }
}

.language-selector-big{
  width: 100%;

  background: #fff;
  text-align: left;
  margin-top: -30px;
  padding-bottom: 30px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.language-selector-big.show{
  height: auto;
  opacity: 1;
}
.language-selector-big .container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .language-selector-big  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .language-selector-big .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .language-selector-big .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .language-selector-big .container {
    max-width: 1140px;
  }
}
.language-selector-big .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.language-selector-big .col-xs-12, .language-selector-big .col-sm-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.language-selector-big .col-xs-12{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;

}
.language-selector-big h3{
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
  font-size: 19px;
  margin: 28px 0;
}
@media (min-width: 576px) {
  .language-selector-big .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .language-selector-big .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .language-selector-big .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
}

.language-selector-big  .flag-list a{
  font-size: 12px;
}
.language-selector-big  .flag-list a i{
  margin-right: 10px;
}

.mfp-bg{
  background: #fff;
  opacity: 1;
}
.mfp-iframe-holder{
  padding: 0;
}
.mfp-iframe-holder .mfp-content{
  max-width: inherit;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: #fff;
}
.mfp-iframe-holder .mfp-close{
  top: 20px;
  right: 20px;
  background: #ce0037;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 30px;
  font-size: 40px;
  padding: 0;
}

.filelink:before{

}
.filelink i{
  margin-right: 10px;
}
/*

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).

*/
