@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Resets & Typography
3. Buttons
4. Forms
   4.1 Search form
   4.2 Comment form
   4.3 Post Password form
   4.4 Contact Form 7
5. Sidebars & Widgets
6. Elements
7. Navigation
8. Content & Comments
9. Header
10. Footer
11. Layout
12. WooCommerce
13. Utility classes
14. Compatibility styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2. Resets & Typography
--------------------------------------------------------------*/
/* Box Sizing Reset  */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

/* Body Reset */
html {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.71429;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 100%;
}

body {
  margin: 0;
  color: #333;
  background-color: #fff;
}

html,
body {
  overflow-x: hidden;
}

/* iOS "clickable elements" fix for role="button" */
[role=button] {
  cursor: pointer;
}

/* Reset fonts for relevant elements */
input,
button,
select,
textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Typography */
/* Headings */
h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: "Vidaloka", "Apple Garamond", "Baskerville", "Georgia", "Times New Roman", "Roboto Slab", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}

h1,
h2,
h3 {
  color: #000;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.875rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.5;
}

.headline {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  font-size: 2.25rem;
  line-height: 1.13889;
}

/* Body text */
p {
  margin: 0 0 0.857145rem;
}

b, strong {
  font-weight: 700;
}

/* Lists */
ul,
ol {
  padding: 0 0 0 1.5rem;
  margin-top: 0;
  margin-bottom: 0.857145rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* Links */
a {
  color: #0181CA;
  text-decoration: none;
  transition: color 0.1s;
}

a:hover,
a:focus {
  color: #01a1fd;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* Figure */
figure {
  margin: 1rem 0;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Horizontal rules */
hr {
  margin-top: 1.71429rem;
  margin-bottom: 1.71429rem;
  border: 0;
  border-top: 1px solid #ddd;
}

/* Abbreviation */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
  text-decoration: none;
}

/* Blockquote */
blockquote {
  position: relative;
  padding: 0 0 0 5.5rem;
  margin: 1.875rem 0 2.5rem;
  border-left: 0;
  font-size: 1.125rem;
  color: #444;
}

blockquote::before {
  position: absolute;
  left: -0.75rem;
  top: -0.25rem;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  font-family: "Vidaloka", "Apple Garamond", "Baskerville", "Georgia", "Times New Roman", "Roboto Slab", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-style: normal;
  font-size: 5.5rem;
  line-height: 1;
  text-align: center;
  color: #e43034;
  content: "”";
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer {
  display: block;
  color: #666;
}

blockquote footer::before {
  content: "— ";
}

blockquote footer cite {
  font-style: normal;
}

/* Address */
address {
  margin-bottom: 1.71429rem;
  font-style: normal;
  line-height: 1.71429;
}

/* Tables */
table, th, td {
  border: 1px solid #ddd;
}

table {
  table-layout: fixed;
  border-width: 1px 0 0 1px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

th, td {
  border-width: 0 1px 1px 0;
  vertical-align: baseline;
  text-align: left;
  padding: 0.4em;
}

th {
  font-weight: 700;
}

/* Definition Lists */
dt {
  font-weight: 400;
  color: #444;
}

dd {
  margin: 0 0 1rem;
}

/* Code blocks & Preformatted text */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 90%;
}

/* Inline code */
code {
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

/* User input typically entered via keyboard */
kbd {
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

/* Blocks of code */
pre {
  display: block;
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow: auto;
  font-size: 90%;
  line-height: 1.6;
  color: #292b2c;
  background-color: #eee;
}

/* Account for some code outputs that place code tags in pre tags */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* Inline variables */
var {
  font-style: italic;
}

/* Accessibility */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/*--------------------------------------------------------------
3. Buttons
--------------------------------------------------------------*/
.btn {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
  display: inline-block;
  padding: 0.625rem 2.125rem;
  border-radius: 25rem;
  border: 0;
  box-shadow: none;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease-out;
  color: #333;
  background-color: #ebe9eb;
}
.btn:hover {
  color: #c71a1e;
  background-color: #dad8da;
}

.btn-large {
  padding: 0.75rem 2.125rem;
  font-size: 1.3125rem;
}

.btn-small {
  padding: 0.375rem 2rem;
  font-size: 0.875rem;
}

/* Button styles */
.btn-primary {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #c71a1e;
  background-repeat: no-repeat, no-repeat;
  background-position: left 2px top 1px, left bottom;
  background-size: calc(100% - 4px) calc(100% - 2px), 100% 200%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='24' ry='24' fill='none' stroke='%23fff' stroke-dasharray='6,5' stroke-width='2' stroke-opacity='0.7' /></svg>"), linear-gradient(#de1d21 0%, #de1d21 50%, #a31519 100%);
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #c71a1e;
  background-position: left 2px top 1px, left top;
}

.btn-primary.btn-large {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='29' ry='29' fill='none' stroke='%23fff' stroke-dasharray='6,5' stroke-width='2' stroke-opacity='0.7' /></svg>"), linear-gradient(#de1d21 0%, #de1d21 50%, #a31519 100%);
}

.btn-primary.btn-small {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='17' ry='17' fill='none' stroke='%23fff' stroke-dasharray='6,5' stroke-width='2' stroke-opacity='0.7' /></svg>"), linear-gradient(#de1d21 0%, #de1d21 50%, #a31519 100%);
}

.btn-secondary {
  color: #333;
  border-color: #c4c4c4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  background-repeat: no-repeat, no-repeat;
  background-position: left 2px top 1px, left bottom;
  background-size: calc(100% - 4px) calc(100% - 2px), 100% 200%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='24' ry='24' fill='none' stroke='%23333' stroke-dasharray='6,5' stroke-width='1' stroke-opacity='1' /></svg>"), linear-gradient(#f2f2f2 0%, #f2f2f2 50%, #e0e0e0 100%);
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #333;
  border-color: #333;
  background-position: left 2px top 1px, left top;
}

.btn-secondary.btn-large {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='29' ry='29' fill='none' stroke='%23333' stroke-dasharray='6,5' stroke-width='1' stroke-opacity='1' /></svg>"), linear-gradient(#f2f2f2 0%, #f2f2f2 50%, #e0e0e0 100%);
}

.btn-secondary.btn-small {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='17' ry='17' fill='none' stroke='%23333' stroke-dasharray='6,5' stroke-width='1' stroke-opacity='1' /></svg>"), linear-gradient(#f2f2f2 0%, #f2f2f2 50%, #e0e0e0 100%);
}

.btn-transparent {
  border: 0;
  background-color: rgba(196, 196, 196, 0.35);
}

/* Disabled button state */
.btn-disabled,
.btn:disabled,
.btn:disabled[disabled] {
  color: #bbb;
  background-color: #e5e5e5;
  border: none;
  cursor: not-allowed;
}
.btn-disabled:hover, .btn-disabled:focus,
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled[disabled]:hover,
.btn:disabled[disabled]:focus {
  color: #bbb;
  background-color: #e5e5e5;
  border: none;
  transform: none;
  box-shadow: none;
}

/* Header button */
.btn-header {
  border: 0;
  background-color: rgba(196, 196, 196, 0.35);
  box-shadow: none;
}

@media (min-width: 992px) {
  .btn-header {
    padding: 0.9375rem 2.5rem;
    font-size: 1.125rem;
  }
}
.site-header--bg_dark .btn-header {
  color: #fff;
}

.is-menu-open .site-header--bg_dark .btn-header {
  color: #333;
}

/*--------------------------------------------------------------
4. Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  padding: 0.6125rem 1.125rem;
  line-height: 1.5;
  vertical-align: middle;
  box-shadow: none;
  border-radius: 1.4375rem;
  border: 1px solid;
  border-color: #c4c4c4;
  background-color: #fff;
  color: #333;
  transition-property: border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #828282;
  outline: none;
}

textarea {
  border-radius: 0.5rem;
}

/* Search form */
.search-form {
  position: relative;
  font-size: 0.875rem;
  max-width: 22rem;
}

.search-form .search-submit {
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  right: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border: 0;
  line-height: 0.9375;
  color: #828282;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.2s;
}

.search-form .search-submit:hover {
  color: #c71a1e;
}

.search-form .search-submit .icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.25rem;
}

/* Search Form on Sidebar */
.sidebar-content .search-form {
  max-width: 25rem;
}

/* Search Form on 404 page */
.error-404 .search-form {
  display: inline-block;
  max-width: 100%;
  width: 20rem;
}

/* Comment form */
.comment-form {
  font-size: 0.875rem;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  border-color: #ddd;
}

.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  border-color: #333;
}

.comment-form p {
  margin-bottom: 1.875rem;
}

.comment-form .comment-notes {
  text-align: center;
  color: #959595;
}

.comment-form .logged-in-as {
  text-align: center;
}

.comment-form .comment-form-cookies-consent {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.comment-form .form-submit {
  margin-top: 1.75rem;
  margin-bottom: 0;
  text-align: center;
}

/* Post Password Form */
.post-password-form p:last-child {
  padding: 2rem;
  text-align: center;
  background-color: #f9f9f9;
}

.post-password-form input[type=password] {
  width: 100%;
  margin: 0.5rem 0 1rem;
}

.post-password-form input[type=submit] {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
  display: inline-block;
  padding: 0.625rem 2.125rem;
  border-radius: 25rem;
  border: 0;
  box-shadow: none;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease-out;
  color: #333;
  background-color: #ebe9eb;
}
.post-password-form input[type=submit]:hover {
  color: #c71a1e;
  background-color: #dad8da;
}

@media (min-width: 768px) {
  .post-password-form input[type=password] {
    width: auto;
    margin: 0 1rem 0 0.75rem;
  }
}
/* Contact Form 7 */
.wpcf7 {
  font-size: 0.875rem;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  background-color: transparent;
  border-color: #959595;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  background-color: #fff;
  border-color: #333;
}

.wpcf7 label {
  display: inline-block;
  margin-bottom: 0.25rem;
}

.wpcf7 .form-notes {
  margin-bottom: 1rem;
  text-align: center;
  color: #959595;
}

.wpcf7-submit {
  margin-top: 0.375rem;
}

.wpcf7-response-output {
  text-align: center;
}

div.wpcf7 .ajax-loader {
  position: relative;
  top: 0.125rem;
  left: 0.5rem;
}

/*--------------------------------------------------------------
5. Sidebars & Widgets
--------------------------------------------------------------*/
/* Sidebar */
.sidebar-content {
  font-size: 0.875rem;
  color: #333;
  padding: 0;
}

.sidebar-content .widget {
  background-image: linear-gradient(to right, #c4c4c4 66.6666666667%, rgba(255, 255, 255, 0) 0%);
  background-position: left -3px bottom;
  background-size: 9px 1px;
  background-repeat: repeat-x;
  padding-bottom: 3.5rem;
  margin-bottom: 3.5rem;
}

.sidebar-content .widget:last-child {
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar-content .widget *:last-child {
  margin-bottom: 0;
}

/* Widgets */
.widget-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #000;
}

.widget:not(.widget_text) a {
  color: #333;
}

.widget:not(.widget_text) a:hover {
  color: #c71a1e;
}

/* Widget content */
.widget ul {
  list-style: none;
  padding-left: 0;
}

/* Widget in Footer context */
.footer-widgets .widget {
  margin-bottom: 2.375rem;
}

.footer-widgets .widget-title {
  margin-bottom: 1rem;
}

.footer-widgets .widget-title::after {
  display: block;
  width: 2rem;
  margin-top: 1.25rem;
  border-bottom: 1px solid;
  border-color: #333;
  content: "";
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tr,
.widget_calendar td,
.widget_calendar th {
  border: 0;
}

.widget_calendar table {
  max-width: 22rem;
  line-height: 1.71429;
  border-collapse: collapse;
}

.widget_calendar table caption {
  margin-bottom: 0.75rem;
}

.widget_calendar th,
.widget_calendar td {
  font-style: inherit;
  text-align: center;
}

.widget_calendar th {
  font-style: normal;
  background-color: #ddd;
  color: #333;
}

.widget_calendar td {
  padding: 0.6em;
  color: #999;
}

.widget_calendar tr:first-child td {
  padding-top: 1em;
}

.widget_calendar tfoot td:first-child {
  text-align: left;
}

.widget_calendar tfoot td:last-child {
  text-align: right;
}

/* Spacing in the list widgets */
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
  margin-bottom: 0.6rem;
}

.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul {
  display: none;
}

/* Recent Comments Widget */
.widget_recent_comments {
  color: #929292;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
  display: block;
  color: #999;
}

/* RSS Widget */
.widget_rss ul li {
  margin-bottom: 0.75rem;
}

/* Text Widget */
.widget_text .textwidget > :first-child {
  margin-top: 0;
}

.widget_text .textwidget > :last-child {
  margin-bottom: 0;
}

/* Pages Widget and Navigation Menu Widget in Footer context */
.site-footer .widget_pages ul,
.site-footer .widget_nav_menu ul {
  display: flex;
  flex-flow: row wrap;
}

.site-footer .widget_pages ul li,
.site-footer .widget_nav_menu ul li {
  width: 50%;
  padding-right: 1rem;
}

.site-footer .widget_pages ul ul,
.site-footer .widget_nav_menu ul ul {
  display: none;
}

/*--------------------------------------------------------------
6. Elements
--------------------------------------------------------------*/
/* Section */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Section Heading */
.section-heading {
  padding-top: 3.5rem;
  margin-bottom: 2.5rem;
}

.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-family: "Vidaloka", "Apple Garamond", "Baskerville", "Georgia", "Times New Roman", "Roboto Slab", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: 2.25rem;
  font-weight: normal;
  letter-spacing: 0.0625rem;
  color: #000;
}

.section-heading p {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  color: #888;
}

.section-heading--decor-1 h1::after,
.section-heading--decor-1 h2::after,
.section-heading--decor-1 h3::after,
.section-heading--decor-1 h4::after,
.section-heading--decor-1 h5::after,
.section-heading--decor-1 h6::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 3.625rem;
  margin-top: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid;
  font-family: "typicons";
  font-size: 1.1875rem;
  font-weight: normal;
  content: "\e0b2";
  line-height: 0;
}

/* Carousels */
.bt-carousel .owl-item > * {
  margin-left: auto;
  margin-right: auto;
  transform: translate3d(0, 0, 0);
}

.bt-carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

.bt-carousel .owl-dot,
.bt-carousel button.owl-dot {
  width: 1rem;
  height: 1rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  border-radius: 50%;
  border: 1px solid #333;
}

.bt-carousel .owl-dot.active,
.bt-carousel button.owl-dot.active {
  border-color: #e43034;
  background-color: #e43034;
}

.bt-carousel[data-equal-heights] .owl-item > * {
  height: 100%;
}

/* Grids */
.bt-grid-items-container {
  margin-left: -1rem;
  margin-right: -1rem;
}

.bt-grid-item {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}

.bt-grid-item > * {
  height: 100%;
}

@media (min-width: 768px) {
  .bt-grid-items-container {
    display: flex;
    flex-flow: row wrap;
  }

  .bt-grid-item {
    flex: none;
    width: 50%;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .bt-grid-item {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .bt-grid--columns-4 .bt-grid-item {
    width: 25%;
  }
}
/* Grid filters */
.bt-grid-filters-container {
  margin-top: -0.5rem;
  margin-bottom: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

.bt-grid-filters-title {
  display: inline-block;
  margin-right: 0.5rem;
}

.bt-grid-filter {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: transparent;
  border: none;
  color: #959595;
  cursor: pointer;
  transition: color 0.3s;
}

.bt-grid-filter:hover,
.bt-grid-filter.is-active {
  color: #333;
}

.bt-grid-filter.is-active {
  text-decoration: underline;
}

.bt-grid-filter:hover:focus {
  outline: none;
}

/* Services carousel */
.services-carousel .owl-stage {
  padding-bottom: 1rem;
}

.services-carousel .owl-dots {
  margin-top: 1.8125rem;
}

/* Services grid */
.services-grid .bt-grid-item {
  margin-bottom: 3rem;
}

.services-grid--stars .bt-grid-item {
  margin-bottom: 4rem;
}

/* Service preview in Star shape */
.service-star {
  width: 291px;
  margin-left: auto;
  margin-right: auto;
}

.service-star-svg {
  display: block;
  width: 291px;
  height: 291px;
  margin-left: auto;
  margin-right: auto;
}

.service-star-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Vidaloka", "Apple Garamond", "Baskerville", "Georgia", "Times New Roman", "Roboto Slab", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: 1.75rem;
  font-weight: normal;
  text-align: center;
  color: #000;
}

.service-star-title::before {
  content: "";
  display: block;
  width: 4.375rem;
  margin-top: 1.875rem;
  margin-bottom: 1.625rem;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid;
  border-color: #828282;
}

@media (min-width: 992px) {
  .service-star-clip-path,
.service-star-svg-image {
    transform-origin: 50% 50%;
    transition: all 0.6s;
  }

  .service-star-title {
    transition: all 0.3s;
  }

  .service-star:hover .service-star-clip-path {
    transform: rotate(6deg);
  }

  .service-star:hover .service-star-svg-image {
    transform: rotate(-6deg) scale(1.08);
  }

  .service-star:hover .service-star-title {
    color: #c71a1e;
  }
}
/* Service preview card */
.service-card {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #f5f5f5;
  transform: translate3d(0, 0, 0);
}

.service-card-image {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}

.service-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 0.5rem);
  -o-object-fit: cover;
     object-fit: cover;
}

.service-card-title {
  margin-top: 3rem;
  margin-bottom: 3.25rem;
  font-family: "Vidaloka", "Apple Garamond", "Baskerville", "Georgia", "Times New Roman", "Roboto Slab", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: 1.6825rem;
  font-weight: normal;
  text-align: center;
  color: #000;
}

@media (min-width: 992px) {
  .service-card,
.service-card-image img {
    transition: all 0.4s;
  }

  .service-card .service-card-title {
    transition: all 0.2s;
  }

  .service-card:hover {
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.3);
  }

  .service-card:hover .service-card-image img {
    transform: translateY(-0.5rem);
  }

  .service-card:hover .service-card-title {
    color: #c71a1e;
  }
}
/* Feature box */
.feature-box-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feature-box-copy-wrap > *:first-child {
  margin-top: 0;
}

.feature-box-copy-wrap > *:last-child {
  margin-bottom: 0;
}

/* Feature box style 1 */
.feature-box--style-1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 2.25rem;
}

.feature-box--style-1 .feature-box-icon {
  align-self: flex-start;
  flex-shrink: 0;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  line-height: 3.9375rem;
  line-height: calc(3rem - 1px);
  font-size: 2.25rem;
  text-align: center;
  color: #c71a1e;
}

/* Feature box style 2 */
.feature-box--style-2 {
  margin-bottom: 1rem;
  overflow: hidden;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
}

.feature-box--style-2 .feature-box-image-wrap {
  position: relative;
  left: -50%;
  width: 200%;
  height: 28rem;
  margin-top: -18.25rem;
  border-radius: 50%;
  overflow: hidden;
}

.feature-box--style-2 .feature-box-image {
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 9.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-box--style-2 .feature-box-icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  line-height: 3.9375rem;
  line-height: calc(3rem - 1px);
  margin: 0.75rem auto -1rem;
  font-size: 2.25rem;
  text-align: center;
  color: #c71a1e;
}

.feature-box--style-2 .feature-box-copy-wrap {
  padding: 1.75rem 1.25rem 1.25rem;
  font-size: 0.875rem;
  text-align: center;
}

/* Testimonial item */
.testimonial-item {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: relative;
  max-width: 32.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.875rem;
  padding-left: 0;
  border-left: 0;
  font-size: 0.875rem;
  text-align: center;
}

.testimonial-item footer::before {
  content: "";
}

.testimonial-item::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-family: "Vidaloka", "Apple Garamond", "Baskerville", "Georgia", "Times New Roman", "Roboto Slab", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #c71a1e;
  content: "“";
}

