/*
Theme Name: Pratish Theme
Theme URI: https://www.pratishkumar.com/
Author: Pratish Kumar
Author URI: https://www.pratishkumar.com/
Description: All in One WP Google AMP Theme by Pratish Kumar
Version: 1.0.0
Text Domain: pratish_theme
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */





/************** All media Queries must be given at the bottom to avoid issues in old browsers **************/

/* new custom */


html {
    scroll-padding-top: 42px; /* Adjust this value to match your fixed header's height */
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    box-sizing: border-box;
    margin: 0 auto;
}


#breadcrumbs, .entry-meta, .comment-author-details {font-size: 14px;}
.comment-metadata {font-size: 12px;}


/* Comments User Identification */
.comment-author-details .verified-user, .comment-author-details .comment-author, .comment-author-details .trusted-user {
    padding: 2px 10px;
    border-radius: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px 5px 5px;
    display: inline-block;
    box-shadow: 0px 0px 5px 2px silver;
    /* font-weight: bold; */
}


.comment-author-details .verified-user::before, .comment-author-details .comment-author::before, .comment-author-details .trusted-user::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    color: white;
}

.comment-author-details .verified-user::before{content: "\f4fc";}
.comment-author-details .comment-author::before{content: "\f4ff";}
.comment-author-details .trusted-user::before{content: "\f521";}

.comment-author-details .verified-user {
    background: #009688;
}

.comment-author-details .comment-author {
    background: #2196f3;
}

.comment-author-details .trusted-user {
    background: #00a707;
}


.comment-author-details {
    margin: 10px 1px;
    clear: both;
    display: inline-block;
    width: 100%;
}



#comments {padding-left: 4px;padding-right: 3px;}

#comments li {
    padding: 5px;
/*    border-bottom: 1px dashed silver; */
background-color: #f0faff;
    border-left: 8px solid #a300ff;
    border-radius: 2px;
padding-left: 10px;
color: black;
    margin: 10px 6px 10px 8px;
    box-shadow: 0px 2px 2px 0px #dcdcdc;
}

#comments li:nth-child(odd) { background: #fff4f8;
    border-left: 8px solid #2196f3;
color: black;
    margin: 10px 6px 10px 8px;
    box-shadow: 0px 2px 2px 0px #dcdcdc;}

#comments li:last-child {
    border-bottom: none;
color: black;
    margin: 10px 6px 10px 8px;
}

#comments li.bypostauthor{
    background-color: #fffde9;
    border-left: 8px solid #4caf50;
color: black;
    margin: 10px 6px 10px 8px;
    box-shadow: 0px 2px 2px 0px #dcdcdc;
}

#comments li::marker {
    font-size: 11px;
}

.comment-list, .comments__list {
    border: 1px dashed silver;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 5px;
}


.comment-list {
    border: 1px dashed silver;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    box-shadow: 1px 1px 6px 4px silver;
    padding: 10px;
    line-height: 22px;
    font-size: 15px;
}



.latest_live_comments_list{
padding: 5px;
}

.reply-badge {
    display: inline-block;
    background-color: #4caf50;
    color: white;
    padding: 0px 8px;
    border-radius: 8px;
    transform: rotate(-30deg);
    position: absolute;
    top: -20px;
    left: -38px;
    box-shadow: 0 0 3px 2px #8bc34a;
}
.reply-badge::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0px;
    color: white;
    content: "\f3e5";
}
.review-badge {
    display: inline-block;
    background-color: #03a9f4;
    color: white;
    padding: 0px 8px;
    border-radius: 8px;
    transform: rotate(-30deg);
    position: absolute;
    top: -20px;
    left: -38px;
    box-shadow: 0 0 3px 2px #abdef5;
}
.review-badge::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0px;
    color: white;
    content: "\f075";
}

.review-post .review-badge {
    display: inline-block;
    background-color: #ff5722;
    color: white;
    padding: 0px 8px;
    border-radius: 8px;
    transform: rotate(-30deg);
    position: absolute;
    top: -20px;
    left: -38px;
    box-shadow: 0 0 3px 2px #ffeb3b6b;
}
.review-post .review-badge::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0px;
    color: white;
    content: "\f005";
}

.review-post{}

.comment-body {
    position: relative; /* Needed to position the badge correctly */
}


ol.children {
    margin: -10px 0 0 8px;
    padding: 1px 0px 0px 0px;
    border-left: 8px solid #4caf50;
}

.children li {
    list-style: none;
    margin-left: 1px !important;
}

/*
#comments li:nth-child(1) {
background-color: #def6ff;
}
*/


/* Initialize the counter for the entire comment list */
.comment-list {
    counter-reset: comment-counter;
}

/* Increment the counter for each comment item (both top-level and nested) */
.comment-list li {
    counter-increment: comment-counter;
    list-style: none; /* Disable the default list style */
    position: relative;
}

/* Display the counter before each comment */
.comment-list li::before {
    content: counter(comment-counter) ". ";
    position: absolute;
    left: -28px; /* Adjust this value to fit your design */
    font-weight: bold;
    background: #FF9800;
    border-radius: 33px;
    padding: 2px 6px;
    top: 15px;
    font-size: 13px;
}

/* Optional: Adjust for different depth levels if needed (for example, indent replies) */
.comment-list .children {
    margin-left: 20px; /* Indent child comments */
}


.rating-container label {
    margin-right: 5px;
    cursor: pointer;
}

#rating-message {
    margin: 10px;
    /* font-style: italic; */
    color: white;
    padding: 10px;
    border-radius: 10px;
    background: #4caf50;
display: inline-block;
    /* font-weight: bold; */
}
span#rating-message::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 3px;
    color: #ffc107;
}

.review-star-rating {
    clear: both;
}

span.rating-message {
    font-size: 15px;
}


span#breadcrumbs, span.cat-tag-description, span.no-comments, span.choose-rating, span.review-form-rating {
    display: inline-block;
}

.custom-faq-accordion {
    padding: 40px 20px;
    background: linear-gradient(to bottom left, #03a9f442, #fcfbff8a 70%);
}
.faq-question-accordion {
    font-weight: bold;
}

a.faq-link {
    text-decoration: none !important;
    border-bottom: none !important;
}
p.faq-answer {
    margin-top: -5px !important;
    margin-bottom: 0px !important;
}
h3.faq-question-accordion{margin-bottom: 0px !important;}

.custom-faq-accordion .faq-question-accordion {
    cursor: pointer;
    padding: 15px 28px 15px 18px !important;
    border: 1px solid #ddd;
    margin-top: 10px !important;
    background-color: #f9f9f985;
    border-radius: 5px;
}

.custom-faq-accordion .faq-question-accordion .accordion-icon {
    float: right;
    font-weight: bold;
    font-size: 18px; /* Adjust size as needed */
    transition: transform 0.3s ease;
}

.custom-faq-accordion .faq-question-accordion.active .accordion-icon {
    transform: rotate(-180deg);
}

.custom-faq-accordion .faq-answer {
    padding: 15px 12px !important;
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

h3.faq-question-accordion{font-size: 15px;font-weight: bold;}
p.faq-answer {font-size: 15px;}

 /* Position the toggle icon */
        .faq-question-accordion i.icon-toggle {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-style: normal;
            padding: 8px;
            background: #aad5f870;
            border-radius: 5px;
        }

        /* Default state: show plus icon */
        .faq-question-accordion i.icon-toggle::before {
            content: "\f067"; /* Font Awesome plus */
        }

        /* Expanded state: show minus icon */
        section[expanded] .faq-question-accordion i.icon-toggle::before, 
        .faq-question-accordion.active i.icon-toggle::before {
            content: "\f068"; /* Font Awesome minus */
        }
}








.archive-post-load-more {
    width: 30%;
    padding: 10px;
    /* border: 1px solid silver; */
    border-radius: 15px;
    margin: 10px;
    display: inline-block;
    height: auto;
    box-shadow: 0 0 20px 2px #e8e8e8;
}
@media only screen and (max-width: 1068px) {
span.rating-message {font-size: 16px !important;}
.comment-metadata {float: left !important;clear: both;}
.archive-post-load-more {width: 100%;margin: 10px auto !important;float: none;}
}

.archive-post-load-more p {
    padding: 10px 20px;
}

.archive-post-load-more .archive-post-load-more {
    width: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
}
.archive-post-load-more h3 {
    text-align: center;
    margin: 15px 0px;
}

button.load-more-post {
    margin: 10px auto;
    display: block;
    background: #9c27b0;
    box-shadow: 0 0 15px 1px #9c27b0;
}

/* , .archive-post-load-more .archive-post-load-more .archive-post-load-more, .archive-post-load-more .archive-post-load-more .archive-post-load-more .archive-post-load-more, .archive-post-load-more .archive-post-load-more .archive-post-load-more .archive-post-load-more .archive-post-load-more */

.archive-post-load-more .archive-post-load-more button.load-more-post{
    display: none;
}
/* .archive-post-load-more .archive-post-load-more  .archive-post-load-more  button.load-more-post,
.archive-post-load-more .archive-post-load-more .archive-post-load-more .archive-post-load-more */


#page .woocommerce-checkout #payment ul.payment_methods li img {
    width: auto;
}




