body {
    background: #fff;
}

body.dark-mode {
    background: rgb(21, 43, 35);
     color: rgba(255, 255, 255, 0.75); 
}

[tabindex="-1"]:focus {
    outline: 0!important
}

.font-montserrat {
font-family: montserrat, sans-serif;
}

.white-version {
    display: none;
}

.dark-mode .white-version {
    display: block;
}

.container-fluid {
    max-width: 1920px;
}

.dark-mode .border-right {
    border-right: 1px solid #10251c!important;
}

.thumbnail-wrapper {
    display: none;
}

img.ff-og-image-inserted.loaded {
    display: none;
}

.bg-darker {
    background: #f7f7f7;
}

.dark-mode .bg-darker {
    background: #10251d;
}

.dark-mode .black-version {
    display: none;
}

.wp-related {
    background: #f7f7f7;
    padding: 30px;
} 

.dark-mode  .wp-related {
    background: #10261e;
    padding: 30px;
}   
 
.avatar {
    width: 70px; height: 70px;
    border-radius: 50%;
}
 
.dark-mode  .wp-related .border-bottom {
    border-bottom: 1px solid #1b382e!important;
}

h1, h2, h3, h4, h5, h6 { 

}

ol ol, ol ul, ul ol, ul ul {
    list-style: none;
    padding-left: 10px;
}
 
.h3, h3 {
    font-size: 1.5rem;
}

p {
  font-size: 1rem;
}

a {
    color: #25af7b;
}

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

.font-source {
    font-family: 'Source Serif Pro', serif;
}

.dark-mode  a:hover {
    color: #ffffff;
}

.dark-mode .text-muted {
    color: #376354!important;
}

.dark-mode .navbar-toggler {
    color: #fff;
}
.font-montserrat {

}  

.font-weight-semi-bold {
    font-weight: 600;
}

.text-xs {
    font-size: .75rem;
}

.sticky-holder-top {
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
    align-self: flex-start;
} 

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

.admin-bar .sticky-holder-top {
    top: calc(7rem + 32px);

} 

.sticky-holder-top {
 width: 100%;
}

.author-meta {
    white-space: nowrap;
}



.flex-2 {
    flex: 2;
    display: flex;
}

.max-3-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.lines-3 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
    position: absolute;
    font-size: 0.7rem;
    opacity: 0.5;
    right: 0.5rem;
        top: 1.2rem;
    transform: translateY(-40%);
}

.dropdown-item:focus, 
.dark-mode .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #25af7b;
}

.dark-mode .dropdown-item:focus, 
.dark-mode .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #25af7b;
}


div#wrapper-navbar {
    position: sticky;
    background: #ffffff;
    top: 0px;
    z-index: 999;
    border-bottom: 2px solid #ececec;
}

.dark-mode div#wrapper-navbar {
    background: #152a23;
    border-bottom: 2px solid #11251e;
}

.admin-bar  div#wrapper-navbar {
    top: 32px;
}


.navbar-expand-md .nav-link.dropdown-toggle {
    padding-left: 1rem;
    padding-right: 1.7rem;
}

.card-body .entry-content p {
	font-size: 1rem;
    margin-bottom: 0px;
}

.card-green {
    background: #25af7b;
    border-color: #25af7b;
    color: #fff;
}

.dark-mode .card {
    background-color: #09764c;
    border: 1px solid rgb(9, 118, 76);
}

.card-intro {
    background: #25af7b;
    border: 0;
    position: relative;
    overflow: hidden;
}
.intro-card-block {
    color: #fff;
}
.intro-card-block:hover {
    text-decoration: none;
    color: #fff;
}

.dark-mode .intro-card-block {
    color: #fff;
}

.intro-card-block:hover .card-intro {
    background: #08754c;
}

.dark-mode .intro-card-block:hover .card-intro {
    background: #0c1d16;
    border-color: #0c1d16;
}

.card-intro i {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    opacity: 0.3;
    font-size: 4rem;
}

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

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

.bg-light {
    background-color: #F5F5F5!important;
}

.text-info {
    color: #569d81!important;
}