.testimonial-item-text {
  margin-bottom: 1.5rem;
}

.testimonial-item-text > *:last-child {
  margin-bottom: 0;
}

.testimonial-item-image {
  width: 3.875rem;
  height: 3.875rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-item-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.testimonial-item-author {
  display: block;
  font-weight: bold;
  line-height: 1.571;
  color: #333;
}

.testimonial-item-author-subtitle {
  display: block;
  font-style: italic;
  line-height: 1.571;
  color: #333;
}

/* Logo box */
.logo-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.logo-box-item {
  max-width: 14rem;
  max-height: 8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.logo-box-item-image {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .logo-box {
    justify-content: space-between;
  }
}
/* Icon list */
.icon-list {
  padding-left: 0;
}

.icon-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.3125rem;
}

/* The icon */
.icon-list li i:first-child {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.5;
  color: #e43034;
}

/* Working hours list */
.working-hours-list {
  padding-left: 0;
  max-width: 32rem;
}

.working-hours-list li {
  display: flex;
  flex-direction: row;
}

/* Hours */
.working-hours-list li span:last-child {
  flex: 0 0 auto;
  padding-left: 1rem;
}

/* Weekday */
.working-hours-list li span:first-child {
  flex: 1 0;
  display: flex;
  flex-direction: row;
}

/* Dot leaders decoration */
.working-hours-list li span:first-child::after {
  flex: 1 0;
  align-self: flex-end;
  position: relative;
  top: -0.5rem;
  display: block;
  height: 0.125rem;
  margin-left: 0.125rem;
  border-bottom: 0.125rem dotted;
  content: "";
}

/* Scroll to top */
.scroll-to-top {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.75rem;
  border-radius: 50%;
  text-align: center;
  color: #d1d1d1;
  background-color: #191824;
}

.scroll-to-top::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-family: "typicons";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  content: "\e023";
}