/* Customize Lightbox2 navigation arrows */
.lb-prev, .lb-next {
    background: rgba(0, 0, 0, 0.5); /* Arrow background color */
    color: #fff; /* Arrow text color */
    font-size: 20px; /* Arrow size */
    line-height: 40px; /* Vertical alignment */
}



/* custom table of contents */

/* Style the main table of contents container */
.entry-content .custom-toc {
    border: 1px solid #e91e63;
    padding: 28px 10px 28px 20px;
    margin: 20px 0;
    background-color: #fff2f6;
    color: black;
    border-radius: 10px;
    border-bottom-width: 6px;
    border-top-width: 4px;
}

.entry-content .custom-toc a {
    text-decoration: underline;
    border-bottom: none;
}

/* Style the top-level list items with decimal numbers */
.entry-content .custom-toc ul {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 3px;
}

#sidebar-right .custom-toc ul {
    list-style-type: decimal;
    padding-left: 0px;
margin-left: 12px;
}

/* Style the nested list items with lower-alpha letters */
.entry-content .custom-toc ul ul {
    list-style-type: lower-alpha;
    padding-left: 10px;
display: inline-block;
}

#sidebar-right .custom-toc ul ul {
    list-style-type: lower-alpha;
    padding-left: 0px;
}

#sidebar-right .custom-toc {
    margin-left: 5px;
}

#sidebar-right .custom-toc ul li {
    margin: 0px;
    padding: 0px;
border-bottom: 1px dashed #00bcd4;
}

#sidebar-right .custom-toc ul li{display: list-item;}

/* Style the table of contents links */
/*
#secondary .custom-toc a,
#secondary .custom-toc li a,
#sidebar-right .custom-toc a,
#sidebar-right .custom-toc li a,
.custom-toc a {
    text-decoration: none;
    color: #333;
}
*/





.custom-toc-toggle {
    display: block;
    cursor: pointer;
    color: white;
    margin-bottom: 10px;
    float: right;
    background: #3f51b5;
    padding: 5px 10px;
}




/* Style the heading levels */
.custom-toc li {
    margin-bottom: 2px;
}
.custom-toc h2 {font-size: 18px;}
h2.custom-toc-heading,
.custom-toc-heading {font-size: 20px;margin:5px 5px 0px 5px;padding:5px 5px 0px 5px;}


.custom-toc h3 {
    font-size: 16px;
    margin-left: 10px;
}

.custom-toc h4 {
    font-size: 16px;
    margin-left: 20px;
}

.custom-toc h5 {
    font-size: 16px;
    margin-left: 30px;
}

.custom-toc h6 {
    font-size: 16px;
    margin-left: 40px;
}

#archives h2.entry-title{margin: 0px;}

h1.entry-title{margin-top:10px; }

.start-archive-rating {
    position: absolute;
    top: 75%;
    left: 2px;
    width: 99%;
    height: 20%;
    background-color: #0000008f;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
border-radius: 0px 0px 8px 8px;
}

.archive-start-rating, .archive-reviews-count {
    margin: 5px; /* Add some spacing between the elements */
color: white;
}




#star-rating-voting-widget {
    text-align: center;
    padding: 50px 10px 20px 10px;
    margin: 15px 8px;
    border: 2px solid #2196f3;
    border-radius: 10px;
    border-top-width: 8px;
    border-bottom-width: 4px;
    /* box-shadow: 0 0 8px 1px #2196f3; */
}
#star-rating-voting-widget span.star {font-size: 35px;}


.star-rating-widget {
    text-align: center;
    margin: 10px 0px;
    margin-top: 12px;
    padding: 3px;
    border: 1px solid #bdd6ff;
    line-height: 20px;
    border-radius: 10px;
    border-top-width: 3px;
    border-bottom-width: 5px;
}

.star-rating-widget.localbusiness {
    border: 1px solid #4caf50;
    border-top-width: 3px;
    border-bottom-width: 5px;
}

.start-archive-rating a, .archive-reviews-count a {color: white;}

.rating-message {
    margin: 5px;
    display: inline-block;
    bottom: 3px;
    position: relative;
}
.rating-message a {
    padding: 0px;
}

.star-rating {
    font-size: 24px;
    line-height: 1;
}

.star-icon {
    margin: 10px 1px;
    display: inline-block;
}

.star-icon,
.star-icon.filled {
    color: #ffc107;
}




span.star {
    color: #d4d4d4;
}
span.star:hover, span.star.selected:focus, span.star.selected:active {
    opacity: 0.6;
    color: red;
cursor: pointer;
}

span.star.selected {
    color: red;
cursor: pointer;
}





/* Style the current day in a distinct way */
.current-day {
    background-color: #ffd700; /* Yellow background color */
    color: #000; /* Black text color */
    font-weight: bold; /* Bold text */
    opacity: 1;
}

/* Style for "Open Now" message */
.current-day .open-now {
    color: #00cc00; /* Green text color */
    font-weight: bold; /* Bold text */
}

/* Style for "Closed" message */
.current-day .closed {
    color: #ff0000; /* Red text color */
    font-weight: bold; /* Bold text */
}

td.current-day.open-now{background: green; color: white;}
td.current-day.closed{background: red; color: white;}


.opening-hours td {
    opacity: 0.3;
}
td.current-day {
    opacity: 1;
}


.popup-views, .verified, .n-verified, .best-post-notice,
.business-hours-ajax-button {
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    width: 99%;
    background: #9c27b0;
    box-shadow: none;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
font-size: 17px;
color: white;
}
/*.archives .business-hours-result td {font-size: 12px;padding: 5px;}*/
#business-hours-popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Semi-transparent background to blur the content */
    z-index: 9999;
    overflow: auto; /* Allow scrolling in the popup */
}

.business-hours-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 18px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    border-radius: 10px; /* Add rounded corners for the popup */
    width: 85%;
    max-width: 600px;
    margin: 20px auto;
    font-size: 15px;
}

.business-hours-popup-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10001;
}
.business-hours-popup-content h4, .business-hours-popup-content h3 {
    margin: 5px;
}

.shorttext {
    padding: 20px;
    margin: 15px 0px 5px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px silver;
    background: #ffe939;
    color: black;
}

.business-hours-timezone {
    padding: 1px 0px;
}

.archive_location {
    padding: 10px 12px;
    border: 1px dashed black;
    border-radius: 5px;
text-align: center;
margin: 10px 0px;
}
.ShowMore {max-height: 30px;overflow: hidden;}
button#ShowMore {
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.rating-heading{font-size: 25px;font-weight: 400;}
.rating-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.rating-popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: center;
    position: relative;
}

.rating-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}


.post-end{padding: 20px; margin: 5px; background: #4caf50;color: white;}
.driving-directions-external{margin-left: 5px;}
.driving-directions a {padding: 1px; margin: 2px; color: white;display: block;text-decoration: none;}
.driving-directions a:hover {color: white; opacity: 0.9;}
.driving-directions {
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    width: 99%;
    background: #673ab7;
    box-shadow: none;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
border-radius: 10px;
}
.driving-directions a {border-bottom: none !important;}
.business-hours-ajax-button:hover, .driving-directions:hover{opacity: 0.7;}
#google_translate_element img {
    max-width: 30px;
}

button.load-more-button {
    padding: 20px;
    width: 95%;
    font-size: 20px;
    margin: 10px;
    float: none;
    display: inline-block;
}
.pagination {
    clear: both;
    padding: 20px;
    display: block;
    width: 100%;
}
.custom-description {
    width: 100%;
    clear: both;
    display: inline-block;
}

/* Category Sub Category Widget Code*/
div#category-subcategory-list {
    display: inline-block;
    clear: both;
    width: 100%;
}

#main #category-subcategory-list {
    background: #673ab7;
    padding: 20px 15px 30px 0px;
    border-radius: 20px;
    margin: 15px 0px;
}


/* Hide subcategories by default */
.sub-categories, .sub-sub-categories, .sub-sub-sub-categories, .sub-sub-sub-sub-categories {
    display: none;
}

/* Style links as buttons (you can adjust this to match your theme) */
#category-list li a {
    display: block;
    padding: 3px 1px 3px 3px;
    background-color: transparent;
    border-bottom: 1px dashed #00bcd4;
    text-decoration: none;
    color: #fff;
    width: 83%;
    float: left;
}

#category-list li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ca";
    margin-right: 5px;
    color: white;
    font-size: 13px;
}

.link {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
color: royalblue;
}



/* Style for subcategory links */
/*
.sub-categories a, .sub-sub-categories a, .sub-sub-sub-categories a, .sub-sub-sub-sub-categories a {
    margin-left: 3px;
}
*/




