/*!
Theme Name: Definite
Theme URI: https://www.roughpixels.com/gutenberg-themes/definite/
Author: Rough Pixels
Author URI: https://www.roughpixels.com
Description: Definite is a clean and modern WordPress theme with an elegant and carefully crafted design while keeping it simple. Definite is ideal for your personal or business-style blog, whether your passion is technology, architecture, editorial, instructional, or more, the modern concept and open space will bring focus to your content. Blog layouts, excerpts, custom colours, and a ton more options to help you personalize your website. 
Version: 2.0.4
Tested up to: 6.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: definite
Tags: blog, grid-layout, theme-options, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, left-sidebar, right-sidebar, editor-style, footer-widgets, full-width-template, block-styles, wide-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Copyright (C) 2018 RoughPixels.com. All rights reserved

Definite is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {

    --color-pine: #69a28f;
    --color-tuscany: #c39ba0;
    --color-grey: #9a9a9a;
    --color-light-grey: #ebebeb;
    --color-white: #fff;
    --color-dark: #2f3335;

    --color-body-background: #fbfbfb;
    --color-content-background: #fff;
    --color-text-primary: #484848;
    --color-text-secondary: #9a9a9a;
    --color-primary-link: #c39ba0;
    --color-primary-link-hover: #222;
    --color-secondary-link: #C85F64;
    --color-secondary-link-hover: #222;
    --color-headings: #222;
    --black: #000;
    --white: #fff;
    --font-headings: Roboto, sans-serif;
    --font-primary: Roboto, sans-serif;
    --font-secondary: "Noto Serif", Georgia, serif;
    --image-default-filter: grayscale(0%);
    --image-hover-filter: grayscale(100%);
}

/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #69a28f;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
	}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*--------------------------------------------------------------
Base
--------------------------------------------------------------*/
html {
    font-size: 100%;
}

body {
    background-color: #fbfbfb;
    color: #484848;
    font-family: var(--font-primary);
    line-height: 1.75;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #262626;
    clear: both;
    font-family: var(--font-headings);
    font-weight: 700;
    line-height: 1.2;
    margin: 2rem 0 1rem;
}

h1 {
    font-size: 1.875rem
}

h2 {
    font-size: 1.75rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.438rem
}

h5 {
    font-size: 1.375rem
}

h6 {
    font-size: 1.125rem
}

p {
    margin: 0 0 1.6rem;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

q:before,
q:after {
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 1.5rem;
    font-family: "Times New Roman", Cambria, serif;
    line-height: 0;
    vertical-align: -0.125rem;
    margin-right: 3px;
}

q:after {
    vertical-align: -0.25rem;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}


abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    padding: 0 8px;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Code */
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1rem;
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}


:not(pre) > * > code,
:not(pre) > code {
    margin: 0 2px;
    padding: 0;
    word-wrap: break-word;
}

pre {
    background: #f8f8f8;
    border: 1px solid #dedede;
    font-size: 0.938rem;
    line-height: 1.3125;
    margin: 2rem 0;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre code {
    background: none;
    color: initial;
    margin: 0;
    padding: 0;
}

kbd {
    background-color: #3a3a3a;
    border-radius: 5px;
    border: 1px solid #868686;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(0, 0, 0, .27) inset;
    color: #ffffff;
    display: inline-block;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 5px;
    white-space: nowrap;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

/* Call outs - info boxes */
.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.callout {
    border-left-color: #5bc0de;
}

.callout h4 {
    color: #5bc0de;
}

.callout-warning {
    border-left-color: #f0ad4e;
}

.callout-warning h4 {
    color: #f0ad4e;
}

.callout-danger {
    border-left-color: #d9534f;
}

.callout-danger h4 {
    color: #d9534f;
}

/* Separators */
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 3rem auto;
}

/* List styles */
ol,
ul,
dl {
    margin-top: 3px;
    margin-bottom: 1.5rem;
}

ul {
    list-style: disc;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
    padding: 0 0 0 1.5rem;
}

ol li,
ul li {
    margin-bottom: 3px;
    position: relative;
}

dt {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.938rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

dd {
    margin: .25rem 0.75rem 0.75rem;
}

/* blockquotes */

blockquote {
    font-family: 'Times New Roman';
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #000000;
    position: relative;
    max-width: 90%;
    margin: 2rem 0;
}

blockquote > p:first-of-type::before,
blockquote > p:first-of-type::after {
    color: var(--color-pine);
    content: open-quote;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 2.5rem;
    font-family: "Times New Roman", Cambria, serif;
    line-height: 0;
    vertical-align: -0.375rem;
    margin-right: 7px;
    opacity: 0.7;
}

blockquote > p:first-of-type::after {
    content: close-quote;
    margin-right: 0;
}

blockquote > p a {
    color: inherit;
}

blockquote > p a:hover {
    opacity: 0.8;
}

blockquote cite {
    display: block;
    font-family: "helvetica neue", arial, sans-serif;
    font-size: 0.813rem;
    line-height: 1;
    font-weight: 300;
    font-style: normal;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.5px;
    margin: 1rem 1.5rem;
}

blockquote cite::before {
    content: "\2014";
    margin-right: 0.25rem;
}

blockquote figure {
    margin: 20px auto 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
}

blockquote p {
    margin: 0;
}

blockquote.alignleft,
blockquote.alignright {
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    display: block;
    float: none;
}

blockquote.alignleft {
    padding-left: 1rem;
}

blockquote.alignright {
    padding-left: 1rem;
}

/* Media */
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}



/* Tables */
table {
    border-collapse: collapse;
    font-family: var(--font-primary);
    margin: 40px 0;
    padding: 0;
    width: 100%;
}

table caption {
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
}

table thead {
    background-color: #2f3335;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
}

tbody th {
    font-size: initial;
}

table thead th {
    font-weight: 600;
}

table th,
table td {
    padding: 6px 10px;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.075);
    text-align: left;
}

table td {
    border-color: rgba(0, 0, 0, 0.075);
    font-size: 0.938rem;
}

table tr:nth-child(even) {
    background: #f2f2f2;
}

caption {
    font-weight: 700;
    text-align: center;
}

::-moz-selection {
    background-color: #69a28f;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #69a28f;
    color: #fff;
    text-shadow: none;
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* Screen Readers */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* Floats */
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}


.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}


.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

/* Display flex type */
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

/* Flex directional */
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}





/* Bootstrap Alignment */

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}


/* Bootstrap Elements */
.w-100 {
    width: 100% !important;
}

/* Image left aligned to content block */
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
.fade {
    transition: opacity 0.15s linear;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

::-ms-expand {
    background-color: transparent;
    border: 0;
}

:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-group {
    margin-bottom: 1rem;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

/* Form input fields */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

/* Input Groups - Attaching inputs to each other */
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}


.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/* Text Muted - Greyed Text */
.text-muted {
    color: #6c757d !important;
}

/* Output text */
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}


.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

/* Form input field size */
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

/* Form rows with column inputs for a tighter space */

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/* Checkboxes */

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

/* Buttons - default button */

.btn {
    display: inline-block;
    font-family: var(--font-primary);
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* primary button */
.btn-primary,
.btn-primary:visited {
    color: #fff;
    background-color: #2f3335;
    border-color: #2f3335;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #69a28f;
    border-color: #69a28f;
}

/* secondary button */
.btn-secondary,
.btn-secondary:visited {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}


/* outline button */
.btn-outline-primary,
.btn-outline-primary:visited {
    color: #69a28f;
    border-color: #69a28f;
}

.btn-outline-primary:focus .btn-outline-primary:hover {
    color: #fff;
    background-color: #69a28f;
    border-color: #69a28f;
}


/* Button Size */

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}