/* Text+Image Block */
.text-image-block-image {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  height: 300px;
}

.text-image-block-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .text-image-block-image {
    display: none;
  }
}
@media (min-width: 992px) {
  .text-image-block {
    display: flex;
    flex-direction: row;
  }

  .text-image-block-image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(42% + 8rem);
    width: calc(42% + 8rem);
    max-width: calc(42% + 8rem);
    height: auto;
    margin-left: -8rem;
    margin-right: 0;
  }

  .text-image-block-text {
    flex: 0 0 58%;
    width: 58%;
    max-width: 58%;
    padding-bottom: 1.125rem;
    padding-left: 2rem;
  }

  .text-image-block--image-right .text-image-block-image {
    order: 1;
    margin-left: 0;
    margin-right: -8rem;
  }

  .text-image-block--image-right .text-image-block-text {
    padding-left: 0;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .text-image-block-image {
    flex-basis: calc(45% + 10rem);
    width: calc(45% + 10rem);
    max-width: calc(45% + 10rem);
    margin-left: -10rem;
  }

  .text-image-block-text {
    flex-basis: 55%;
    width: 55%;
    max-width: 55%;
  }

  .text-image-block--image-right .text-image-block-image {
    margin-left: 0;
    margin-right: -10rem;
  }
}
/* Three Recent Posts Feed */
.three-recent-posts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2.75rem;
}

.three-recent-posts-column:not(:first-child) {
  display: none;
}

.three-recent-posts-column {
  flex: 1 0 auto;
  width: 100%;
}

.three-recent-posts-column > * {
  height: 100%;
}

@media (min-width: 768px) {
  .three-recent-posts {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .three-recent-posts-column {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .three-recent-posts-column:first-child {
    width: 50%;
  }

  .three-recent-posts-column:nth-child(2) {
    display: block;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .three-recent-posts-column:first-child {
    width: 33.333333%;
  }

  .three-recent-posts-column:nth-child(2) {
    width: 33.333333%;
  }

  .three-recent-posts-column:nth-child(3) {
    display: block;
    width: 33.333333%;
  }
}
/* Blog post preview card */
.article-card {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.07);
}

.article-card-image {
  height: 13rem;
  background-color: #f8f8f8;
}

.article-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-card-copy {
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #fff;
}

.article-card-copy::before {
  content: "";
  display: block;
  width: 6.625rem;
  margin-bottom: 1.625rem;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid;
  border-color: #828282;
}

.article-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2rem;
  max-height: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  color: #000;
  transition: all 0.2s;
}

.article-card-title:hover {
  color: #c71a1e;
}

.article-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.71429rem;
  max-height: 5.14287rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #333;
}

.article-card-text > :last-child {
  margin-bottom: 0;
}

.article-card-meta {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: auto;
  font-size: 0.875rem;
}

.article-card-meta,
.article-card-meta a {
  color: #929292;
}

.article-card-meta a:hover {
  color: #c71a1e;
}

.article-card-meta-separator {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .article-card-image {
    height: 16.25rem;
  }

  .article-card-copy {
    height: calc(100% - 16.25rem);
  }
}
/* Call To Action */
.call-to-act {
  font-family: "Vidaloka", "Apple Garamond", "Baskerville", "Georgia", "Times New Roman", "Roboto Slab", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-weight: normal;
  line-height: 1.2;
}

.call-to-act h1,
.call-to-act h2,
.call-to-act h3,
.call-to-act h4,
.call-to-act h5,
.call-to-act h6 {
  margin-top: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.call-to-act p {
  line-height: inherit;
}

.call-to-act-copy-wrap :last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .call-to-act {
    text-align: center;
  }
}
/* Call To Action Vertical style */
.call-to-act--vertical {
  margin-top: 3.5rem;
  margin-bottom: 3.75rem;
}

.call-to-act--vertical h1,
.call-to-act--vertical h2,
.call-to-act--vertical h3,
.call-to-act--vertical h4,
.call-to-act--vertical h5,
.call-to-act--vertical h6 {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
}

.call-to-act--vertical p {
  font-size: 2.75rem;
  letter-spacing: 0.0625rem;
}

.call-to-act--vertical .call-to-act-copy-wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 2rem;
}

/* Call To Action Horizontal style */
.call-to-act--horizontal {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.call-to-act--horizontal h1,
.call-to-act--horizontal h2,
.call-to-act--horizontal h3,
.call-to-act--horizontal h4,
.call-to-act--horizontal h5,
.call-to-act--horizontal h6 {
  margin-bottom: 1.0625rem;
  font-size: 1.5rem;
}

.call-to-act--horizontal p {
  font-size: 2rem;
}

.call-to-act--horizontal .call-to-act-copy-wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1.75rem;
}

@media (min-width: 992px) {
  .call-to-act--horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .call-to-act--horizontal h1,
.call-to-act--horizontal h2,
.call-to-act--horizontal h3,
.call-to-act--horizontal h4,
.call-to-act--horizontal h5,
.call-to-act--horizontal h6 {
    margin-bottom: 0.3125rem;
    font-size: 1.4375rem;
  }

  .call-to-act--horizontal .call-to-act-copy-wrap {
    margin-bottom: 0;
  }
}
/* Service Table */
.service-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
  font-size: 0.875rem;
}

