/* Common Widget Style */

.main-navigation-area .contact-info .text {
    font-size: 1.5rem;
    font-weight: 700;
}

.main-navigation-area .contact-info .title {
    font-size: 1rem;
    font-weight: 500;
}

.widget-left, .widget-right {
    display: inline-flex;
    align-items: center;
}

.widget-right li a {
    margin-left: auto;
}

.widget-left li a {
    margin-right: auto;
}

.widget-right .widget,
.widget-left .widget {
    padding: 0 .5rem;
    margin: 0 .35rem;
}

.widget-left .widget:nth-child(2n+3),
.widget-left .widget:first-child {
    padding-left: 0;
}

.widget-right .widget:nth-child(n+2) {
    padding: 0 .5rem;
    margin: 0 .35rem;
}

.widget-right .widget:nth-child(2n+4),
.widget-right .widget:first-child {
    padding-right: 0;
}

.widget-right .widget:first-child {
    padding-left: 0;
}

.widget-right .widget:last-child {
    padding-right: 0;
    margin-right: 0;
}

.widget-right .widget:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.widget.widget-text-slide {
    width: 100%;
}

/*---//---*/

/* Header Widget */

.main-header p:not(.site-description) {
    margin: 0;
}

.above-header .contact-area {
    min-height: 60px;
    color: var(--bs-secondary);
}

.header-transparent .above-header .contact-area {
    color: var(--bs-white);
}

.above-header .contact-icon {
    font-size: 1rem;
    width: auto;
    height: auto;
    border-radius: 100%;
    margin-right: 7px;
}

.above-header .contact-area:hover .contact-icon,
.above-header .contact-area:focus-within .contact-icon {
    color: var(--bs-primary);
}

.header-transparent .above-header .contact-area:hover .contact-icon,
.header-transparent .above-header .contact-area:focus-within .contact-icon {
    color: var(--bs-white);
}

.above-header .contact-info {
    font-size: 14.5px;
}

.above-header .widget-left,
.above-header .widget-right {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 60px;
}

.header-widget:not(.header-carousel) .widget:not(.widget_media_video) {
    display: inline-block;
}

.header-widget:not(.header-item):not(.header-carousel) .widget:not(.widget_media_video) {
    line-height: 60px;
}

.main-header .widget:not(.widget_social_widget) li {
    display: inline-block;
    padding: 0;
}

.main-header .widget:not(.widget_social_widget) li:not(:last-child) {
    margin-right: 6px;
    padding-right: 10px;
    border-right: 1px solid rgb(0 0 0 / 0.1);
}

.header-transparent .main-header .widget:not(.widget_social_widget) li:not(:last-child) {
        border-right: 1px solid rgb(0 0 0 / 0.1);
}

.main-header .widget:not(.widget_social_widget) li:last-child, .tagcloud a:last-child {
    margin: 0;
}

.header-widget ul li, .header-widget ul li a,
.main-header .widget span {
    font-weight: 500;
}