form p {
    margin-bottom: 0.75rem;
}

fieldset {
    border: 1px solid #dedede;
    margin: 1.6rem 0;
    padding: 20px;
}

label {
    color: #828282;
    display: block;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    transition: color 0.2s ease;
    width: 100%;
}

input[type=radio] + label,
input[type=checkbox] + label {
    display: inline-block;
    width: auto;
    margin-left: 5px;
}

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"],
select,
textarea {
    color: #666;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-family: var(--font-primary);
    font-size: 0.938rem;
    height: 40px;
    margin: 5px 0;
    padding: 3px 9px;
}

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,
select:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #dedede;
}

textarea {
    height: auto;
    width: 100%;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #2f3335;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 10px 40px;
    transition: all 0.2s ease;
    max-width: 100%;
    text-transform: uppercase;
    text-align: center;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: #69a28f;
    color: #fff;
}


/*	button size */
a.button-mini {
    border-radius: 5px;
    font-size: 9px;
    line-height: 16px;
    padding: 4px 20px;
}

a.button-small {
    border-radius: 5px;
    font-size: 11px;
    line-height: 19px;
    padding: 7px 30px;
}

a.button-medium {
    border-radius: 5px;
    font-size: 13px;
    line-height: 21px;
    padding: 10px 40px;
}

a.button-big {
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 50px;
}


/* style 1 dark */
.button.style-1 {
    border: none;
    background-color: #2f3335;
    color: #fff;
}

.button.style-1:hover {
    background-color: #111;
}

/* style 2 - medium */
.button.style-2 {
    border: none;
    background-color: #e8e8e8;
    color: #111;
}

.button.style-2:hover {
    background-color: #e0e0e0;
    color: #111;
}


/* style 3 - bordered */
.button.style-3 {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #000;
}

.button.style-3:hover {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.35);
    color: #000;
}


/* read more */
.readmore,
.readmore:visited {
    color: inherit;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
}

.readmore:focus,
.readmore:hover {
    color: #c39ba0;
}

.readmore::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #000000;
    display: block;
    transition: all 0.2s ease 0.2s;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.readmore::after {
    content: "";
    position: absolute;
    top: calc(50% - 0px);
    left: 5px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
    color: #69a28f;
    text-decoration: none;
}

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

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.entry-content p a:not(.button) {
    font-weight: 700;
}

#blog-sidebar li a,
#blog-sidebar li a:visited,
#left-sidebar li a,
#left-sidebar li a:visited,
#right-sidebar li a,
#right-sidebar li a:visited {
    color: inherit;
}

#blog-sidebar li a:focus,
#blog-sidebar li a:hover,
#left-sidebar li a:focus,
#left-sidebar li a:hover,
#right-sidebar li a:focus,
#right-sidebar li a:hover {
    color: #c39ba0;
}

#cbottom-sidebar a,
#cbottom-sidebar a:visited {
    color: #ccc;
}

#cbottom-sidebar a:hover {
    opacity: 0.7;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
#primary-navigation-wrap {
    position: relative;
}

#primary-navigation-container {
    padding: 0;
}

/* Main Navigation Toggle */
.main-navigation-toggle {
    background: transparent;
    border: 1px solid #dedede;
    border-radius: 6px;
    color: #ffffff;
    color: initial;
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-decoration: none;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: normal;
    line-height: 1.3;
    text-transform: uppercase;
    width: 100%;
    max-width: 120px;
}

.main-navigation-toggle.active {
    border-radius: 6px 6px 0 0;
}

.main-navigation-toggle:focus {
    background-color: #2f3335;
    outline: none;
}

.main-navigation-toggle:hover,
.main-navigation-toggle:active,
.main-navigation-toggle:focus:hover {
    color: #fff;
    background-color: #2f3335;
    cursor: pointer;
}

.main-navigation-toggle .icon {
    margin: 0 10px;
    width: 22px;
    height: 22px;
    vertical-align: top;
    fill: #fff;
    position: relative;
    bottom: 2px;
}

.main-navigation-toggle:hover .icon,
.main-navigation-toggle:active .icon {
    fill: #fff;
}

/* Main Navigation Menu */
#primary-navigation {
    display: block;
    padding: 10px 20px;
}

.main-navigation-menu {
    background-color: #2f3335;
    border-radius: 0 0 6px 6px;
    display: none;
    font-size: 0.813rem;
    line-height: 1.2;
    margin: 0;
    padding: 1rem 0;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    list-style: none;
    text-transform: uppercase;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}


.main-navigation-menu li {
    margin: 0;
    position: relative;
}

.main-navigation-menu li a {
    border-bottom: 1px solid #4c4c4c;
    color: #dedede;
    display: block;
    margin: 0;
    padding: 12px 20px;
    text-decoration: none;
}

.main-navigation-menu li a:focus,
.main-navigation-menu li a:hover,
.main-navigation-menu li a:active,
.main-navigation-menu .sub-menu li.current-menu-item > a {
    color: #ccc;
}

.main-navigation-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    font-size: 15px;
    font-size: 0.875rem;
    text-transform: none;
}

.main-navigation-menu ul a {
    padding-left: 2rem;
}

.main-navigation-menu ul li ul a {
    padding-left: 3rem;
}

.main-navigation-menu ul li ul li ul a {
    padding-left: 4rem;
}

.main-navigation-menu ul li ul li ul li ul a {
    padding-left: 5rem;
}

/* Sub Menu Dropdown Icons */
.main-navigation-menu > .menu-item-has-children a .sub-menu-icon {
    float: right;
    margin: -15px -4px 0;
    padding: 12px 16px 0;
}

.main-navigation-menu > .menu-item-has-children a .sub-menu-icon .icon {
    margin: 1px 0 0;
    width: 20px;
    height: 20px;
    vertical-align: top;
    fill: #dedede;
}

.main-navigation-menu > .menu-item-has-children a .sub-menu-icon:hover .icon,
.main-navigation-menu > .menu-item-has-children a .sub-menu-icon:active .icon {
    fill: #ccc;
}

.main-navigation-menu > .menu-item-has-children a .sub-menu-icon.active .icon {
    margin: 0.25em 0 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*--------------------------------------------------------------
Navigation - Social Menu
--------------------------------------------------------------*/

.social-menu {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

#footer-social-menu .social-menu {
    margin: 0;
}

.social-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

.social-menu li a {
    display: block;
    padding: 0 8px;
}

#top-bar .social-menu li a {
    padding: 0 6px;
}

#footer-social-menu .social-menu li a {
    display: block;
    padding: 0 10px;
}

.social-menu li a:hover,
.social-menu li a:active {
    text-decoration: none;
}

.social-menu li a .icon {
    margin: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #fff;
}

.social-menu li a.search-icon {
    position: relative;
    top: -4px;
}

button.search-icon {
    background: transparent;
    padding: 0;
}

#footer-social-menu .social-menu li a .icon {
    fill: #fff;
}

#footer-social-menu .social-menu li a:hover .icon {
    opacity: 0.7;
}


/*--------------------------------------------------------------
Navigation - Blog
--------------------------------------------------------------*/

/*===============================
 Pagination style
 ===============================*/
.pagination {
    margin: 3rem 0 0;
}

.pagination .nav-links:after {
    content: '';
    display: block;
    clear: both;
}