.service-table thead tr {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #ddd;
  background-color: #ddd;
}

.service-table tbody tr {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #ddd;
}

.service-table th,
.service-table td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border: none;
}

/* Pricing box */
.pricing-box {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  padding: 2.6875rem;
  text-align: center;
  background-color: #fff;
  background-size: 100% 100%;
  background-position: left top;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' fill='none' stroke='%23000' stroke-dasharray='6,2' stroke-width='1'/></svg>");
}

.pricing-box--featured {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' fill='none' stroke='%23333' stroke-dasharray='11,2' stroke-width='4'/></svg>");
}

.pricing-box > *:last-child {
  margin-bottom: 0;
}

.pricing-box h1,
.pricing-box h2,
.pricing-box h3,
.pricing-box h4,
.pricing-box h5,
.pricing-box h6 {
  margin-top: 0;
  margin-bottom: 1.375rem;
}

.pricing-box h1,
.pricing-box h2,
.pricing-box h3 {
  font-size: 1.875rem;
}

.pricing-box p {
  margin-bottom: 1.4375rem;
  color: #777;
}

.pricing-box .price {
  font-family: "Vidaloka", "Apple Garamond", "Baskerville", "Georgia", "Times New Roman", "Roboto Slab", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: 3rem;
  font-weight: normal;
  color: #000;
}

.pricing-box .btn {
  margin-bottom: 0.25rem;
}

.pricing-box ul {
  padding-left: 0;
  list-style: none;
}

/*--------------------------------------------------------------
7. Navigation
--------------------------------------------------------------*/
/* Primary navigation */
.primary-navigation {
  font-size: 0.875rem;
}

.primary-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation ul li > a {
  display: block;
  padding: 0.75rem 1rem;
  font-weight: bold;
  color: #333;
}

@media (max-width: 991px) {
  .primary-navigation {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #333;
  }

  .primary-navigation ul li {
    position: relative;
  }

  .primary-navigation ul li > a,
.primary-navigation ul ul {
    background-image: linear-gradient(to right, #e8e8e8 66.6666666667%, rgba(255, 255, 255, 0) 0%);
    background-position: left -2px top;
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }

  .primary-navigation ul li > a:hover, .primary-navigation ul li > a:focus {
    background-color: #f5f5f5;
  }

  .primary-navigation ul li:first-child > a {
    background-image: none;
  }

  .primary-navigation ul li.current-menu-item > a {
    color: #c71a1e;
  }

  .primary-navigation ul ul {
    padding-left: 1.5rem;
  }

  .primary-navigation ul ul li > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: normal;
  }

  /* Submenu toggling */
  .primary-navigation .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0.375rem 1rem;
    border: 0;
    outline: none;
    background-color: transparent;
    cursor: pointer;
  }

  .primary-navigation .sub-menu-toggle-icon {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    border: 1px solid;
    border-radius: 0.25rem;
    border-color: #666;
    font-family: "FontAwesome";
    font-size: 0.75rem;
    font-weight: normal;
    color: #333;
  }

  .primary-navigation .sub-menu-toggle-icon::after {
    display: block;
    content: "\f078";
    transition: all 0.2s;
  }

  .primary-navigation .sub-menu-toggle.is-open .sub-menu-toggle-icon::after {
    transform: rotate(-180deg);
  }

  .js .primary-navigation ul:not(.sub-menu) > li > .sub-menu {
    display: none;
  }

  .js .primary-navigation ul > li > .sub-menu.is-open {
    display: block;
  }
}
@media (min-width: 992px) {
  .primary-navigation ul {
    display: flex;
    flex-flow: row wrap;
  }

  .primary-navigation ul li {
    position: relative;
  }

  .primary-navigation ul li > a {
    text-transform: uppercase;
  }

  .primary-navigation ul li > a:hover,
.primary-navigation ul li.current-menu-item > a,
.primary-navigation ul li.current-menu-ancestor > a {
    color: #c71a1e;
  }

  .primary-navigation ul li.menu-item-has-children > a::after {
    content: " \f107";
    font-family: "FontAwesome";
  }

  .primary-navigation ul ul {
    position: absolute;
    z-index: 101;
    top: 100%;
    left: 0;
    display: block;
    min-width: 14rem;
    visibility: hidden;
    border-top: 1px solid;
    border-color: #f2f2f2;
    border-radius: 0.5rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275);
    white-space: nowrap;
    background-color: #fff;
    opacity: 0;
    transform: translate3d(0, -1rem, 0);
    transition: all 0.2s ease-out;
  }

  .primary-navigation ul ul li > a {
    text-transform: none;
  }
  .primary-navigation ul ul li > a:hover {
    background-color: #f5f5f5;
  }

  .primary-navigation ul ul li:first-child > a {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .primary-navigation ul ul li:last-child > a {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .primary-navigation ul ul li.menu-item-has-children > a::after {
    position: absolute;
    right: 1rem;
    content: " \f105";
    font-family: "FontAwesome";
  }

  .primary-navigation ul ul li > ul {
    top: -2px;
    left: 100%;
    transform: translate3d(-1rem, 0, 0);
  }

  .primary-navigation ul li.menu-item-has-children.has-focus > ul,
.primary-navigation ul li.menu-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .primary-navigation .sub-menu-toggle {
    display: none;
  }

  .site-header--bg_dark .site-header-navbar:not(.myfixed) .primary-navigation > div > ul > li,
.site-header--bg_dark .site-header-navbar:not(.myfixed) .primary-navigation > div > ul > li > a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f2f2f2;
  }
}
/* Secondary navigation */
.secondary-navigation {
  display: none;
}

.secondary-navigation ul {
  margin: 0 -0.5rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  font-size: 0.875rem;
}

.secondary-navigation li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.75rem;
}

.secondary-navigation ul ul {
  display: none;
}

.secondary-navigation a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .secondary-navigation {
    display: block;
  }
}
/* Footer navigation */
.footer-navigation ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 0.875rem;
}

.footer-navigation li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* Social navigation */
.social-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}

.social-navigation li {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.social-navigation ul ul {
  display: none;
}

.social-navigation a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "typicons";
  display: inline-block;
  width: 1.725rem;
  height: 1.725rem;
  line-height: 1;
  font-size: 1.725rem;
  text-align: center;
  text-decoration: none;
  speak: none;
}

.social-navigation a[href*=mailto] {
  font-size: 0;
}

.social-navigation a[href*=mailto]::before {
  content: "\e0e1";
}

.social-navigation a[href*="dribbble.com"] {
  font-size: 0;
}

.social-navigation a[href*="dribbble.com"]::before {
  content: "\e0e3";
}

.social-navigation a[href*="facebook.com"] {
  font-size: 0;
}

.social-navigation a[href*="facebook.com"]::before {
  content: "\e0e4";
}

.social-navigation a[href*="flickr.com"] {
  font-size: 0;
}

.social-navigation a[href*="flickr.com"]::before {
  content: "\e0e6";
}

.social-navigation a[href*="github.com"] {
  font-size: 0;
}

.social-navigation a[href*="github.com"]::before {
  content: "\e0e8";
}

.social-navigation a[href*="google.com"] {
  font-size: 0;
}

.social-navigation a[href*="google.com"]::before {
  content: "\e0ea";
}

.social-navigation a[href*="instagram.com"] {
  font-size: 0;
}

.social-navigation a[href*="instagram.com"]::before {
  content: "\e0ec";
}

.social-navigation a[href*="linkedin.com"] {
  font-size: 0;
}

.social-navigation a[href*="linkedin.com"]::before {
  content: "\e0f0";
}

.social-navigation a[href*="pinterest.com"] {
  font-size: 0;
}

.social-navigation a[href*="pinterest.com"]::before {
  content: "\e0f2";
}

.social-navigation a[href*=skype] {
  font-size: 0;
}

.social-navigation a[href*=skype]::before {
  content: "\e0f4";
}

.social-navigation a[href*="tumblr.com"] {
  font-size: 0;
}

.social-navigation a[href*="tumblr.com"]::before {
  content: "\e0f6";
}

.social-navigation a[href*="twitter.com"] {
  font-size: 0;
}

.social-navigation a[href*="twitter.com"]::before {
  content: "\e0f8";
}

.social-navigation a[href*="vimeo.com"] {
  font-size: 0;
}

.social-navigation a[href*="vimeo.com"]::before {
  content: "\e0fa";
}

.social-navigation a[href*="youtube.com"] {
  font-size: 0;
}

.social-navigation a[href*="youtube.com"]::before {
  content: "\e0fc";
}

.social-navigation a[href*="vk.com"] {
  font-size: 0;
}

.social-navigation a[href*="vk.com"]::before {
  content: "\f000";
}

