.sidebar-toggle {
    position: fixed;
    z-index: 101;
    top: 20px;
    left: 75px;
    color: #fff;
    text-shadow: 0 0 1px #000;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

body {
    color: #50545C;
    background-color: #000f1b;
    font-family: "Playfair Display", serif;
    font-size: 15px;
    line-height: 1.55;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Playfair Display", serif;
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #23b6b6;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

a:hover {
    color: #9a9a9a !important;
}

.bypostauthor {
    display: block;
}

.x-gap {
    height: 0;
    margin: 0;
    border: 0;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 15px;
    border: 0;
    color: #fff;
    background-color: #23b6b6;
    font-weight: 700;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}

input[type="submit"] {
    margin-top: 5px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background-color: #17191b;
    text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;

    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea,
select {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 13px;
    border-radius: 3px;
    color: #666;
}

.pirate-forms-fields-container input,
.pirate-forms-fields-container textarea {
    height: auto;
    padding: 13px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    width: 100%;
    padding-left: 8px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
}

/*--------------------------------------------------------------
Posts nav
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    overflow: hidden;
    margin: 45px 0;
}

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
    color: #fff;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    max-width: 50%;
    padding: 15px;
    background-color: #17191b;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    max-width: 50%;
    padding: 15px;
    background-color: #17191b;
    text-align: right;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.nav-previous:hover,
.nav-next:hover {
    background-color: #23b6b6;
}

.blog .nav-previous {
    margin-left: 15px;
}

.blog .nav-next {
    margin-right: 15px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    width: 1px;
    height: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    display: block;
    clip: auto !important;
    z-index: 100000; /* Above WP toolbar. */
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    border-radius: 3px;
    color: #21759b;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

.site-content {
    margin-bottom: 30px;
}

.site-header {
    position: relative;
    z-index: 10;
    margin-bottom: 45px;
    background: url(../images/headerf.jpg) no-repeat;
   
   
    background-size: cover;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-position: center top;
    overflow: hidden;
  background-attachment: scroll;
}

.site-branding {
    padding: 150px 0;
    text-align: center;
    z-index: 15;
    position: relative;
}

.site-logo {
    width: auto;
}

.show-title {
    margin-bottom: 15px;
}

.site-title {
    margin: 0 0 30px;
    font-size: 82px;
}

.site-title a {
    color: #f9f9f9 !important;
}

.site-description {
    color: #ddd;
    font-size: 3.25em;
}

.overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000;
}

.site-footer {
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: #17191b;
    font-size: 14px;
}

.site-footer,
.site-footer a {
    color: #8b8b8b;
}

.grid-layout .hentry {
    width: 350px;
    margin: 15px;
    padding: 0;
    background-color: transparent;
}

.post-inner {
    padding: 30px;
    background-color: #fff;
}

.post-inner.no-thumb {
    padding: 60px 30px 30px;
}

/*--------------------------------------------------------------
Contact Form
--------------------------------------------------------------*/
.contact-form {
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
    padding: 25px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="number"], select {
    border: 1px solid #d2d2d2;
    border-radius: 0;
}

.contact-form select, input[type="file"] {
    height: auto;
}

.contact-form p {
    margin-bottom: 20px;
}

.contact-form input[type="submit"] {
    padding: 15px 50px;
}

/*--------------------------------------------------------------
SVG
--------------------------------------------------------------*/

.svg-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 7.93650794%;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.nav-svg {
    position: relative;
    z-index: 11;
    margin-bottom: -7.81%;
}

.meta-svg {
    position: relative;
    top: -1px;
    width: 100%;
    height: 0;
    padding-top: 69.44444444%;
}

.header-svg {
    margin-bottom: -2px;
}

.svg-block {
    fill: #000f1b;
    stroke: none;
}

.footer-svg {
    position: relative;
    margin-bottom: -2px;
}

.footer-svg.svg-block {
    fill: #17191b;
}

.hentry .svg-container {
    position: relative;
    z-index: 11;
}

.hentry .post-svg {
    margin-bottom: -7.74%;
}

.hentry .post-bottom-svg {
    margin-top: -7.78%;
}

.single-post-svg {
    position: relative;
    margin-bottom: -1px;

    fill: #fff !important;
}

.single-svg-bottom {
    margin-top: -2px;
    margin-bottom: 60px;
}

.svg-container.page-header-svg {
    position: relative;

    fill: #17191b;
}

.archive .svg-container.page-header-svg {
    margin-top: -1px;
}

.grid-layout .hentry:nth-of-type(2) .post-svg {
    margin-top: -7.98%;
}

.grid-layout .hentry:nth-of-type(3) .post-svg {
    margin-top: -15.98%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0;
    padding: 60px;
    background-color: #fff;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-title {
    margin: 0 0 15px;
}

.single .entry-header,
.page .entry-header {
    margin-bottom: 30px;
    text-align: center;
}

.page .entry-content {
    margin: auto;
    width: 88%;
}

.entry-title a {
    color: #000;
}

.entry-title a:hover {
    color: #23b6b6;
}

.grid-layout .entry-title {
    font-size: 28px;
}

.post-meta,
.post-meta a {
    color: #fff;
}

.entry-meta,
.entry-footer {
    margin-bottom: 15px;
    font-size: 12px;
}

.entry-footer {
    clear: left;
    margin-top: 15px;
}

.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
    color: #9d9d9d;
}

.entry-meta a:hover {
    color: #23b6b6;
}

.posted-on,
.author {
    margin-right: 8px;
}

.posted-on:after,
.author:after {
    margin-left: 8px;
    content: "/";
}

.read-more {
    padding: 15px 30px 30px;
    color: #fff;
    background-color: #23b6b6;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.read-more:hover {
    background-color: #17191b;
}

.read-more a {
    position: relative;
    z-index: 99;
    color: #fff;
}

.single-thumb {
    margin-bottom: 30px;
    text-align: center;
}

.entry-thumb {
    position: relative;
    z-index: 9;
    text-align: center;
}

.entry-thumb:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(35, 182, 182, 0.4);
    content: "";
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
}

