:host,
:root,
html,
::after,
::before {
    --primary-color: #0075FF;
    --primary-font-color: #ffffff;
    --secondary-color: #FF5656;
    --secondary-font-color: #ffffff;
    ---secondary-color: #FF565644;
    --a-hover-color: #FF5656;
    --heading-color: #2c3e50;
    --descprition-color: #6e7da3;
    --deaf-font-color: #8894ad;
    --deaf-font-color-600: #8894ad1f;
    --deaf-font-color-400: #8894ad44;
    --label-font-color: #151e42;
    --input-font-color-700: #6d7ca3;
    --input-font-color-500: #6d7ca388;
    ---input-font-color-500: #484f5f;
    --input-border-color: #d4dcff;
    --faded-font-color: #525c84;
    --primary-disabled: #0075ff22;
    --primary-border-color: #e5edf9;
    --primary-border-color-600: #e5edf966;
    ---primary-border-color: #eaeef7;
    --grid-text-color: #424857;
    ---grid-text-color: #838eaa;
    --overlay-color: #000000;
    --stats-bg-color: #fcfdfe;
    --stars-color: #d1e4fa;
    --dashboard-secondary-bg-color: #f5f9fd;
    --black-700: #000000;
    --white-700: #ffffff;
    --white-500: #FFFFFFDE;
    --white-200: #ffffff22;
    --orange-700: #f8b849;
    --purple-700: #4339f2;
    --red-700: #fb295b;
    --green-700: #34b53a;
    --green-500: #5dc461;
    --grey-700: #808080;
    --cyan-700: #28F8C0;
    --golden-700: #FFBB00;
    --input-radius: 10px;
    --border-radius-lg: 20px;
    --border-radius: 12px;
    --border-radius-md: 16px;
    --border-radius-xs: 4px;
    --primary-font: sans-serif;
    --icons-font: "Font Awesome 6 Free", emoji;
    --transition: 300ms;
    --overlay-opacity: 0.6;

    /* Icons Variables */
    --chevron-down-icon-code: "\f078";
    --heart-filled-icon-code: "\f004";
    --star-filled-icon-code: "\f005";
    --square-icon-code: "\f0c8";
    --check-icon-code: "\f00c";
    --circle-icon-code: "\f111";
    --close-icon-code: "\f00d";
    --marker-icon-code: "\f3c5";
    --search-icon-code: "\f002";
    --remove-heart-icon-code: "\e4ff";
    --loading-icon: "\f110";
}

/**
 * Default CSS Start
 *
 * This CSS Will Be Overwrite With Dynamic CSS
 */
body {
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(---grid-text-color);
    margin: 0 0 0 0;
}