@media (min-width: 768px) {
  .social-navigation li {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .social-navigation a::before {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75;
    font-size: 1.75rem;
  }
}
/* Services navigation */
.services-navigation ul {
  border-top: 1px solid;
  border-color: #000;
  font-size: 1.125rem;
}

.services-navigation ul li.menu-item {
  margin-bottom: 0;
}

.services-navigation ul li.menu-item > a {
  background-image: linear-gradient(to right, #ddd 66.6666666667%, rgba(255, 255, 255, 0) 0%);
  background-position: left -2px bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  display: block;
  padding: 0.75rem 1rem 0.6875rem;
  font-family: "Vidaloka", "Apple Garamond", "Baskerville", "Georgia", "Times New Roman", "Roboto Slab", "Droid Serif", "Times", "Source Serif Pro", serif;
  transition: all 0.2s ease;
  color: #000;
}

.services-navigation ul li.menu-item > a:hover,
.services-navigation ul li.current-menu-item > a {
  background-color: #f5f5f5;
}

.services-navigation ul li.current-menu-item > a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5rem;
}

.services-navigation ul ul {
  display: none;
}

/* Loops pagination for archives and WooCommerce */
.pagination .nav-links,
.woocommerce nav.woocommerce-pagination ul {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  border: none;
  list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  display: block;
  float: none;
  border-right: none;
}

.pagination .nav-links a,
.pagination .nav-links span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  padding: 0;
  margin: 0 0.3125rem;
  border-radius: 50%;
  border: 1px solid;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  color: #333;
  border-color: #999;
  background-color: transparent;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  color: #333;
  border-color: #333;
  background-color: transparent;
}

.pagination .nav-links span.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #333;
  border-color: #e0e0e0;
  background-color: #e0e0e0;
  cursor: default;
}

.pagination .nav-links a.prev,
.pagination .nav-links a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.125rem;
  line-height: 2.625rem;
}

.pagination .nav-links a.prev,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  left: 0;
}

.pagination .nav-links a.next,
.woocommerce nav.woocommerce-pagination ul li a.next {
  right: 0;
}

@media (min-width: 768px) {
  .pagination .nav-links a.prev,
.pagination .nav-links a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    position: static;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}
/*--------------------------------------------------------------
8. Content & Comments
--------------------------------------------------------------*/
/* Post entry */
.entry-title {
  margin-top: 0;
  margin-bottom: 1rem;
  word-wrap: break-word;
}

.entry-title,
.entry-title a {
  color: #000;
}

.entry-title a:hover {
  color: #c71a1e;
}

.entry-featured-image {
  margin-top: 2.125rem;
  margin-bottom: 2.5rem;
}

.entry-featured-image:first-child {
  margin-top: 0;
}

.entry-content:before, .entry-content:after {
  content: " ";
  display: table;
}
.entry-content:after {
  clear: both;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-meta {
  margin-top: 1.5rem;
  margin-bottom: 1.6875rem;
  font-size: 0.875rem;
  color: #929292;
}

.entry-meta:last-child {
  margin-bottom: 0;
}

.entry-meta a {
  color: #333;
}

.entry-meta a:hover {
  color: #c71a1e;
}

.entry-meta-separator {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.sticky .entry-sticky-badge {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  height: 1.625rem;
  line-height: 1.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-right: 1rem;
  border-radius: 0.75rem/50%;
  background-color: #b4b4b4;
  color: #fff;
  cursor: default;
}

.entry-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 2rem;
  font-size: 0.875rem;
}

.entry-tags,
.entry-share {
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #333;
}

.entry-tags a {
  font-weight: normal;
  color: #666;
}

.entry-tags a:hover {
  color: #c71a1e;
}

.entry-share a {
  position: relative;
  top: 0.375rem;
  display: inline-block;
  margin-left: 1rem;
  font-family: "typicons";
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: normal;
  color: #959595;
  transition: all 0.2s ease-out;
}

.entry-share a:hover {
  top: 0.1875rem;
}

.entry-share a[href*="facebook.com"]::before {
  content: "\e0e4";
}

.entry-share a[href*="facebook.com"]:hover {
  color: #3b5998;
}

.entry-share a[href*="twitter.com"]::before {
  content: "\e0f8";
}

.entry-share a[href*="twitter.com"]:hover {
  color: #1da1f2;
}

.entry-share a[href*="google.com"]::before {
  content: "\e0ea";
}

.entry-share a[href*="google.com"]:hover {
  color: #db4a39;
}

.entry-share a[href*="linkedin.com"]::before {
  content: "\e0f0";
}

.entry-share a[href*="linkedin.com"]:hover {
  color: #0077b5;
}

/* Page content */
.page-content-wrap > *:last-child {
  margin-bottom: 0;
}

/* Comments */
.entry + .comments-area {
  margin-top: 2.3125rem;
  border-top: 1px solid #c4c4c4;
}

.comments-area {
  padding-top: 4.875rem;
}

.comments-title {
  margin-top: 0;
  margin-bottom: 2.8125rem;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
}

/* Comments list */
.comments-list,
.comments-list .children {
  list-style: none;
}

.comments-list {
  padding-left: 0;
}

.comments-list .comment {
  margin-bottom: 3rem;
}

.comments-list .comment:last-child {
  margin-bottom: 0;
}

.comments-list .comment .children {
  padding-left: 3.75rem;
  margin-top: 3rem;
}

/* Comments Navigation */
.comments-nav {
  margin-top: 4.625rem;
}
.comments-nav:before, .comments-nav:after {
  content: " ";
  display: table;
}
.comments-nav:after {
  clear: both;
}

.comments-nav a {
  color: #333;
}

.comments-nav a:hover,
.comments-nav a:focus {
  color: #c71a1e;
}

.comments-nav-prev {
  float: left;
}

.comments-nav-next {
  float: right;
}

/* "Comments closed" message */
.comments-closed {
  margin-top: 5rem;
  margin-bottom: 1.375rem;
  font-style: italic;
  text-align: center;
  color: #959595;
}

/* Comment content */
.comment-body {
  position: relative;
}

.comment-footer {
  min-height: 4rem;
  margin-bottom: 0.5rem;
}

.comment-author-avatar {
  float: left;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  border-radius: 50%;
}

.comment-author-name {
  position: relative;
  top: -0.5rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
}

.comment-author-name,
.comment-author-name a {
  color: #333;
}

.comment-author-label {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
  left: 0.5rem;
  top: -0.625rem;
  display: inline-block;
  padding: 0 0.625rem;
  font-size: 0.6875rem;
  border: 1px solid #959595;
  border-radius: 19%/50%;
  cursor: default;
  white-space: nowrap;
}

.comment-date {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
}

.comment-date a {
  color: #959595;
}

.comment-date a:hover {
  color: #c71a1e;
}

.comment-actions {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.875rem;
}

.comment-actions a {
  display: inline-block;
  margin-left: 1.5rem;
  color: #333;
}

.comment-actions a:hover {
  color: #c71a1e;
}

.comment-edit-link::before,
.comment-reply-link::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "typicons";
  margin-right: 0.25rem;
}

.comment-edit-link::before {
  content: "\e0c3";
}

.comment-reply-link::before {
  content: "\e006";
}

.comment-awaiting-moderation {
  font-size: 0.875rem;
  font-style: italic;
  color: #959595;
}

.comment-content {
  clear: both;
  font-size: 0.875rem;
}

.comment-content :first-child {
  margin-top: 0;
}

.comment-content :last-child {
  margin-bottom: 0;
}

/* A Comment by Post Author */
.bypostauthor .comment-author-label {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

/* Comment Respond */
.comment-respond {
  margin-top: 4.875rem;
}

.comment-respond:first-child {
  margin-top: 0;
}

.comment-respond .comment-reply-title {
  margin-top: 0;
  margin-bottom: 0.6875rem;
  text-align: center;
}

/* Comment Respond inside Comment */
.comment .comment-respond {
  padding-left: 3.75rem;
  margin-top: 1.75rem;
  margin-bottom: 2.5rem;
}

/* Alignment */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}

