/*** Colores ***/
h6{
    color:#FF4D00;
}
a {
    color: #FF4D00;
}
a:hover {
    color: inherit;
}

.side-toggle-container>ul li .side-toggle-close {
    color: #FF4D00;
}

.side-toggle-container.open>ul li.open a:hover {
    color: #FF4D00;
}

.site-header-top {
    background: #FF4D00;
}

.site-footer-bottom {
    background: #FF4D00;
}

.search-form-container {
    background: #FF4D00;
}

.site-header-main .search-form-container {
    background: #FF4D00;
}

.side-toggle-container>ul li.link a {
    background: #FF4D00;
}

.side-toggle-container>ul li .side-toggle-close {
    color: #FF4D00;
}

.page-404 h2:after {
    border-color: #FF4D00;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled]{
    background-color:#FF4D00;
}

/* content */

article h1,
article h2,
article .entry-title,
article .entry-title a{
    color: #FF4D00;
}
article .tags-link h3 .fas,
article .tags-link .far {
    color: #FF4D00;
}
article .tags-link a {
    color: #FF4D00;
}
article .tags-link a:hover {
    background: #FF4D00;
}
article .author a,
article .comments-link a,
article .categories-link a {
    color: #FF4D00;
}
article.mode-simple h2 a:hover,
article.mode-list h2 a:hover {
    color: #FF4D00;
}
.author-container .author-details a span {
    color: #FF4D00;
}
.comments-title .fas {
    color: #FF4D00;
}
.comment-list article .fn {
    color: #FF4D00;
}
.comment-reply-title .fas {
    color: #FF4D00;
}

/* styles */

h1.page-title.page-title-list::after {
    border-color: #FF4D00;
}

/* Menu */
.main-navigation .menu > li > a > .link-outer:before {
    background-color: #000;
}
.main-navigation .menu > li.current-menu-item > a,
.main-navigation .menu > li.current-menu-ancestor > a{
    color: #000;
}
.main-navigation .sub-menu{
    border-color: #000;
}
.main-navigation .sub-menu li a:before {
    background-color: #000;
}
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-ancestor > a{
    color: #000;
}
.main-navigation .sub-menu li:hover > a {
    color: #000;
}

/* Menu mobile */
.mobile-menu {
    background: #FF4D00;
}
.mobile-menu-footer a {
    color: #FF4D00;
    border-color: #FF4D00;
}

/* widgets */
aside .widget .widget-title:after,
aside .berocket_single_filter_widget .bapf_head h3:after{
    border-color: #FF4D00;
}
aside .widget ul li a:hover{
    color: #FF4D00;
}
aside .widget.widget_media_gallery .slick-dots li.slick-active button::before {
    color: #FF4D00;
}

/* Templates */
/*.blocknews_group .section-header {
    border-color: #FF4D00;
}
.blocknews_group .section-header h1 {
    background: #FF4D00;
}*/
.blocknews_group .section-header h1:after{
    border-color: #FF4D00;
}

/* contact form 7 */
.wpcf7-form-control.wpcf7-submit{
    color: #fff;
    background: #FF4D00;;
    border-color: #FF4D00;
}
.wpcf7-form-control.wpcf7-submit:hover {
    color: #FF4D00;
    background: #fff;
    border-color: #FF4D00;
}