.text-black {
    color: #000 !important;
}
.dark-mode .text-black {
    color: rgba(255, 255, 255, 0.75) !important;
}



.dark-mode .border-top {
    border-top: 1px solid #2b3135!important;
}

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

.text-yellow {
    color: #FFF500;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 2rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .625rem;
}

.btn-primary {
    color: #000;
    background-color: #fff500;
    border-color: #fff500;
    font-weight: bold;
}
 
/* header */

a#night-mode,
a#new-search {
    color: #000;
    font-size: 1.3rem;
}

.dark-mode a#night-mode,
.dark-mode  a#new-search {
    color: rgba(255, 255, 255, 0.75); 
}


.search-holder {
    position: relative;
}

.search-holder i {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.8rem;
}

.search-holder input {
    min-width: 300px;
}

.hero {
    background-image: url(../images/hero.svg);
    background-size: cover;
    border-radius: 4px;
    background-position: center;
}

.sengrid-email-input {
    position: relative;
} 

.sengrid-email-input i.fa-envelope {
    position: absolute;
    top: 0.97rem;
    left: 1.3rem;
}

.sengrid-email-input button.sendgrid_mc_button {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    background: transparent;
    border: 0;
}

.box-email {
    position: relative;
}

.box-email svg.fa-envelope,
.box-email i.fa-envelope,
.sengrid-email-input svg.fa-envelope,
.sengrid-email-input i.fa-envelope {
    position: absolute;
    top: 0.7rem;
    left: 1rem;
    color: #09764c;
}
 
.mailpoet_submit, .sengrid-email-input button.sendgrid_mc_button {
    position: relative;
    top: 0rem;
    right: 0rem;
    line-height: 2.4rem;
    background: #fff400;
    border: 0;
    padding: 0 0.6rem;
    font-weight: 500;
    border-top-right-radius: 5px;
    color: #000000;
    width: 100%;
    margin-top: 0.5rem;
    border-bottom-right-radius: 5px;
}

.subscribe-mini .mailpoet_submit,
.subscribe-mini .sengrid-email-input button.sendgrid_mc_button {
    position: relative;
    width: 100%;
    margin-top: 0.5rem;
}


.mailpoet_hp_email_label {
    display: none;
}

#mailpoet_form_1 .mailpoet_form {
    padding: 0px !important;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #000;
    outline : none;
}

.navbar-nav .nav-link:focus {
    outline : none;
}

.dark-mode .navbar-nav .nav-link {
    color: #fff;
}

 
img.author-avatar {
    width: 2.8rem !important;
    height:2.8rem !important;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: .3rem;
    margin-left: .3rem;
}
 
/* post */
  
.bottom-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 60px 30px 0;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 17%, rgba(255,255,255,0.99) 41%, rgba(255,255,255,1) 43%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.84) 17%,rgba(255,255,255,0.99) 41%,rgba(255,255,255,1) 43%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.84) 17%,rgba(255,255,255,0.99) 41%,rgba(255,255,255,1) 43%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.meta .fa-stack {
    display: inline-block;
    height: 1.3em;
    line-height: 1.3em;
    position: relative;
    vertical-align: middle;
    width: 1.3em;
}

.meta .fa-stack-2x {
    font-size: 1.3em;
}

.meta  .fa-stack-1x {
    line-height: inherit;
    font-size: 1.3rem;
}

.meta .author-name {
    font-size: 0.95rem;
    line-height: 1.1;
}

.meta-author-box {
    border-bottom: 1px solid #ececec;
}

.dark-mode .meta-author-box {
    border-bottom: 1px solid #1b382e;
}


img.gc-symbol {
    width: 25px;
    position: relative;
    top: -3px;
    margin-right: 6px;
}

.post-item img {
    height: auto;
    border-radius: 4px;
}

.gfycat {
    margin-bottom: 2rem;
} 

.index-thumbnail, .secondary-thumbnail {
    height: 6.5rem;
    background-size: 2rem;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-image: url(../images/symbol.svg);
    background-position: center;
    background-color: #f5f5fa;
}  
 
.index-thumbnail[data-was-processed=true], .secondary-thumbnail[data-was-processed=true] {
    background-size: cover;
    background-position: center;
}

