/* Pulse Animation used with the counter */

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes headerAnimation {
	0% { transform: translateY(-100%); }
	100% { transform: translateY(0px); }
}

.pulse {
  animation-name: pulse;
  animation-duration: 0.8s; /* Adjust the duration of the animation as needed */
}
html body .flurry-container {
    margin-left: -100% !important;
}
body.sticky-header-content {
    padding-top: 134px
}

body.admin-bar header.header {
    top: 32px;
}

header.header.fixed-header {
    top: 0;
    position: fixed;
    animation: headerAnimation 0.3s forwards;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	width: 100%;
	z-index: 9999;
}

header.fixed-header .header-container {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50px;
}
header.fixed-header .header-logo-img {
    max-height: 40px;
}

header.fixed-header #primary-nav a {
    font-size: 1rem;
}

header.fixed-header button.search-toggle {
    padding-top: 0;
    padding-bottom: 0;
}

header.fixed-header button.search-toggle .magnifying-glass{
    width: 28px;
}
header.fixed-header  input.search-field {
    margin: 0px !important;
}

header.fixed-header #search-container .search-close {
    margin-bottom: 16px;
}
.countdown_wrap, .nnl_wrap {
    font-family: inherit;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    background-position: center;
    overflow: hidden;
    padding-top: 100px;
    letter-spacing: 2px;
}

body.admin-bar .countdown_wrap, body.admin-bar .nnl_wrap {
    min-height: calc(100vh - 32px);
}

/*.countdown_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(182deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 10%));
}*/

.page-template-template-countdown header, .page-template-template-countdown footer, .page-template-template-naughty-nice-list header, .page-template-template-naughty-nice-list footer {
    display: none;
}

body.page-template-template-countdown:not(.single-product):not(.archive.woocommerce-page) #content, body.page-template-template-naughty-nice-list:not(.single-product):not(.archive.woocommerce-page) #content {
    width: 100%;
    display: block;
    max-width: inherit;
}

body.page-template-template-countdown .content {
    width: 100%;
    z-index: 1;
}

h1.cd_heading {
    color: #fff;
    text-shadow: #111 0 0 10px;
    font-size: 5em;
    text-transform: initial;
    line-height: 2px;
    font-family: inherit;
}

h1.cd_heading span.cd_main_heading {
    width: 100%;
    display: block;
    line-height: 110px;
}
.nn_setting_list form label input {
    margin-top: -4px;
}
h1.cd_heading span.cd_sub_heading {
    font-size: 4rem;
    line-height: normal;
}

div#countdownTimer {
    font-size: 8rem;
    color: #fff;
    font-weight: 700;
    text-shadow: #111 0 0 10px;
    margin-top: 40px;
}

span.countdown-period {
    display: block;
    text-transform: uppercase;
    font-size: 40px;
    line-height: normal;
    color: #fec54e
}

#countdownTimer span.countdown-row {
    display: flex;
}

span.countdown-section {
    width: 25%;
    line-height: normal;
}

span.countdown-amount {
    display: block;
    transition: all ease 300ms
}

.cd_sm_links {
    display: flex;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    background: rgb(255 255 255 / 59%);
    padding: 8px 10px;
    border-radius: 15px;
    max-width: 200px;
    margin: 0 auto;
}

.cd_sm_links .sm_link a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    margin: 0 6px;
    color: #fff;
    text-decoration: none;
    transition: all ease 300ms;
}

.cd_sm_links .sm_link a:hover {
    transform: scale(1.2);
    color: #fff !important;
}

.countdown_content .wrapper-content {
    padding: 0 15px;
    font-family: 'Arial', sans-serif;
}

.countdown_content {
    margin: 70px 0;
}