.header-widget ul li span, .header-widget a,
.contact-info a {
    text-decoration: none;
    position: relative;
    text-shadow: -0.15px -0.15px 0 transparent, 0.15px 0.15px transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header-widget ul li span, .header-widget a {
    display: inline-block;
}

.header-widget .widget:not(.widget_social_widget) li a {
    width: max-content;
}

.header-widget .widget:not(.widget_social_widget):not(.widget-contact) i,
.header-widget .widget:not(.widget_social_widget):not(.widget-contact):not(.widget_media_gallery):not(.widget_media_gallery) img {
    font-size: 15px;
    display: inline-block;
}

.header-widget .widget:not(.widget_social_widget):not(.widget-contact):not(.widget_media_gallery):not(.widget_media_gallery) img {
    height: 1.25rem;
}

.main-header .widget li:last-child, .header-widget-info li:last-child {
    margin-right: 0;
}

.header-widget .fa-phone + span {
    font-weight: 700;
}

.breadcrumb-widget .widget .widget-title,
.footer-copyright .widget:not(.widget-info):not(.widget-none) .widget-title,
.main-header .widget:not(.widget-info):not(.widget-none) .widget-title {
    display: none;
}

.widget .gallery {
    display: flow-root;
    margin-top: -2.7%;
}

.header-widget .gallery .gallery-item a {
    display: block;
}

.header-widget .widget img {
    width: 50px;
}

.header-widget .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-widget .gallery .gallery-item {
    -ms-flex: 1;
    flex: 1;
    margin: 0 6px 0 0;
    padding: 0;
}

.header-widget .widget_media_video {
    display: block;
    width: 100%;
}

.header-widget .widget_media_video .wp-video .mejs-container {
    width: 100% !important;
    max-height: 170px;
}

.header-widget .widget_media_video .wp-video-shortcode video, .header-widget .widget_media_video video.wp-video-shortcode {
    max-height: 170px;
}

.header-widget .widget-menu-top li a i {
    display: block;
    text-align: center;
    font-size: 32px;
    margin-bottom: 5px;
}

/* ---//--- */

/* Above Header BG */

.above-header-bg .above-header .contact-icon,
.above-header-bg .above-header .widget_social_widget li a {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.above-header-bg .above-header .widget-text-slide .text-heading,
.above-header-bg .above-header .contact-area {
    color: var(--bs-secondary);
}

/* ---//--- */

/* Basic Css for widget */

.widget.widget_rss h5 {
    margin-bottom: 0;
}

.widget.widget_rss h5 a {
    display: inline-block;
}

.widget li {
    list-style: none;
    position: relative;
}

.widget li a {
    position: relative;
    z-index: 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}

.widget li a:before {
    font-family: var(--bs-font-awesome);
    font-weight: 900;
    position: absolute;
}

.footer-main .widget_nav_menu li a:before,
.footer-main .widget:not(.widget_nav_menu):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before {
    left: 0;
}

.footer-main .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li:not(.wp-social-link) a:before {
    content: "\f068";
}

.footer-main .widget a:not(:hover):not(:focus) {
    color: var(--bs-white);
}

/* ---//--- */


/*=============== Contact-Area Start =============*/

.contact-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    font-size: 38px;
    width: 42px;
    height: 42px;
    line-height: 1;
    margin-right: 15px;
    color: var(--bs-primary);
    -webkit-transition: var(--bs-transition);
    transition: var(--bs-transition);
}

.contact-area .contact-icon i,
.contact-area .contact-icon img {
    /* color: var(--bs-primary); */
    display: inline-block;
    vertical-align: baseline;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.contact-area:hover .contact-icon i,
.contact-area:hover .contact-icon img,
.contact-area:focus-within .contact-icon i,
.contact-area:focus-within .contact-icon img {
    -webkit-animation: buzz-out 1.25s linear infinite;;
    animation: buzz-out 1.25s linear infinite;;
}

.contact-info {
    display: inline-block;
    text-align: left;
    color: inherit;
}

.contact-info .text {
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500;
}

.contact-info .title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 1px;
}

.contact-info .btn-link {
    text-decoration: none;
    box-shadow: none;
    padding: 0;
    font-weight: 700;
}

.contact-info .btn-link:not(:hover):not(:focus) {
    color: var(--bs-secondary);
}

.contact-btn {
    display: inline-block;
    overflow: hidden;
    margin-top: 2rem;
}

.contact-btn .read-link:after {
    content: "\f061";
    height: 0.9375rem;
    width: 0.9375rem;
    border-radius: 1.25rem;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    font-size: 0.625rem;
}

.contact-btn .read-link:hover,
.contact-btn .read-link:focus {
    color: var(--bs-primary);
}

.contact-btn .read-link:hover:after,
.contact-btn .read-link:focus:after {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

/* --/-- */


/* Search Form Start */

.widget .search-form label,
.mail-form,
.search-form {
    width: 100%;
}

.widget .woocommerce-product-search,
.mail-form>div,
.search-form {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.3125rem;
    z-index: 0;
}

.widget .woocommerce-product-search button,
.widget .search-form .search-submit {
    color: var(--bs-white);
    font-weight: 600;
    padding: 0 0.875rem;
    /* border-radius: 10rem; */
    min-width: 50px;
}

.widget_search button.wp-block-search__button {
    padding-right: 20px;
}

.widget .woocommerce-product-search button:focus,
.widget .woocommerce-product-search button:hover,
.widget .woocommerce-product-search button,
.widget .search-form .search-submit:focus,
.widget .search-form .search-submit:hover {
    color: var(--bs-white);
}

.search-submit i {
    font-size: inherit;
    line-height: 2.15;
}

.widget form .search-field {
    padding-right: 5.35rem;
}

.widget form .search-field:not(:hover),
.widget form .search-field:not(:focus) {
    border-color: transparent;
}

.widget form .search-field,
.widget .mail-form .form-control {
    padding-left: 1.25rem;
    min-height: 50px;
    border-radius: 0.3125rem;
    padding-top: 0.81rem;
    padding-bottom: 0.81rem;
}

.widget .mail-form .form-control {
    padding-right: 3.8rem;
}

.widget form {
    overflow: hidden;
}

.widget .woocommerce-product-search,
.widget .search-form,
.widget form .search-field {
    border-radius: 0;
}

.sidebar .widget form.search-form {
    background-color: var(--bs-primary-light);
    padding: 2rem;
    border-radius: 0;
}

.sidebar .widget .search-form input.search-submit {
    border-radius: 0;
    max-height: 50px;
    margin: auto 0;
    margin-right: 2rem;
}

.footer-main .mail-form .submit,
.search-form .btn.search-submit:not(.btn-link):not(.btn-play):not(.btn-video),
.search-form .search-submit:not(.btn-link):not(.btn-play):not(.btn-video),
.widget .woocommerce-product-search button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    outline: none;
    box-shadow: none;
    line-height: 2;
    z-index: 0;
}

.footer-main .mail-form .submit,
.search-form .btn.search-submit:not(.btn-link):not(.btn-play):not(.btn-video):not(:hover):not(:focus),
.search-form .search-submit:not(.btn-link):not(.btn-play):not(.btn-video):not(:hover):not(:focus),
.widget .woocommerce-product-search button, .sidebar .widget_block.widget_search .wp-block-search__button, .wp-block-loginout a, .wp-block-button a  {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.footer-main .mail-form .submit {
    padding: 0 .85rem;
    border-radius: 0 0.3125rem 0.3125rem 0;
    font-size: 1.5625rem;
    border: 1px solid transparent;
}

.footer-main .mail-form .submit:hover,
.footer-main .mail-form .submit:focus {
    border-color: var(--bs-white);
}

.widget .btn:not(.btn-link):not(.btn-play):not(.btn-video):before {
    border-radius: 0 30px 30px 0;
}

/* ---//--- */

/* Subscribe Form Start */

.sidebar .widget_subscribe {
    text-align: center;
    font-weight: 500;
}

.sidebar .widget_subscribe form button {
    display: block;
    width: 100%;
    color: #ffffff;
    margin-top: 1.25rem;
}

.sidebar .widget_subscribe form input[type="email"] {
    border-radius: 10rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.sidebar .widget_subscribe form input[type="email"]:not(:hover):not(:focus) {
    border-color: transparent;
}

/*---//---*/


/* Manual Links Start & Calendar Start */

.widget > ul, .widget div > ul, .tagcloud {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.calendar_wrap {
    position: relative;
    padding: .5rem;
    background-color: var(--bs-primary-light);
    border: 1px solid var(--bs-gray);
}

.footer-main .widget .wp-calendar-nav a:not(:hover):not(:focus),
.main-footer .calendar_wrap {
    color: var(--bs-secondary);
}

.sidebar .calendar_wrap {
    padding: .75rem;
    background: none;
    border: none;
}

.calendar_wrap table {
    width: 100%;
    background: none;
    border: none;
    margin: 0;
    caption-side: top;
}

.calendar_wrap table caption {
    font-weight: 700;
    color: var(--bs-secondary);
    position: relative;
    padding-right: 8.75rem;
    text-align: right;
}

.calendar_wrap table th, .calendar_wrap table td {
    text-align: center;
    line-height: 41px;
    border: 0;
    padding: 0;
    text-align: center;
    border-radius: 50%;
}

.calendar_wrap table th {
    color: var(--bs-secondary);
    background: none;
    font-weight: 700;
}

.calendar_wrap table td {
    font-weight: 500;
    position: relative;
}

.calendar_wrap table td a:after,
td#today:after {
    content: "";
    position: absolute;
    width: .35em;
    height: .3em;
    border-radius: 0;
    background: var(--bs-yellow);
    bottom: 0;
    left: 50%;
    margin-bottom: 5px;
    transform: translateX(-50%);
    transition: var(--bs-transition);
}

.calendar_wrap table td a:after {
    opacity: 0;
    visibility: hidden;
}

.calendar_wrap table td a:hover:after,
.calendar_wrap table td a:focus:after {
    opacity: 1;
    visibility: visible;
}

.calendar_wrap table tfoot {
    background-color: var(--bs-gray-light);
}

.wp-calendar-nav {
    position: absolute;
    font-weight: 600;
    font-size: 0.85rem;
    top: 35px;
    right: 30px;
}

.main-footer .wp-calendar-nav {
    right: .75rem;
}

.sidebar .wp-calendar-nav {
    top: 1.15rem;
    right: 1rem;
}

.wp-calendar-nav a {
    width: 55px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    color: var(--bs-secondary);
    text-decoration: none;
    transition: var(--bs-transition);
}

.wp-calendar-nav a:hover,
.wp-calendar-nav a:focus {
    color: var(--bs-primary);
}


.footer-main .widget .calendar_wrap table #today a {
    color: var(--bs-primary);
}
/* --/-- */


/* Widget Meta */

.header-widget .widget_meta a {
    font-size: 12px;
}

.header-widget .widget.widget_meta li a:before {
    line-height: 1.2;
    font-size: 13px;
}

.widget_meta ul li a {
    padding-right: 0;
    padding-left: 25px;
}

.widget_meta ul li a:before {
    left: 0;
    color: var(--bs-primary);
}

.widget_meta ul li:nth-child(1) a:before {
    content: "\f007";
}
.widget_meta ul li:nth-child(2) a:before {
    content: "\f08b";
}
.widget_meta ul li:nth-child(3) a:before {
    content: "\f086";
}
.widget_meta ul li:nth-child(4) a:before {
    content: "\f27a";
}

.widget_meta ul li:nth-child(5) a:before {
    content: "\f19a";
}

.footer-main .widget li a:hover:before,
.footer-main .widget li a:focus:before,
.widget_meta li a:hover:before,
.widget_meta li a:focus:before {
    -webkit-animation: iconRightCaret 600ms ease;
    animation: iconRightCaret 600ms ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Icon Right Caret */
@-webkit-keyframes iconRightCaret {
    0% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }

    50% {
        -ms-transform: translateX(2px);
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}
@keyframes iconRightCaret {
    0% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }

    50% {
        -ms-transform: translateX(2px);
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

/* ---//--- */

/* Widget Tag & Widget Text & Widget Social */

.tagcloud a {
    margin-bottom: 10px;
    margin-right: 6px;
}

.tagcloud a {
    font-size: 1rem !important;
    display: inline-block;
    line-height: 2.5;
    padding: 0 0.875rem;
    font-weight: 500;
    text-decoration: none;
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.tagcloud a:nth-child(25),
.tagcloud a:nth-child(19),
.tagcloud a:nth-child(13),
.tagcloud a:nth-child(7),
.tagcloud a:nth-child(1) {
    background-color: var(--bs-blue);
}

.tagcloud a:nth-child(26),
.tagcloud a:nth-child(20),
.tagcloud a:nth-child(14),
.tagcloud a:nth-child(8),
.tagcloud a:nth-child(2) {
    background-color: var(--bs-pink);
}

.tagcloud a:nth-child(27),
.tagcloud a:nth-child(21),
.tagcloud a:nth-child(15),
.tagcloud a:nth-child(9),
.tagcloud a:nth-child(3) {
    background-color: var(--bs-purple);
}

.tagcloud a:nth-child(28),
.tagcloud a:nth-child(22),
.tagcloud a:nth-child(16),
.tagcloud a:nth-child(10),
.tagcloud a:nth-child(4) {
    background-color: var(--bs-indigo);
}

.tagcloud a:nth-child(29),
.tagcloud a:nth-child(23),
.tagcloud a:nth-child(17),
.tagcloud a:nth-child(11),
.tagcloud a:nth-child(5) {
    background-color: var(--bs-yellow);
}

.tagcloud a:nth-child(30),
.tagcloud a:nth-child(24),
.tagcloud a:nth-child(18),
.tagcloud a:nth-child(12),
.tagcloud a:nth-child(6) {
    background-color: var(--bs-teal);
}

.tagcloud a:hover,
.tagcloud a:focus {
    color: var(--bs-white);
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
}

.widget-text p:last-child {
    margin: 0;
}

.widget_social_widget li a {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--bs-primary);
    background: var(--bs-white);
    border-radius: 40% 60% 45% 55%/71% 67% 33% 29%;
    border: 1px solid var(--bs-white);
    box-shadow: 0 1px 7px -3px rgb(0 0 0 / 0.5);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.widget_social_widget li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 40% 60% 45% 55%/71% 67% 33% 29%;
    background-color: var(--bs-primary);
    transition: 0.3s;
}

.widget_social_widget li a i {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    transition: 0.3s;
}

.widget_social_widget li:not(:last-child) {
    margin-right: 6px;
}

.widget.widget_social_widget ul {
    margin-top: -0.75rem;
}

.widget.widget_social_widget ul li {
    margin-top: 0.75rem;
}

.sidebar .widget_social_widget li a {
    color: var(--bs-primary);
    background-color: var(--bs-white);
    box-shadow: 0 5px 17px -2px rgb(0 0 0 / 0.15);
}

.widget_social_widget ul li:last-child {
    margin-right: 0px;
}

/* .widget_social_widget li a.facebook { */
    /* color: #3b5999; */
/* } */
/* .widget_social_widget li a.facebook::after { */
    /* background: #3b5999; */
/* } */
/* .widget_social_widget li a.linkedin { */
  /* color: #0077b5; */
/* } */
/* .widget_social_widget li a.linkedin::after { */
  /* background: #0077b5; */
/* } */
/* .widget_social_widget li a.github { */
  /* color: #6e5494; */
/* } */
/* .widget_social_widget li a.github::after { */
  /* background: #6e5494; */
/* } */
/* .widget_social_widget li a.steam { */
  /* color: #7da10e; */
/* } */
/* .widget_social_widget li a.steam::after { */
  /* background: #7da10e; */
/* } */
/* .widget_social_widget li a.snapchat { */
  /* color: #eec900; */
/* } */
/* .widget_social_widget li a.snapchat::after { */
  /* background: #eec900; */
/* } */
/* .widget_social_widget li a.twitter { */
  /* color: #55acee; */
/* } */
/* .widget_social_widget li a.twitter::after { */
  /* background: #55acee; */
/* } */
/* .widget_social_widget li a.instagram { */
  /* color: #e4405f; */
/* } */
/* .widget_social_widget li a.instagram::after { */
  /* background: #e4405f; */
/* } */
/* .widget_social_widget li a.google-plus { */
    /* color: #CC3333; */
/* } */
/* .widget_social_widget li a.google-plus::after { */
    /* background-color: #CC3333; */
/* } */
/* .widget_social_widget li a.youtube { */
    /* color: #c4302b; */
/* } */
/* .widget_social_widget li a.youtube::after { */
    /* background-color: #c4302b; */
/* } */
/* .widget_social_widget li a.pinterest { */
    /* color: #c8232c; */
/* } */
/* .widget_social_widget li a.pinterest::after { */
    /* background-color: #c8232c; */
/* } */

.widget_social_widget li a:focus,
.widget_social_widget li a:hover {
    color: var(--bs-white);
}

.widget_social_widget li a:focus::after,
.widget_social_widget li a:hover::after {
    width: 100%;
    height: 100%;
    margin-left: -50%;
}

.sidebar .widget_social_widget li a:hover,
.sidebar .widget_social_widget li a:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.main-footer .widget_social_widget li a,
.sidebar .widget_social_widget li a,
.widget_social_widget li {
    display: inline-block;
}

.main-footer .widget_social_widget li a {
    color: var(--bs-secondary);
}

.above-header .widget_social_widget li a,
.main-footer .widget_social_widget li a {
	color: var(--bs-primary);
}

.above-header .widget_social_widget li a:hover,
.above-header .widget_social_widget li a:focus,
.main-footer .widget_social_widget li a:hover,
.main-footer .widget_social_widget li a:focus {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.widget_special_social a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    padding: 13px 20px;
    position: relative;
    z-index: 0;
}

.widget_special_social a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    z-index: -1;
    transition: var(--bs-transition);
}

.widget_special_social a:hover:after,
.widget_special_social a:focus:after {
    background-color: rgb(1 1 47 / 0.1);
}

.widget_special_social p {
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: 0.15px;
    margin: 0;
}

.widget_special_social span {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.widget_special_social i {
    font-size: 30px;
}

.widget_special_social a.twitter {
    background-color: #03a9f4;
}

.widget_special_social a.facebook {
    background-color: #3a559f;
}

.widget_special_social a.instagram {
    background-color: #d62976;
}

/* ---//--- */


/* Widget Title Set */

.widget .widget-title {
    display: block;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    text-align: left;
    letter-spacing: 0.35px;
    word-break: break-all;
}

.main-footer div.widget.widget-none .widget-title {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.main-footer .widget .widget-title {
    color: var(--bs-white);
    padding-bottom: .5rem;
    margin-bottom: 1.85rem;
}

.main-footer .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 60px;
    height: 4px;
    background-color: var(--bs-primary);
}

.textwidget .logo {
    margin-bottom: 1rem;
}

/* ---//--- */

/*---------------------------------------
    Post Widget
-----------------------------------------*/

.widget_latest_posts .post-items {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
}

.widget_latest_posts .post-items:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #37485c;
}

.widget_latest_posts .post-image {
    margin-right: 15px;
    flex-basis: 28.44%;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget_latest_posts .featured-image .post-hover {
    display: block;
    border-radius: 0;
    overflow: hidden;
}

.widget_latest_posts .featured-image,
.widget_latest_posts .featured-image > a {
    width: 80px;
    height: 80px;
}

.widget_latest_posts .post-image img {
    height: 100%;
    object-fit: cover;
    border: 4px solid var(--bs-secondary);
}

.widget_latest_posts .post-image .post-hover:before {
    font-size: 10px;
    max-width: 25px;
    max-height: 25px;
}

.widget_latest_posts .post-content {
    flex: 1;
    padding: 0;
}

.widget_latest_posts .post-content p {
    margin-bottom: 0;
}

.widget_latest_posts .post-title {
    font-size: 1rem;
    margin-bottom: 5px;
}

.widget_latest_posts .post-meta:not(.post-img-meta):not(.post-tags) {
    font-size: 13px;
    padding: 0;
    padding-top: 5px;
    margin-top: 5px;
    justify-content: flex-start;
}

.widget_latest_posts .post-meta time:not(.icon):before {
    display: none;
}

.widget_latest_posts .post-meta time:not(.icon) {
    padding-left: 0;
}

.widget_latest_posts .post-meta .post-date {
    line-height: 1.2;
}

.widget_latest_posts .post-meta .post-date i {
    margin-right: 6px;
}

.widget_latest_posts .post-image .post-meta {
    top: -5px;
    left: -2px;
    right: unset;
}

.widget_latest_posts .post-image .count-link {
    top: 0;
    left: 0;
    right: unset;
    font-size: 14px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    color: var(--bs-white);
    border: 2px solid var(--bs-white);
    background-color: var(--bs-primary);
    box-shadow: none;
}

.widget_latest_posts .post-image .count-link a {
    color: inherit;
}

/* ---//--- */


/*---------------------------------------
    Widget Sidebar Start

    .sidebar .tagcloud,
-----------------------------------------*/

.sidebar > .widget {
    margin-bottom: 1.875rem;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray);
}

.sidebar .widget_social_widget ul,
.sidebar .widget .gallery,
.sidebar .widget .textwidget,
.sidebar .widget .tagcloud,
.sidebar .widget > ul {
    padding: 2rem;
}

.sidebar .widget-title {
    line-height: 1.5;
    padding: 1rem;
    padding-left: 1.75rem;
    margin-bottom: 0;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.sidebar .widget-title:before, .sidebar .widget-title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.sidebar .widget-title:after {
    left: 0;
    width: 6px;
    height: 100%;
    border-radius: 0;
    background-color: var(--bs-primary);
}

.widget_media_video iframe {
    padding: 2rem;
    padding-bottom: 1.6rem;
    width: 100%;
    height: 100%;
}

.main-footer .widget:last-child,
.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar > .widget.widget_media_image h5 + a {
    display: block;
    padding: 2rem;
}

.sidebar .widget_text .widget_social_widget ul {
    padding: 0;
}

.sidebar .widget ul li.menu-item-has-children {
    padding-bottom: 0;
}

.sidebar .widget_recent_comments li {
    padding: 15px;
    word-break: break-word;
}

.widget_special_social a:not(:last-child),
.sidebar .widget.woocommerce ul > li:not(:last-child),
.sidebar .widget.widget_nav_menu ul li:not(:last-child) a,
.sidebar .widget.widget_pages ul li:not(:last-child) a,
.sidebar .widget.widget_meta ul li:not(:last-child),
.sidebar .widget.widget_archive ul > li:not(:last-child),
.sidebar .widget.widget_categories ul > li:not(:last-child) {
    margin-bottom: 1.25rem;
}

.sidebar .widget.widget_nav_menu ul li a,
.sidebar .widget.widget_pages ul li a {
    display: block;
}

.sidebar .widget.widget_product_categories ul > li:not(.cat-parent),
.sidebar .widget.widget_archive ul > li,
.sidebar .widget.widget_categories ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    font-weight: 600;
    color: var(--bs-white);
    border: 1px solid var(--bs-gray);
    z-index: 1;
}

.sidebar .widget.widget_product_categories ul > li a:not(:hover):not(:focus),
.sidebar .widget.widget_archive ul > li a:not(:hover):not(:focus),
.sidebar .widget.widget_categories ul > li a:not(:hover):not(:focus) {
    color: var(--bs-secondary);
}

.sidebar .widget.widget_product_categories ul > li.cat-parent > a {
    margin-bottom: 20px;
    color: var(--bs-white);
    background-color: var( --bs-secondary);
    border-radius: 100px 0 0 100px;
}

.sidebar .widget.widget_product_categories ul > li.cat-parent > span {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    border-radius: 0 100px 100px 0;
    margin-left: -4px;
    vertical-align: top;
    font-weight: 600;
}

.sidebar .widget.widget_product_categories ul > li a,
.sidebar .widget.widget_archive ul > li,
.sidebar .widget.widget_categories ul > li {
    padding: 14px 0.7rem 14px 1.25rem;
}

.sidebar .widget.widget_archive ul > li ul,
.sidebar .widget.widget_categories ul > li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bs-primary-light);
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .widget.widget_archive ul li:hover > ul,
.sidebar .widget.widget_archive ul li:focus-within > ul,
.sidebar .widget.widget_categories ul li:hover > ul,
.sidebar .widget.widget_categories ul li:focus-within > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.sidebar .widget.widget_archive ul > li:after,
.sidebar .widget.widget_categories ul > li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 52px;
    height: 52px;
    border-radius: 0;
    background-color: var(--bs-primary);
    margin: auto 0;
    transition: var(--bs-transition-slow);
    z-index: -1;
}

.widget_top_rated_products li img,
.sidebar .widget.widget_product_categories ul > li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.widget_top_rated_products li img {
    padding: 3px;
    float: right;
}

.widget_top_rated_products li a {
    display: flow-root;
    line-height: 3.2;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    border-radius: 10rem;
}

.widget_top_rated_products li a span {
    padding: 1rem 0.87rem 1rem 1.25rem;
}

.widget_top_rated_products .woocommerce-Price-amount.amount {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0 0 10rem 10rem;
    margin-left: 1.5rem;
}

.widget_top_rated_products .woocommerce-Price-amount.amount {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.widget_top_rated_products del .woocommerce-Price-amount.amount {
    background-color: var(--bs-gray);
    color: var(--bs-white);
}

.widget.widget_products li:not(:last-child) {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--bs-gray);
}

.widget.widget_products ul li {
    background-color: var(--bs-secondary);
    border-radius: 0.625rem;
    overflow: hidden;
    padding: 15px;
    color: var(--bs-white);
}

.widget_top_rated_products ul.product_list_widget li img {
    margin-top: 9px;
    margin-right: 10px;
}

.widget_products img {
    border-radius: 0.625rem;
}

.widget_products .product-title {
    display: block;
    margin: 1.25rem 0 0.1rem;
    font-weight: 600;
    letter-spacing: 0.25px;
}

.woocommerce-Price-amount.amount {
    font-weight: 600;
}

del .amount {
    color: var(--bs-gray-500-thumb);
    text-decoration: line-through;
}

ins .amount {
    color: var(--bs-primary);
    text-decoration: underline;
}

.widget.widget_price_filter .price_slider_wrapper {
    display: block;
    padding-top: 6px;
}

.woocommerce .widget_price_filter .ui-slider span.ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider div.ui-slider-range {
    background-color: var(--bs-primary);
}

.calendar_wrap table tbody #today,
.calendar_wrap table tbody a:hover,
.calendar_wrap table tbody a:focus {
    color: var(--bs-primary);
}

.sidebar .calendar_wrap table tbody a {
    display: block;
    border-radius: 50%;
}

.calendar_wrap table td a {
    white-space: nowrap;
}

.sidebar .widget select {
    margin: 15px auto 0;
}

.sidebar .widget select:not(:hover),
.sidebar .widget select:not(:focus) {
    border-color: transparent;
}

.sidebar [class*='widget-']:not(.widget-info):not(.widget_social_widget) li a:before {
    color: inherit;
}

.sidebar .widget-contact {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    padding: 30px;
}

.sidebar .widget-contact .widget-title:first-letter {
    color: var(--bs-white);
}

.sidebar .widget.widget-contact .widget-title {
    border-bottom: none;
    margin: 0;
}

.sidebar .widget-contact .contact-icon {
    width: 35px;
    height: 35px;
    line-height: 2.25;
    text-align: center;
    background-color: var(--bs-white);
    border-radius: 50%;
}

.sidebar .widget-contact .contact-area {
    margin-bottom: 1rem;
}

.sidebar .widget-contact a:hover,
.sidebar .widget-contact a:focus {
    color: var(--bs-white)
}

.sidebar .widget_text .textwidget {
    text-align: center;
    color: var(--bs-secondary);
    font-weight: 500;
}

.widget_text .textwidget img {
    display: inline-block;
}

.sidebar .widget_text .widget.widget_social_widget {
    padding: 0;
}

/* ---//--- */


/* Footer Widget*/

.footer-main .widget {
    margin-bottom: 2.3rem;
}

.main-footer .widget_latest_posts .featured-image .post-hover {
    border: 1px solid #37485c;
}

.footer-copyright .widget {
    display: inline-block;
    max-width: 100%;
}

.main-footer .widget ul ul {
    padding-left: 15px;
}

.footer-main .widget:not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li:not(:last-child):not(.wp-social-link) a {
    margin-bottom: 1rem;
}

.footer-copyright .widget:not(.widget-info):not(.widget_social_widget) li:not(:first-child) a {
    padding-left: 22px;
    border-left: 1px solid var(--bs-primary);
}

.footer-main .widget_nav_menu li a,
.footer-copyright .widget:not(.widget_text):not(.widget_nav_menu):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a,
.footer-main .widget:not(.widget_text):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li:not(.wp-social-link) a {
    padding-left: 22px;
}

.header-widget .widget_media_gallery img,
.sidebar .widget_media_gallery img {
    margin: auto;
}

.footer:not(.footer-main .footer-center):not(.footer-main .footer-right) .widget_media_gallery img {
    margin: auto 0;
}

.footer-main .widget-text .logo + p {
    margin-top: 25px;
}

.footer-main .contact-area {
    margin-bottom: 1rem;
}

.footer-main .owl-carousel.owl-theme .owl-dots .owl-dot:not(.active) span {
    background-color: var(--bs-white);
}

.footer-main .contact-icon {
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
}

.footer-main .contact-info .text {
    font-size: .95rem;
    font-weight: 400;
}

.footer-copyright .widget_media_gallery {
    max-width: 150px;
    min-height: 44px;
}

.footer-copyright .widget ul {
    margin-top: -0.75rem;
}

.footer-copyright .widget li {
    display: inline-block;
    margin-top: 0.75rem;
}

.footer-copyright .widget li:not(:last-child) {
    margin-right: 1.25rem;
}

/* ---//--- */

/* Payment Card */

.footer-copyright {
    padding-top: 1.5rem;
}

ul.payment_methods {
    padding: 0;
    margin: 0;
    list-style: none;
}

.payment_methods li {
    display: inline-block;
    line-height: .95;
}

.payment_methods li:not(:first-child) {
    margin-left: 5px;
}

.footer-section .payment_methods li a {
    font-size: 1.5rem;
}

.footer-section .payment_methods li a:not(:hover):not(:focus) {
    color: var(--bs-white);
}

.widget_block ul li a{
	color: var(--bs-secondary);
}

.widget_block ul li a:hover, .widget_block ul li a:focus{
	color: var(--bs-primary);
}

.sidebar .wp-block-calendar table th {
	color: var(--bs-white);
    background: var(--bs-primary);
}

.sidebar a.wp-block-button__link.add_to_cart_button {
    color: #fff;
}


.widget_block.widget_calendar caption {
    text-align: center;
}

.sidebar .widget_block {
    /* padding: 15px 10px 0px; */
}

ul.wp-block-social-links li a {
    display: block;
}


.footer-section .wp-block-calendar table {
    background: #fff;
}

.footer-section .wp-block-calendar table th {
    background: var(--bs-primary);
}

.footer-main .widget.widget_calendar .wp-block-calendar table td a {
    color: var(--bs-primary);
}

.main-footer .wp-block-calendar table caption {
    color: #fff;
}

.main-footer .widget_shopping_cart .buttons a {
    background: var(--bs-primary);
}

.footer-main .widget.widget_nav_menu .sub-menu li a {
    color: var(--bs-secondary);
}

.wp-block-button a{
	border-radius:0;
	padding: 10px 15px;
}

.sidebar .wp-block-buttons {
    margin-bottom: 15px;
}

.wp-block-search button.wp-block-search__button {
    padding: 10px 25px 10px 10px;
}

.wp-block-media-text .wp-block-media-text__content {
    line-height: 1;
}


.wp-block-calendar {
    position: relative;
}

.wp-block-calendar table caption {
    text-align: center;
}

.wp-block-calendar table th {
    background: var(--bs-primary);
    color: #fff;
}

.wp-block-buttons {
    margin: 15px 0;
}

.wp-block-categories {
    list-style: none;
}

.sidebar .widget_shopping_cart ul.product_list_widget {
    padding: 2rem;
}

.sidebar .widget_shopping_cart .woocommerce-mini-cart__total.total,
.sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons{
	 padding-left: 2rem;
}

.post-content .gallery {
    display: inline-block;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.footer-inner .wp-calendar-nav {
    top: -25px;
}
	
.footer-inner .wp-calendar-nav span a {
    color: #fff !important;
}

table th {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 15px;
}

.post-content-inner .gallery-item img {
    width: 100%;
	display: inline-block;
}

.wp-block-button.is-style-outline a:hover, 
.wp-block-button.is-style-outline a:focus {
    color: var(--bs-white) !important;
    background: var(--bs-primary);
}

.wp-block-embed figcaption {
    text-align: center;
}

.wp-block-code code img {
    margin-left: 20px;
    display: inline-block;
}

.wp-block-pullquote.has-background blockquote {
    background: inherit;
}

.blog-content .wp-block-loginout,
.blog-content .wp-block-search {
    padding: 20px 0;
}

pre.has-background code {
	background-color: inherit;
}

p.has-text-color em {
    color: inherit;
}

.blog-content #ms-primary-content .wp-block-group {
    padding: 0 20px;
}

.wp-block-group em {
    color: inherit;
}

.wp-block-button a.wp-block-button__link {
    border-color: inherit;
}

.has-text-color em,
.has-text-color h2 {
    color: inherit;
}

a.wp-block-file__button,
a.wp-block-file__button:hover,
a.wp-block-file__button:focus {
    color: #fff;
}

.has-text-color * {
    color: inherit;
}

.has-text-color a:hover, 
.has-text-color a:focus {
    color: inherit;
}

.wp-block-pullquote.has-text-color blockquote {
    border-color: inherit;
}

blockquote {
    border-color: inherit !important;
}

.has-background.wp-block-read-more {
    padding: 5px 10px;
}

.wp-block-calendar table caption {
    font-weight: 500;
}
/**/

.sidebar .wp-block-search__label {
    line-height: 1.5;
    padding: 1rem;
    padding-left: 1.75rem;
    margin-bottom: 0;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
	font-size: 20px;
	font-weight: 700;
	position: relative;
}
.sidebar .wp-block-search__label::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
	left: 0;
    width: 6px;
    height: 100%;
    border-radius: 0;
	background-color: var(--bs-primary);
}