.secondary-thumbnail { 

}

.post-item .categories-sm {
    max-width: 7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.coin {
    width: 2.5rem;
}

.has-background a {
    color: #fff400;
}

.dark-mode .has-background a {
    color: #208760;
}

.sc_card p:last-child {
    margin-bottom: 0px;
} 
 
.sc_card {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    border-radius: 0px;
    background: #fff;
    margin: 2em auto;
    width: 100%;
    overflow: hidden;
    padding: 1em;
}

.sc_card h1, .sc_card h2, .sc_card h3, .sc_card h4, .sc_card h5, .sc_card h6 {
    font-size: 1.3em;
    line-height: 1.1em;
    margin: 0 0 1em;
    font-weight: 700;
}

.dark-mode .sc_card {
    background: #0f211b;
}

@media (max-width: 468px){
.sc_card p {
    padding: 0 0em 1em; 
}
.sc_card p:last-child {
    padding: 0 0em 0em; 
}
}

.wp-block-column.pros {
    height: 100%;
    background: #25af7b;
    padding: 20px;
    color: #fff;
}

.wp-block-column.cons {
    height: 100%;
    background: #af2583;
    padding: 20px;
    color: #fff;
} 
.wp-block-column.pros p,
.wp-block-column.cons p {
    font-family: inherit;
    margin-bottom: 1rem;
} 

.wp-block-column.pros p:last-child,
.wp-block-column.cons p:last-child {
    margin-bottom: 0px;
} 

.wp-block-column.cons h4,
.wp-block-column.pros h4 {
    padding-left: 34px;
    position: relative;
}

.wp-block-column.pros h4::before {
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    content: "\f058";
    position: absolute;
    color: #ffffff;
    opacity: 1;
    left: 0px;
    top: 2px;
}
.wp-block-column.cons h4::before {
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    content: "\f057";
    position: absolute;
    color: #ffffff;
    opacity: 1;
    left: 0px;
    top: 2px;
}
 
.wp-block-column.cons h4::after,
.wp-block-column.pros h4::after {
    font-family: "Font Awesome 5 Duotone";
    content: "\10f058";
    position: absolute;
    color: #fff;
    opacity: 0.4;
    left: 0px;
    top:2px;
} 
 
.wp-block-column.cons h4::after {
   content: "\10f057"; 
}

.wp-block-columns {
    margin-bottom: 32px;
}



/* newsletter */

.mailpoet_text, .form-borderless {
    padding: .438rem .75rem;
    line-height: 1.5;
    border-radius: 5px;
    border: 0;
    padding-left: 3.5rem;
}
 
.mailpoet_paragraph {
    margin-bottom: 0 !important;
}

p.mailpoet_validate_success {
    margin-bottom: 0;
    font-size: .8rem;
    margin-top: .5rem;
    color: #fff400 !important
}

/* single-post */

/* ratings */

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating>label {
    color: #25af7b;
    float: right;
}

.rating > input.checked ~ label::before,
.rating > input:checked ~ label::before { 
    font-weight: bold;
}
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #13865a;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input.checked ~ label, /* lighten current selection */
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #13865a;  } 

.dark-mode .rating > input:checked ~ label, /* show gold star when clicked */
.dark-mode .rating:not(:checked) > label:hover, /* hover current star */
.dark-mode .rating:not(:checked) > label:hover ~ label { color: #fff501;  } /* hover previous stars in list */


.dark-mode .rating > input:checked + label:hover, /* hover current star when changing rating */
.dark-mode .rating > input:checked ~ label:hover,
.dark-mode .rating > label:hover ~ input.checked ~ label, /* lighten current selection */
.dark-mode .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.dark-mode .rating > input:checked ~ label:hover ~ label { color: #fff501;  } 

.rating > input.upvoted ~ label { color: #13865a;  } 
.dark-mode .rating > input.upvoted ~ label { color: #fff501;  } 

.rate-label {
    color: #999;
    padding-top: 8px;
}

.sticy-toc {
    position: relative;
    top: 0
}

.ez-toc-list li.active > a {
    font-weight: bold;
}

.ez-toc-widget-container,
#ez-toc-container {
    background: #f9f9f900;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 0 0;
    display: block;
    margin-bottom: 0em;
    padding: 0;
    padding-left: 1.5rem;
   
    padding-right: 1rem;
    position: relative;
    width: auto;
    height: 0;
    overflow: hidden;
    transition: height 1s linear;
}


.ez-toc-widget-container.open,
#ez-toc-container.open {
    height: auto;
    padding-top: 1rem;
}

.ez-toc-widget-container nav>ul,
#ez-toc-container nav>ul {
    list-style: none;
    padding-left: 0
}

.ez-toc-widget-container a,
#ez-toc-container a {
    color: #25af7b;
    line-height: 1.1;
    font-size: .9rem;
    display: block;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.ez-toc-widget-container a:hover,
#ez-toc-container a:hover {
    text-decoration: none;
    color: #138057;
} 

.dark-mode .ez-toc-widget-container a:hover,
.dark-mode #ez-toc-container a:hover {
    color: #fff;
}