#category-list, #category-list ul, #category-list li a, #category-subcategory-list ul.sub-categories, .sub-sub-categories, .sub-sub-sub-categories, ul.sub-sub-sub-sub-categories {
    margin-left: 0px;
    list-style: none;
}

/* Show subcategories when toggle button is clicked */
/* Toggle button style */
.toggle-button {
    display: inline-block;
    width: 16%;
    text-align: center;
    cursor: pointer;
    float: right;
    margin: 1px 0px 0px 0px;
    background: #03a9f4;
    padding: 0px;
    left: 0%;
    position: relative;
    font-weight: bolder;
    color: white;
    font-size: 25px;
    border: 1px solid #2196f3;
}

.modal-title-font {
    margin-right: 5px;
}



/* Show subcategories when parent category is clicked */
#category-list li .toggle-button {
    cursor: pointer;
}

/* Show sub-subcategories when subcategory is clicked */
#category-list li .sub-categories li .toggle-button {
    cursor: pointer;
}

/* Show sub-sub-subcategories when grandchild category is clicked */
#category-list li .sub-categories li .sub-sub-categories li .toggle-button {
    cursor: pointer;
}

/* Style for sticky posts */
.sticky-post {
    position: relative;
}

/* Add a ribbon to sticky posts */
.sticky-post:before {
    content: "Recommended";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color:  #4caf50; /* Ribbon background color */
    color: #fff; /* Ribbon text color */
    padding: 5px 15px;
    transform: rotate(-0deg);
    z-index: 99;
    box-shadow: 0px 0px 5px 2px #9e9e9e;
    border-radius: 1px 2px 0px 2px;
}



.popup-views, .verified, .best-post-notice {background: #4caf50;}
.n-verified {background: #ffeb3b;color:black;border-bottom: none !important;}

.show-contact-details-button:active, .show-contact-details-button:focus, .show-contact-details-button:hover {
    border-color: transparent; /* This sets the border color to be transparent */
    outline: none; /* This removes the button's outline when clicked (optional) */
background: #00bcd4;
}

a.best-post-notice.promote-button {
    border-bottom: none;
}

#contact {padding-top: 5px;}

button.show-contact-details-button {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: block;
    width: 99%;
    padding: 10px;
    box-shadow: none;
font-size: 17px;
}
/* Style for the modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Style for the modal content */
.modal-content {
    background-color: rgb(255, 232, 77);
    margin: 12% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
}

/* Style for the close button */
.close-modal {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    cursor: pointer;
    font-size: x-large;
}

#contact-details-container-details {
    white-space: nowrap;     /* Prevent text from wrapping to the next line */
    overflow: hidden;       /* Hide content that overflows the container */
    text-overflow: ellipsis; /* Display an ellipsis (...) when content overflows */
    max-width: 100%;        /* Ensure the container does not exceed its parent's width */
text-align: left;
}


#contact-details-container a {
    text-decoration: underline;
    text-decoration-style: dashed;
text-decoration-thickness: 1px;
text-decoration-color: #0000006b;
color: black;
}

div#modal-title {
    font-weight: bold;
    padding: 6px 15px;
    border: solid #ff9800;
    margin: 10px 0px 0px 0px;
    border-radius: 10px;
    border-bottom-width: 4px;
    border-top-width: 2px;
    background: #ffc900;
    border-right-width: 0px;
    border-left-color: #e91e63;
    border-right-color: #ff5722;
    border-left-width: 0px;
}

span.publicnote {
    background: #ffc822;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 10px 0px;
    color: #690000;
    display: block;
    line-height: 22px;
    border: 1px solid #ff9800;
    border-bottom-width: 3px;
    border-top-width: 2px;
}
span.fa-li-note {
    margin-right: 5px;
}

span.sitewide-contact-ad-notice {
    background: #f1ff22;
    border-radius: 10px;
    padding: 15px 15px;
    margin: 10px 0px;
    color: #131313;
    display: block;
    line-height: 22px;
    border: 1px solid #2196f3;
    border-bottom-width: 5px;
    border-top-width: 4px;
}


.fas.fa-external-link-alt.small-menu-icon{font-size: 13px;}
#sidebar-left .fas.fa-external-link-alt.small-menu-icon{font-size: 13px;}

/*.children ul li.current-cat > a.item-link
*/

:not(.zfc-arrow) {
    /* Your CSS styles for elements without the class .zfc-arrow go here */
}
ul.zfc-right a {
    background: transparent !important;
}




.light-button {
    position: relative;
    overflow: hidden;
}

.light-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Start from the left edge */
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    animation: lightPassing 2s infinite alternate;
    z-index: 99;
}

@keyframes lightPassing {
    0% {
        left: -100%; /* Start from the left edge */
    }
    100% {
        left: 100%; /* End at the right edge */
    }
}


.members-area {
  background-color: #f9f9f9; /* Light grey background */
  border: 1px solid #ddd; /* Slight border */
  margin: 20px 0; /* Margin for spacing outside the box */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  color: #333; /* Dark grey text */
  text-align: center; /* Center the text */
  font-size: 16px; /* Standard font size */
padding: 40px 15px;
}

.members-area a {
  color: #007bff; /* Blue links */
  text-decoration: underline; /* Underlined links */
  font-weight: bold; /* Make links bold */
}

.member-area-beforeafter {
    padding: 80px;
    background: url('/files/images/non-members-section-bg.png');
    /* filter: blur(8px); */
    background-repeat: no-repeat;
    background-position: center;
}


.used-car-details {
    background: #fff9c6;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 0 5px 1px #e8e8e8; */
    color: black;
    border: 1px solid #ffc107;
    border-bottom-width: 8px;
    border-top-width: 4px;
}

.used-car-details ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.used-car-details .fa, .used-car-details .fas {
    color: #001484;
    margin-right: 3px;
    /* box-shadow: -2px 2px 2px 2px #ffeb3b;
    border-radius: 20px; */
    padding: 1px;
    margin: 8px 1px;
    font-size: 18px;
}

#archives .used-car-details {margin-bottom:20px;}

.used-car-price {
    margin: 20px 0px;
    background: #d0f0ff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    border: 0px solid #2196f3;
    border-bottom-width: 3px;
}

.user-listing {
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin: 15px;
    box-shadow: 0px 0px 5px 1px silver;
    border-radius: 10px;
}

.toc-link-content a {
    float: right;
    border-bottom: 1px solid #e0e0e0 !important;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #cccccc;
    margin-top: 10px;
    font-size: 13px;
}


#zfwca_widget-2 ul li.current-cat > .item-link {
    border-left: 4px solid red !important;
/*    background: #43B68F;*/
}


select#subcategory-select {
    display: inline-block;
    margin: 8px;
    width: 90%;
    text-align: left;
    padding: 2px;
}

#custom-search-form input[type="text"],
select#category-select,
input#subcategory-filter {
    width: 98%;
    margin: 8px;
}

#custom-search-form-heading{
    color: white;
    font-size: 16px;
    display: inline-block;
    margin: 8px;
    width: 90%;
    text-align: left;
    padding: 2px;
}
#custom-search-form-text{
    color: white;
    display: inline-block;
    margin: 8px;
    width: 90%;
    text-align: left;
    padding: 2px;
}

label[for="subcategory-select"] {
    color: white;
    display: inline-block;
    margin: 8px;
    width: 90%;
    text-align: left;
    padding: 2px;
}

#page-custom-search-form-heading, #page-custom-search-form-text{color: black;font-size: 16px;}


#menu{margin-top: 20px;}
.menu a{text-decoration: none;}


#colophon a {color: white;}

#sidebar-right, #sidebar-left, .sidebar-button-close, .amp-search-button {
background: linear-gradient(#4eb1ff, #558dfb);
    background: -webkit-linear-gradient(#4eb1ff, #558dfb);
    background: -o-linear-gradient(#4eb1ff, #558dfb);
    background: -moz-linear-gradient(#4eb1ff, #558dfb);
color: white;
}



.close-icon {
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
}



/* MENUS */

#sidebar-right, #sidebar-left {
    position: fixed;
    top: 0;
    width: 250px;
/*    background-color: #333; */
    z-index: 999999;
    height: 100%; /* Set the desired height of the sidebar */
    overflow-y: auto; /* Enable vertical scrolling */
}




#sidebar-right {
    right: -250px; /* Off-screen by default */
    transition: right 0.3s ease-in-out;
    padding: 25px 10px 21px 8px;
    color: white;
}

#sidebar-right .sidebar-button-menu-text {padding: 10px;}



#sidebar-left {
    left: -250px; /* Off-screen by default */
    transition: left 0.3s ease-in-out;
    padding: 25px 8px 21px 15px;
}

/* Styles for the right sidebar menu */

#sidebar-right ul {
    list-style-type: none;
    padding: 0;
}

#sidebar-right ul li {
    margin-bottom: 10px; /* Add margin to separate list items */
    display: block; /* Make list items block-level elements */
}