h1 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h2 {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h3 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

h6 {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

p {
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(---grid-text-color);
    margin: 0 0 0 0;
}

label {
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-page-numbers {
    color: var(--primary-color);
}

a:hover,
a:focus {
    color: var(--a-hover-color);
}

.p-sm {
    font-size: 11px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(---grid-text-color);
    margin: 0 0 0 0;
}

.p-md {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(---grid-text-color);
    margin: 0 0 0 0;
}

.p-lg {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(---grid-text-color);
    margin: 0 0 0 0;
}

.yellowbooks-breadcrumbs {
    padding: 14px 0;
}

.yellowbooks-breadcrumbs>a {
    font-size: 12px;
    line-height: 1;
}

.yellowbooks-breadcrumbs>a:hover {
    text-decoration: underline;
}

span.select2-container.select2-container--default.select2-container--open span.select2-dropdown.select2-dropdown--below {
    margin-top: 0 !important;
}

.logged-in span.select2-container.select2-container--default.select2-container--open span.select2-dropdown.select2-dropdown--below {
    margin-top: 30px !important;
}

/*----------------- Yellowbooks Dropdown ------------*/
.yellowbooks-dropdown {
    cursor: pointer;
    position: relative;
    transition: var(--transition);
}

.yellowbooks-dropdown>.fa-chevron-down {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    transition: var(--transition);
}

.yellowbooks-dropdown-items {
    background: var(--white-700);
    border: 1px solid var(--primary-border-color);
    border-radius: 10px;
    box-shadow: 0 0 20px 5px var(--deaf-font-color-600);
    left: 0;
    min-width: 130px;
    opacity: 0;
    position: absolute;
    top: calc(100% - 1px);
    transition: var(--transition);
    visibility: hidden;
    z-index: 99;
    pointer-events: none;
}

.yellowbooks-dropdown-items.drop-left {
    left: unset;
    right: 0;
}

.yellowbooks-dropdown-items.drop-left.have-indicator {
    left: unset;
    right: -20px;
}

.yellowbooks-dropdown-items.have-indicator:after {
    content: "";
    background: var(--white-700);
    border: 1px solid var(--primary-border-color);
    border-bottom: 0;
    border-right: 0;
    height: 15px;
    position: absolute;
    right: 15px;
    top: calc(-15px / 2);
    transform: rotate(45deg);
    width: 15px;
}

.yellowbooks-dropdown-items a {
    text-decoration: none;
}

.yellowbooks-dropdown:not(.yellowbooks-dropdown-active-event):hover .yellowbooks-dropdown-items,
.yellowbooks-dropdown:not(.yellowbooks-dropdown-active-event):focus .yellowbooks-dropdown-items,
.yellowbooks-dropdown.yellowbooks-dropdown-active-event .yellowbooks-dropdown-items,
.yellowbooks-dropdown .yellowbooks-dropdown-items:focus-within {
    opacity: 1;
    top: 100%;
    visibility: visible;
    pointer-events: auto;
}

.yellowbooks-dropdown:not(.yellowbooks-dropdown-active-event):hover:before,
.yellowbooks-dropdown:not(.yellowbooks-dropdown-active-event):focus:before,
.yellowbooks-dropdown.yellowbooks-dropdown-active-event:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -10px;
    left: 0;
    z-index: 3;
    background: transparent;
    pointer-events: auto;
    user-select: auto;
}

.yellowbooks-dropdown:not(.yellowbooks-dropdown-active-event):hover .fa-chevron-down,
.yellowbooks-dropdown:not(.yellowbooks-dropdown-active-event):focus .fa-chevron-down,
.yellowbooks-dropdown.yellowbooks-dropdown-active-event .fa-chevron-down {
    transform: rotate(180deg);
}

.yellowbooks-dropdown-items .yellowbooks-dropdown-item {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 20px;
    transition: var(--transition);
    white-space: nowrap;
}

.yellowbooks-dropdown-items .yellowbooks-dropdown-item i {
    display: inline-block;
    font-size: 13px;
    line-height: 9px;
    margin: 0 5px 0 0;
}

.yellowbooks-dropdown-items .yellowbooks-dropdown-item:hover {
    color: var(--primary-color);
}

.yellowbooks-dropdown-items a:not(:last-of-type) .yellowbooks-dropdown-item {
    border-bottom: 1px solid var(--primary-border-color);
}

.yellowbooks-filled-btn,
.yellowbooks-not-filled-btn {
    border: 1px solid;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 13px 23px;
    transition: var(--transition);
}

.yellowbooks-filled-btn,
.yellowbooks-filled-btn:focus,
.yellowbooks-not-filled-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--primary-font-color);
}

/*----------------- Post Grid Style ----------------*/
.yellowbooks-post-element-grid {
    background: var(--white-700);
    border: 1px solid #ededed;
    box-shadow: none;
    padding: 15px 10px 15px 10px;
    margin: 0 0 30px 0;
    border-radius: 10px;
}

.yellowbooks-post-element-grid:hover {
    box-shadow: 0 13px 23px var(--deaf-font-color-600);
}

