.base-menu.header_area {
    position: relative;
    margin-top: 0;
}

.base-menu.header_area .main_menu .navbar.navbar-expand-lg .navbar-brand {
    margin-top: 0;
    margin-bottom: 0;
}

.header_area .main_menu .navbar.navbar-expand-lg #navbarSupportedContent ul li a i {
    display: none;
}

.header_area .main_menu .navbar.navbar-expand-lg #navbarSupportedContent ul li.search_icon a i {
    display: block !important;
}

.base-menu.header_area .main_menu .navbar.navbar-expand-lg #navbarSupportedContent ul .menu-item-has-children ul li {
    margin-right: 0px;
}

.header_area .main_menu .navbar.navbar-expand-lg #navbarSupportedContent ul .menu-item-has-children ul li a i {
    display: block;
}

.base-menu.header_area .main_menu .navbar.navbar-expand-lg #navbarSupportedContent ul .menu-item-has-children ul .menu-item-has-children ul {
    left: -100%;
}

a.wp-block-button__link {
    color: #fff !important;
}

.base-menu.header_area+section {
    margin-top: 0;
}

p.wp-block-cover-text {
    position: relative;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.logged-in-as {
    margin-bottom: 15px;
}

.nothing-found-search {
    max-width: 320px;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    text-align: center;
}

.wp-block-image figcaption {
    display: block !important;
}

.base-index-blog h1 {
    font-size: 35px;
}

.s_comment_list .single_b_title h3 {
    font-size: 22px;
}

.s_comment_area.contact-form-e-l .comment-respond .comment-reply-title {
    font-size: 18px !important;
}

.single-comment-unittest:first-child {
    padding-top: 25px !important;
}

.base-index-blog .aligncenter {
    text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.base-index-blog .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.base-index-blog p .alignright {
    clear: both;
}

.base-index-blog img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.base-index-blog abbr[title] {
    border-bottom: 1px dotted;
}

.base-index-blog acronym {
    border-bottom: 1px dotted;
}

.base-index-blog pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 4px;
    overflow: auto;
    margin-top: 10px;
    border: 1px solid #ff2a39;
}

.base-index-blog .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.base-index-blog .wp-block-button.alignright {
    text-align: right;
}

.base-index-blog .wp-block-quote.is-large,
.base-index-blog .wp-block-quote.is-style-large {
    padding: 41px 40px !important;
}

.base-index-blog .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.base-index-blog .blocks-gallery-item {
    list-style: outside none;
    padding-left: 0 !important;
}

.base-index-blog .sticky .blog_item {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(255, 42, 57, 0.04);
    box-shadow: 0px 10px 15px 0px rgba(255, 42, 57, 0.04);
}

.base-index-blog .blog_item .blog_text {
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.base-index-blog .blog_item .blog_text .tags {
    float: left;
    width: 100%;
}

.base-index-blog .blog_item .blog_text .tags a {
    margin-bottom: 10px;
}

.base-index-blog .blog_item .blog_text p:last-child {
    margin-bottom: 0;
}

.base-index-blog .blog_item .blog_text .sticky-post-icon {
    position: absolute;
    right: 30px;
    top: 30px;
}

.base-index-blog .single_blog_inner a {
    font-weight: 500;
}

.base-index-blog .single_blog_inner select {
    height: 60px;
    border-color: #e0e0e0;
    border-radius: 0px;
    padding: 0px 20px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font: normal 14px/58px "Barlow", sans-serif;
    color: #777777;
    max-width: 320px;
    width: 100%;
    margin-bottom: 10px;
}

.base-index-blog .single_blog_inner table,
.base-index-blog .single_blog_inner th,
.base-index-blog .single_blog_inner td {
    border: 1px solid #f0f0f0;
    border: 1px solid rgba(52, 55, 59, 0.3) !important;
    font-size: 15px;
}

.base-index-blog .single_blog_inner th,
.base-index-blog .single_blog_inner td {
    padding: 7px;
    font-size: 15px;
}

.base-index-blog .single_blog_inner table {
    border-collapse: separate;
    margin-bottom: 10px;
    margin-top: 10px;
    border-spacing: 0;
    width: 100%;
}

.base-index-blog .single_blog_inner table a {
    color: #ff2a39;
}

.base-index-blog .single_blog_inner .screen-reader-text {
    display: none;
}

.base-index-blog .single_blog_inner iframe {
    width: 100%;
}

.base-index-blog .single_blog_inner .blog_item .blog_text p {
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 15px;
}

.posts-pagination-list .screen-reader-text {
    display: none;
}

.posts-pagination-list .nav-links {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    width: 100%;
}

.posts-pagination-list .nav-links .page-numbers {
    margin-right: 5px;
    border: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #777777;
    font: normal 16px "Barlow", sans-serif;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    border-radius: 0px !important;
}

.posts-pagination-list .nav-links .page-numbers:hover span {
    color: #ffffff;
    font-size: 22px;
}

.posts-pagination-list .nav-links .page-numbers span {
    color: #777777;
    font-size: 22px;
    line-height: 38px;
}

.yes-ping .d-flex {
    display: none !important;
}

.yes-ping .comment-time {
    display: none;
}

.page-links {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    width: 100%;
    margin: 10px auto;
}

.page-links .post-page-numbers {
    margin-right: 5px;
    border: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #777777;
    font: normal 16px "Barlow", sans-serif;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    border-radius: 0px !important;
}

.page-links .post-page-numbers:hover {
    background: #ff2a39 !important;
    color: #fff !important;
}

.page-links .post-page-numbers:hover span {
    color: #ffffff;
    font-size: 22px;
}

.page-links .post-page-numbers span {
    color: #777777;
    font-size: 22px;
    line-height: 38px;
}

.page-links .current {
    background: #ff2a39 !important;
    color: #fff;
}

.right-sidebar-base .right_sidebar_area select {
    height: 60px;
    border-color: #e0e0e0;
    border-radius: 0px;
    padding: 0px 20px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font: normal 18px "Barlow", sans-serif;
    color: #777777;
    max-width: 320px;
    width: 100%;
}

.right-sidebar-base .right_sidebar_area table,
.right-sidebar-base .right_sidebar_area th,
.right-sidebar-base .right_sidebar_area td {
    border: 1px solid #f0f0f0;
    border: 1px solid rgba(52, 55, 59, 0.3) !important;
    font-size: 15px;
}

.right-sidebar-base .right_sidebar_area th,
.right-sidebar-base .right_sidebar_area td {
    padding: 7px;
    font-size: 15px;
}

.right-sidebar-base .right_sidebar_area table {
    border-collapse: separate;
    margin-bottom: 10px;
    margin-top: 10px;
    border-spacing: 0;
    width: 100%;
}

.right-sidebar-base .right_sidebar_area table a {
    color: #ff2a39;
}

.right-sidebar-base .right_sidebar_area .screen-reader-text {
    display: none;
}

.right-sidebar-base .right_sidebar_area .single-sidebar {
    margin-bottom: 40px;
}

.right-sidebar-base .right_sidebar_area .single-sidebar .widget-title {
    margin-bottom: 25px;
}

.right-sidebar-base .right_sidebar_area .single-sidebar .widget-title h3 {
    color: #34373b;
    font: bold 24px "Barlow", sans-serif;
    margin-bottom: 0px;
}

.right-sidebar-base .right_sidebar_area .single-sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.right-sidebar-base .right_sidebar_area .single-sidebar ul li ul {
    padding-left: 20px;
}

.right-sidebar-base .right_sidebar_area .single-sidebar ul li a {
    font: normal 16px "Barlow", sans-serif;
    color: #34373b;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
}

.right-sidebar-base .right_sidebar_area .single-sidebar ul li a:before {
    content: "\f0da";
    color: #777777;
    padding-right: 10px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.right-sidebar-base .right_sidebar_area .widget_text .textwidget img {
    max-width: 100%;
    height: auto;
}

.right-sidebar-base .right_sidebar_area .tagcloud a {
    display: inline-block;
    color: #777777;
    border: 1px solid #e0e0e0;
    padding: 0px 17px;
    font: normal 14px/38px "Barlow", sans-serif !important;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-right: 10px;
    margin-bottom: 10px;
}

.right-sidebar-base .right_sidebar_area .widget_rss ul li {
    border-color: #e0e0e0;
    overflow: hidden;
    padding: 20px 20px;
    color: #777777;
    width: 100%;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.right-sidebar-base .right_sidebar_area .widget_rss ul li:hover {
    color: #777777;
}

.right-sidebar-base .right_sidebar_area .widget_rss ul li .rsswidget {
    display: unset;
    font-weight: 500;
}

.right-sidebar-base .right_sidebar_area .widget_rss ul li cite {
    display: unset;
    font-weight: 500;
    float: right;
}

.right-sidebar-base .right_sidebar_area .widget_recent_entries ul li {
    height: 60px;
    border-color: #e0e0e0;
    border-radius: 0px;
    padding: 0px 20px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font: normal 14px/58px "Barlow", sans-serif;
    color: #777777;
    max-width: 320px;
    width: 100%;
    background: #f9f9f9;
}

.right-sidebar-base .right_sidebar_area .widget_recent_entries ul li a {
    margin-bottom: 0;
    width: 100%;
}

.right-sidebar-base .right_sidebar_area .widget_recent_comments ul li .comment-author-link .url {
    font-weight: 600;
    text-decoration: none;
}

.right-sidebar-base .right_sidebar_area .widget_recent_comments ul li .comment-author-link .url::before {
    display: inline-block;
}

.right-sidebar-base .right_sidebar_area .widget_recent_comments ul li a {
    text-decoration: underline;
}

.right-sidebar-base .right_sidebar_area .widget_recent_comments ul li a::before {
    display: none;
}

.no-img:before {
    background: #34373b;
}

.children {
    padding: 0;
    padding-left: 20px;
}

.children .single-comment-unittest .d-flex {
    position: relative;
    padding-left: 25px;
}

.children .single-comment-unittest .d-flex img {
    width: 50px;
    height: 50px;
}

.single-comment-unittest .media-body-me {
    overflow: hidden;
}

.single-comment-unittest .media-body-me .comment-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-comment-unittest .media-body-me .comment-info p,
.single-comment-unittest .media-body-me .comment-info a {
    font: 600 18px "Barlow", sans-serif;
    padding-right: 5px !important;
    color: #34373b;
    display: inline-block;
    margin-bottom: 15px !important;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.single-comment-unittest .media-body-me .comment-info p a {
    margin-bottom: 0px !important;
}

.single-comment-unittest .media-body-me .comment-info .comment-time {
    padding-left: 15px;
    color: #777777;
    font: normal 16px "Barlow", sans-serif;
    position: relative;
}

.single-comment-unittest .media-body-me .comment-info .comment-time:before {
    content: "";
    height: 13px;
    width: 1px;
    background: #d6d7d8;
    position: absolute;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-comment-unittest .media-body-me .reply-outer {
    position: absolute;
    right: 0px;
    top: -2px;
}

.single-comment-unittest .media-body-me .reply-outer:hover a {
    color: #ff2a39;
}

.single-comment-unittest .media-body-me .reply-outer a {
    font: normal 16px "Barlow", sans-serif;
    color: #777777;
}

.single-comment-unittest .media-body-me .reply-outer a::before {
    padding-right: 5px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e940";
}

.wp-block-media-text {
    margin-bottom: 15px;
}

.wp-block-button {
    margin: 10px 0;
}

p.wp-block-cover-text {
    color: #fff !important;
}

.wp-block-cover,
.wp-block-cover-image {
    margin-bottom: 10px;
}

ul.wp-block-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0 !important;
}

.post-password-form input[type="password"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    padding: 10px 15px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 320px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.post-password-form input[name="Submit"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #ff2a39;
    padding: 10px 15px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    max-width: 90px;
    margin-bottom: 10px;
    cursor: pointer;
}

.s_comment_area.contact-form-e-l .comment-respond .comment-reply-title {
    font: bold 30px "Barlow", sans-serif;
    color: #34373b;
    margin-bottom: 0px;
}

.s_comment_area.contact-form-e-l .comment-respond .comment-reply-title #cancel-comment-reply-link {
    padding-left: 6px;
    font-size: 18px;
}

.s_comment_area.contact-form-e-l .s_comment_inner .contact_form .form-group input {
    width: 100%;
    padding-left: 20px;
}

.s_comment_area.contact-form-e-l .s_comment_inner .contact_form .form-group textarea {
    width: 100%;
}

.s_comment_area.contact-form-e-l .s_comment_inner .padding-l-o-ke {
    padding-left: 0;
}

.s_comment_area.contact-form-e-l .contact_form .form-group:last-child {
    margin-top: 0;
}

@media only screen and (min-width: 300px) and (max-width: 991.98px) {
    .s_comment_list {
        padding: 15px;
    }
    .children {
        padding: 0;
        padding-left: 10px;
    }
    .children .single-comment-unittest:before {
        height: 55px;
    }
    .single-comment-unittest .d-flex {
        margin-bottom: 50px;
    }
    .single-comment-unittest .media-body-me {
        margin-top: 20px;
    }
    .single-comment-unittest .media-body-me .comment-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .single-comment-unittest .media-body-me .comment-info .comment-time {
        padding-left: 0;
        border: 0;
    }
    .single-comment-unittest .media-body-me .reply-outer {
        position: relative;
        margin-top: 15px;
    }
    .s_comment_area.contact-form-e-l {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
    .s_comment_area.contact-form-e-l .s_comment_inner .contact_form .form-group textarea {
        margin-top: 30px;
    }
}

.base-index-blog .blog_item .blog_text .sticky-post-icon span {
    color: #ff2a39;
    font-size: 25px;
}

.mian_blog_inner .sticky {
    background: #f9f9f9c7;
}

.is-style-outline a.wp-block-button__link {
    border-color: #32373c;
    color: #32373c !important;
}

.s_comment_list .s_comment_list_inner .media .media-body p img {
    border-radius: 0%;
}

.single_blog_inner .blog_item .blog_text .tags {
    margin-top: 35px;
}

.blog_item .blog_text h2+h3 {
    font-size: 1.7em;
}

.s_comment_list .s_comment_list_inner .media .media-body a {
    font-size: 17px;
}

.base-index-blog .s_comment_area.contact-form-e-l .comment-respond .comment-reply-title a {
    color: #6c6b6c;
}

.base-index-blog .s_comment_area.contact-form-e-l .comment-respond .comment-reply-title a:hover {
    color: #ff2a39;
}

.logged-in-as a:first-child {
    color: #222;
}

.s_comment_area .contact_form.comment-list {
    padding: 0;
    box-shadow: none;
    margin-top: 0;
}

.widget_rss a {
    color: var(--main-color);
}

.wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 15px;
}

.base-index-blog .blog_item .blog_text a {
    color: #ff2a39;
}

.new-comment-forem-me .comment-respond {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 21, 46, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 21, 46, 0.05);
    padding: 30px;
}

.s_comment_area.contact-form-e-l.new-comment-forem-me {
    margin-top: 30px;
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex !important;
}

.wp-block-cover p.wp-block-cover-text {
    font-size: 25px;
}

.wp-block-cover.has-background-dim a {
    color: #fff !important;
}

figcaption.blocks-gallery-caption {
    margin-bottom: 15px;
}

.wp-block-column ol {
    padding-left: 15px;
}

.base-index-blog .blog_item .blog_text ol,
.base-index-blog .blog_item .blog_text ul {
    padding-left: 20px;
}

.base-index-blog .blog_item .blog_text ul.blocks-gallery-grid {
    padding-left: 0;
}

a.wp-block-file__button {
    color: #fff !important;
    padding: 12px 25px !important;
}

.wp-block-archives select,
.wp-block-categories select {
    background: transparent;
    font-size: 17px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 15px;
}

.wp-block-calendar nav.wp-calendar-nav {
    text-align: left;
    margin-bottom: 20px;
}

.base-index-blog .single_blog_inner table {
    margin-bottom: 0;
}

.wp-block-calendar table {
    max-width: 280px;
}

.wp-block-latest-comments a {
    color: #222 !important;
}

.wp-block-archives li a {
    color: #222 !important;
    margin-right: 7px;
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: unset;
}

li.wp-block-latest-comments__comment {
    list-style: unset;
}

ul.wp-block-latest-posts li {
    list-style-type: disc;
}

ul.wp-block-latest-posts li a {
    color: #222 !important;
}

.wp-block-search .wp-block-search__input {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    transition: all 500ms ease;
    max-width: 300px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0px;
}

.wp-block-search button {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #3a3737;
    padding: 10px 15px;
    transition: all 500ms ease;
    color: #fff;
    max-width: 90px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 0 !important;
}

p.wp-block-tag-cloud a {
    display: inline-block;
    color: #777777;
    border: 1px solid #e0e0e0;
    padding: 0px 17px;
    font: normal 14px/38px "Barlow", sans-serif !important;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #333 !important;
}

.wp-block-rss a {
    color: #333 !important;
}

blockquote {
    margin-top: 15px;
}

.base-index-blog .single_blog_inner table {
    margin-bottom: 20px;
}

.page .cat_area {
    margin-bottom: 10px;
}

@media only screen and (min-width: 300px) and (max-width: 991.98px) {
    .right-sidebar-base .right_sidebar_area .single-sidebar ul li ul {
        padding-left: 18px;
    }
}

.widget_archive ul>li:hover a {
    color: #ff2a39 !important;
}

.widget_categories ul>li>a {
    color: #222 !important;
}

.widget_categories ul>li:hover>a {
    color: #ff2a39 !important;
}

.widget_categories ul>li>ul>li>a {
    color: #222 !important;
}

.widget_categories ul>li>ul>li:hover>a {
    color: #ff2a39 !important;
}

.widget_categories ul>li>ul>li>ul>li>a {
    color: #222 !important;
}

.widget_categories ul>li>ul>li>ul>li:hover>a {
    color: #ff2a39 !important;
}

.widget_pages ul>li>a {
    color: #222 !important;
}

.widget_pages ul>li:hover>a {
    color: #ff2a39 !important;
}

.widget_pages ul>li>ul>li>a {
    color: #222 !important;
}

.widget_pages ul>li>ul>li:hover>a {
    color: #ff2a39 !important;
}

.widget_pages ul>li>ul>li>ul>li>a {
    color: #222 !important;
}

.widget_pages ul>li>ul>li>ul>li:hover>a {
    color: #ff2a39 !important;
}

.widget_nav_menu ul>li>a {
    color: #222 !important;
}

.widget_nav_menu ul>li:hover>a {
    color: #ff2a39 !important;
}

.widget_nav_menu ul>li>ul>li>a {
    color: #222 !important;
}

.widget_nav_menu ul>li>ul>li:hover>a {
    color: #ff2a39 !important;
}

.widget_nav_menu ul>li>ul>li>ul>li>a {
    color: #222 !important;
}

.widget_nav_menu ul>li>ul>li>ul>li:hover>a {
    color: #ff2a39 !important;
}

.s_comment_area.contact-form-e-l .comment-respond .comment-reply-title a {
    color: #6c6b6c;
}

.s_comment_area.contact-form-e-l .comment-respond .comment-reply-title a:hover {
    color: #ff2a39;
}

.logged-in-as a:hover {
    color: #f32a3a;
}