.sidebar form.wp-block-search{
	padding: 0;
}

.sidebar form.wp-block-search .wp-block-search__inside-wrapper {
	padding: 30px;
}

.sidebar form.wp-block-search .wp-block-search__button {
	margin-left: 0;
	padding: 0;
	width: 100%;
	max-width: 100px;
}

.sidebar .wp-block-tag-cloud{
	padding: 32px;
	margin-bottom: 0;
}

.sidebar .wp-block-tag-cloud a {
    font-size: 1rem !important;
    display: inline-block;
    line-height: 2.5;
    padding: 0 0.875rem;
    font-weight: 500;
    text-decoration: none;
    color: var(--bs-white);
    background-color: var(--bs-primary);
	margin-bottom: 10px;
    margin-right: 6px;
}

.sidebar .wp-block-tag-cloud a:nth-child(25), .sidebar .wp-block-tag-cloud a:nth-child(19), .sidebar .wp-block-tag-cloud a:nth-child(13), .sidebar .wp-block-tag-cloud a:nth-child(7), .sidebar .wp-block-tag-cloud a:nth-child(1) {
    background-color: var(--bs-blue);
}

.sidebar .wp-block-tag-cloud a:nth-child(26), .sidebar .wp-block-tag-cloud a:nth-child(20), .sidebar .wp-block-tag-cloud a:nth-child(14), .sidebar .wp-block-tag-cloud a:nth-child(8), .sidebar .wp-block-tag-cloud a:nth-child(2) {
    background-color: var(--bs-pink);
}