.yellowbooks-post-grid-thumbnail {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.yellowbooks-post-grid-thumbnail-url::after {
    content: '';
    background: #0000004d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.yellowbooks-post-grid-thumbnail img {
    border-radius: 10px !important;
    min-height: 222px;
    object-fit: cover;
}

.yellowbooks-post-element-grid-info span {
    color: #424857;
    font-size: 10px;
}

.yellowbooks-post-element-grid-read-more {
    padding: 3px 10px 3px 10px;
    border: 1px solid #C3CCD3;
    color: #C3CCD3;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
}

.yellowbooks-post-grid-thumbnail .yellowbooks-post-element-grid-term {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: var(--secondary-color);
    padding: 5px 15px 5px 15px;
    color: var(--secondary-font-color);
    z-index: 9;
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
    left: 50%;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
}

.yellowbooks-post-element-grid-content h2 {
    font-size: 17px;
    color: var(--heading-color);
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto 5px;
}

.yellowbooks-post-element-grid-content {
    text-align: center;
    padding: 15px 0 5px 0;
}

/*----------------- Pagination --------------------*/
.cwp-pagination {
    padding: 10px 20px;
    color: #555;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.cwp-pagination>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cwp-pagination ul li {
    margin-left: 4px;
    max-height: 23px;
}

.cwp-pagination ul li a {
    font-size: 16px;
    line-height: 18px;
    display: block;
    height: 23px;
    margin-right: 3px;
    background-color: #fff;
    text-align: center;
    color: #777;
    padding: 2px 7px;
    border: 1px solid #fff;
}

.cwp-pagination ul li.active a {
    color: #000;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #bbb;
}

.cwp-pagination ul li a svg {
    display: block;
}

.yellowbooks-pagination,
.yellowbooks-pagination .nav-links {
    align-items: center;
    display: flex !important;
    float: none !important;
    justify-content: center;
    margin: 30px 0 !important;
}

.yellowbooks-pagination a,
.yellowbooks-pagination span {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: var(--border-radius);
    color: var(--primary-font-color) !important;
    display: block;
    font-size: 13px !important;
    line-height: 15px;
    margin: 0 10px !important;
    padding: 10px 15px !important;
    transition: var(--transition);
}

.yellowbooks-pagination a:hover,
.yellowbooks-pagination span:hover {
    background: var(--primary-font-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.yellowbooks-pagination .current {
    background: transparent;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    cursor: not-allowed !important;
    border-radius: var(--border-radius) !important;
}

/*Pagination*/

.cwp-user-dashboard .cwp-user-dashboard-tab-content-container .cwp-pagination {
    background: transparent;
    padding: 0;
    border: 0;
}

.cwp-user-dashboard .cwp-user-dashboard-tab-content-container .cwp-pagination li {
    margin: 0;
    max-height: unset;
}

.cwp-user-dashboard .cwp-user-dashboard-tab-content-container .cwp-pagination li a {
    height: unset;
    background: unset;
    border: 0;
    padding: 5px;
}

.cwp-user-dashboard .cwp-user-dashboard-tab-content-container .cwp-pagination li.active a {
    background: var(--primary-color);
    border-radius: 5px;
    color: #222;
    padding: 10px 18px;
}

.yellowbooks-page-content-container .cwp-user-dashboard .cwp-user-dashboard-tabs li.cwp-active-tab a {
    background: var(--primary-color);
    color: #222;
}

.yellowbooks-page-content-container .cwp-user-dashboard .cwp-user-dashboard-tabs li.cwp-active-tab::before {
    background: var(--primary-color);
}

.yellowbooks-page-content-container .cwp-user-dashboard .cwp-user-dashboard-tab-content-container .cwp-user-dashboard-tab-content-post-action:focus,
.yellowbooks-page-content-container .cwp-user-dashboard .cwp-user-dashboard-tab-content-container .cwp-user-dashboard-tab-content-post-action:hover,
.yellowbooks-page-content-container .cwp-user-dashboard .cwp-user-dashboard-tab-content-container .cwp-dasboard-list-action:hover .cwp-user-dashboard-tab-content-post-action {
    background: var(--primary-color);
    color: #222;
}

.yellowbooks-page-content-container .cwp-dashboard-list-content>a {
    font-weight: 500;
    font-size: 14px;
    color: #222;
}

.yellowbooks-page-content-container .cwp-dashboard-list-content a:hover {
    text-decoration: underline;
}

.yellowbooks-page-content-container .cwp-dashboard-list-content ul.cwp-loop-terms li {
    margin: 0 4px 0 0;
}

.yellowbooks-page-content-container .cwp-dashboard-list-content ul.cwp-loop-terms li:not(:last-child):after {
    content: ',';
    position: unset;
    width: unset;
    background: transparent;
}

/*404*/
.yellowbooks-error404-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 200px 0;
}

.yellowbooks-error-main-content {
    text-align: center;
}

.yellowbooks-error-main-content .error-image img {
    width: 249px;
    margin: auto;
    height: 204px;
}

.yellowbooks-error-main-content .yellowbooks-error-text h1 {
    font-size: 34px;
    font-family: var(--primary-font);
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--primary-color);
    margin: 14px 0 12px 0;
    opacity: 1;
}

.yellowbooks-error-main-content .yellowbooks-error-text p {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0;
    font-family: var(--primary-font);
    color: #000000DE;
    opacity: 1;
}

/*404*/

/*----------------- Footer Styling -----------------*/
#yellowbooks-footer {
    padding: 35px 0;
}