.pagination a {
    float: left;
    font-size: 1rem;
    line-height: 2.813rem;
    height: 2.813rem;
    text-align: center;
    padding: 0 1rem;
    border: 1px solid #c39ba0;
    color: #111;
    margin-right: 5px;
    position: relative;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

.pagination .current {
    float: left;
    font-size: 1rem;
    line-height: 2.813rem;
    height: 2.813rem;
    text-align: center;
    padding: 0 1rem;
    border: 1px solid #c39ba0;
    background: #c39ba0;
    color: #fff;
    margin-right: 5px;
    position: relative;
}

.pagination .current:after,
.pagination a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #fff;
}

.pagination a:hover,
.pagination a:focus {
    text-decoration: none;
    background: #f3c9dd;
    color: #fff;
}

.pagination .dots {
    float: left;
    line-height: 45px;
    margin-right: 5px;
}

/*--------------------------------------------------------------
Navigation - Single Post
--------------------------------------------------------------*/
.post-navigation {
	border-top: 2px solid #dedede;
    margin: 2rem 0 0;
    padding: 2rem 0 0;
}

.nav-links {
    display: table;
    width: 100%;
}

.nav-previous {
    float: left;
    padding-right: 2%;
    text-align: left;
    width: 48%;
}

.nav-next {
    float: right;
    padding-left: 2%;
    text-align: right;
    width: 48%;
}

.nav-link-text {
    font-family: var(--font-primary);
    font-size: 0.875rem;
    text-transform: uppercase;
}

.nav-link-text,
.nav-link-text:visited {
    color: #5f5f5f;
}

.nav-links a:hover .nav-entry-title {
    color: #c39ba0;
}

.nav-entry-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 0.5rem;
    text-transform: none;
}

/*--------------------------------------------------------------
Navigation - Multi-page
--------------------------------------------------------------*/
.page-links {
    clear: both;
}

span.page-wrap {
    display: inline-block;
    border: 2px solid #dedede;
    border-radius: 5px;
    width: 38px;
    height: 38px;
    line-height: 34px;
    text-align: center;
}

/*--------------------------------------------------------------
Navigation - Footer Menu
--------------------------------------------------------------*/
#footer-nav {
    margin: 0;
}

#footer-menu {
    font-size: 0.813rem;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#footer-menu a,
#footer-menu a:visited,
#footer-menu li:after {
    text-decoration: none;
    color: inherit;
}

#footer-menu a:hover {
    color: #c39ba0;
}

#footer-menu li {
    display: inline;
    margin: 0;
}

#footer-menu li:after {
    bottom: 0;
    content: "\00B7";
    left: 2px;
    font-size: 2rem;
    display: inline-block;
    line-height: 0.5;
    margin: 0 5px;
    position: relative;
    vertical-align: middle;
}

#footer-menu li:last-child:after {
    display: none;
}

/*--------------------------------------------------------------
Navigation - Top Social and Search
--------------------------------------------------------------*/
#top-search {
    background-color: #2f3335;
    display: none;
    padding: 12px 20px;
    position: relative;
    margin: auto;
}

#top-search .search-form {
    max-width: 1160px;
    margin: 0 auto;
}

#top-search #search-field {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    border: none;
    font-size: 0.938rem;
    color: #63717f;
    padding: 0 20px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: background .55s ease;
    -moz-transition: background .55s ease;
    -ms-transition: background .55s ease;
    -o-transition: background .55s ease;
    transition: background .55s ease;
}

#top-search #search-field::-webkit-input-placeholder {
    color: #65737e;
}

#top-search #search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e;
}

#top-search #search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e;
}

#top-search #search-field:-ms-input-placeholder {
    color: #65737e;
}

#search-icon-wrapper {
    position: relative;
    top: 0;
    margin: 0 6px;
}

#top-search .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-right: 17px;
    top: 15px;
    right: 0;
    z-index: 1;
    fill: #4f5b66;
}

#top-search input#search-field:hover,
#top-search input#search-field:focus,
#top-search input#search-field:active {
    outline: none;
    background: #ffffff;
}


/*--------------------------------------------------------------
## Comment Navigation
--------------------------------------------------------------*/
.comment-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 2rem;
}

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

.aligncenter {
    clear: both;
    display: block;
    margin: 2rem auto 1.5rem;
}

.wp-caption.alignnone {
    margin: 2rem 0 1.5rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after {
    clear: both;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Header */
#site-title {
    font-family: "Helvetica black", "helvetica neue", arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

#site-title a,
#site-title a:visited,
#site-title a:hover {
    color: #000;
}

#site-branding {
    margin-bottom: 1.125rem;
    text-align: center;
}

#site-branding p {
    margin: 0;
}

#site-description {
    font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: 1.2;
}

/* Make sure logo link wraps around logo image. */
.wp-custom-logo .custom-logo-link {
    display: inline-block;
    float: none;
    position: relative;
    top: 2px;
}

.custom-logo {
    display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#top-bar-wrapper {
    background-color: #c39ba0;
    padding: 6px 0;
}

#top-bar {
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 26px;
}

#top-bar-wrapper .icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    top: -2px;
}

#top-bar-wrapper .icon:hover {
    opacity: 0.8;
}

#page {
    background: var(--color-content-background);
    padding: 0;
}

#site-header {
    border-bottom: 1px solid #efefef;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding: 1.5rem 0;
    margin-bottom: 4rem;
}


/* page title group */
#blog-title-group,
#page-title-group,
.section-group {
    margin-bottom: 3rem;
}

.section-group {
    max-width: 800px;
    margin: 0 auto 2rem;
    text-align: center;
}


#page-title-group p,
#blog-description,
#category-description,
#page-excerpt,
.section-excerpt {
    margin: 10px 0 0;
}

#blog-description,
#category-description,
#page-excerpt,
.section-excerpt {
    color: #9a9a9a;
    font-size: calc(1rem + 0.375vw);
    font-family: var(--font-primary);
    font-weight: 300;
    line-height: 1.3;
}

.section-excerpt {
    font-size: calc(1rem + 0.25vw);
}

#blog-title-group #blog-title,
#page-title-group #blog-title,
#page-title-group #page-title,
.section-group .section-heading {
    font-family: var(--font-primary);
    font-size: calc(1.25rem + 1.125vw);
    margin: 0;
}

.section-group .section-heading {
    font-size: calc(1.25rem + 0.5vw);
}

#blog-description,
#category-description,
#page-excerpt {
    padding-right: 0;
}

.template-short #page-excerpt {
    padding-right: calc(1rem + 5vw);
}

#content {
    padding-bottom: 60px;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#site-footer {
    background-color: #202325;
    color: #fff;
    padding: 20px;
}

#footer-copyright {
    font-size: 0.75rem;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.featured-label {
    font-weight: 700;
    letter-spacing: 2px;
    color: #c39ba0;
}

.post,
.page {
    margin: 0 0 1.5em;
}

/* post header */
.blog .post-header,
.archive .post-header {
    margin-bottom: 1rem;
}

.blog-large-top .post-header {
    text-align: center;
    margin-bottom: 3rem;
}

.single .post-header {
    margin-bottom: 30px;
}

.single-full-top .post-header {
    text-align: center;
    margin-bottom: 3rem;
}

/* post content */
.page-content,
.entry-content,
.entry-summary {}

.hentry {
    font-size: 1rem;
    font-family: var(--font-secondary);
}

.blog .hentry,
.archive .hentry {
    margin-bottom: 70px;
}

.blog-large-top .post-content,
.blog-large .post-content,
.single-full-top .entry-content,
.single-full-top.single .entry-footer,
.single-full-top #comments,
.single-full-top #respond {
    max-width: 860px;
    margin: auto;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* featured images */
.post-thumbnail,
.single-featured-image {
    margin: 0 0 2.25rem;
    position: relative;
}