.ez-toc-widget-container nav>ul>li>ul>li>ul>li,
#ez-toc-container nav>ul>li>ul>li>ul>li,
.ez-toc-widget-container nav>ul>li>ul,
#ez-toc-container nav>ul>li>ul {
    list-style: none;
    padding-left: 1rem
}

.ez-toc-widget-container nav>ul>li>ul>li>ul>li,
#ez-toc-container nav>ul>li>ul>li>ul>li {
    padding-left: 0rem
}


.wp-block-embed {
    margin-bottom: 1.5em;
}

.featured-image img,
.wp-block-image img {
     border-radius: 4px; 
}

.dropdown-toggle {
    padding-right: 1.5rem !important;
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #a7a7a7;
    font-style: italic;
}

.entry-content dl, 
.entry-content ol, 
.entry-content ul {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-left: 19px;
    font-family: 'Source Serif Pro', serif;
    font-size: 1rem;
}
 
p.has-background {
    padding: 20px 60px 20px 30px;
}

p.has-background {
    background-color: #25af7b !important;
    color: #fff;
    background-image: url(../images/symbol-white.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: bottom 15px right 15px;
}

.dark-mode p.has-background {
  background-color: #0f211b !important;
  color: #fff;
}

.wp-block-button__link {
    font-size: 18px;
    margin: 0 0 0rem;
    width: 100%;
    border-radius: 50px !important;
    overflow-wrap: break-word;
    color: #ffffff !important;
    background-color: #188e61 !important;
    border-color: #fff500 !important;
    font-weight: bold;
    box-shadow: 1px 3px 0px #0c714b;
}

.wp-block-button + h3,
.wp-block-button + h2,
.wp-block-button + p {
  padding-top: 1rem;  
} 


.wp-block-button {
  padding-bottom: 1rem;  
} 

.wp-block-button__link:hover {
    color: #fff !important;
    background-color: #25af7b !important;
    text-decoration: none;
} 

.dark-mode .wp-block-button__link {
    font-size: 18px;
    width: 100%;
    overflow-wrap: break-word;
    color: #0e211a !important;
    background-color: #25af7b !important;
    border-color: #fff500 !important;
    font-weight: bold;
}

.dark-mode  .wp-block-button__link:hover {
    color: #0e211a !important;
    background-color: #fff500 !important;
    text-decoration: none;
}  
 
.dark-mode .wp-block-image figcaption {
    color: #376354;
}

.entry-content p,
.entry-content ul li,
.entry-content ol li {
    font-size: 20px;
}

.entry-content ul li,
.entry-content ol li {

}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    margin-bottom: 1.2rem;
}


.entry-content p {
    margin-top: 0;
    margin-bottom: 2rem;
    font-family: 'Source Serif Pro', serif;
}
 
.entry-content img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: auto;
}

.ssk-group {
    position: sticky;
    top: 10.4rem;
}

.ssk-group i {
    font-size: 1.5rem;
}

.wp-block-quote {
    position: relative;
    padding-left: 3rem;
}

.wp-block-quote cite {
    color:rgba(0, 0, 0, 0.36);
}

.wp-block-quote p {
    font-size: 1.25rem;
    margin-bottom: 1.6rem;
    line-height: 1.3;
}