.yellowbooks-widget>h5 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 20px;
    padding: 0;
    color: #233142;
    font-weight: 700;
    position: relative;
}

.yellowbooks-widget>h5::after {
    content: ' ';
    top: 20px;
    left: 0;
    width: 24px;
    position: absolute;
    height: 3px;
    border-top: 3px solid #ffd400;
}

.yellowbooks-widget a {
    font-size: 12px;
    line-height: 20px;
    color: #777777;
    text-decoration: none;
}

footer a.nav-link {
    padding: unset;
    display: unset;
}

#yellowbooks-footer .col-6.col-lg-4:last-child .yellowbooks-footer-column ul {
    display: flex;
    flex-wrap: wrap;
}

#yellowbooks-footer .col-6.col-lg-4:last-child .yellowbooks-footer-column ul li {
    width: calc(100%/3 - 7px);
    margin-right: 10px;
}

#yellowbooks-footer .col-6.col-lg-4:last-child .yellowbooks-footer-column ul li:nth-child(3n) {
    margin-right: 0;
}

#yellowbooks-sub-footer {
    padding-bottom: 14px;
}

.yellowbooks-sub-footer-container {
    text-align: center;
}

.yellowbooks-sub-footer-menu {
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}

.yellowbooks-sub-footer-menu li {
    line-height: 15px;
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
    border-right: 1px solid #777777;
}

.yellowbooks-sub-footer-menu li a {
    color: #067AB4;
}

.yellowbooks-widget a:hover,
.yellowbooks-sub-footer-menu li a:hover {
    text-decoration: underline;
}

.yellowbooks-sub-footer-menu li:last-child {
    line-height: 15px;
    margin: 0;
    padding: 0;
    border: 0;
}

.yellowbooks-footer-copyright {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-align: center;
}

#yellowbooks-footer.yellowbooks-footer-style-1 {
    min-height: auto;
    padding: 30px 0;
    text-align: center;
    margin: 30px 0 0 0;
    background: #ffd400;
}

#yellowbooks-footer.yellowbooks-footer-style-1 * {
    color: #222;
}

#yellowbooks-footer.yellowbooks-footer-style-1 a * {
    color: inherit;
}

#yellowbooks-footer.yellowbooks-footer-style-1 a *:hover {
    text-decoration: underline;
}

#yellowbooks-footer.yellowbooks-footer-style-1 a:hover {
    color: var(--a-hover-color);
}

.single-post #yellowbooks-footer.yellowbooks-footer-style-1 {
    margin: 0 0 0 0;
}

@media (max-width: 480px) {
    #yellowbooks-footer .col-6.col-lg-4:last-child .yellowbooks-footer-column ul li {
        width: 100%;
    }
}