.alignleft {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 1.875rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.875rem;
  margin-right: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Caption */
.wp-caption,
.gallery-caption {
  max-width: 100%;
  font-size: 0.875rem;
  text-align: center;
  color: #929292;
}

.wp-caption .wp-caption-text {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* Gallery */
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
}

.gallery-item {
  margin-right: 1%;
  margin-left: 1%;
  flex: 0 0 30%;
  width: 30%;
  max-width: 30%;
}

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

.gallery-columns-1 .gallery-item {
  margin-right: 0;
  margin-left: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  flex: 0 0 48%;
  width: 48%;
  max-width: 48%;
}

/* 404 pages */
.error-404 {
  text-align: center;
}

/*--------------------------------------------------------------
9. Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
}

/* Transparent header */
.site-header--layout_transparent {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .is-menu-open .site-header--layout_transparent {
    background-color: #fff;
  }
}
/* Header top bar */
.site-header-top {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 50px;
  background-color: rgba(25, 24, 36, 0.9);
  color: #f2f2f2;
}

.site-header-top a {
  color: #f2f2f2;
}

.site-header-top .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .site-header-top .container {
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
/* Header branding */
.site-header-branding {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 4rem;
  min-height: 4rem;
}

.site-branding-text .site-title {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-family: "Vidaloka", "Apple Garamond", "Baskerville", "Georgia", "Times New Roman", "Roboto Slab", "Droid Serif", "Times", "Source Serif Pro", serif;
  line-height: 1.2;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
}

.site-branding-text .site-title,
.site-branding-text .site-title a {
  color: #000;
}

.site-branding-text .site-description {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.2;
}

.hide-site-branding-text .site-branding-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.custom-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 60vw;
  max-height: 4rem;
  margin-right: 0.5rem;
}

.custom-logo-light:not(:first-of-type) {
  display: none;
}

@media (min-width: 992px) {
  .site-branding-text .site-title {
    font-size: 1.75rem;
  }

  .site-header-branding .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .custom-logo {
    max-height: 5.125rem;
  }
}
.site-header--bg_dark .site-header-navbar:not(.myfixed) .site-branding-text .site-title,
.site-header--bg_dark .site-header-navbar:not(.myfixed) .site-branding-text .site-title a,
.site-header--bg_dark .site-header-navbar:not(.myfixed) .site-branding-text .site-description {
  color: #f2f2f2;
}

.site-header--bg_dark .site-header-navbar:not(.myfixed) .custom-logo:not(:last-of-type) {
  display: none;
}

.site-header--bg_dark .site-header-navbar:not(.myfixed) .custom-logo-light {
  display: block;
}

.is-menu-open .site-header--bg_dark .site-header-navbar:not(.myfixed) .custom-logo:not(:last-of-type) {
  display: block;
}

.is-menu-open .site-header--bg_dark .site-header-navbar:not(.myfixed) .custom-logo-light {
  display: none;
}

/* Menu toggle button */
.site-header-menu-toggle {
  padding: 1.25rem;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
}

.site-header-menu-toggle .menu-toggle-bar {
  display: block;
  height: 3px;
  width: 24px;
  border-radius: 3px;
  background-color: #333;
  transition: all 0.1s ease-in;
}

.site-header-menu-toggle .menu-toggle-bar + .menu-toggle-bar {
  margin-top: 3px;
}

.site-header-menu-toggle.is-open .menu-toggle-bar {
  transition-timing-function: ease-out;
}

.site-header-menu-toggle.is-open .menu-toggle-bar-1 {
  transform: translateY(6px) rotate(-45deg);
}

.site-header-menu-toggle.is-open .menu-toggle-bar-2 {
  opacity: 0;
}

.site-header-menu-toggle.is-open .menu-toggle-bar-3 {
  transform: translateY(-6px) rotate(45deg);
}

.site-header--bg_dark .site-header-menu-toggle:not(.is-open) .menu-toggle-bar {
  background-color: #fff;
}

/* Header Info Blocks container */
.site-header-blocks-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 420px) {
  .site-header-blocks-column {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .site-header-blocks {
    display: flex;
    flex-direction: row-reverse;
  }

  .site-header-blocks-column {
    flex-direction: row-reverse;
  }
}
/* Header Info Block item */
.header-info-block {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.header-info-block a {
  color: inherit;
}

.header-info-block-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1;
  color: #c71a1e;
}

.header-info-block-text {
  line-height: 1.375;
  font-size: 0.9375rem;
}

.header-info-block-text p {
  margin-bottom: 0;
}

.goodtailor-customizer .header-info-block-placeholder {
  margin-left: 1rem;
  width: 10rem;
  min-height: 3rem;
  max-height: 100%;
  border: 1px dashed;
  border-color: #3486b7;
}

@media (min-width: 768px) {
  .header-info-block {
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: space-between;
    align-items: center;
  }

  .header-info-block-text {
    font-size: 0.8125rem;
  }
}
/* Header Info Block Icon Circled style */
.header-info-block-icon.header-info-block-icon--circled {
  min-width: 3rem;
  min-height: 3rem;
  width: 3rem;
  height: 3rem;
  line-height: 2.86rem;
  line-height: calc(3rem - 2px);
  margin-right: 1rem;
  border-radius: 50%;
  text-align: center;
  background-color: #c71a1e;
  color: #fff;
}

/* Header navbar layout */
.site-header-navbar .container {
  position: relative;
}

.site-header-navbar .site-header-branding {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.site-header-navbar .site-header-menu {
  margin-bottom: 1rem;
}

.site-header-navbar .site-header-blocks {
  margin-bottom: 0.75rem;
}

.site-header-navbar .site-header-menu-toggle {
  position: absolute;
  top: 0.25rem;
  right: 0;
}

@media (max-width: 991px) {
  .is-menu-open {
    /* Kill the scroll on the html or body elements */
    overflow: hidden;
  }

  .is-menu-open .site-header-navbar {
    max-height: 100vh;
    overflow: scroll;
  }

  .js .site-header-navbar .site-header-menu:not(.is-open),
.no-js .site-header-navbar .site-header-menu:not(:target) {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-header-navbar {
    background-image: linear-gradient(#f5f5f5 0%, #f5f5f5 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom 3rem left;
  }

  .site-header-navbar .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .site-header-navbar .site-header-branding {
    flex: none;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .site-header-navbar .site-header-menu {
    flex: 1 0 auto;
    width: 100%;
    order: 1;
    margin-bottom: 0;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .site-header-navbar .site-header-blocks {
    flex: 1 0;
    width: 0;
    margin-top: 0.75rem;
    margin-right: -1rem;
  }

  .site-header-navbar .site-header-menu-toggle {
    display: none;
  }

  .site-header--bg_dark .site-header-navbar {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  }
}
/* Page Header */
.page-header {
  position: relative;
  height: 14rem;
}

.page-header-image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-header-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Page Title */
.page-header-title-wrap {
  height: 100%;
  text-align: center;
  background-color: #191824;
}

.page-header-title-wrap .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.page-header-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  color: #fff;
}

/* Page Header Wavy decoration */
.page-header-decor-top,
.page-header-decor-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-size: 18px 5px;
  background-repeat: repeat-x;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18px' height='5px' viewBox='0 0 18 5'><path d='M18,0c-0.6,0-1.2,0.1-1.8,0.3C15.7,0.4,15.3,0.7,15,1l-3.1,3.1c-0.3,0.3-0.7,0.5-1.2,0.7C10.2,4.9,9.6,5,9,5C8.4,5,7.8,4.9,7.3,4.8C6.8,4.6,6.4,4.4,6.1,4.1L3,1C2.7,0.7,2.3,0.4,1.8,0.3C1.2,0.1,0.6,0,0,0H18z' fill='%23ffffff'/></svg>");
}

.page-header-decor-top {
  top: 0;
}

.page-header-decor-bottom {
  bottom: 0;
  transform: rotate(180deg);
}

.page-header-decor-top::before,
.page-header-decor-bottom::before {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 54.5454545455%, rgba(255, 255, 255, 0) 0%);
  background-position: left -3px top;
  background-size: 11px 1px;
  background-repeat: repeat-x;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 15px;
  background-position: center;
}

/* Breadcrumbs */
.breadcrumbs {
  margin-top: 0.875rem;
  font-weight: 300;
  line-height: 1;
}

.breadcrumbs span {
  font-style: italic;
}

.breadcrumbs a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid;
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs,
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #fff;
}

/*--------------------------------------------------------------
10. Footer
--------------------------------------------------------------*/
/* Footer typography */
.site-footer {
  font-size: 0.875rem;
  color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

/* Footer top part */
.footer-top-wrap {
  background-image: linear-gradient(to right, #e0e0e0 63.6363636364%, rgba(255, 255, 255, 0) 0%);
  background-position: left -3.5px top;
  background-size: 11px 1px;
  background-repeat: repeat-x;
  padding-top: 4.625rem;
  padding-bottom: 1.375rem;
  overflow: hidden;
  background-color: #fefefe;
}

/* Footer widgets */
@media (min-width: 992px) {
  .footer-widgets {
    display: flex;
    flex-flow: row;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .footer-widgets #sb_instagram {
    padding-top: 0.5rem;
  }

  .footer-widgets-column {
    flex: 1 0;
    min-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* Footer bottom part */
.footer-bottom-wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  background-color: #111;
  color: #fff;
}

.footer-bottom-wrap .container {
  min-height: 6.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-bottom-wrap .footer-tagline,
.footer-bottom-wrap .footer-navigation {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-bottom-wrap .footer-tagline {
  text-align: center;
}

@media (min-width: 992px) {
  .footer-bottom-wrap .container {
    display: flex;
    flex-direction: row;
  }

  .footer-bottom-wrap .footer-tagline {
    flex: 1 0;
    text-align: left;
  }
}
/* Footer bottom links */
.footer-bottom-wrap a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.footer-bottom-wrap a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.2s;
}

.footer-bottom-wrap a:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* Footer tagline */
.footer-tagline a {
  color: #fff;
  font-style: italic;
}

/*--------------------------------------------------------------
11. Layout
--------------------------------------------------------------*/
/* Page content layout */
.site-content {
  outline: none;
}
.site-content:before, .site-content:after {
  content: " ";
  display: table;
}
.site-content:after {
  clear: both;
}

.main-wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sidebar-wrap {
  padding-bottom: 5rem;
}

.main-content:before, .main-content:after {
  content: " ";
  display: table;
}
.main-content:after {
  clear: both;
}

@media (min-width: 992px) {
  .has-sidebar .main-wrap {
    float: left;
    width: 100%;
    padding-right: 28%;
  }

  .sidebar-wrap {
    float: left;
    width: 25%;
    padding-top: 5rem;
    margin-left: -25%;
    border-top: 0;
  }
}
/* Archive Loop */
.archive-loop-item {
  padding-bottom: 2.4375rem;
  margin-bottom: 2.875rem;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
}

.archive-loop-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.archive-loop-wrap + .pagination {
  padding-top: 3.75rem;
  margin-top: 2.4375rem;
  border-top: 1px solid;
  border-color: #e0e0e0;
}

/*--------------------------------------------------------------
12. WooCommerce
--------------------------------------------------------------*/
/* Remove button */
.woocommerce a.remove {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  color: #fff !important;
  background-color: #c5c5c5;
}

@media (min-width: 992px) {
  .woocommerce a.remove {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
  }
}
/* Sale tag */
.woocommerce span.onsale {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 0;
  min-height: 0;
  width: auto;
  height: auto;
  padding: 0.375rem 0.5rem 0.375rem;
  border-radius: 0;
  font-size: 0.75rem;
  line-height: 100%;
  text-transform: uppercase;
  background-color: #c71a1e;
  color: #fff;
}

/* Quantity input */
.woocommerce .quantity .input-text {
  width: 4.875rem;
  padding: 0.375rem 0.6125rem 0.375rem 1.4375rem;
  margin-right: 0.5rem;
}

/* Product Gallery */
.woocommerce-product-gallery__wrapper {
  margin: 0;
}

/* Product Page */
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  border-radius: 0.75rem;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 0.75rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-right: 0.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.woocommerce div.product div.summary {
  margin-bottom: 3.75rem;
}

.woocommerce div.product .product_title {
  font-size: 2rem;
  margin-bottom: 1.875rem;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.625rem;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
  font-size: 1rem;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: #333;
  margin-bottom: 1.75rem;
}

.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  text-decoration: none;
}

.woocommerce-product-details__short-description {
  margin-bottom: 2rem;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 0.5rem;
}

.woocommerce div.product form.cart .button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #c71a1e;
  background-repeat: no-repeat, no-repeat;
  background-position: left 2px top 1px, left bottom;
  background-size: calc(100% - 4px) calc(100% - 2px), 100% 200%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='19' ry='19' fill='none' stroke='%23fff' stroke-dasharray='6,5' stroke-width='2' stroke-opacity='0.7' /></svg>"), linear-gradient(#de1d21 0%, #de1d21 50%, #a31519 100%);
  padding-left: 2rem;
  padding-right: 2rem;
}
.woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:focus {
  color: #fff;
  background-color: #c71a1e;
  background-position: left 2px top 1px, left top;
}

.woocommerce div.product .product_meta .posted_in,
.woocommerce div.product .product_meta .tagged_as {
  display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: 3.25rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
  margin-left: 0;
  margin-right: 0.5rem;
  border-top-left-radius: 0.6875rem;
  border-top-right-radius: 0.6875rem;
  background-color: #e6e6e6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #333;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

/* Product loops */
.woocommerce ul.products {
  margin-bottom: 0;
}

.woocommerce ul.products li.product {
  margin-bottom: 2rem;
  border: 1px solid;
  border-color: #f1f1f1;
  border-radius: 0.75rem;
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
}

.woocommerce ul.products li.product a img {
  max-width: none;
  width: 100%;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 0;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding-top: 0;
  padding-bottom: 0;
  margin: 2rem 0.5rem 0.75rem;
  color: #333;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}

.woocommerce ul.products li.product .star-rating {
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8125rem;
}

.woocommerce ul.products li.product .price {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #333;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 0.5rem;
  opacity: 1;
  color: #bdbdbd;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  padding: 0.5rem 1.4375rem;
  margin: 0.75rem 1rem 1.75rem;
  font-size: 0.875rem;
}

.woocommerce ul.products li.product .added_to_cart {
  margin-top: -0.75rem;
}

/* Product hover effect */
@media (min-width: 992px) {
  .woocommerce ul.products li.product,
.woocommerce ul.products li.product .onsale {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }

  .woocommerce ul.products li.product .button {
    transition: all 0.3s;
  }

  .woocommerce ul.products li.product:hover {
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.11);
  }

  .woocommerce ul.products li.product:hover .onsale {
    transform: translate3d(0, -2px, 0);
    animation-delay: 0.4s;
    animation-duration: 0.6s;
    animation-name: onsale-shake;
  }

  .woocommerce ul.products li.product:hover .button {
    background-color: #c71a1e;
    color: #fff;
  }
}
/* Sale tag shake animation */
@keyframes onsale-shake {
  0% {
    transform: translate3d(0, -2px, 0) rotate(0);
  }
  20% {
    transform: translate3d(0, -2px, 0) rotate(-8deg);
  }
  40% {
    transform: translate3d(0, -2px, 0) rotate(10deg);
  }
  60% {
    transform: translate3d(0, -2px, 0) rotate(-10deg);
  }
  80% {
    transform: translate3d(0, -2px, 0) rotate(8deg);
  }
  100% {
    transform: translate3d(0, -2px, 0) rotate(0);
  }
}
/* Product categories */
.woocommerce ul.products li.product-category {
  border: 0;
}

.woocommerce ul.products li.product-category a img {
  border-radius: 0.75rem;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title .count {
  font-weight: bold;
  background-color: transparent;
}

@media (min-width: 992px) {
  .woocommerce ul.products li.product-category .woocommerce-loop-category__title,
.woocommerce ul.products li.product-category .woocommerce-loop-category__title .count {
    transition: all 0.2s;
  }

  .woocommerce ul.products li.product-category:hover {
    box-shadow: none;
  }

  .woocommerce ul.products li.product-category:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product-category:hover .woocommerce-loop-category__title .count {
    color: #c71a1e;
  }
}
/* Product loops result count and ordering */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

/* Product loops pagination */
.woocommerce ul.products + nav.woocommerce-pagination {
  padding-top: 2.875rem;
  border-top: 1px solid #ddd;
}

/* Shop buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.added_to_cart {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
  display: inline-block;
  padding: 0.625rem 2.125rem;
  border-radius: 25rem;
  border: 0;
  box-shadow: none;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease-out;
  color: #333;
  background-color: #ebe9eb;
  padding: 0.5rem 1.4375rem;
  font-size: 0.875rem;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.added_to_cart:hover {
  color: #c71a1e;
  background-color: #dad8da;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: #c71a1e;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  background-color: #a31519;
}

.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled] {
  color: #bbb;
  background-color: #e5e5e5;
  border: none;
  cursor: not-allowed;
  opacity: 1;
}
.woocommerce a.button.disabled:hover, .woocommerce a.button.disabled:focus, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled:focus, .woocommerce a.button:disabled[disabled]:hover, .woocommerce a.button:disabled[disabled]:focus,
.woocommerce button.button.disabled:hover,
.woocommerce button.button.disabled:focus,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce input.button.disabled:hover,
.woocommerce input.button.disabled:focus,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled:focus,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled[disabled]:focus,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt.disabled:focus,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled:focus,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce a.button.alt:disabled[disabled]:focus,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:focus,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled:focus,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled[disabled]:focus,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:focus,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled:focus,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:disabled[disabled]:focus,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt.disabled:focus,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled:focus,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:focus {
  color: #bbb;
  background-color: #e5e5e5;
  border: none;
  transform: none;
  box-shadow: none;
}

/* Reviews */
.woocommerce #reviews #comments h2 {
  margin-top: 0;
}

.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
  transform: translate3d(0, 0, 0);
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  margin-right: 1rem;
  border-radius: 50%;
  border-width: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 3.5rem;
}

.woocommerce #review_form {
  margin-top: 1.75rem;
}

.woocommerce #review_form #respond p {
  margin-bottom: 1.25rem;
}

.woocommerce #review_form #respond .comment-reply-title {
  display: block;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Vidaloka", "Apple Garamond", "Baskerville", "Georgia", "Times New Roman", "Roboto Slab", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

.woocommerce #review_form #respond .comment-form-rating .stars a {
  color: #c71a1e;
}

.woocommerce #review_form #respond .submit {
  padding: 0.625rem 2.125rem;
}