.social_share {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.social_share .a2a_svg {
    border-radius: 50% !important;
    overflow: hidden !important;
    padding: 7px;
}

body .addtoany_list a {
    display: inline-flex;
}

.flurry-container {
    /*width: 100% !important;*/
    margin-left: -100% !important;
}

.page_logo {
    position: absolute;
    left: 20px;
    top: 10px;
}

.page_logo a:hover img {
    transform: scale(1.2);
}

.page_logo a img {
    transition: all ease 300ms;
}

.cd_sm_links a {
    opacity: 0.8;
}


/* Trivia CSS */

body .toggleable_answer {
    margin-top: 20px;
    display: none;
}

.wp-block-group.related-clrs-wrap.orange-quiz {
    box-shadow: -15px 15px 0 0 #A54300;
}

.wp-block-group.related-clrs-wrap.red-quiz {
    box-shadow: -15px 15px 0 0 #CB0809;
}

.wp-block-group.related-clrs-wrap.green-quiz {
    box-shadow: -15px 15px 0 0 #054F1E;
}
.wp-block-group.related-clrs-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

/* Naughty / Nice List Module */

.nn_checkbox {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.nn_checkbox .nn_mode {
    margin: 0 20px;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 8px 24px 6px;
    min-width: 150px;
    letter-spacing: .05em;
}

.nn_checkbox .nn_mode.checked {
    background: #146885;
    color: #fff;
}

.nnl_wrap h3 {letter-spacing: .05em;margin-bottom: 0;font-family: inherit;font-size: 2em;line-height: normal;}

.nnl_wrap p {
    letter-spacing: 0.05em;
    margin-bottom: 0;
    font-size: 1.3em;
}

form.nn_form {
    max-width: 500px;
    margin: 20px auto 0;
}

.nn_result {
    max-width: 500px;
    margin: 0 auto;
}

form.nn_form input {
    text-align: center;
    border-radius: 10px;
    min-height: 55px;
    font-size: 22px;
    text-transform: capitalize;
}

button.nn_button, .nn_setting_form button {
    transition: opacity .1s ease-in-out,color .1s ease-in-out;
    /*color: var(--mv-trellis-color-link,#000);*/
    color: #fff;
    min-width: 165px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    padding: 8px 28px 6px;
    background: #146885;
    /*box-shadow: -8px 8px 0 0 #e1e1e1, inset -6px 6px 0 0 #fff;*/
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .05em;
    cursor: pointer;
    /*border: 2px solid #1e1e1e;*/
    border: none;
    border-radius: 6px;
    height: 48px;
}

button.nn_button.loading {
    opacity: 0.7;
}
.nn_setting_form button {
    margin: 10px 0 0 0;
    height: 44px;
}
button.nn_button:hover, .nn_setting_form button:hover {
    background: var(--mv-trellis-color-link-hover,#767676);
    color: #fff;
    box-shadow: none;
    opacity: 0.7;
}

.nn_form_wrap {
    margin-top: 40px;
    transition: all ease 300ms
}

.nn_form_wrap.loading{
    opacity: 0.6;
}

.nn_goback {
    margin-top: 20px;
}

.nnl_wrap .nn_result h3 {
    font-size: 42px;
    text-transform: capitalize;
     margin-bottom: 10px;
}

.nnl_wrap .nn_message p {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
    letter-spacing: 0.02em
}

.nn_settings {position: absolute;right: 20px;text-align: right;top: 25px;}

.nn_setting_list form {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.nn_setting_list form label {
    font-size: 18px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nn_setting_list form label input {
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.nn_setting_list {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: -7px 7px 5px rgba(0,0,0,0.2);
    display: none;
}

.nn_setting_list.blocked {
    opacity: 0.7;
    pointer-events: none;
}


button#nn_setting_toggle {
    background: transparent;
    border: 0;
    max-width: 33px;
    cursor: pointer;
    transition: all ease 300ms;
}

button#nn_setting_toggle:hover {
    transform: scale(1.2);
}

.nn_checkbox .nn_mode {
    background: transparent;
    border: 0;
    width: auto;
    min-width: auto;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
}

.nn_checkbox .nn_mode:before {
    content: "";
    border: 2px solid #000;
    width: 45px;
    height: 45px;
    display: inline-block;
    box-shadow: -3px 3px 0 #555;
    margin-right: 13px;
    margin-top: -3px;
}

.nn_checkbox .nn_mode.checked {
    background: transparent;
    color: #000;
}

.nn_checkbox .nn_mode.checked:after {
    content: "";
    display: inline-block;
    border: 9px solid #008000;
    width: 55px;
    height: 27px;
    border-top: transparent;
    border-right: transparent;
    transform: rotate(-46deg);
    position: absolute;
    left: 6px;
    bottom: 26px;
}

.nn_checkbox .nn_mode.checked#naughty_mode:after {
    border-color: #f00;
}

.nn_form button.nn_button.nn_submit, button#check_another {
    background: #901A19;
}

button#download_certificate, .nn_setting_form button {
    background: #29553B;
}

.author_inner {
    border: 2px solid #1e1e1e;
    box-shadow: -15px 15px 0 0 var(--mv-trellis-color-link,#000);
    border-radius: 10px;
    padding: 30px 50px 20px;
    text-align: center;
    max-width: 850px;
    margin: 20px auto 60px;
    background: #fff
}

.author_description p {
    margin-bottom: 15px;
}

.author_inner img.avatar {
    max-width: 190px;
    margin-bottom: 10px;
    margin-right: 0;
}

.author_inner h1 {
    color: #dea6c0;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author_wrap {
    background: #f2fafd;
    padding: 30px 0 1px;
    margin-bottom: 70px;
}

.article-meta.mondaymandala_meta p {
    margin: 0;
}

.article-meta.mondaymandala_meta .post-author img.blue-check {
    max-width: 18px;
    margin-left: 3px;
    margin-right: 2px;
}

.article-meta.mondaymandala_meta .post-author a {
    display: inline-flex;
    align-items: center;
    line-height: normal;
}

.author_inner h1 .blue-check {
    max-width: 36px;
    margin-left: 10px;
}

.wrapper h3.recent-title {
    text-align: center;
    max-width: 728px;
}

.mm_download_btn {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 9999999;
    top: 0;
    margin: auto;
    height: 90px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 300ms;
}

.mm_download_btn.btn_active {
    opacity: 1;
    visibility: visible;
}
.mm_download_btn img {
    display: block;
    height: 100%;
    border-radius: 14px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    transition: all ease 300ms;
}

.mm_download_btn a:hover img {
    opacity: 0.8;
}

/* Mobile Responsive Queries */

@media all and (max-width: 1159px){
	.header.fixed-header .header-container {
		height: 50px;
	}
	.fixed-header .nav-toggle {
		padding-bottom: 0;
		padding-top: 0;
	}
	body.sticky-header-content {
		padding-top: 123px
	}
}

@media all and (min-width: 768px){
    .countdown_wrap, .nnl_wrap {
        align-items: flex-start;
        padding-top: 130px;
    }
}

@media all and (max-width: 767px){
    .author_inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .flurry-container {
        width: 100% !important;
    }
    h1.cd_heading {
        font-size: 3.5rem;
    }

    .page_logo {
        /*position: relative;*/
        left:10px;
    }

    .countdown_wrap, .nnl_wrap {
        padding-top: 30px;
    }

    body.page-template-template-countdown .content {
        padding: 0;
    }

    h1.cd_heading span.cd_sub_heading {
        font-size: 3rem;
    }

    h1.cd_heading span.cd_main_heading {
        line-height: 70px;
    }

    span.countdown-section {
        width: 50%;
        margin: 15px 0;
    }

    #countdownTimer span.countdown-row {
        flex-wrap: wrap;
    }   

    .cd_sm_links {
        width: calc(100% - 100px);
        right: 10px;
        left: auto;
        padding: 10px 0px;
        background: transparent;
        display: none;
    }

    body .addtoany_list a {
        padding: 0 3px;
    }

    body.page-template-template-naughty-nice-list h1.cd_heading span.cd_main_heading {
        line-height: normal;
        margin-bottom: 15px;
    }

    body.page-template-template-naughty-nice-list .content {
        padding: 0;
    }

    .nn_form_wrap {
        margin-top: 20px;
    }

    .nnl_wrap h3 {
        line-height: 31px;
        margin-bottom: 10px;
    }

    .nnl_wrap p {
        line-height: 28px;
    }

    body.page-template-template-naughty-nice-list .wrapper-content {
        padding-bottom: 0;
    }
    .nn_checkbox .nn_mode {
        margin: 0 20px;
    }

    .nnl_wrap {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .nnl_wrap .nn_message p {
        font-size: 26px;
    }

    .nnl_wrap .nn_result h3 {
        font-size: 40px;
    }

    .mm_download_btn { display: none; }
}

@media all and (max-width: 480px){
    .cd_sm_links .sm_link a {
        margin: 0 4px;
        width: 43px;
        height: 43px;
    }

    h1.cd_heading {
        font-size: 60px;
    }

    h1.cd_heading span.cd_sub_heading {
        font-size: 30px;
    }

    div#countdownTimer {
        font-size: 80px;
        margin-top: 20px;
    }

    span.countdown-period {
        font-size: 26px;
    }

    span.countdown-section {
        margin-bottom: 10px;
    }

    h1.cd_heading span.cd_main_heading {
        line-height: 60px;
    }

    span.countdown-amount {
        line-height: 80px;
    }

    body .wp-block-group.related-clrs-wrap {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nn_checkbox .nn_mode:before {
        width: 35px;
        height: 35px;
    }

    .nn_checkbox .nn_mode {
        font-size: 23px;
    }

    .nn_checkbox .nn_mode.checked:after {
        border-width: 9px;
        height: 24px;
        width: 45px;
        bottom: 20px;
    }

    .nnl_wrap h3 {
        font-size: 1.3em;
    }

    .nnl_wrap p {
        font-size: 0.9em;
    }
}