#sidebar-right a {
    color: #fff;
    text-decoration: none;
}


#sidebar-left ul {
    list-style-type: none;
    padding: 0;
}

#sidebar-left ul li {
    margin-bottom: 10px; /* Add margin to separate list items */
    display: block; /* Make list items block-level elements */
}

#sidebar-left a {
    color: #fff;
    text-decoration: none;
    font-weight: bolder;
}

#sidebar-left .sub-menu {
    margin-left: 5px;
    padding-left: 15px;
}

#sidebar-left .far, #sidebar-left .fa, #sidebar-left .fas{font-size: 1em;margin-right: 2px;}


#menu-toggle {
    position: relative;
    top: 2px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    float: right;
    padding: 6px;
    margin: 0px;
    right: 1px;
    font-weight: bold;
}
/*
#menu-icon{font-size: 22px;}*/


/*
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none; 
}
*/







#site-navigation {margin-top: 0px;}



.sidebar{line-height: 2em;padding-bottom: 30px;}



ul#menu-amp-right-sidebar {
    padding: 3px;
    list-style: none;
    font-weight: bolder;
}
.sidebar-button-menu-text i::before {
    margin-right: 8px;
    font-size: 22px;
}

.main-navigation li{margin:0px !important;padding: 3px 4px !important;}

#menu-amp-right-sidebar-menu{margin: auto; margin-top:4px; padding: 10px;color:white;}
#menu-amp-right-sidebar-menu a{color:white;text-decoration: none;}

ul#menu-amp-right-sidebar-menu {list-style: none;}
ul#menu-amp-right-sidebar a {
    text-decoration: none;
}



.amp-search-button {
    margin-left: 10px !important;
    box-shadow: 0 1px 10px rgb(0 0 0 / 30%) !important;
    padding: 10px 10px 11px 10px !important;
}





.sidebar-button-menu-text {
    font-weight: bolder;
  /*  font-family: Impact, Charcoal, sans-serif; */
    font-size: 1.5em;
color: #fff;
}




/*.sub-menu ul:hover{position: initial;}*/
#primary-menu .dropdown-menu{background: rgb(255, 196, 5);
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);padding: 2px 3px !important;}




/*
Blue combo: #54B4FF, #598ff8
#masthead, #colophon, #sidebar-left {background:linear-gradient(90deg,#1719aa,#a200f4)!important}
Other: #145297, #2196f3
*/
/*#sidebar-right {height: auto;}*/
 a:hover{opacity: .8;}

/*
#sidebar-left a:hover{opacity: .8;}

.main-navigation a:hover{opacity: .8;}
.main-navigation .amp-menu a{opacity: 1;}
.main-navigation .amp-menu a:hover{opacity: .8;}
*/














/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

.custom-block{
    margin: 0px auto;
    display: block;
    padding: 40px 38px;
    background-position: center center;
    background-size: cover;
border-radius: 20px;
max-width: 1200px;
}

@media screen and (max-width: 1068px) {
.custom-block{padding: 20px !important;}
}

@media screen and (min-width: 1069px) {
.column2,.column2 li{
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid; /* For WebKit browsers */
    -moz-column-break-inside: avoid;    /* For Firefox */
    white-space: wrap;
}
.column2{column-count:2;}
}


:where(.wp-block-columns.has-background) {
    margin-bottom: 0 !important;
    padding: 20px !important;
}

body {
    margin: 0;
    word-wrap: break-word;
}

.change-language {
    float: right;
    margin: 0px 5px 0 5px;
    padding: 5px;
    text-align: center;
    max-width: 90px;
    display: inline-block;
}




ul#home-menu,ul#header-menu {top: 2px;position: relative;}

.menu-primary-container {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.shake {
    -webkit-animation-name:              shake;
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   3;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
  }


@-webkit-keyframes shake {
  0%  { -webkit-transform:     translate(2px, 1px) rotate(0deg); }
  10% { -webkit-transform:     translate(-1px, -2px) rotate(-2deg); }
  20% { -webkit-transform:     translate(-3px, 0px) rotate(3deg); }
  30% { -webkit-transform:     translate(0px, 2px) rotate(0deg); }
  40% { -webkit-transform:     translate(1px, -1px) rotate(1deg); }
  50% { -webkit-transform:     translate(-1px, 2px) rotate(-1deg); }
  60% { -webkit-transform:     translate(-3px, 1px) rotate(0deg); }
  70% { -webkit-transform:     translate(2px, 1px) rotate(-2deg); }
  80% { -webkit-transform:     translate(-1px, -1px) rotate(4deg); }
  90% { -webkit-transform:     translate(2px, 2px) rotate(0deg); }
  100%{ -webkit-transform:     translate(1px, -2px) rotate(-1deg); }
 }


/* Define a CSS animation */
@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg); /* Rotate the icon 360 degrees */
    }
}

/* Apply the animation to the icon element */
.rotate {
    animation: rotateIcon 2s linear infinite; /* Rotate the icon continuously */
}


/* Define a CSS animation */
@keyframes scaleCircle {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

/* Apply the animation to the icon element */
.scaleinout {
    animation: scaleCircle 3s linear infinite; /* Customize the duration as needed */
}


/* Spin  */

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



#menu-amp-sidebar-bottom{padding: 0px;}
/* custom - may change based on wp update */
.inner-padding{padding: 10px;}

.shadow-box li{
    border: 1px solid #deecf6;
    border-radius: 5px;
    background-color: #e7f5ff;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    padding: 15px;
}

.shadow-bottom{box-shadow: 0 7px 7px rgba(0,0,0,.2)}



/* custom from customizer */
.wp-block-buttons.home-courses-button-block, .wp-block-buttons.home-about-button-block {
    width: 49% !important;
    float: left;
    display: inline-block;
}

.site-branding img {
    max-height: 40px;
    margin: 5px;
    max-width: 240px;
    margin-left: 1px;
    text-align: center;
}

.site-branding {
    max-height: 40px;
}



.wp-block-image img {
    max-width: 99% !important;
    display: block;
    margin: 0 auto;
}




/* footer */
#colophon {
/*    background: #2e3193 linear-gradient(to right,#2e3193,#7d0292) !important;
color: #f9e29a;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;

    line-height: 21px;
 */
    border-top:7px solid #c58c4c;
    padding: 15px 0px 0px 0px;

}
.footer_quick_info span {
color: #3fb9ff;
font-weight: bold;
}


.footer_quick_info ul{list-style:none;}

.footer_quick_info ul li {
    padding: 7px 0;
    border-bottom: 1px solid #8500e7;
}
#colophon .footer_quick_info a{color: #f3a370;text-decoration:none;}

#site-info {background: #0f1433 !important;color:white;    border-top: 6px solid #c58c4c;}

#site-info a{text-decoration:none;}

.footer-widget-area .widget-title {
    font-weight: 500;margin-bottom: 15px;
}

.footer-years{
    text-align: center;
    font-size: 85px;
    line-height: 85px;
    margin-bottom: 5px;
    font-family: Patua One, serif;
    color:#3fb9ff;
}


.footer-years sup {
    font-size: 30px;
    position: relative;
    top: -15px;
    margin-left: 8px;
}


/* Hidden by default */
#scrollToTopBtn {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #673ab7;
    color: white;
    cursor: pointer;
    padding: 1px 10px 10px 10px;
    border-radius: 30px;
    display: none;
    box-shadow: 0px 0px 2px 1px #673ab7;
}




#scrollToTopBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


/*
On block option on post editor, Use Additional CSS class as .idea, .note, .alert, .warning etc as give below.
*/
.div-text.idea:before, p.idea:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0eb";
      margin-right: 6px;
    color: #0acb0a;
  }
.div-text.note:before, p.note:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f044";
      margin-right: 6px;
    color: blue;
  }
.div-text.alert:before, p.alert:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0f3";
      margin-right: 6px;
    color: #ffc107;
  }
.div-text.warning:before, p.warning:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f071";
      margin-right: 6px;
    color: red;
  }




/*idea, note, alert, warning*/
.div-text.idea, p.idea {
    padding: 20px 38px;
    margin: 15px;
    background-color:#ecffd7;
    box-shadow: 0px 2px 2px 0px #dcdcdc;
    border-left: 8px solid green;
    border-radius: 2px;
}
.div-text.note, p.note {
    padding: 20px 38px;
    margin: 15px;
    background-color:#d5f2ff;
    box-shadow: 0px 2px 2px 0px #eaf8ff;
    border-left: 8px solid #03a9f4;
    border-radius: 2px;
}
.div-text.alert, p.alert {
    padding: 20px 38px;
    margin: 15px;
    background-color:#fffbd3;
    box-shadow: 0px 2px 2px 0px #dcdcdc;
    border-left: 8px solid #ff9800;
    border-radius: 2px;
}
.div-text.warning, p.warning {
    padding: 20px 38px;
    margin: 15px;
    background: #ffe5e5;
    box-shadow: 0px 2px 2px 0px #dcdcdc;
    border-left: 8px solid red;
    border-radius: 2px;
}