.single-featured-image,
.post-thumbnail img,
.single-featured-image img .hentry img {
    border-radius: 5px;
}

.blog-classic .post-thumbnail .blog-classic-left .post-thumbnail {
    margin: 0 0 2rem;
}

.page .post-thumbnail {
    margin: 0 0 40px;
}

.single-featured-image {
    max-width: 1100px;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 40px;
}

.single-full-top .single-featured-image {
    margin-bottom: 3rem;
}

.featured-caption {
    bottom: 2rem;
    border-radius: 3px;
    background-color: #2f3335;
    color: #fff;
    font-family: "Helvetica neue", arial, sans-serif;
    font-size: 0.563rem;
    font-weight: 400;
    left: 20px;
	margin-right: 20px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
}

.blog-large-top .post-thumbnail-wrapper {
    text-align: center;
}

.blog-large-top .post-thumbnail {
    display: inline-block;
}

.blog-masonry .featured-caption {
    bottom: 1rem;
    font-size: 0.618rem;
}

.page .post-thumbnail img {
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
}

/* .recent-post-thumbnail,
.portrait-image,
.blog-featured-image,
.page-featured-image,
.single-featured-image,
.attachment-wrapper img,
.post-thumbnail .wp-post-image,
.wp-block-image img,
.blocks-gallery-item img {
    border-radius: 5px;
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2);
    transition: all .3s ease;
}

.recent-post-thumbnail {
    box-shadow: 0 3px 8px -1px rgba(7, 10, 25, .2), 0 8px 17px -20px rgba(7, 10, 25, .2);
}
 */
/* entry titles */
.blog .entry-title,
.archive .entry-title,
.single .entry-title {
    font-size: 2rem;
    margin: 0 0 1rem;
    line-height: 1.1;
}

.blog-large-top .entry-title {
    font-size: 2.25rem;
}

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

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

.single-full-top .entry-title {
    font-size: 2.5rem;
}

/* show updated post date */
.updated:not(.published) {
    display: none;
}

.post-details {
    font-family: sans-serif;
    font-size: 0.688rem;
    letter-spacing: 1px;
    list-style: none;
    line-height: 1.4;
    padding: 0;
    text-transform: uppercase;
}

.post-details {
    margin: 0;
}

.blog-list .post-details {
    margin-bottom: 1rem;
}

.post-details li {
    display: inline-block;
    margin: 0 12px 0 0;
}

.post-details li:last-child {
    margin: 0;
}

.post-details li,
.post-details a,
.post-details a:visited {
    color: inherit;
    text-decoration: none;
}

.post-details .post-category {
    font-family: "Times New Roman", serif;
    font-size: 0.813rem;
    font-style: italic;
    letter-spacing: 0.5px;
    text-transform: initial;
}

.post-details .post-category .post-summary-category {
    font-weight: 600;
}

.hentry .post-details a:hover {
    color: #c39ba0;
}

.post-format {
    text-transform: uppercase;
    font-weight: 700;
}

footer.entry-footer {
    clear: both;
}

/* Blog Featured Post */
.featured-post-column {
    margin-bottom: 1.25rem;
}

.blog-featured-post,
.page-featured-post {
    margin-bottom: 40px;
}

.blog-featured-image,
.page-featured-image {
    position: relative;
}

.blog-featured-image img,
.page-featured-image img {
    border-radius: 5px;
    display: block;
    object-fit: cover;
    height: 100%;
    min-height: 400px;
    max-height: 550px;
    width: 100%;
}

.blog-featured-post-header,
.page-featured-post-header {
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    background-color: #2f3335;
    padding: 20px;
    left: 40px;
    right: 40px;
    text-align: left;
    z-index: 2;
}

.blog-featured-content,
.blog-featured-readmore-wrap {
    margin: 0.75rem 0 0;
}

.blog-featured-readmore-wrap {
    margin: 0.75rem 0 0.375rem 0;
}

.blog-featured-title,
.page-featured-title {
    font-size: 1.75rem;
    line-height: 1.2;
}

.blog-featured-title {
    margin: 0;
}

.page-featured-title {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.blog-featured-content,
.page-featured-content {
    font-family: Raleway, "Helvetica neue", sans-serif;
    font-size: 0.875rem;
}

.blog-featured-content,
.blog-featured-title a,
.blog-featured-title a:visited,
.page-featured-content,
.page-featured-title a,
.page-featured-title a:visited {
    color: #fff;
}

.blog-featured-title a:focus,
.blog-featured-title a:hover,
.page-featured-title a:focus,
.page-featured-title a:hover {
    color: #c39ba0;
}

.blog-featured-post .readmore,
.page-featured-post .readmore {
    border-radius: 3px;
    padding: 0 12px;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 28px;
    display: inline-block;
    text-transform: uppercase;
    height: 28px;
}

.blog-featured-post .readmore,
.blog-featured-post .readmore:visited,
.page-featured-post .readmore,
.page-featured-post .readmore:visited {
    background: #69a28f;
    color: #fff;
}

.blog-featured-post .readmore:focus,
.blog-featured-post .readmore:hover,
.page-featured-post .readmore:focus,
.page-featured-post .readmore:hover {
    background: #c39ba0;
    color: #fff;
    text-decoration: none;
}

.blog-featured-post .readmore:before,
.blog-featured-post .readmore:after,
.page-featured-post .readmore:before,
.page-featured-post .readmore:after {
    display: none;
}

.blog-featured-post .col-lg-6 .blog-featured-post-header,
.blog-featured-post .col-lg-4 .blog-featured-post-header,
.page-featured-post .col-lg-6 .blog-featured-post-header,
.page-featured-post .col-lg-4 .blog-featured-post-header {
    max-width: 100%;
}

.blog-featured-post .col-lg-6 .blog-featured-title {
    font-size: 1.5rem;
    font-size: calc(1.25rem + 0.25vw);
}

.page-featured-post .col-lg-6 .blog-featured-title {
    font-size: 1.5rem;
    font-size: calc(1.25rem + 0.25vw);
}

.blog-featured-post .col-lg-4 .blog-featured-title {
    font-size: calc(1.25rem + 0.063vw);
}

.page-featured-post .col-lg-4 .blog-featured-title {
    font-size: calc(1.25rem + 0.063vw);
}

/*--------------------------------------------------------------
Blog Styles
--------------------------------------------------------------*/
/* blog list */
.blog-list .hentry {
    margin-bottom: 40px;
}

.blog-list .list-inner p:last-child {
    margin-bottom: 0;
}

/* blog masonry */
.blog-masonry #blog-layout {
    margin: 0 -2%;
}

.blog-masonry #blog-layout .hentry,
.blog-masonry #blog-layout .grid-sizer {
    padding: 0 2%;
}

.blog-masonry #blog-layout .hentry {
    margin-bottom: 5%;
}

.blog-masonry .entry-title {
    font-size: 1.5rem;
}

/* blog grid */
.blog-grid #blog-layout {
    list-style: none;
    margin-top: 0;
    padding: 0;
}

.blog-grid li {
    margin-top: 0;
}

.blog-gallery .hentry {
    margin-bottom: 20px;
}

.blog-grid .post-thumbnail img {
    display: block;
    width: 100%;
}

.blog-grid .entry-title {
    font-size: 1.5rem;
}


/* blog gallery */
.blog-gallery #blog-layout {
    list-style: none;
    padding: 0;
}

.blog-gallery .entry-title {
    font-size: 125%;
}

.blog-gallery .hentry {
    position: relative;
}

.blog-gallery .post-content {
    background-color: #2f3335;
    bottom: 0;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    text-align: center;
    top: 0;
}

.blog-gallery .hentry:hover .post-content {
    opacity: 1;
}