.entry-thumb:hover:after {
    height: 100%;
}

.thumb-link {
    position: absolute;
    z-index: 99;
    top: 40%;
    left: 45%;
    opacity: 0;
    color: #fff;
    font-size: 38px;
    -webkit-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
}

.thumb-link-wrap {
    float: left;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-thumb:hover .thumb-link {
    opacity: 1;
}

.page-header {
    margin: 0;
    margin-top: -1px;
    padding: 30px;
    border: 0;
    background-color: #17191b;
}

.page-header .page-title {
    margin: 0;
    color: #fff;
    text-align: center;
}

.taxonomy-description {
    margin: 15px 0 0;
    text-align: center;
}

.archive .site-header,
.error404 .site-header {
    margin-bottom: 0;
}

.error404 .page-content {
    margin-top: 60px;
    color: #fff;
    text-align: center;
}

.archive.author {
    margin: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget-area {
    overflow-y: auto;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -360px;
    width: 360px;
    height: 100%;
    padding: 30px;
    background-color: #192b38;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.widget-area,
.widget-area a {
    color: #f9f9f9;
}

.widget-title {
    margin: 0 0 20px;
    color: inherit;
}

.widget-area a:hover {
    color: #23b6b6;
}

.admin-bar .widget-area {
    top: 32px;
}

.widget-area-visible {
    left: 0;
}

.sidebar-toggle {
    position: fixed;
    z-index: 101;
    top: 20px;
    left: 75px;
    color: #fff;
    text-shadow: 0 0 1px #000;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.admin-bar .sidebar-toggle {
    top: 52px;
}

.sidebar-toggled {
    left: 380px;
}

.sidebar-nav {
    margin-bottom: 30px;
}

.widget {
    margin: 0 0 30px;
}

.widget ul {
    padding: 0 0 0 20px;
}

.widget .children {
    padding-left: 30px;
}

.widget li {
    padding: 3px 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search and product search widgets */
.widget_search label {
    font-weight: normal;
}

.widget_search .search-field,
.widget_product_search .search-field {
    width: auto;
    margin-right: -5px;
    padding: 14px;
    max-width: 175px;
}

@media (max-width: 342px) {
    .widget_search label,
    .widget_product_search .search-field {
        margin-bottom: 5px;
    }

    .widget_product_search button[type="submit"] {
        margin-top: 5px;
    }
}

/* Default widgets */
.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_categories ul {
    padding: 0;
    list-style: none;
}

.widget_recent_entries li::before,
.widget_archive li::before,
.widget_pages li::before,
.widget_recent_comments li::before,
.widget_categories li::before {
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
}

.widget_recent_entries li::before {
    content: "\f303";
    font-weight: 900;
}

.widget_archive li::before {
    margin-right: 5px;
    content: "\f133";
}

.widget_pages li::before {
    margin-right: 5px;
    content: "\f15b";
}

.widget_recent_comments li::before {
    margin-right: 5px;
    content: "\f075";
}

.widget_categories li::before {
    margin-right: 5px;
    content: "\f07b";
}

#secondary select {
    color: #414141;
}

.search-no-results .page-content {
    background: #fff;
    text-align: center;
    padding: 60px;
}

section.error-404.not-found .search-field,
.search-no-results .page-content .search-field {
    padding: 14px;
}

section.error-404.not-found .search-submit,
.search-no-results .page-content .search-submit {
    margin-left: 26px;
}

@media (max-width: 480px) {
    section.error-404.not-found .search-submit,
    .search-no-results .page-content .search-submit {
        display: block;
        margin: 5px auto;
    }

    section.error-404.not-found .search-field,
    .search-no-results .page-content .search-field {
        width: auto;
    }
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/

.main-navigation {
    display: none;
}

.slicknav_btn {
    display: none;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    float: left;
    line-height: 1.188em;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_nav {
    display: block !important;
    clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
}

.slicknav_nav li {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #222;
    text-transform: uppercase;
}

.slicknav_nav li ul li {
    text-transform: none;
}

.slicknav_nav li ul li:last-of-type {
    border-bottom: 0;
}

.slicknav_nav .slicknav_arrow {
    margin: 0 0 0 8px;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
    float: left;
}

.slicknav_menu:before,
.slicknav_menu:after {
    display: table;
    content: " ";
}

.slicknav_menu:after {
    clear: both;
}

/* IE6/7 support */
.slicknav_menu {
    *zoom: 1;
}

.slicknav_menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.slicknav_menu * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slicknav_nav li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.slicknav_nav li:hover a {
    margin-left: 10px;
}

.slicknav_nav {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0.875em;
}

.slicknav_nav,
.slicknav_nav ul {
    overflow: hidden;
    list-style: none;
}

.slicknav_nav ul {
    margin: 0;
    padding: 0;
}

.slicknav_nav ul ul {
    margin-left: 10px;
}

.slicknav_nav .slicknav_row {
    margin: 0;
    padding: 5px 0;
}

.slicknav_nav a {
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    margin: 0;
    padding: 0;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_brand {
    height: 44px;
    padding: 7px 12px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

/*--------------------------------------------------------------
Top bar
--------------------------------------------------------------*/

.top-bar {
    padding: 10px 15px;
    text-align: right !important;
}

.top-bar .header-search,
.social-navigation {
    display: inline-block;
    vertical-align: middle;
}

.header-search .search-submit {
    display: none;
}

.header-search {
    margin-left: 10px;
}

.header-search .search-field {
    padding: 5px 10px;
    border-top: 0;
    border-right: 0;
    border-bottom-color: #6f6f6f;
    border-left: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 12px;
    font-weight: 400;
}

 .search-button {
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #a7711e;
    color: white;
    font-weight: 400;
    position: relative;
    top: 5px;
}
 .search-button:hover {
    color: #000f1b !important;
}

 .search-field,
 .search-field:focus {
    color: #fff;
}

.oblique-only-customizer {
    display: none !important;
}

.grid-layout {
    display: none;
}

/**/
.site-title {
    font-size: 82px;
}

/*.site-description {*/
    /*font-size: 30px;*/
/*}*/

.main-navigation li {
    font-size: 16px;
}

.site-branding {
    padding: 150px 0;
}

@media only screen and (max-width: 1024px) {
    .site-branding {
        padding: 100px 0;
    }
}

.site-logo, .woocommerce .site-logo, .woocommerce-page .site-logo {
    max-width: 200px;
}

.entry-meta a:hover, .entry-title a:hover, .widget-area a:hover, .social-navigation li a:hover, a {
    color: #424242
}

.read-more, .nav-previous:hover, .nav-next:hover, button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #424242
}

.entry-thumb:after {
    background-color: rgba(66, 66, 66, 0.4);
}

/*social*/
.social {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.social li {
    padding: 0 !important;
    list-style: none !important;
    border: 1px solid #222;
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 0.8em;
}

.social li:hover a {
    color: #222 !important;
}

.social li a {
    display: inline-block;
    vertical-align: middle;
    padding: 4px
}

a.x-img {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

a.x-img:not(.x-img-thumbnail):hover {
    opacity: 0.75;
}

@media only screen and (max-width: 767px) {
    .grid-layout .hentry {
        width: 100%;
        max-width: 370px;
        margin: 0 auto 30px;
    }

    .grid-layout .hentry:nth-of-type(2) .post-svg {
        margin-top: 0;
    }

    .grid-layout {
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
    }

    .site-title {
        font-size: 42px !important;
    }

    .site-description {
        font-size: 3em;
    }

    .sidebar-toggle {
        display: table;
        position: relative;
        left: 25px;
    }

    .single-product div.single_product_wrapper {
        padding: 43px 60px 70px 60px;
    }

    .single-product div.single_product_bottom_svg {
        bottom: -43px;
    }
}

@media (max-width: 745px) {
    .woocommerce-page div.alt_shop_cat_title_bottom_svg,
    .single-product div.related-title-bottom-svg,
    .single-product div.single_product_bottom_svg {
        padding-top: 8%;
    }
}

@media only screen and (max-width: 460px) {
    .post-inner {
        padding: 15px;
    }

    .hentry {
        padding: 15px;
    }

    .entry-title {
        font-size: 26px;
    }

    body {
        font-size: 14px;
    }

    .nav-svg {
        top: -1px;
    }

    .widget-area-visible {
        width: 100%;
    }

    .sidebar-toggle {
        position: relative;
        left: 20px;
    }
    .header-search .search-button {
        top: -15px;
    }

    .admin-bar .sidebar-toggle {
        top: 0;
        margin: 0 auto 15px;
    }

    .social-navigation ul {
        text-align: center;
    }

    .content-wrapper {
        padding: 0;
    }

    .top-bar {
        text-align: right;
    }

    .site-main .post-navigation {
        padding-right: 15px;
        padding-left: 15px;
    }

    .comments-area {
        padding-right: 15px;
        padding-left: 15px;
    }

    .single-product div.single_product_bottom_svg {
        bottom: -19px;
    }
}

.animated-text {

    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(to right, #a7711e 10%, #fff678 50%, #a7711e 60%);
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2.5s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.owl-carousel .owl-nav button {
    position: absolute;
    position: absolute;
    font-size: 3.5em !important;
    color: #b47920 !important;
    top: 35%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    left: -35px;
    opacity: 0.8;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.owl-carousel .owl-nav button.owl-next:hover {
    right: -35px;
    opacity: 0.8;
}

.participants .card:hover {
    opacity: 0.85;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;

}

.participants .card .card-body {
    text-align: center;
}

.participants .card .card-header {
   
    background-size: contain;
     -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
    background-repeat: no-repeat;
     background-position: center;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
}
.participants .card .card-header.half {
    padding-top: 75% !important; /* 1:1 Aspect Ratio */
}


.crown{
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-top: 80%; /* 1:1 Aspect Ratio */
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 1em;

}

.crown:hover {
    opacity: 0.85;
    filter: brightness(1.1);

}

.crown .content{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding-left: 1em;
    padding-right: 1em;
    color: black;
    font-weight: bold;
}
@media (max-width: 500px) {
    .crown{
        padding-top: 100% !important; /* 1:1 Aspect Ratio */

    }
}



.gold {
    color: #b47920 !important;
}

.crowm-list {
    list-style-image: url("../images/list-icon.png");
}

.crowm-list li {
    position: relative;
}

.crowm-list li > span {
    position: relative;
    top: -3px;
}

.share-link {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.share-link li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    border: 1px solid #a8731e;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3em;
    text-align: center;
}

.share-link li a {
    color: #d79326 !important;
}

.share-link li:hover a {
    color: #a8731e !important;
}

.share-linkl li a {
    display: inline-block;
    vertical-align: middle;
    padding: 6px
}

.bg-animation {
    animation:slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #d79326 50%, #002e52 50%);
    bottom:0;
    left:-50%;
    opacity:.1;
    position:absolute;
    right:-50%;
    top:0;
    z-index:1;
}
@keyframes slide {
    0% {
        transform:translateX(-25%);
    }
    100% {
        transform:translateX(25%);
    }
}
.bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
}

.bg3 {
    animation-duration:5s;
}

.owl-carousel{
    direction: ltr;
}

.panel-refresh-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.82);
    opacity: 0.75;
    filter: alpha(opacity = 50);
    z-index: 3;
    font-size: 21px;

}
.panel-refresh-layer img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

.center-vertical{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .numbered{
    z-index: 999;
    position: absolute;
    padding: 5px 15px;
    background-color: #b47920;
    color: #fff;
    border-radius: 0 0 .25rem 0;
}