.wp-block-quote::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f10e";
    position: absolute;
    top: 0.3rem;
    left: 0rem;
    line-height: 1;
    font-size: 2rem;
    font-weight: 300;
    color: #000;
}
 
.dark-mode .wp-block-quote::before {
    color: rgba(255,255,255,0.75);
}

ul.blocks-gallery-grid {
    padding: 0;
    margin-bottom: 0px;
}

.instagram-media {
    max-width: 100% !important;
    width: 100% !important; 
    min-width: 0px !important;
}

/* cookie */

#cookie-notice {
    color: #fff;
    font-family: inherit;
    background: #25af7b;
    padding: 1rem;
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    font-size: 0.8rem;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    margin: 0px;
    visibility: hidden;
    z-index: 1000000;
    box-sizing: border-box;
}


#cookie-notice button {
    color: inherit;
    background: #fff500;
    border: 0;
    padding: 10px;
    border-radius: 8px;
    margin-top: 13px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    font-weight: bold;
    text-transform: lowercase;
    cursor: pointer;
}

#cookie-notice a {
    color: #fff500;
}

#wrapper-footer #cookie-notice a {
    color: #fff400;
}


.footer-border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}

.footer-border-top {
    border-top: 1px solid #dee2e6!important;
}

.dark-mode .footer-border-bottom {
    border-bottom: 1px solid #0f261d!important;
}

.dark-mode .footer-border-top {
    border-top: 1px solid #0f261d!important;
} 

@media only screen and (max-width:600px){#cookie-notice{max-width:100%;bottom:0;left:0;border-radius:0}}


/* shade */

.shade {
    position: fixed;
    top: 0px;
    bottom: 100%;
    left: 0px;
    right: 100%;
    z-index: 20;
    opacity: 0;
    background: rgba(0,0,0);
    transition: opacity 0.2s linear;
}

.shade-active .shade {
    bottom: 0;
    right: 0;
    opacity: 0.3;
} 

body.modal-open {
  overflow-y: hidden;
  position:relative;
}

.search-modal {
    position: fixed;
    width: 100%;
    height: 100vh; 
    padding: 115px 1rem 0;
    overflow-x: visible;
    background: white;
    right: -100%;
    left: auto;
    overflow-y: auto;
    top: 0px;
    box-shadow: 0px 30.7947px 30.7947px rgba(0, 0, 0, 0.08);
    z-index: 320; 
    transition: right 0.2s linear;
}

.dark-mode .search-modal {
    background: #152a22;
}

.admin-bar .search-modal {
    padding: 132px 1rem 0;
}

.search-modal.open {
    right: 0px;
} 

.page-numbers {
    padding: 1rem
}

@media (min-width: 768px) {
.dark-mode .footer-border-bottom,
.footer-border-bottom {
    border-bottom: 0px solid #dee2e6!important;
}

.dark-mode .footer-border-top,
.footer-border-top {
    border-top: 0px solid #dee2e6!important;
}  
}
@media (min-width: 992px) {




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

  .search-modal {
    width: 37.5rem;
    right: -37.5rem;
  }

  .search-modal.open {
    right: 0px;
    left: auto;
  }

} 
 
.spinner {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #10251d;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
} 

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* video player */

.plyr__control--overlaid {
    background: #25af7b !important;
}

.plyr--full-ui input[type=range] {
    color: #25af7b !important;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #25af7b !important;
}
 
/* player */



div.time-progress div.progress-container {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    height: 20px;
    cursor: pointer;
}

div.time-progress div.progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
    display: block; 
}
div.time-progress div.progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
    visibility: visible; 
}
div.time-progress div.progress-container progress.song-played-progress {
    width: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    right: 0;
    width: 100%;
    z-index: 60;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 5px;
    background: transparent;
    border: none;
    /* Needed for Firefox */ 
}

@media all and (-ms-high-contrast: none) {
    div.time-progress div.progress-container *::-ms-backdrop,  div.time-progress div.progress-container progress.song-played-progress {
        color: #10251d;
        border: none;
        background-color: #E1E1E1; 
    } 
} 