.blog-gallery .post-header a,
.blog-gallery .post-header a:visited,
.blog-gallery .hentry .post-details li {
    color: #fff;
}

.blog-gallery .hentry .post-header a:hover {
    color: #d4bd67;
}

.blog-gallery .post-details {
    font-size: 0.75rem;
    line-height: 1.2;
    margin: 15px 0 0;
}

.blog-gallery .post-thumbnail img {
    display: block;
    width: 100%;
}

.blog-gallery .post-thumbnail {
    margin: 0;
}

.blog-gallery figcaption {
    display: none;
}

/* blog large */
.blog-large #blog-layout {
    list-style: none;
    padding: 0;
}

.blog-large .hentry {
    margin-bottom: 30px;
    position: relative;
}

.blog-large .entry-title {
    font-size: 175%;
}


.blog-large .post-details {
    line-height: 1.2;
}

.blog-large .post-thumbnail img {
    display: block;
    width: 100%;
}

.blog-large .post-thumbnail {
    margin: 0 0 3rem;
}

/*--------------------------------------------------------------
Single Styles
--------------------------------------------------------------*/
/* Single Full */
.single-full #single-layout {
    display: block;
}

.single-full .post-content {
    max-width: 100%;
    margin: auto;
}


/* Post Elements */
.single .entry-footer {
    clear: both;
    margin: 40px 0 0;
}

#post-categories,
#post-tags {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.post-categories,
.entry-tags {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 15px;
}

.post-categories li,
.entry-tags li {
    display: inline;
    margin: 0 4px;
}

#post-categories a,
#post-categories a:visited,
#post-tags a,
#post-tags a:visited {
    border: none;
    color: #262626;
    font-weight: 600;
    font-size: 0.875rem;
}


/* Author Bio */
#author-bio {
    border-top: 2px solid #dedede;
    margin: 2rem 0 0;
    padding: 2rem 0 0;
}

#author-avatar {
    float: left;
    margin-right: 1.5rem;
}

#author-bio .avatar {
    border-radius: 0.25rem;
}

#author-description {
    overflow: hidden;
}

#author-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0.688rem;
}

#author-info {
    font-size: 0.938rem;
    line-height: 1.5;
    margin-bottom: 0;
}

#author-info #author-link {
    font-size: 0.75rem;
    margin-top: 0.688rem;
    display: block;
    font-style: italic;
}

/* Related Posts */
#related-posts {
	border-top: 2px solid #dedede;
    margin: 2rem 0 0;
    padding: 2rem 0 0;
}

#related-posts-title {
    line-height: 1.1;
    margin: 0 0 2rem;
}

.related-item {
    margin-bottom: 1.25rem;
    padding: 0 20px;
}

.more-link-wrapper {
    margin: 0.875rem 0 0;
}

.related-item .more-link {
    font-size: 0.875rem;
    margin-top: 0.75rem;
    white-space: nowrap;
    display: inline-block;
}

.related-post-title,
.related-post-title:visited {
    display: block;
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-weight: 500;
    /* color: #1c1c1c; */
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.related-post-title:focus,
.related-post-title:hover,
.related-item .more-link:focus,
.related-item .more-link:hover {
    color: inherit;
    text-decoration: none;
}

.related-post-content {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

.related-post-thumbnail {
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
Search Page
--------------------------------------------------------------*/
.search .page-header {
    margin-bottom: 20px;
}

.search .entry-title {
    line-height: 1.3;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
Error Page
--------------------------------------------------------------*/
#error404 {
    padding: 0 0 60px;
    text-align: center;
}

#error-title {
    font-size: 9.375rem;
    font-weight: 900;
    color: #161616;
    letter-spacing: -1px;
}

#error-sub-title {
    font-size: 1.75rem;
    padding-bottom: 14px;
}

#error-button {
    margin: 40px auto;
}

#error404 .search-form {
    margin: auto;
    position: relative;
}

.error404 .search-form .icon {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

#error404 .search-form,
#error404 #search-field {
    width: 600px;
    height: 40px;
}

#error404 #search-field {
    padding-right: 30px;
}


/* --------------------------------------------------------------------------------
# Attachments Page
-------------------------------------------------------------------------------- */
.attachment .site-content {
    display: block;
}

.attachment #page-excerpt {
    padding: 0;
}

#attachment-view {
    margin: auto;
    text-align: center;
}

.attachment .post-header {
    margin-bottom: 2rem;
}

.attachment .hentry {
    text-align: center;
}

#attachment-wrapper {
    margin-bottom: 1.75rem;
}

#attachment-wrapper img {
    display: block;
    margin: auto;
}

#attachment-description {
    max-width: 700px;
    margin: 0 auto;
}

.attachment-title {
    text-transform: capitalize;
    font-size: calc(1rem + 1.25vw);
    margin: 0;
}

.attachment .entry-title {
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.attachment .entry-title:after {
    margin: 20px auto;
}

.attachment .gallery-post-caption {
    font-family: inherit;
    color: #262626;
}

.attachment .gallery-post-caption p {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.attachment a.more-link {
    display: none;
}

.attachment #comments,
.attachment #respond {
    margin: auto;
    max-width: 960px;
}

#image-navigation {
    height: 40px;
    display: table;
    margin: 2rem auto;
}

#image-navigation a {
    padding: 5px 20px;
}

.prev-image,
.next-image {
    display: inline-block;
    margin: 0 2px;
}

.attachment .form-submit {
    text-align: center;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments {
	border-top: 2px solid #dedede;
    margin: 2rem 0 0;
    padding: 2rem 0 0;
}



.comments-header {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.comment-reply-title {
    font-size: 1.5rem;
    margin: 0 0 1rem;
    line-height: 1;
}

.comment-reply-title small {
    font-size: 1.8rem;
}

.comment-content {
    font-size: 0.938rem;
    line-height: 1.6;
}

/* Comment Item */
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .children {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Comment header */
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
    padding: 1.5rem 0;
}

div.comment:first-of-type {
    margin-top: 3.5rem;
    padding-top: 0;
}

.comments .comments-header + div {
    margin-top: 0;
    padding-top: 0;
}

.comment-body {
    position: relative;
}


#cancel-comment-reply-link {
    color: var(--color-primary-link);
    font-size: 1rem;
}

.comment .comment {
    padding-left: 5%;
}

.comment-meta {
    line-height: 1.1;
}

.comment-meta {
    margin: 0 0 1.2em -1.25rem;
}

.comment-meta .avatar {
    display: none;
}

.comment-meta a {
    border-bottom: .1rem solid transparent;
    text-decoration: none;
}

.comment-meta a:hover {
    text-decoration: none;
}

.comment-author {
    margin: 0 0 0 1.125rem;
}

.comment-metadata {
    display: block;
    clear: both;
    font-style: italic;
    font-size: 0.813rem;
    margin: 0.5rem 0 0 1.125rem;
}

.comment-author {
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}

.comment-author .url {
    text-decoration: none;
    color: inherit;
    font-family: var(--font-primary);
}

.comment-awaiting-moderation {
    background: #d6ac6a;
    color: #fff;
    padding: 0 1rem;
}

/* Comment content */
.comment-content > *:first-child {
    margin-top: 0;
}

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

.comment-content p {
    margin-bottom: 1em;
}

.comment-content h1 {
    font-size: 2em;
}

.comment-content h2 {
    font-size: 1.8em;
}

.comment-content h3 {
    font-size: 1.6em;
}

.comment-content h4 {
    font-size: 1.4em;
}

.comment-content h5 {
    font-size: 1.2em;
}

.comment-content h6 {
    font-size: 1em;
}

/* Comment Footer */
.comment-footer {
    font-size: 0.875rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    margin: 1.25rem 0 0;
}

.comment-footer > * + * {
    margin-left: 1.2em;
}

span.bypostauthor {
    color: #9a9a9a;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: italic;
}

.comment-footer a:focus,
.comment-footer a:hover {
    text-decoration: none;
    color: inherit;
}

/* Pingbacks & Trackbacks */

.pingback .comment-meta,
.trackback .comment-meta {
    padding-left: 0;
}


/* Comments Pagination */

.comments-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6rem;
    text-align: center;
}