/**************************** Custom ******************/
.background_function{display: none;}

.whatsapp_form::after, .gmap_form::after {
    content: url('/files/images/external-link-icon.png');
}

p.link {
    width: auto;
    display: block;
    float: left;
    clear: both;
margin-top: 0px;
}

.link:after,
a.external-link:after {
    content: url('/files/images/external-link-icon.png'); /* Change the path to your icon */
    margin-left: 1px; /* Adjust the spacing as needed */
}


.author-social-profiles a.external-link:after {
    opacity: 0.2;
margin-left: -10px;
}
.author-social-profiles i.fab::before, .author-social-profiles i.fas::before {
    font-size: 30px;
    padding: 10px;
    margin: 10px 1px;
    display: block;
}

input[type="submit"].whatsapp_form_button, input[type="submit"].gmap_form_button, .whatsapp_form_button, .gmap_form_button {
    background: none;
    color: #a200f4;
    font-weight: bolder;
    border: none;
    box-shadow: none;
text-decoration: underline;
margin: 0px 1px 0px 0px;
padding: 1px;
}

.whatsapp_form::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f086";
    margin-right: 2px;
    color: #a200f4;
}
.gmap_form::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f124";
    margin-right: 2px;
    color: #a200f4;
}


/* Old Browser hack for wp new css issues */



#intro .wp-block-cover__background{
    background: #0745e3 linear-gradient(135deg,#0745e3 0%,#b045d6 100%);
}
/*    linear-gradient(
    to right, #1719aa, #a200f4);
*/









.home h1, #home h1 {margin: 15px 0px 0px 0px;
/*  color:#ffffff4a;
    text-shadow: 0px 0.5px 30px #3f51b5; */
}

.home-about-button-block, .home-courses-button-block{width:45%;text-align:center;display: inline-block !important;}



#main, .page-content, .entry-content, .entry-summary {background-color:white;color: black;}



/* rate my post*/
.rmp-amp-results-widget {text-align: center;}
.rmp-amp-results-widget__average-rating {margin-left: 4px;margin-right: 2px;}









.archives {
    background: #ffe8a5;
}
/*.entry-content-archive {
    overflow: hidden;
}
*/


#archives h2.entry-title {
    line-height: 1.3em;
    font-size: 20px;
}