@supports (-ms-ime-align: auto) {
    div.time-progress div.progress-container progress.song-played-progress {
        color: #10251d;
        border: none; 
    } 
}
     
div.time-progress div.progress-container progress.song-played-progress[value]::-webkit-progress-bar {
    background: none;
    border-radius: 5px; 
}
     
div.time-progress div.progress-container progress.song-played-progress[value]::-webkit-progress-value {
    background-color: #10251d;
    border-radius: 5px; 
}
     
div.time-progress div.progress-container progress.song-played-progress::-moz-progress-bar {
    background: none;
    border-radius: 5px;
    background-color: #10251d;
    height: 5px;
    margin-top: -2px; 
}
     
div.time-progress div.progress-container progress.song-buffered-progress {
    position: absolute;
    left: 0;
    top: 8px;
    right: 0;
    width: 100%;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 5px;
    background: transparent;
    border: none;
    background-color: #D7DEE3; 
}
     
div.time-progress div.progress-container progress.song-buffered-progress[value]::-webkit-progress-bar {
    background-color: #E1E1E1;
    border-radius: 5px; 
}

div.time-progress div.progress-container progress.song-buffered-progress[value]::-webkit-progress-value {
    background-color: #E1E1E1;
    border-radius: 5px;
    transition: width .1s ease; 
}

div.time-progress div.progress-container progress.song-buffered-progress::-moz-progress-bar {
    background: none;
    border-radius: 5px;
    background-color: #E1E1E1;
    height: 5px;
    margin-top: -2px; 
}

div.time-progress div.progress-container progress::-ms-fill {
    border: none; 
}

@-moz-document url-prefix() {

    div.time-progress div.progress-container progress.song-buffered-progress {
    top: 9px;
    border: none; 
    } 

}

@media all and (-ms-high-contrast: none) {
    div.time-progress div.progress-container *::-ms-backdrop,  div.time-progress div.progress-container progress.song-buffered-progress {
        color: #78909C;
        border: none; 
    } 
}

@supports (-ms-ime-align: auto) {
    div.time-progress div.progress-container progress.song-buffered-progress {
        color: #78909C;
        border: none; 
    } 
}

div.time-progress div.progress-container input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 7.5px 0;
    position: absolute;
    z-index: 99;
    top: -7px;
    height: 20px;
    cursor: pointer;
    background-color: inherit; 
}

div.time-progress div.progress-container input[type=range]:focus {
    outline: none; 
}

div.time-progress div.progress-container input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: #10251d;
    border-radius: 0px;
    border: 0px solid #010101; 
}
     
div.time-progress div.progress-container input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #10251d;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    background: #10251d;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.5px; 
}

div.time-progress div.progress-container input[type=range]:focus::-webkit-slider-runnable-track {
    background: #10251d; 
}

div.time-progress div.progress-container input[type=range]::-moz-range-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: #10251d;
    border-radius: 0px;
    border: 0px solid #010101; 
}

div.time-progress div.progress-container input[type=range]::-moz-range-thumb {
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      border: 1px solid #10251d;
      height: 15px;
      width: 15px;
      border-radius: 16px;
      background: #10251d;
      cursor: pointer; 
}

div.time-progress div.progress-container input[type=range]::-ms-track {
      width: 100%;
      height: 0px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent; 
}

div.time-progress div.progress-container input[type=range]::-ms-fill-lower {
      background: #003d57;
      border: 0px solid #010101;
      border-radius: 0px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); 
}

div.time-progress div.progress-container input[type=range]::-ms-fill-upper {
      background: #10251d;
      border: 0px solid #010101;
      border-radius: 0px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); 
}
    
div.time-progress div.progress-container input[type=range]::-ms-thumb {
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      border: 1px solid #10251d;
      height: 15px;
      width: 15px;
      border-radius: 16px;
      background: #10251d;
      cursor: pointer;
      height: 0px;
      display: none; 
}
    