.comments-pagination.only-next {
    justify-content: flex-end;
}

.comments-pagination .page-numbers {
    display: none;
    text-decoration: none;
}

.comments-pagination .page-numbers:hover {
    text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
    display: block;
}

.comments-pagination .prev {
    left: 0;
}

.comments-pagination .next {
    right: 0;
    text-align: right;
}


/* Comment Respond */
.comment-respond:not(:first-child) {
    padding-top: 3rem;
}

.comment-form {
    margin-top: 2.2rem;
}

.comment-form:after {
    clear: both;
    content: "";
    display: block;
}

.logged-in-as {
    font-size: 0.875rem;
    font-style: italic;
    margin-bottom: 1rem;
}

.comment-respond .logged-in-as a {
    color: inherit;
    text-decoration: none;
}

.comment-respond .logged-in-as a:hover {
    color: #ad7e35;
    text-decoration: none;
}

.comment-form p {
    line-height: 1.1;
    margin-bottom: 2rem;
}

.comment-form-cookies-consent {
    align-items: baseline;
    display: flex;
    font-style: italic;
}

.comment-form > p:last-of-type {
    margin-bottom: 0;
}

.comment-respond label {
    display: none;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
    margin-bottom: 0;
    width: 100%;
}

.comment-respond #submit {
    display: block;
    margin-right: auto;
}


/* Reply Respond */

.comments .comment-respond {
    padding: 3rem 0 0;
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
#blog-sidebar {}

#bottom-sidebar {
    text-align: center;
}

#left-sidebar {}

#right-sidebar {}

#banner-sidebar img {
    border-radius: 5px;
    display: block;
    margin: auto;
}

#banner-sidebar .widget,
#banner-sidebar .wp-caption.aligncenter,
#banner-sidebar .wp-caption.alignnone {
    margin: 0 auto 40px;
}

#cbottom-wrapper {
    background-color: #2f3335;
    color: #ccc;
    font-size: 0.875rem;
    padding: 70px 0 50px;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.6rem;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 5px 0;
}

.gallery-caption,
.wp-caption-text {
    font-family: "Helvetica Neue", Arial, sans-serif;
    border-radius: 5px;
    color: #484848;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: 40px 0;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item a {
    display: block;
}

.gallery-item img {
    display: block;
    width: 100%;
}


.gallery figure {
    cursor: pointer;
    margin: 10px;
    opacity: 0.9;
    position: relative;
    transition: all 0.3s ease;
}

.gallery figcaption {
    background-color: #c39ba0;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
}

.gallery figure:hover,
.gallery .gallery-item:hover figcaption {
    opacity: 1;
}

.gallery-columns-2 .gallery-item {
    max-width: calc(50% - 20px);
}

.gallery-columns-3 .gallery-item {
    max-width: calc(33.3333% - 20px);
}

.gallery-columns-4 .gallery-item {
    max-width: calc(25% - 20px);
}

.gallery-columns-5 .gallery-item {
    max-width: calc(20% - 20px);
}

.gallery-columns-6 .gallery-item {
    max-width: calc(16.6666% - 20px);
}

.gallery-columns-7 .gallery-item {
    max-width: calc(14.28% - 20px);
}

.gallery-columns-8 .gallery-item {
    max-width: calc(12.5% - 20px);
}

.gallery-columns-9 .gallery-item {
    max-width: calc(11.11% - 20px);
}




/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    font-size: 0.875rem;
    height: auto;
    margin: 0 0 4rem;
    /* Make sure select elements fit in widgets. */
}

.widget-title {
    font-size: 1.125rem;
    margin: 0 0 20px;
}

.widget select {
    max-width: 100%;
}

div .widget:first-child {
    margin-top: 0px;
}

.widget-title + ul,
.widget-title + p,
.widget-title + ol {
    margin-top: 15px;
}

.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_categories li,
.widget_recent_comments li,
.widget_recent_entries li {
    line-height: 1.2;
    margin: 0.75rem 0;
}

.widget_pages li:after,
.widget_meta li:after,
.widget_archive li:after,
.widget_categories li:after,
.widget_recent_comments li:after,
.widget_recent_entries li:after {
    content: "";
    display: block;
    background: #dedede;
    height: 1px;
    position: relative;
    width: 20%;
    margin: 0.75rem 0;
}

#banner-sidebar .widget,
#banner-sidebar .wp-caption.aligncenter,
#banner-sidebar .wp-caption.alignnone {
    margin: 0 auto 40px;
}

#breadcrumbs-wrapper .widget {
    font-size: 0.75rem;
    text-align: right;
}

#breadcrumb-sidebar .widget-title {
    margin-bottom: 10px;
}

#cbottom-wrapper .widget-title {
    color: #fff;
}

#cbottom-wrapper .widget {
    margin-bottom: 20px;
}

#cbottom-wrapper .widget p:last-child {
    margin-bottom: 0;
}


/* Gallery widget */
.widget_media_gallery .gallery,
#bottom-sidebar .widget_media_gallery {
    margin: 0;
}

.widget_media_gallery .gallery-columns-3,
.widget_media_gallery .gallery-columns-4,
.widget_media_gallery .gallery-columns-6,
.widget_media_gallery .gallery-columns-8 {
    display: grid;
    grid-gap: 0;
}

.widget_media_gallery .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.widget_media_gallery .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.widget_media_gallery .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.widget_media_gallery .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.widget_media_gallery .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.widget_media_gallery .gallery-columns-2 .gallery-item,
.widget_media_gallery .gallery-columns-3 .gallery-item,
.widget_media_gallery .gallery-columns-4 .gallery-item,
.widget_media_gallery .gallery-columns-6 .gallery-item,
.widget_media_gallery .gallery-columns-8 .gallery-item {
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.widget_media_gallery img {
    border-radius: 0;
    display: block;
    padding: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.widget_media_gallery figcaption {
    display: none;
    border-radius: 0;
}





/* MailChimp for WordPress */
.mc4wp-form-fields {
    position: relative;
}

#cbottom-wrapper .mailchimp-label {
    margin-bottom: 12px;
    display: block;
}

#cbottom-wrapper .mc4wp-form input[type="email"] {
    width: 100%;
    border-radius: 5px;
    padding: 0 20px;
}

#cbottom-wrapper .mc4wp-form input[type="submit"] {
    background-color: #c39ba0;
    display: block;
    height: 40px;
    width: 100%;
    position: relative;
    margin: 5px 0;
    border-radius: 5px;
    padding: 10px 5px;
}

#cbottom-wrapper .mc4wp-form input[type="submit"]:hover {
    opacity: 0.9;
}

#footer-sidebar .widget {
    font-size: 0.813rem;
    margin: 0;
}

#footer-sidebar .widget-title {
    margin-bottom: 5px;
}

#footer-sidebar p:last-child,
#footer-sidebar ul {
    margin-bottom: 15px;
}

/* Widget Calendar */
.widget_calendar caption {
    margin-bottom: 10px;
}

.widget_calendar th,
.widget_calendar td {
    padding: 5px;
    text-align: center;
}