@media (min-width: 768px) {
  .woocommerce #review_form {
    margin-left: 3.5rem;
  }
}
/* Star ratings */
.woocommerce .star-rating {
  width: 6em;
  height: 1.1em;
  line-height: 1.1;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2px;
}

.woocommerce .star-rating,
.woocommerce .star-rating::before {
  color: #c71a1e;
}

/* Shop tables */
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}

.woocommerce table.shop_table td small {
  font-weight: normal;
}

.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table {
  table-layout: fixed;
  border-collapse: collapse;
  border-radius: 0;
  border-color: #ddd;
  font-size: 0.875rem;
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  border-color: #ddd;
}

.woocommerce table.shop_table thead tr {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 0;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table tbody tr {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #ddd;
  }
}
/* Product list widgets */
.woocommerce ul.product_list_widget li {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}

.woocommerce ul.product_list_widget li a,
.woocommerce ul.product_list_widget li a:hover {
  color: inherit;
}

.woocommerce ul.product_list_widget li img {
  float: left;
  width: 4.375rem;
  height: 4.375rem;
  margin-left: 0;
  margin-right: 1rem;
  border-radius: 0.25rem;
}

.woocommerce ul.product_list_widget li ins {
  text-decoration: none;
  font-weight: bold;
}

.woocommerce ul.product_list_widget li del {
  color: #bdbdbd;
}