/*
.archives last-child {}
.archives nth-child(odd){}
*/
.sticky-posts .archives:nth-child(1) {
    background: #fff9c9;
}
.archives:nth-child(1) {background: #fff0f5;}
.archives:nth-child(2) {background: #f5f5f5;}
.archives:nth-child(3) {background: #f5f0ff;}
.archives:nth-child(4) {background: #edfffd;}
.archives:nth-child(5) {background: #fffbe0;}
.archives:nth-child(6) {background: #edffee;}


.archives:nth-child(7) {background: #fff0f5;}
.archives:nth-child(8) {background: #f5f5f5;}
.archives:nth-child(9) {background: #f5f0ff;}
.archives:nth-child(10) {background: #edfffd;}
.archives:nth-child(11) {background: #fffbe0;}
.archives:nth-child(12) {background: #edffee;}

.archives:nth-child(13) {background: #fff0f5;}
.archives:nth-child(14) {background: #f5f5f5;}
.archives:nth-child(15) {background: #f5f0ff;}
.archives:nth-child(16) {background: #edfffd;}
.archives:nth-child(17) {background: #fffbe0;}
.archives:nth-child(18) {background: #edffee;}



/*
#archives .hentry {height: 700px;overflow: hidden;}
.entry-content-archive {height: 104px;overflow: hidden;}
*/
#postmain {height: 338px;overflow: hidden; margin-bottom: 10px;}
.readmore {
    text-align: center;
/*    border: 1px solid #03a9f4; */
    border-radius: 5px;
    background: #673ab7;
    color: white;
    width: 100%;
    margin: 0 auto;
    padding: 11px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
display: block;
clear: both;
font-size: 14px;
}
.readmore a{color: white;text-decoration: none;}
.readmore a:visited{color: white;}
.readmore a:hover{color: #c9eeff;}
a.readmore.button {
    color: white;
    text-decoration: none;
font-size: 12px;
}


.zooming-box {
    width: 100px;
    height: 100px;
    background-color: #3498db;
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-weight: bold;
    animation: zoom 2s infinite alternate; /* Alternate between zoom-in and zoom-out */
}

@keyframes zoom {
    0%, 100% {
        transform: scale(1); /* Initial and final scale (no zoom) */
    }
    50% {
        transform: scale(1.2); /* Zoomed in at 50% of the animation duration */
    }
}




img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}
a.zoom-effect {
    width: 100%;
}
.zoom-effect {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s ease-in-out; /* Adjust the duration and timing function as needed */
}

.zoom-effect:hover {
    transform: scale(1.1); /* Adjust the scale factor as needed for your desired zoom effect */
}

.zoom-effect img, .zoom-effect img:hover {border-radius: 8px;}

/*amp-img.amp-wp-enforced-sizes*/
.amp-wp-enforced-sizes {
    object-fit: cover;
}

.allarticles {
    text-align: center;
    border: 1px solid #03a9f4;
    border-radius: 20px;
    background: #00bcd4;
    color: white;
    width: 40%;
    margin: 0 auto;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
display: block;
clear: both;
}
.allarticles a{color: white;}
.allarticles a:visited{color: white;}
.allarticles a:hover{color: #c9eeff;}



/*easy table of contents css starts*/

.toc-open-icon {
    background: linear-gradient(119deg,#1719aa5e,#a200f45c);color: white;
    position: fixed;
    right: 0;
    bottom: 15%;
    text-decoration: none;
    padding: 6px 0px 10px 0px;
    background-color: #fff;
    display: inline-grid;
    line-height: 1.4;
    border-radius: 0px 10px 10px 0px;
    z-index: 8888;
    cursor: pointer;
}



.toc-open-icon-text{
    writing-mode: vertical-lr;
    text-orientation: mixed;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 12px;
    padding: 8px;
}
.toc-open-icon:hover {opacity: .8;color: white;}



.wp-block-table td {
    border: 1px solid silver;
    padding: .5em;
}




.wp-block-latest-comments__comment {
    list-style: decimal !important;
    margin-bottom: unset !important;
}

ol.wp-block-latest-comments{padding: 0px 0px 0px 15px;}
textarea#comment, input#author, input#email {box-shadow: none;}

/*easy table of contents css .........ends*/


/**************************** End Custom *************/











/* custom */

#pre-next-page-buttons {text-align: center;}
.page-links-button{
    background: red;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-size: 20px;
}

#pre-next-page-buttons a.post-page-numbers {
    text-decoration: none;
}

.archive #primary{width: 100%;max-width: 100%;min-width: 100%;}


.middle {padding-left: 14px;
padding-right: 14px;
margin: auto;
max-width: 1200px;}




.live-refresh-button{
    background: red;
    color: white;
    font-weight: initial;
    background-image: initial;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
cursor: pointer;
position: fixed;
bottom: 0px;
}

/*
@media only screen and (min-width: 968px) {
.amp-menu {display: none !important;}
}
*/

p.has-background {padding: 20px 38px;margin: 15px;}




.full{max-width: unset !important;}







#content {
    max-width: 1200px;
}

table, td, th {
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 15px;
}


input.submitter {margin-left: 5px;background: yellow !important;font-weight:bold;}
#feedburner-email-subscription {background-color: red;padding: 10px;border-radius: 4px;}

#primary-home {margin:0 auto;
float: none;
width: 100%;}


.share{
text-align:center;line-height: 10px;
border: 1px dashed silver;
border-radius: 10px;
padding: 8px;
margin: 0px;
clear: both;
}
.share a, span.share-link{
display: inline-block;
font-size: 15px;
font-weight: bold;
color: white;
    margin: 3px;
    opacity: .9;
    cursor: pointer;
}
.share a:hover, span.share-link:hover{color: white; opacity: .5;}

.share a:visited, span.share-link:visited {
    color: white;
}



.share .fab, .share .fas {
padding: 10px;
    border-radius: 15%;
    background-size: 50%;
}

.share .fa-facebook{background-color: #32529f;}
.share .fa-twitter{background-color: #000;}
.share .fa-linkedin{background-color: #0077b5;}
.share .fa-pinterest{background-color: #e60023;}
.share .fa-whatsapp{background-color: #25d366;}
.share .fa-sms{background-color: #ca2b63;}
.share .fa-envelope{background-color: #000;}
.share .fa-print{background-color: silver;}





/*
amp-social-share.social-rounded {border-radius: 15%;background-size: 50%;margin: 3px;opacity: .9;}
amp-social-share.social-rounded:hover{opacity: .6;}
.shareimg {
    top: -4px;
    position: relative;
    left: 0px;
    border-radius: 5px;
    color: white;
    font-weight: bolder;
    width: 40px;
    height: 33px;
background-size: 40px 40px;
    font-size: 10px;
    display: inline-block;
margin-right: -2px;
}
*/

/*new amp share*/
    .share-link {
    opacity: 0.9;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    margin: 3px;
}


.share-link:hover, span.share-link:hover{color: white; opacity: .5;}




#result{border: 5px solid #03A9F4;padding: 1px 0px;text-align: center;box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.41);}

#result strong {
    border: 1px solid #2196F3;
    color: white;
    background: #03A9F4;
    padding: 2px 10px;
    border-radius: 3px;
    line-height:30px;
}

#result p {border-bottom: 5px solid #03A9F4;padding:2px 10px 20px 10px;margin-left:0px !important;margin-right: 0px !important;}
#result p:last-child {border-bottom:none !important;padding-bottom: 0px !important;}

#result h2 {
    color: white;
    background: #03A9F4;
    padding: 6px 6px;
margin-top: -1px;
margin-left:0px !important;margin-right: 0px !important;}



/*
@media screen and (min-width: 1000px) {
.block-cat {float: left;width: 48%;}
.site-branding {float: left !important;}
}

@media screen and (max-width: 1000px) {
.site-branding {float: none !important;}
}
*/









.block-cat {border: 1px solid #54b4ff;margin: 5px;padding: 5px;box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.41);}

.widget-title{margin: 0px;}

.widget-title, .block-cat h2 {
    background: rgba(93, 173, 255, .06);
    padding: 6px 1px 6px 10px;
    font-size: 20px;
    border-radius: 5px;
}




/*
.block-cat h2 a {color: white;}
*/
.block-cat ul {list-style: circle;}

/*
.block-cat1 ul li:nth-child(2) {
    background:url(/files/images/new-icon.gif) no-repeat -2px 4px;
}
.block-cat1 ul li:nth-child(2) a{margin-left: 35px;}


.block-cat1 ul li:nth-child(1) {
    background:url(/files/images/new-icon.gif) no-repeat -2px 4px;
}
.block-cat1 ul li:nth-child(1) a{margin-left: 35px;}

.block-cat1 .new-result {
    background:url(/files/images/new-icon.gif) no-repeat -2px 4px;
}
*/

.new-result a{margin-left: 35px;}


 /*
.block-cat1  li {margin: 5px 0px;}
.block-cat p{padding-left: 10px;}
*/

.related-posts-heading {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 30px 5px 10px 5px;
}
.related-posts {
    background: #ffeb3b;
    padding: 5px 5px 20px 5px;
    border-radius: 10px;
    margin: 20px 0px 15px 0px;
    box-shadow: 1px 1px 5px 1px silver;
    color: black;
}



.related-posts-heading::before, .related-posts li::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: black;
}

.related-posts-heading::before{content: "\f1ea";margin-right: 10px;}
.related-posts li::before{content: "\f192";margin-right: 3px;margin-left: -20px;}


.related-posts li {margin: 5px;}
.related-posts li a{color: black;}
.related-posts li a:visited,.related-posts li a:hover{color: #4c4c4c;opacity: 0.8;}
.related-posts ul{;padding:10px;margin:10px 20px;list-style:none;}



label[for="wp-comment-cookies-consent"]{padding-left:3px;}
#page {margin: auto;}
#home_image_full{max-width: 2000px;margin: 0 auto;}




.site-footer{right:0;}


#site-info {
    background: #114783;
    padding: 15px 10px 15px 10px;
    clear: both;
    line-height: 1em;
    display: block;
    font-size: 13px;
}



#colophon {
    background: #145297
    linear-gradient(
    to right, #1719aa, #a200f4);
    padding: 15px 0px 0px 0px;
    color: white;
}

#footer-widgets-section {
    clear: both;
/*    min-height: 400px; */
    max-width: 1100px;
    margin: 0 auto;
}
.copyright {
display: inline-block;
}

.menu-footer-container {
    display: inline-block;
}

.site-info-center {
    max-width: 1100px;
    margin: 0 auto;
    min-height: 15px;
}

.site-info-center-content{text-align: center;}







.footer-widget-area{width: 32%;float: left;padding-left: 10px;padding-right: 10px;}
.footer-widget-area .widget-title{color: white;text-shadow:none;}
.footer-widget-area ul{padding-left: 0px;}




.gototop {
    position: fixed;
    bottom: 18px;
    right: 6px;
    background: transparent;
    border-radius: 1px;
    width: 70px;
    height: 70px;
    z-index: 99999;
    text-align: center;
}

.gototoptext {
    opacity: .5;
    font-size: 12px;
    padding: 10px 5px;
    top: 17px;
    right: -12px;
    position: relative;
    background: blue linear-gradient(to right, #54b4ff, #598ff8);
    border-radius: 50px;
    height: 40px;
    width: 40px;
}





#secondary, #secondary-two {
font-size: 15px;
float: right;
margin-left: 4px;
width: 29%;
padding:10px 20px;
margin-bottom: 10px;
margin-top: 25px;
border-radius: 10px;
/*
background-color: #e7f5ff;
border: 1px solid  #deecf6;
box-shadow: 0 3px 3px rgba(0,0,0,.2);
*/
/*box-shadow: 0px 4px 12px #00000029;*/
}

#secondary .search-form, #secondary-two .search-form {margin-left: 15px;padding-left:2px;margin-top: 15px;}


#secondary, #secondary-two {
background: linear-gradient(#4eb1ff75,#2196f30d);
    background: -webkit-linear-gradient(#4eb1ff75,#2196f30d);
    background: -o-linear-gradient(#4eb1ff75,#2196f30d);
    background: -moz-linear-gradient(#4eb1ff75,#2196f30d);
color: black;
}

#secondary a, #secondary-two a {color: #0b1a6e;text-decoration: none;}
#secondary a:hover, #secondary-two a:hover {color: #313131;text-decoration: underline;}
#secondary a:visited, #secondary-two a:visited {color: #313131;}


#masthead{
background: linear-gradient(to right, #1719aa, #a200f4);
background: -webkit-linear-gradient(to right, #1719aa, #a200f4);
background: -o-linear-gradient(to right, #1719aa, #a200f4);
background: -moz-linear-gradient(to right, #1719aa, #a200f4);
}
/*background: #54B4FF linear-gradient(to right, #54B4FF, #598ff8) !important; */



#masthead {
height: auto;
    padding: 0px 2px 0px;
    width: 100%;
    top: -1px;
    left:0;
    z-index: 7777;
 /* position: initial; */
color: white;
box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}



.site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.admin-bar .site-header{position: initial;}



/*
#primary-menu .sub-menu li, #masthead {
    border-top-color: #5d6c7f;
    background-color: #6298e3;
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgb(98, 152, 227)), to(rgb(209, 0, 208)));
    background-image: -webkit-linear-gradient(left bottom, rgb(98, 152, 227), rgb(209, 0, 208));
    background-image: -moz-linear-gradient(left bottom, rgb(98, 152, 227), rgb(209, 0, 208));
    background-image: -o-linear-gradient(left bottom, rgb(98, 152, 227), rgb(209, 0, 208));
    background-image: -ms-linear-gradient(left bottom, rgb(98, 152, 227), rgb(209, 0, 208));
    background-image: linear-gradient(left bottom, rgb(98, 152, 227), rgb(209, 0, 208));
    color: #fff;
}
*/



#primary-menu .sub-menu li{margin-top:0px;}






#primary {
    float: left;
    width: 70%;
}






.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    display: list-item;
    list-style: square;
    margin-left: 15px;
margin-bottom: 7px;
line-height: 24px;
}

footer.wp-block-latest-comments__comment-meta {
    margin-bottom: 10px;
}


#site-info li{
display: inline-block;
position: relative;
padding: 0px;
margin:0px 1px;
}

#menu-footer {
    padding: 0px;
    margin: 5px 0px 5px 0px;
}


/* Comment form issue on old browsers */
textarea[name="ak_hp_textarea"] {
  display: none;
}


#search-results {
/*border: 1px dotted #2196F3;
box-shadow: 0 2px 7px rgba(0,0,0,.2);
min-height: 280px;
padding: 20px;
border-radius: 10px;
margin: 10px;*/}

#search-results article {
    padding: 20px;
    box-shadow: 0px 0px 5px 2px silver;
    border-radius: 10px;
margin: 15px 0px;
overflow: hidden;
}
#search-results h2.entry-title {
    margin: 2px;
    padding: 0px;
}


.archive-start-rating{display: inline-block;}
.archive-reviews-count{display: inline-block;}

.archives ul.listing_data {
    height: 60px;
    overflow: hidden;
}
.archives {
    background: #f5f5f5;
    float: none;
    width: 30%;
    padding: 14px;
    margin: 15px;
    display: inline-block;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 60px rgb(12 108 151 / 20%);
    -webkit-box-shadow: 0px 0px 60px rgb(12 108 151 / 20%);
    -moz-box-shadow: 0px 0px 60px rgba(12, 108, 151, .2);
}



.post-thumbnail {padding: 0px;}

#archives .entry-header a {
    color: #283998;
    text-decoration: none;
}

@keyframes shakex {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

/* #archives h2.entry-title::after {

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a5";
      margin-left: 2px;
    color: #4caf50;
    display: inline-block;
    animation: shakex 3s ease infinite;
font-size: 22px;
} */


#search-results .post-thumbnail, .archives .post-thumbnail {
    float: none;
    margin: 0px;
}
#search-results .post-thumbnail img, .archives .post-thumbnail img{width:100%;border-radius: 6px;}


.site-branding {
    display: flex; /* Enables flexbox layout */
    align-items: center; /* Vertically centers the content */
    justify-content: center; /* Horizontally centers the content (optional if needed) */
    height: 100%; /* Ensure the container has a height defined */
}

.site-branding .custom-logo-link {
    display: flex; /* Enable flexbox on the link itself */
    align-items: center; /* Vertically center the image within the link */
    justify-content: center; /* Horizontally center (if needed) */
}

.site-branding img {
    max-height: 100%; /* Ensure it doesn't exceed the container's height */
    margin: auto; /* Aligns the image properly */
    display: block; /* Ensures it's treated as a block element */
}



.site-branding {
    margin:auto;
    float: left;
margin-left: 5px;
}
.site-branding a{padding: 0px;}
.entry-content-archive p {margin-bottom:1em;}

h2#reviews-heading {
    font-size: 24px;
    text-align: center;
    padding: 20px 38px;
    margin: 5px;
    background: #276327;
    color: white;
    box-shadow: 0px 2px 2px 0px #dcdcdc;
    border-left: 8px solid #a300ff;
    border-radius: 2px;
}

#reviews-heading:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f086";
      margin-right: 10px;
    color: white;
  }

.comment-awaiting-moderation{
    clear: both;
    display: inline-block;
    padding: 10px;
    background: #ff5722;
    border-radius: 10px;
    margin: 10px;
    color: white;
    font-weight: bolder;
}
.comments-title{font-weight: bold;margin: 20px 10px;}

p{margin: 20px 0px 20px 0px;}

#breadcrumbs {
    margin: 0px;
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #4ba1ff;
    line-height: 20px;
    border-radius: 10px;
    border-top-width: 3px;
    border-bottom-width: 5px;
}
#breadcrumbs::before {
    content: "\f015";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #673ab7;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
padding: 10px;
}

.navigation li {
    display: inline;
}

.navigation {text-align: center;clear: both;padding: 15px;}
.navigation ul {padding-left:0px;}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

li.prev {margin-right: 4px;}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 28px;
    margin: 0.27em 0;
    line-height: 1.3em;
    /*  text-shadow: 0.5px 0.5px 1px #000; */
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */



/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
cursor: pointer;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/*
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
text-align: center;
}
*/


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.search-field, [type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/files/fonts/ptsans/400.woff2) format('woff2');
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/files/fonts/ptsans/700.woff2) format('woff2');
}*/

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/files/fonts/inter/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/files/fonts/inter/inter-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body,
button,
input,
select,
optgroup,
textarea {
    font-size: 15px;
    line-height: 26px;
/*  font-size: 1.05rem; */
font-family: 'Inter', sans-serif;
/*    font-family: Arial, sans-serif;*/
font-weight: 400; /* Set a default weight */
background:white;
color: black;
}

/* antialiased Improves sharpness but could make text thinner */
b,strong {
    font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-content  {
    font-size: 16px;
    line-height: 28px;
    background:white;
}

.div-text {margin: 1rem 0;}

/*.entry-content p{font-size: 18px;}*/


.entry-content a {
    text-decoration: none;
    border-bottom: 3px solid #3a58ff;
}

.woocommerce p.stars a {
    text-decoration: none;
    border-bottom: none;
}


.entry-content a:visited {
    color: #688eff;
}


.entry-content-archive {
    font-size: 16px;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 30px 10px 10px 0px;
    line-height: 1.2em;
/*text-shadow: 0.5px 0.5px 1px #000; */
}


.with-sidebar h2 {
    padding: 16px 12px;
    background-color: #daf3ff;
    border-radius: 2px;
    border-left: 10px solid #9C27B0;
    margin-bottom: 20px;
    margin-top: 30px;
}

.with-sidebar h2 b, .with-sidebar h2 strong {
    font-weight: 700;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*html, #page {max-width: 2000px;
*/

*,
*: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;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/*ul, ol {
    margin: 0 0 1.5em 1em;
}
*/

ul {
    list-style: disc;
    padding: 1px 1px 1px 20px;
    margin: 1px;
}

ol {
    list-style: decimal;
    padding: 1px 1px 1px 22px;
    margin: 1px;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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. */
}

table {
    margin: 0 0 0em;
    width: 100%;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0px solid;
    border-color: #2196f3;
    border-radius: 5px;
    background: #00599E;
    color: white;
    font-size: 14px;
    padding: 3px 10px;
    color: white;
/*    box-shadow: 0px 1px 25px 1px #2196f3;
    line-height: 1;
    margin-left: 10px; */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
opacity: .6;
cursor: pointer;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    outline: none; /* Remove the default outline */
    box-shadow: 0 0 5px 2px #ff0000; /* Customize the border color and size */
    border-radius: 5px; /* Add a border radius to the button */
    opacity: .6;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3spx;
    padding: 5px;
width: 98%;
/*box-shadow: 1px 1px 5px 1px #c1bfbf;*/
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 98%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
    padding:2px;
}

a:visited {
    color: purple; /*#739ff1*/
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
}



.main-navigation ul {
    /*display: inline-block; */
    list-style: none;
    margin: 0;
    padding-left: 0px;
    text-align:center;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    text-align: left;
    display: list-item;
    background-color: #54b4ff;
margin-left: 0px;
margin-top: -1px;
}



.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: -9.6em;
width: 155px
}

.main-navigation ul ul a {
    width: 150px;
padding: 1px;
margin: 1px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: 0em;
}

.main-navigation li {
    /* float: left; */
        display: inline-block;
    position: relative;
    padding:1px 5px;
margin: 1px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: white ;
    font-weight: bold;
}


.menu-main-menu-container .menu-item-has-children:hover {
background-color: #54b4ff;
box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}



/* Small menu. */ /*
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
    color:white;
    font-weight:bold;
    background: linear-gradient(to right, rgba(134, 107, 255, 1), rgba(253, 21, 255, 0.87));
}

.menu-toggle{margin-top:6px;}

@media screen and (min-width: 60.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.posts-navigation .nav-previous,
.comment-navigation .nav-previous {
    float: left;
    border: 1px dashed silver;
    padding: 10px;
min-height: 80px;
height: auto;
margin: 0 auto;
    display: flex;
    flex: 1 48%;
    max-width: 48%;
}

.posts-navigation .nav-next,
.comment-navigation .nav-next {
    float: right;
    text-align: right;
    border: 1px dashed silver;
    padding: 10px;
min-height: 80px;
height: auto;
margin: 0 auto;
    display: flex;
    flex: 1 48%;
    max-width: 48%;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous {float:left;}




.post-navigation .nav-previous {
    float: left;
    border: 1px dashed #9c27b0;
    padding: 10px;
    min-height: 140px;
    height: auto;
    margin: 0 auto;
    display: grid;
    place-content: center;
    width: 49%;
    background: #d7edff;
}

.post-navigation .nav-next {
    float: right;
    text-align: right;
    border: 1px dashed #9c27b0;
    padding: 10px;
    min-height: 140px;
    height: auto;
    margin: 0 auto;
    display: grid;
    width: 49%;
    background: #fffab6;
    place-content: center;
}

#page-navigation{
    background: #9c27b0;
    display: block;
    padding: 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

figcaption.wp-element-caption {
    text-align: center;
}

/*--------------------------------------------------------------
# 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: 3px;
    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: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0em;
    /* Make sure select elements fit in widgets. */
}
.textwidget {padding-left: 15px;}

.widget_media_image .wp-caption.alignnone {
    margin: 0 auto;}
.widget_media_image .wp-caption-text {margin: 0px !important;}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 5px;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0em 0 0;
}

.entry-meta{margin-bottom: 10px;clear: both;}
.entry-footer {
    margin-top: 10px;
    border: 2px solid #8bc34a;
    padding: 14px;
    border-radius: 14px;
    border-top-width: 6px;
    /* box-shadow: 0 0 5px 1px #8bc34a; */
    border-bottom-width: 4px;
}

.cat-tag {
    text-align: center;
    padding: 20px 10px;
}

.cat-tag span {
    text-align: justify;
    padding: 20px 1px;
}

.cat-tag-heading{font-size: 22px;text-align: center;font-weight: bold;}

.cat-tag a {
    padding: 2px 10px;
    background: #673ab7;
    border-radius: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    margin: 5px 0px 5px 3px;
    display: inline-block;
    border: 1px dashed #2196f3;
}

.cat-tag a:visited,.cat-tag a:hover{color: white;}

.cat-list a::before{    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07c";
      margin-right: 5px;
    color: white;
  }
.tag-list a::before{    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f292";
      margin-right: 5px;
    color: white;
  }

/* Author Box */
.author-box-heading {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.author-box {
    border: 3px solid #002de3;
    border-top-width: 8px;
    padding: 25px 10px 5px 10px;
    margin: 20px 0px;
    border-radius: 20px;
    box-shadow: 0 0 10px 1px #a7a7ff;
    min-height: 175px;
}
.author-box img.avatar {
    margin: 0px 10px 10px 0px;
/*    border: 1px solid silver;
    padding: 5px;
    box-shadow: 0 0 5px 1px silver;
    border-radius: 5px;*/
    width: 120px;
    height: 120px;
}



.author-box h3 {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
}

.author-box a {
    display: inline-block;
    margin-right: 10px;
}
.author-box span {
    margin: 5px;
}
.author-profile-button {
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    background-color: #ff5722; /* You can change the background color */
    color: white; /* You can change the text color */
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.author-profile-button:hover {
    background-color: #e91e63; /* Darker shade for hover state */
}
a.author-profile-button {
    color: white;
    display: block;
    clear: both;
    margin: 20px 1px;
}

h2#social {
    clear: none;
    margin: 0px 10px;
}
#author_box_archives .author-box img.avatar {
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* custom */

#content {
    padding-left: 14px;
    padding-right: 14px;
    margin: auto;
    min-height: 500px;
}







/*.wp-block-column {
    border: 1px dotted #54B4FF;
    border-radius: 10px;
}
*/


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comment-error-messages p {
    padding: 1px 15px;
    background: #b50000;
    color: white;
    margin-bottom: 10px;
}

#respond {color: black;}
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}
.avatar {
float: left;
margin-right:10px;
margin-top: 5px;}

.comment-content {
clear:both;
}
.comment-metadata{float: right;}
.comment-author {float: left;}
.comment-metadata a {
    color: black;
}

.publisher .fa-user-secret:before {
    content: "\f21b";
    color: red;
    margin-left: 1px;
}


span.author.vcard::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4fc";
      margin-right: 2px;
    color: #4caf50;
  }
.post_header_updated_time{clear: both;}
.post_header_updated_time::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
      margin-right: 5px;
    color: #2196f3;
  }

.post-views::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06e";
      margin-right: 1px;
    margin-left: 5px;
    color: #e91e63;
  }

.post-views{margin-right: 8px;float: left;}
.publisher{float: left;}


.post_header_reviews_count{margin-left: 2px;float: left;margin-bottom: 10px;}
.post_header_reviews_count::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f086";
      margin-right: 2px;
    color: #a200f4;
  }







/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

/*
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
*/

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 8px;
    margin: 5px;
    box-shadow: 0px 0px 5px 2px silver;
}




.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


#bbpress-forums ul.bbp-replies{font-size: 16px;    line-height: 27px;}


/************** All media Queries must be given at the bottom to avoid issues in old browsers **************/

@media screen and (max-width: 450px) {

h2.custom-toc-heading, .custom-toc-heading{font-size: 20px;margin: 0;padding: 0;}
.comment-author-details{font-size: 11px;margin: 6px 0px;}

/*.site-branding {max-width: 68%;margin-top:4px;}
.site-branding img{margin-left:3px;max-width: 210px;}
.site-branding {margin-left:2px;}*/

.share .fab, .share .fas {padding: 8px;}
.share {margin: 2px;}
.share a{margin: 0px;}
.gallery-item{width: 45%;}
.avatar {margin-right:5px;}

#contact-details-container {font-size: 14px;}
#contact-details-container a {font-size: 14px;}
#contact-details-container a.p_phone {font-size: 14px;}
#contact-details-container ul.fa-ul {margin-left: 25px;}
h2#reviews-heading {font-size: 20px;}
.business-hours-popup-content{padding:10px;}
.business-hours-popup-content td {font-size: 10px;padding: 2px;}
.modal-content{padding: 12px;width: 85%;}
/*#author_box_archives img.avatar {width: 100%;}*/


}

@media screen and (max-width: 375px) {
/*.site-branding img{margin-left:2px;max-width: 160px;margin-top: 8px;}*/
.readmore {font-size: 12px;}
.business-hours-popup-content{padding:10px;}
.business-hours-popup-content td {font-size: 8px;padding: 3px;}
#contact-details-container ul.fa-ul {font-size: 11px;}
#contact-details-container a {font-size: 12px;}
.share .fab, .share .fas {padding: 5px;}
.share {padding: 3px 1px 3px 1px;}
#modal-title {padding: 5px;font-size: 12px;margin: 0px;line-height: 18px;}
.modal-content{padding: 8px;}
.close-modal{padding: 5px;}



}





/* 100% screen */
@media only screen and (max-width: 1068px) {
    /* Styles for screens with a width up to 1068px */

/*.wp-block-group{margin-left: 5px;margin-right: 5px;padding-left: 5px;padding-right: 5px;}*/

#primary-menu {display: none;}

.sticky-posts {
    height: auto;
    display: inline-block;
    background: #4caf50;
    padding: 10px;
    clear: both;
    width: 100%;
}
.archives {
    width: 100%;
    margin: 18px 0px;
    height: auto;
    min-height: unset;
}
#archives .hentry {max-height: 800px;overflow: hidden;margin: 0px;}
#postmain {height: auto;}
#home-ecommerce #postmain {height: auto;}

#footer-widgets-section, .footer-widget-area  {width: 99%;margin: 0 auto;float: none;}
.share, .entry-footer, .author-box, .related-posts, .site-main .post-navigation, #reviews {width: 99%;margin: 20px auto;float: none;}
footer.entry-footer {margin-top: 5px;}

}



@media screen and (min-width: 481px) and (max-width: 1068px) {
#bbpress-forums div.bbp-reply-author {
    width: 80px !important;
    font-size: 16px !important;
    margin-right: 20px !important;

    clear: both;
    z-index: 999;
    position: relative;
    /* box-shadow: 0 0 7px 3px #5bccff; */
    padding: 0px;
    border-radius: 5px;
    border-top: 1px solid #03A9F4;
    border-right: 1px solid #03A9F4;
    border-left: 3px solid #03A9F4;
    border-bottom: 5px solid #03A9F4;
}

#bbpress-forums div.bbp-reply-author img.avatar {padding: 5px 7px 5px 5px;}
a.bbp-author-link {padding: 0;}
#bbpress-forums div.bbp-reply-author .bbp-author-name {display: inline-block;line-height: 15px;}
#bbpress-forums div.bbp-reply-content {
    margin-left: 5px !important;}

}

#bbpress-forums div.bbp-reply-author .bbp-author-role i.fas.fa-crown {color: #00df09;}





/*DESKTOP*/
@media only screen and (min-width: 1069px) {
/* Styles for screens with a width greater than or equal to 1069px */
/*#archives h2.entry-title{height: 52px;overflow: hidden;}*/

.div-text {margin: 1rem auto;max-width: 1200px;}
#full-width-page h1, #full-width-page h2, #full-width-page h3, #full-width-page h4, #full-width-page h5, #full-width-page h6, #full-width-page p{max-width: 1200px;margin: 20px auto;}
#full-width-page ol, #full-width-page ul {max-width: 1200px;margin: 20px auto;}
#full-width-page .wp-block-columns{}

/*.wp-block-group{max-width: 1200px;margin: 0 auto;}*/

#secondary-two {position: -webkit-sticky;position: sticky;top: 5px;}
#intro{min-height: 500px;}

}






















@media screen and (max-width: 400px) {
/*amp-social-share.social-rounded */
.social-rounded {margin: 0px;max-width:30px;max-height:30px;}
.shareimg{margin-right:-3px;top: -4px;}
}



@media screen and (min-width: 321px) and (max-width: 520px) {
}



@media screen and (min-width: 520px) {
#header-content {max-width: 1200px;margin: auto;padding-left: 2px;padding-right: 4px;}
}

@media screen and (max-width: 520px) {
.entry-content img{width:100%;}
/*.entry-meta {font-size: 12px;}*/
#site-info {line-height: 1.5em;}


}

@media screen and (min-width: 1100px) {
.main-navigation {display: block;margin: auto;}
}

@media screen and (min-width: 1069px) {
#primary{min-height: 800px;}
}

@media screen and (max-width: 1068px) {

#primary-home, #primary {width: 100%;}
#secondary, #secondary-two
{width: 100%;margin-left: 0px;}
.widget{}


}

@media screen and (min-width: 1920px) {
#content {border-left: 1px dotted #54b4ff;border-right: 1px dotted #54b4ff;}
}