@media all and (-ms-high-contrast: none) {
    div.time-progress div.progress-container *::-ms-backdrop,  div.time-progress div.progress-container input[type="range"].amplitude-song-slider {
        padding: 0px; 
    }
    div.time-progress div.progress-container *::-ms-backdrop,  div.time-progress div.progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        border-radius: 10px;
        cursor: pointer;
        margin-top: -8px; 
    }
    div.time-progress div.progress-container *::-ms-backdrop,  div.time-progress div.progress-container input[type=range].amplitude-song-slider::-ms-track {
        border-width: 15px 0;
        border-color: transparent; 
    }
    div.time-progress div.progress-container *::-ms-backdrop,  div.time-progress div.progress-container input[type=range].amplitude-song-slider::-ms-fill-lower {
        background: #E1E1E1;
        border-radius: 10px; 
    }
    div.time-progress div.progress-container *::-ms-backdrop,  div.time-progress div.progress-container input[type=range].amplitude-song-slider::-ms-fill-upper {
        background: #E1E1E1;
        border-radius: 10px; 
    } 
}
    
@supports (-ms-ime-align: auto) {
    div.time-progress div.progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        margin-top: 3px; 
    } 
}

div.time-progress div.progress-container input[type=range]:focus::-ms-fill-lower {
    background: #10251d; 
}
div.time-progress div.progress-container input[type=range]:focus::-ms-fill-upper {
    background: #10251d; 
}
div.time-progress span.duration {
    color: #AAAFB3;
    font-size: 12px;
    display: block;
    float: right;
    margin-right: 20px; 
}

/* form */

.form-borderless {
    border-radius: 50px;
    border: 0;
    padding-left: 3.5rem;
}


.card-no-bg {
    background: transparent !important;
}

.card-thumbnail {
    background-size: cover;
    background-position: center;
}

.card-thumbnail-sm {
    height: 5rem;
    background-size: cover;
    border-radius: 5px;
    background-position: center;
}

.horizontal-scroll {
    overflow: scroll;
}

.hide-scroll::-webkit-scrollbar { 
    display: none;
}

.market-scroll-content {

}

span.price {
    opacity: 0.6;
}

.woocommerce span.onsale {
    height: 3rem;
    min-height: 3rem;
    width: 3rem;
    min-width: 3rem;
    padding: 0;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 2.8rem;
    top: 0;
    left: 15px;
    display: block;
    margin: 0;
    border-radius: 100%;
    background-color: #ffffff;
    color: #25af7b;
    font-size: 2rem;
    z-index: 9;
    border: 2px solid #fff;
}

.bg-footer {
    background: #f5f5fa;
    border-top: 2px solid #ececec;
}

.dark-mode .bg-footer {
    background: #152a22;
    border-top: 2px solid #0f251d;
}

#wrapper-footer p {
    font-family: montserrat, sans-serif;
}

#wrapper-footer a {
    color: #646479;
}

.dark-mode #wrapper-footer a {
    color: #569d81;
}

#wrapper-footer a.footer-link {
    font-size: 0.75rem;
    color: #000000;
    opacity: 0.5;
    text-decoration: underline;
} 

.text-alt {
    color: #b8b8c3;
}

.dark-mode .text-alt {
    color: #c5c9c8;
}

#wrapper-footer  {
    color: #fff;
    opacity: 1;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-top: 1px solid #ededed;
}

@media (max-width: 991px) { 

    #expand-contents {
        padding-top: 1.2rem !important;
    }
}
@media (min-width: 992px) { 

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-top: 0px solid #ededed;
}

.sticy-toc {
    position: sticky;
    top: 8rem;
}

.ez-toc-widget-container,
#ez-toc-container {
    height: calc(100vh - 8rem);
    overflow: auto;
}

.ez-toc-widget-container,
#ez-toc-container {
    border-left: 1px solid rgba(19, 19, 19, 0.08);
}

.dark-mode .ez-toc-widget-container,
.dark-mode #ez-toc-container {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}  

}

@media (max-width: 1199px) {
    .mailpoet_submit, .sengrid-email-input button.sendgrid_mc_button {
        padding: 0.4rem 0.6rem;
        border-radius: 5px;
    }
}
@media (min-width: 1200px) {

  

    .mailpoet_submit,
    .sengrid-email-input button.sendgrid_mc_button {
    position: absolute;
    width: auto;
    margin-top: 0px;
    }



}