.widget_calendar th {
    font-size: 0.938rem;
}

.widget_calendar tfoot td {
    border: 0;
}

.widget_calendar table tr:last-child td {
    border-bottom: 1px solid #f2f2f2;
}

.widget_calendar #prev {
    text-align: left;
}

.widget_calendar #next {
    text-align: right;
}

.widget_calendar #prev a,
.widget_calendar #next a {
    display: inline-block;
    background-color: #2f3335;
    padding: 2px 8px 0;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.688rem;
}

/* Tag Cloud */
.widget_tag_cloud a {
    background-color: #e9e9e9;
    display: inline-block;
    font-size: 0.813rem !important;
    line-height: 1;
    margin: 0 3px 5px 0;
    padding: 6px 10px;
}

.widget_tag_cloud a,
.widget_tag_cloud a:visited {
    color: inherit;
}

.widget_tag_cloud a:hover {
    background-color: #2f3335;
    color: #fff;
}

#cbottom-sidebar .widget_tag_cloud a,
#cbottom-sidebar .widget_tag_cloud a:visited {
    background-color: #686868;
    color: #fff;
}

#cbottom-sidebar .widget_tag_cloud a:hover {
    opacity: 0.9;
    color: #fff;
}

/*	Recent Posts */
.widget_recent_entries li {
    line-height: 1.2;
}

.widget.widget_recent_entries li span.post-date,
.definite-post-date {
    color: #6f6f6f;
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: normal;
    margin-top: 4px;
}

#cbottom-sidebar .widget.widget_recent_entries li span.post-date,
#cbottom-sidebar .definite-post-date {
    color: #9c9c9c;
}

/* Widget about author */
.definite-widget-about {
    text-align: center;
}

.about-me-name {
    font-size: 1.375rem;
    font-weight: 600;
}

.portrait-image {
    margin: 0 auto 1.5rem;
}

.signature-image {
    margin: 1.25rem 0 0;
}

.portrait-image img,
.signature-image img {
    display: inline-block;
}

.portrait-image img {
    border-radius: 5px;
    width: 100%;
}

.about-widget-wrapper {
    font-size: 0.938rem;
    line-height: 1.6;
}

.button.about-me-link,
.button.about-me-link:visited {
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 1;
    margin: 1.5rem 0 0;
    padding: 0.75rem 1rem;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.button.about-me-link:focus,
.button.about-me-link:hover {
    text-decoration: none;
}

/* Recent comments with avatar widget */
.definite-recent-comments {
    font-size: 0.875rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.definite-recent-comments .comment-author-link {
    display: inline-block;
    font-size: 0.813rem;
    font-style: italic;
    font-weight: 400;
    overflow: hidden;
    text-transform: none;
}

.definite-recent-comments .comment-article {
    margin: 0;
    overflow: hidden;
}

.definite-recent-comments .comment-author-link .url {
    display: inline-block;
    margin-right: 5px;
}

.definite-recent-comments .recent-comment .comment-avatar {
    border-radius: 50%;
    float: left;
    margin: 0 1rem 0 0;
    position: relative;
    top: 3px;
}

.definite-recent-comments .recent-comment {
    clear: both;
    min-height: 40px;
    margin: 0 0 1rem;
}

.definite-recent-comments .comment-link {
    display: block;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
}

.definite-recent-comments .comment-link:hover {
    color: #d6ac6a;
}

#cbottom-sidebar .definite-recent-comments .comment-link:hover {
    color: inherit;
    opacity: 0.75;
}

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

/* Recent posts with thumbnail widget */
.definite_recent_posts ul {
    margin: 1.75rem 0 0;
}

.definite-recent-posts li {
    align-items: center;
    display: grid;
    grid-template-columns: 130px 1fr;
    margin-bottom: 1rem;
}

.definite-recent-posts li:last-child {
    margin-bottom: 0;
}

.recent-post-thumbnail .wp-post-image:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.recent-post-thumbnail {
    margin: 0 1.5rem 0 0;
}

.recent-post-thumbnail .wp-post-image {
    border-radius: 5px;
    margin: 0;
}

.definite-recent-posts {
    text-align: left;
}

.definite-recent-posts .recent-title {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.25rem;
}

.definite-recent-posts .recent-post-date {
    font-size: 0.688rem;
    font-style: italic;
    text-transform: none;
}

.definite-recent-posts p {
    margin: 0;
}

.definite-recent-posts li a,
.definite-recent-posts li a:visited {
    color: inherit;
}

.definite-recent-posts li a:focus,
.definite-recent-posts li a:hover {
    color: #00a699;
    text-decoration: none;
}

/* Social Widget */
.widget .definite-social-icons-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.definite-social-icons-list a,
.definite-social-icons-list a:visited {
    background: #c39ba0;
    border-radius: 5px;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.375rem;
    margin: 0 10px 0 0;
    text-align: center;
}

.definite-social-icons-list a:hover {
    background: #2f3335;
}

.definite-social-icons-list li:hover .icon {
    fill: #fff;
}

.definite-social-icons-list li .icon {
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 3px;
}


.widget .definite-social-icons-list li {
    display: inline-block;
    border: none;
    padding: 0;
}

#blog-sidebar .definite-social-icons-list li,
#left-sidebar .definite-social-icons-list li,
#right-sidebar .definite-social-icons-list li {
    margin: 0 0 5px;
}

#blog-sidebar .definite-social-icons-list li:after,
#left-sidebar .definite-social-icons-list li:after,
#right-sidebar .definite-social-icons-list li:after {
    content: none;
}

/*	Archive Widget */
.widget_archive ul li a {
    display: inline-block !important;
}

/* Search Widget */
.widget .search-form {
    position: relative;
}

.widget input[type="search"].search-field {
    border-radius: 5px 0 0 5px;
    height: 40px;
    margin: 0;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}

.widget_search .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.widget .search-submit {
    border-radius: 0 5px 5px 0;
    bottom: 0;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
}

.wp-block-search__button.wp-element-button {
    max-height: 40px;
    margin: 5px;
}

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

.widget ul li a {
    display: block;
    transition: color 0.15s ease;
}

.widget ul ul.sub-menu,
.widget ul ul.children {
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
}

.widget ul ul.sub-menu li a,
.widget ul ul.children li a {
    font-size: 0.85em;
    line-height: 1.5em;
}