.sidebar .wp-block-tag-cloud a:nth-child(27), .sidebar .wp-block-tag-cloud a:nth-child(21), .sidebar .wp-block-tag-cloud a:nth-child(15), .sidebar .wp-block-tag-cloud a:nth-child(9), .sidebar .wp-block-tag-cloud a:nth-child(3) {
    background-color: var(--bs-purple);
}

.sidebar .wp-block-tag-cloud a:nth-child(28), .sidebar .wp-block-tag-cloud a:nth-child(22), .sidebar .wp-block-tag-cloud a:nth-child(16), .sidebar .wp-block-tag-cloud a:nth-child(10), .sidebar .wp-block-tag-cloud a:nth-child(4) {
    background-color: var(--bs-indigo);
}

.sidebar .wp-block-tag-cloud a:nth-child(29), .sidebar .wp-block-tag-cloud a:nth-child(23), .sidebar .wp-block-tag-cloud a:nth-child(17), .sidebar .wp-block-tag-cloud a:nth-child(11), .sidebar .wp-block-tag-cloud a:nth-child(5) {
    background-color: var(--bs-yellow);
}

.sidebar .wp-block-tag-cloud a:nth-child(30), .sidebar .wp-block-tag-cloud a:nth-child(24), .sidebar .wp-block-tag-cloud a:nth-child(18), .sidebar .wp-block-tag-cloud a:nth-child(12), .sidebar .wp-block-tag-cloud a:nth-child(6) {
    background-color: var(--bs-teal);
}

.sidebar .wp-block-tag-cloud a:hover, .sidebar .wp-block-tag-cloud a:focus {
    color: var(--bs-white);
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
	text-decoration: underline;
    text-decoration-style: dotted;
}

.wp-block-image figcaption {
 	margin-bottom: 0;
}