/* Shopping cart widget */
.woocommerce.widget_shopping_cart .total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid #c5c5c5;
  font-size: 1rem;
}

.woocommerce.widget_shopping_cart .total strong {
  font-weight: normal;
}

.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
  padding-right: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c5c5c5;
}

.woocommerce.widget_shopping_cart .cart_list li:last-child {
  border-bottom: 0;
}

.woocommerce.widget_shopping_cart .cart_list li.empty {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  font-size: 1rem;
  text-align: center;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 0;
  top: 1.625rem;
}

.woocommerce.widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after {
  flex: 0 1;
  max-width: 0;
}

.woocommerce.widget_shopping_cart .buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-bottom: -0.25rem;
}

.woocommerce.widget_shopping_cart .buttons a {
  display: block;
  flex: 1 0;
  min-width: 8.125rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.75rem;
}

/* Price filter widget */
.woocommerce .widget_price_filter .price_slider {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 0.875rem;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #333;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #c4c4c4;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 0.875rem;
}

/* WooCommerce forms */
.woocommerce form .form-row {
  margin-bottom: 0.875rem;
  font-size: 0.9375rem;
}

.woocommerce form .form-row label {
  margin-left: 2px;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

/* Cart/checkout page */
.woocommerce-cart,
.woocommerce-checkout,
#add_payment_method {
  /* Empty cart */
}
.woocommerce-cart table.cart .button,
.woocommerce-cart table.cart .button.disabled,
.woocommerce-cart table.cart .button:disabled,
.woocommerce-cart table.cart .button:disabled[disabled],
.woocommerce-checkout table.cart .button,
.woocommerce-checkout table.cart .button.disabled,
.woocommerce-checkout table.cart .button:disabled,
.woocommerce-checkout table.cart .button:disabled[disabled],
#add_payment_method table.cart .button,
#add_payment_method table.cart .button.disabled,
#add_payment_method table.cart .button:disabled,
#add_payment_method table.cart .button:disabled[disabled] {
  line-height: 1.5;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  padding: 0.5rem 1.25rem;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #c71a1e;
  background-repeat: no-repeat, no-repeat;
  background-position: left 2px top 1px, left bottom;
  background-size: calc(100% - 4px) calc(100% - 2px), 100% 200%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='25' ry='25' fill='none' stroke='%23fff' stroke-dasharray='6,5' stroke-width='2' stroke-opacity='0.7' /></svg>"), linear-gradient(#de1d21 0%, #de1d21 50%, #a31519 100%);
  padding: 0.75rem 2.125rem;
  font-size: 1.3125rem;
  font-size: 0.9375rem;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus {
  color: #fff;
  background-color: #c71a1e;
  background-position: left 2px top 1px, left top;
}
.woocommerce-cart .cart-collaterals h2,
.woocommerce-checkout .cart-collaterals h2,
#add_payment_method .cart-collaterals h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .cart-collaterals .cart_totals,
#add_payment_method .cart-collaterals .cart_totals {
  max-width: 30rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 50%;
}
.woocommerce-cart #payment #place_order,
.woocommerce-checkout #payment #place_order,
#add_payment_method #payment #place_order {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #c71a1e;
  background-repeat: no-repeat, no-repeat;
  background-position: left 2px top 1px, left bottom;
  background-size: calc(100% - 4px) calc(100% - 2px), 100% 200%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' rx='19' ry='19' fill='none' stroke='%23fff' stroke-dasharray='6,5' stroke-width='2' stroke-opacity='0.7' /></svg>"), linear-gradient(#de1d21 0%, #de1d21 50%, #a31519 100%);
}
.woocommerce-cart #payment #place_order:hover, .woocommerce-cart #payment #place_order:focus,
.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:focus,
#add_payment_method #payment #place_order:hover,
#add_payment_method #payment #place_order:focus {
  color: #fff;
  background-color: #c71a1e;
  background-position: left 2px top 1px, left top;
}
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop,
.woocommerce-checkout .cart-empty,
.woocommerce-checkout .return-to-shop,
#add_payment_method .cart-empty,
#add_payment_method .return-to-shop {
  text-align: center;
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart,
.woocommerce-checkout table.cart,
#add_payment_method table.cart {
    border: 0;
  }
  .woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
    width: 4rem;
  }
  .woocommerce-cart table.cart .product-remove,
.woocommerce-checkout table.cart .product-remove,
#add_payment_method table.cart .product-remove {
    width: 4rem;
    text-align: center;
  }
  .woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
    width: 6rem;
  }
  .woocommerce-cart table.cart .product-price,
.woocommerce-checkout table.cart .product-price,
#add_payment_method table.cart .product-price {
    width: 7rem;
  }
  .woocommerce-cart table.cart .product-quantity,
.woocommerce-checkout table.cart .product-quantity,
#add_payment_method table.cart .product-quantity {
    width: 7rem;
    padding-right: 2rem;
  }
  .woocommerce-cart table.cart .product-subtotal,
.woocommerce-checkout table.cart .product-subtotal,
#add_payment_method table.cart .product-subtotal {
    width: 7rem;
  }
  .woocommerce-cart table.cart tbody tr:last-child,
.woocommerce-checkout table.cart tbody tr:last-child,
#add_payment_method table.cart tbody tr:last-child {
    border: 0;
  }
  .woocommerce-cart table.cart .quantity .qty,
.woocommerce-checkout table.cart .quantity .qty,
#add_payment_method table.cart .quantity .qty {
    width: 100%;
  }
  .woocommerce-cart table.cart td.actions .coupon #coupon_code,
.woocommerce-checkout table.cart td.actions .coupon #coupon_code,
#add_payment_method table.cart td.actions .coupon #coupon_code {
    width: 12rem;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    margin-right: 1rem;
    border-color: #c4c4c4;
    line-height: 1.5;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
    float: right;
  }
}

/*--------------------------------------------------------------
13. Utility classes
--------------------------------------------------------------*/
/* Clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Container */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .vc_row > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Text utilities */
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Responsive text alignment */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
/* Text transforms */
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

/* Weight and italics */
.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-italic {
  font-style: italic !important;
}

/* Contextual colors */
.text-white {
  color: #fff !important;
}

.text-primary {
  color: #c71a1e !important;
}

.text-secondary {
  color: #191824 !important;
}

.bg-primary {
  background-color: #c71a1e !important;
}

.bg-secondary {
  background-color: #191824 !important;
}

/* Text color tweaks for dark backgrounds */
.dark-bg {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

/* Visibility */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*--------------------------------------------------------------
14. Compatibility styles
--------------------------------------------------------------*/
/** WPBakery Page Builder plugin compatibility **/
/* VC Section Element */
.vc_section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vc_section.vc_section.vc_section.vc_section.vc_section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* VC Row vertical alignments */
.vc_row-flex > .container {
  display: flex;
  flex-flow: row wrap;
}

.vc_row-o-content-top > .container {
  align-items: flex-start;
}

.vc_row-o-content-middle > .container {
  align-items: center;
}

.vc_row-o-content-bottom > .container {
  align-items: flex-end;
}

/* Stretch VC Row columns to be equal height */
.vc_row-o-equal-height,
.vc_row-o-equal-height > .container,
.vc_row-o-equal-height > .container > .vc_column_container,
.vc_row-o-equal-height > .container > .vc_column_container > .vc_column-inner,
.vc_row-o-equal-height > .container > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}

/* VC Google Maps Element */
.wpb_gmaps_widget .wpb_wrapper.wpb_wrapper.wpb_wrapper.wpb_wrapper.wpb_wrapper {
  padding: 0;
}

/** myStickymenu plugin compatibility **/
.site-header-navbar.myfixed {
  width: 100% !important;
}

.site-header-navbar.myfixed .site-header-blocks {
  display: none;
}

@media (max-width: 991px) {
  .site-header-navbar.myfixed .site-header-branding {
    min-height: auto;
  }

  .site-header-navbar.myfixed .custom-logo {
    max-height: 3rem;
  }

  .site-header-navbar.myfixed .site-header-menu-toggle {
    padding: 0.75rem 1.25rem;
  }

  .is-menu-open .site-header-navbar.myfixed .site-header-blocks {
    display: block;
  }
}
@media (min-width: 992px) {
  .site-header-navbar.myfixed .container {
    align-items: center;
  }

  .site-header-navbar.myfixed .site-header-branding {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .site-header-navbar.myfixed .custom-logo {
    max-height: 3rem;
  }

  .site-header-navbar.myfixed .site-header-menu {
    flex: auto;
    width: auto;
  }
}