/* Categories Widget */
.widget_categories ul li a {
    display: inline-block !important;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
Plugins 
--------------------------------------------------------------*/

/* Featherlight lightbox plugin */
.featherlight .featherlight-content .caption {
    margin: 10px 0;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/

/* Small devices (landscape phones, 576px and up */
@media (min-width: 576px) {
    html {
        font-size: 100%;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html {
        font-size: 103%;
    }

    #top-bar {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #site-branding {
        margin-bottom: 20px;
    }

    #blog-description,
    #category-description,
    #page-excerpt {
        padding-right: calc(1rem + 7vw);
    }


    /* blog masonry */
    .blog-masonry #blog-layout .hentry,
    .blog-masonry #blog-layout .grid-sizer {
        width: 50%;
    }

    .blog-masonry #blog-layout .hentry {
        margin-bottom: 4%;
    }

    /* Single full */
    .single-full .post-content {
        max-width: 620px;
    }

    /* related posts */
    .related-item {
        display: grid;
        grid-template-columns: 200px 1fr;
        grid-gap: 1rem;
        align-items: center;
    }

    .nav-wrapper {
        padding: 0 20px;
        text-align: center;
    }

    /*** Main Navigation ***/
    .main-navigation-toggle {
        display: none;
    }

    .main-navigation-menu {
        background-color: transparent;
        position: relative;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        border-top: none;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .main-navigation-menu > li {
        display: inline-block;
    }

    .main-navigation-menu a {
        border: none;
        margin: -1px 0;
        padding: 0.5rem;
    }

    .main-navigation-menu .cart a {
        display: block;
        padding: 0;
        position: relative;
        top: 0;
    }

    .main-navigation-menu > .menu-item-has-children a .sub-menu-icon {
        display: none;
        float: none;
        margin: 0;
        padding: 0;
    }

    .main-navigation-menu > .menu-item-has-children a .sub-menu-icon .icon {
        margin: 0.375rem 0 0 0.4em;
        width: 12px;
        height: 12px;
    }

    .main-navigation-menu > .menu-item-has-children a:hover .sub-menu-icon .icon {
        fill: rgba(0, 0, 0, 0.5);
    }

    .main-navigation-menu ul {
        background-color: #fff;
        border-radius: 0 0 3px 3px;
        font-size: 0.75rem;
        position: absolute;
        z-index: 99;
        display: none;
        top: 41px;
        width: auto;
        opacity: 0;
        transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }

    .main-navigation-menu ul li {
        position: relative;
        margin: 0;
        padding: 3px 0;
    }

    .main-navigation-menu li a {
        border-bottom: 1px solid transparent;
    }

    .main-navigation-menu li ul a {
        /* border-bottom: 1px solid #4c4c4c; */
        display: block;
        font-weight: 600;
        line-height: 1.2;
        min-width: 14rem;
        margin: 0;
        padding: 8px 12px;
        -ms-transition: background .2s ease-in;
        -moz-transition: background .2s ease-in;
        -webkit-transition: background .2s ease-in;
        transition: background .2s ease-in;

    }

    .main-navigation-menu ul li ul a {
        padding-left: 0;
    }

    .main-navigation-menu li a,
    .main-navigation-menu li a:visited {
        color: #262626;
        margin: 0 12px;
        padding: 12px 0;
    }

    .main-navigation-menu .cart .icon,
    .main-navigation-menu .cart:visited .icon {
        fill: #262626;
    }

    .main-navigation-menu ul a,
    .main-navigation-menu ul a:visited {
        color: #262626;
    }


    .main-navigation-menu li.home.current-menu-item > a:focus,
    .main-navigation-menu li.home.current-menu-item > a:hover,
    .main-navigation-menu a:focus,
    .main-navigation-menu a:hover {
        color: #c39ba0;
    }

    .main-navigation-menu .cart:focus .icon,
    .main-navigation-menu .cart:hover .icon {
        fill: #c39ba0;
    }

    .main-navigation-menu ul a:hover,
    .main-navigation-menu ul a:active,
    .main-navigation-menu .sub-menu li.current-menu-item > a {
        color: #ccc;
    }

    .main-navigation-menu li.current-menu-item > a {
        color: #c39ba0;
    }

    /* if home */
    .main-navigation-menu li.home.current-menu-item > a {
        color: #484848;
    }

    .main-navigation-menu li ul a:after {
        content: "";
        display: inline-block;
        background: #e2e2e2;
        position: absolute;
        width: 30%;
        height: 1px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
    }

    .main-navigation-menu ul .menu-item-has-children a .sub-menu-icon .icon {
        margin: 0.5em 0 0 0.4em;
        width: 12px;
        height: 12px;
        fill: #fff;
        fill: rgba(255, 255, 255, 0.5);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .main-navigation-menu ul .menu-item-has-children a:hover .sub-menu-icon .icon,
    .main-navigation-menu ul .menu-item-has-children a:active .sub-menu-icon .icon {
        fill: rgba(255, 255, 255, 0.5);
    }

    .main-navigation-menu li ul ul {
        top: 0;
        left: 100%;
    }

    .main-navigation-menu li.menu-item-has-children:hover > ul,
    .main-navigation-menu li.page_item_has_children:hover > ul,
    .main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
        background-color: #ffffff;
        box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .15), 0px 4px 18px -2px rgba(0, 0, 0, .15);
        border-radius: 2px;
        display: block;
        text-align: left;
        left: 50%;
        margin-left: -117px;
        text-align: center;
        opacity: 1;
        padding: 1rem 0;

    }

    /* float 3rd level submenu right */
    .main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul ul {
        left: 0;
        margin-left: 100%;
    }

    /* sticky nav */
    .sticky-nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    #cbottom-wrapper {
        padding: 70px 0 50px;
    }

    .gallery figcaption {
        display: flex;
    }

    .widget_media_gallery figcaption {
        display: none;
    }

    .wp-caption-text {
        padding: 10px 20px;
    }

    /* comments */
    .comment-body {
        min-height: 5rem;
        padding-left: 5rem;
    }

    .comment-meta .avatar {
        border-radius: 5px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
}


@media (max-width: 991px) {
    li.grid-item {
        margin-bottom: 15px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html {
        font-size: 103%;
    }

    #site-branding {
        margin-bottom: 0;
        text-align: left;
    }

    #blog-post-header {
        bottom: 30px;
        padding: 30px;
        left: 30px;
        max-width: 55%;
        margin-left: 20px;
        margin-right: 20px;
    }

    #footer-copyright {
        margin-bottom: 0;
    }

    #blog-description,
    #category-description,
    #page-excerpt {
        padding-right: calc(1rem + 10vw);
    }

    #page-title-group #blog-title,
    #page-title-group #page-title {
        font-size: calc(1.25rem + 1vw);
    }

    /* featured post section */
    .featured-post-column {
        margin-bottom: 0;
    }

    .blog-featured-post-header,
    .page-featured-post-header {
        max-width: 55%;
    }

    /* blog list */
    .blog-list #blog-layout {
        display: block;
    }

    .blog-list .hentry {
        display: grid;
        grid-template-columns: 400px 1fr;
        grid-column-gap: 40px;
        margin-bottom: 50px;
    }

    .blog-list .list-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
    }

    .blog-list .list-inner {
        padding-left: 40px;
    }

    .blog-list .post-thumbnail {
        margin: 0 auto;
    }

    /* blog masonry */
    .blog-masonry #blog-layout .hentry,
    .blog-masonry #blog-layout .grid-sizer {
        width: 33.3333%;
    }

    .blog-masonry #blog-layout .hentry {
        margin-bottom: 3%;
    }

    /* blog grid */

    /* blog gallery */
    .blog-gallery .post-thumbnail img {
        width: auto;
    }

    /* blog gallery and blog large */
    .blog-large .hentry {
        margin-bottom: 50px;
    }

    .blog-gallery .post-details,
    .blog-large .post-details {
        line-height: 1.4;
    }

    /* single full */
    .single-full .post-content {
        max-width: 900px;
    }

    .main-navigation-menu {
        justify-content: flex-end;
        margin-left: auto;
        text-align: right;
    }

    .related-post-thumbnail {
        margin-bottom: 0;
    }

    /* float 3rd level submenu left*/
    .main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul ul {
        left: auto;
        right: 0;
        margin-right: 100%;
    }

    #footer-social-menu .social-menu {
        float: right;
    }

    /* typography */

    blockquote {
        max-width: 95%;
    }

    blockquote.alignleft,
    blockquote.alignright {
        width: 40%;
    }

    blockquote.alignleft {
        float: left;
        margin-right: 2rem;
    }

    blockquote.alignright {
        float: right;
        margin-left: 2rem;
    }

    .widget_media_gallery figcaption {
        display: flex;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html {
        font-size: 105%;
    }

    #page {
        padding: 0;
    }

    #cbottom-wrapper {
        padding: 70px 0 50px;
    }
}
