XylotrechusZ
<?php
function dustrial_custom_styles(){
if( function_exists( 'dustrial_framework_init' ) ) {
$body_typo_data = dustrial_get_option('dustrial_body_font');
$body_font = $body_typo_data['family'];
$dustrial_base_color = dustrial_get_option('dustrial_base_color');
$dustrial_secondary_color = dustrial_get_option('dustrial_secondary_color');
$dustrial_btn_bg_color = dustrial_get_option('dustrial_btn_bg_color');
$dustrial_btn_text_color = dustrial_get_option('dustrial_btn_text_color');
$dustrial_btn_bg_hover_color = dustrial_get_option('dustrial_btn_bg_hover_color');
$dustrial_btn_hover_text_color = dustrial_get_option('dustrial_btn_hover_text_color');
$dst_breadcrumb_padding = dustrial_get_option('dst_breadcrumb_padding');
if (!empty($dst_breadcrumb_padding)) {
$dst_breadcrumb_padding = $dst_breadcrumb_padding;
} else {
$dst_breadcrumb_padding = '75px';
}
$breatcrumb_overlay_color = dustrial_get_option('breatcrumb_overlay_color');
if (!empty($breatcrumb_overlay_color)) {
$breatcrumb_overlay_color = $breatcrumb_overlay_color;
} else {
$breatcrumb_overlay_color = '#061538';
}
$breatcrumb_overlay_opacity = dustrial_get_option('breatcrumb_overlay_opacity');
if (!empty($breatcrumb_overlay_opacity)) {
$breatcrumb_overlay_opacity = $breatcrumb_overlay_opacity;
} else {
$breatcrumb_overlay_opacity = '0.6';
}
$breatcrumb_text_transform = dustrial_get_option('breatcrumb_text_transform');
if (!empty($breatcrumb_text_transform)) {
$breatcrumb_text_transform = $breatcrumb_text_transform;
} else {
$breatcrumb_text_transform = 'capitalize';
}
$cta_overlay_color = dustrial_get_option('cta_overlay_color');
if (!empty($cta_overlay_color)) {
$cta_overlay_color = $cta_overlay_color;
} else {
$cta_overlay_color = '#061538';
}
$cta_overlay_opacity = dustrial_get_option('cta_overlay_opacity');
if (!empty($cta_overlay_opacity)) {
$cta_overlay_opacity = $cta_overlay_opacity;
} else {
$cta_overlay_opacity = '0.8';
}
$shop_base_color = dustrial_get_option('shop_base_color');
if (!empty($shop_base_color)) {
$shop_base_color = $shop_base_color;
} else {
$shop_base_color = '#ff5e14';
}
$dustrial_logo_img_width = dustrial_get_option('dustrial_logo_img_width');
if (!empty($dustrial_logo_img_width)) {
$dustrial_logo_img_width = $dustrial_logo_img_width;
} else {
$dustrial_logo_img_width = '165px';
}
$dustrial_mobile_img_width = dustrial_get_option('dustrial_mobile_img_width');
if (!empty($dustrial_mobile_img_width)) {
$dustrial_mobile_img_width = $dustrial_mobile_img_width;
} else {
$dustrial_mobile_img_width = '';
}
$footer_copy_background_color = dustrial_get_option('footer_copy_background_color');
if (!empty($footer_copy_background_color)) {
$footer_copy_background_color = $footer_copy_background_color;
} else {
$footer_copy_background_color = '#141414';
}
$footer_copy_text_color = dustrial_get_option('footer_copy_text_color');
if (!empty($footer_copy_text_color)) {
$footer_copy_text_color = $footer_copy_text_color;
} else {
$footer_copy_text_color = '#ffffff';
}
$service_link_bg_color = dustrial_get_option('service_link_bg_color');
if (!empty($service_link_bg_color)) {
$service_link_bg_color = $service_link_bg_color;
} else {
$service_link_bg_color = '#f4f4f4';
}
$service_link_text_color = dustrial_get_option('service_link_text_color');
if (!empty($service_link_text_color)) {
$service_link_text_color = $service_link_text_color;
} else {
$service_link_text_color = '#061538';
}
$service_link_bg_active_color = dustrial_get_option('service_link_bg_active_color');
if (!empty($service_link_bg_active_color)) {
$service_link_bg_active_color = $service_link_bg_active_color;
} else {
$service_link_bg_active_color = '#061538';
}
$service_link_text_active_color = dustrial_get_option('service_link_text_active_color');
if (!empty($service_link_text_active_color)) {
$service_link_text_active_color = $service_link_text_active_color;
} else {
$service_link_text_active_color = '#ffffff';
}
$service_link_button_bg_color = dustrial_get_option('service_link_button_bg_color');
if (!empty($service_link_button_bg_color)) {
$service_link_button_bg_color = $service_link_button_bg_color;
} else {
$service_link_button_bg_color = '#061538';
}
$service_link_button_text_color = dustrial_get_option('service_link_button_text_color');
if (!empty($service_link_button_text_color)) {
$service_link_button_text_color = $service_link_button_text_color;
} else {
$service_link_button_text_color = '#ffffff';
}
$service_link_button_icon_color = dustrial_get_option('service_link_button_icon_color');
if (!empty($service_link_button_icon_color)) {
$service_link_button_icon_color = $service_link_button_icon_color;
} else {
$service_link_button_icon_color = '#ff5e14';
}
$dustrial_responsive_bg_color = dustrial_get_option('dustrial_responsive_bg_color');
if (!empty($dustrial_responsive_bg_color)) {
$dustrial_responsive_bg_color = $dustrial_responsive_bg_color;
} else {
$dustrial_responsive_bg_color = '#0c1923';
}
$dustrial_responsive_text_color = dustrial_get_option('dustrial_responsive_text_color');
if (!empty($dustrial_responsive_text_color)) {
$dustrial_responsive_text_color = $dustrial_responsive_text_color;
} else {
$dustrial_responsive_text_color = '#fff';
}
$dustrial_responsive_menuicon_color = dustrial_get_option('dustrial_responsive_menuicon_color');
if (!empty($dustrial_responsive_menuicon_color)) {
$dustrial_responsive_menuicon_color = $dustrial_responsive_menuicon_color;
} else {
$dustrial_responsive_menuicon_color = '#444444';
}
$dustrial_responsive_stickyicon_color = dustrial_get_option('dustrial_responsive_stickyicon_color');
if (!empty($dustrial_responsive_stickyicon_color)) {
$dustrial_responsive_stickyicon_color = $dustrial_responsive_stickyicon_color;
} else {
$dustrial_responsive_stickyicon_color = '#444444';
}
$dustrial_blog_items_title_color = dustrial_get_option('dustrial_blog_items_title_color');
if (!empty($dustrial_blog_items_title_color)) {
$dustrial_blog_items_title_color = $dustrial_blog_items_title_color;
} else {
$dustrial_blog_items_title_color = '#061538';
}
$dustrial_blog_items_content_color = dustrial_get_option('dustrial_blog_items_content_color');
if (!empty($dustrial_blog_items_content_color)) {
$dustrial_blog_items_content_color = $dustrial_blog_items_content_color;
} else {
$dustrial_blog_items_content_color = '#242424';
}
$dustrial_blog_items_readmore_color = dustrial_get_option('dustrial_blog_items_readmore_color');
if (!empty($dustrial_blog_items_readmore_color)) {
$dustrial_blog_items_readmore_color = $dustrial_blog_items_readmore_color;
} else {
$dustrial_blog_items_readmore_color = '#242424';
}
$dustrial_blog_items_comments_color = dustrial_get_option('dustrial_blog_items_comments_color');
if (!empty($dustrial_blog_items_comments_color)) {
$dustrial_blog_items_comments_color = $dustrial_blog_items_comments_color;
} else {
$dustrial_blog_items_comments_color = '#242424';
}
$dustrial_blog_wd_title_color = dustrial_get_option('dustrial_blog_wd_title_color');
if (!empty($dustrial_blog_wd_title_color)) {
$dustrial_blog_wd_title_color = $dustrial_blog_wd_title_color;
} else {
$dustrial_blog_wd_title_color = '#061538';
}
$dustrial_blog_wd_content_color = dustrial_get_option('dustrial_blog_wd_content_color');
if (!empty($dustrial_blog_wd_content_color)) {
$dustrial_blog_wd_content_color = $dustrial_blog_wd_content_color;
} else {
$dustrial_blog_wd_content_color = '#242424';
}
$footer_social_icon_color = dustrial_get_option('footer_social_icon_color');
$footer_social_border_color = dustrial_get_option('footer_social_border_color');
$footer_social_icon_hover_color = dustrial_get_option('footer_social_icon_hover_color');
$footer_newsbg_color = dustrial_get_option('footer_newsbg_color');
$footer2_overlay_opacity = dustrial_get_option('footer2_overlay_opacity');
$footer2_overlay_color = dustrial_get_option('footer2_overlay_color');
$footer2_text_color = dustrial_get_option('footer2_text_color');
$footer2_font_color = dustrial_get_option('footer2_font_color');
$footer2_item_before_color = dustrial_get_option('footer2_item_before_color');
$footer_background_color = dustrial_get_option('footer_background_color');
$footer_text_color = dustrial_get_option('footer_text_color');
$footer_font_color = dustrial_get_option('footer_font_color');
$footer_item_before_color = dustrial_get_option('footer_item_before_color');
$dustrial_back_to_top_bg_color = dustrial_get_option('dustrial_back_to_top_bg_color');
if (!empty($dustrial_back_to_top_bg_color)) {
$dustrial_back_to_top_bg_color = $dustrial_back_to_top_bg_color;
} else {
$dustrial_back_to_top_bg_color = '#ff5e14';
}
$dustrial_back_to_top_icon_color = dustrial_get_option('dustrial_back_to_top_icon_color');
if (!empty($dustrial_back_to_top_icon_color)) {
$dustrial_back_to_top_icon_color = $dustrial_back_to_top_icon_color;
} else {
$dustrial_back_to_top_icon_color = '#ffffff';
}
$preloader_bg_color = dustrial_get_option('preloader_bg_color');
if (!empty($preloader_bg_color)) {
$preloader_bg_color = $preloader_bg_color;
} else {
$preloader_bg_color = '#ffffff';
}
$preloader_anim_color = dustrial_get_option('preloader_anim_color');
if (!empty($preloader_anim_color)) {
$preloader_anim_color = $preloader_anim_color;
} else {
$preloader_anim_color = '#FF5E14';
}
$project_active_wd_bg_color = dustrial_get_option('project_active_wd_bg_color');
if (!empty($project_active_wd_bg_color)) {
$project_active_wd_bg_color = $project_active_wd_bg_color;
} else {
$project_active_wd_bg_color = '#ff5e14';
}
$project_active_wd_title_color = dustrial_get_option('project_active_wd_title_color');
if (!empty($project_active_wd_title_color)) {
$project_active_wd_title_color = $project_active_wd_title_color;
} else {
$project_active_wd_title_color = '#fff';
}
$project_active_wd_text_color = dustrial_get_option('project_active_wd_text_color');
if (!empty($project_active_wd_text_color)) {
$project_active_wd_text_color = $project_active_wd_text_color;
} else {
$project_active_wd_text_color = '#fff';
}
$project_active_wd_icon_color = dustrial_get_option('project_active_wd_icon_color');
if (!empty($project_active_wd_icon_color)) {
$project_active_wd_icon_color = $project_active_wd_icon_color;
} else {
$project_active_wd_icon_color = '#fff';
}
echo "<style>
body,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
font-family: '".$body_font."', sans-serif !important;
}
.logo-for-responsive-only, .logo a img {
width: $dustrial_logo_img_width;
}
.h2-navigation-area.navbar-fixed-top .logo-for-responsive-only a img,
.h2-navigation-area .logo-for-responsive-only a img {
width: $dustrial_logo_img_width;
}
.page_title.breadcrumb-overlay {
padding: $dst_breadcrumb_padding 0px;
}
@media screen and (max-width: 575px) {
.logo-for-responsive-only, .logo a img {
width: $dustrial_mobile_img_width !important;
}
}
button.get_quote_btn,
.service-all-btn .btn-default,
button.default_button.dustrial-btn,
.subscription-form .subscription .btn,
.h2-blog-single-item .blog-img .overlay-btn a,
.btn{
background-color: $dustrial_btn_bg_color;
border-color: $dustrial_btn_bg_color;
color: $dustrial_btn_text_color !important;
}
.sidebar.sidebar-defalt .sidebar-widget.widget_block ol li:hover::before,
.sidebar.sidebar-defalt .sidebar-widget.widget_block ul li:hover::before{
background-color: $dustrial_base_color;
border-color: $dustrial_base_color;
}
.sidebar.sidebar-defalt .sidebar-widget.widget_block.widget_search .wp-block-search__inside-wrapper button.wp-block-search__button{
background-color: $dustrial_btn_bg_color;
color: $dustrial_btn_text_color;
}
a.link.btn.btn-primary.activeBorder{
border-color: $dustrial_btn_bg_color;
background-color: transparent !important;
}
button.get_quote_btn:hover,
a.link.btn.btn-primary.activeBorder:hover{
border-color: $dustrial_btn_bg_hover_color !important;
background-color: $dustrial_btn_bg_hover_color !important;
color: $dustrial_btn_text_color !important;
}
.service-all-btn .btn-default:hover,
.h2-blog-single-item:hover .blog-img .overlay-btn a,
#blog-list-2 .owl-prev:hover, #blog-list-2 .owl-next:hover,
#blog-list .owl-nav i:hover,
.subscription-form .subscription .btn:hover,
button.default_button.dustrial-btn:hover,
.h2-blog-single-item .blog-img .overlay-btn a:hover,
.btn:hover {
border-color: $dustrial_btn_bg_hover_color;
background-color: $dustrial_btn_bg_hover_color;
color: $dustrial_btn_hover_text_color !important;
}
.blog-content a,
.blog-content p a,
.activeColor,
.featured-icon i,
.single-blog:hover .entry-title,
.company-icon i:before,
.h2-single-projects-thumbnail a span,
.bread_crumb a:hover,
.bind_footer .social-media a:hover,
.h2-single-projects-item:hover .h2-single-projects-title a,
.h2-blog-single-item:hover a.entry-title,
.h2-blog-single-item .article-content .entry-meta a:hover,
.h2-blog-single-item .entry-meta-footer a:hover,
.single-blog .content .entry-meta a:hover,
.single-blog .entry-meta-footer a:hover,
h6.footer-blog-date.activeColor a,
p.logged-in-as a:hover,
.blog-comment-area .comment-title small a:hover,
span.info-icon,
footer.footer .footer-blog-title a:hover,
.featured_svg i:before,
.h2-single-featured .card:hover .card-title,
.single-blog span.icon,
.featured-item:hover .featured-item-title,
.single-counter h5.activeColor,
h6.inspiring-author-role.activeColor,
.isotop-projects-filter .mix h5 a:hover,
.market-single-items:hover .market-item-details a,
.market-single-items i.fa-link,
.single_project_widgets a:hover,
.ws-input button:hover,
#header-bottom i,
.h2-header-top-area .h1-single-top-block a:hover,
.h3-header-top-area .h1-single-top-block a:hover,
#h2-testimonial-items .quotation i.fa.fa-quote-left,
.h3-navigation-area .nav-serch-area .header-cart span.cart-badge,
.header-cart i,
.nav-links a:hover,
.bind_footer.footer-2 .footer ul.menu li a:hover,
.footer ul.menu li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li:hover a,
.widget_archive ul li:hover,
.widget_archive ul li a:hover,
.sidebar-widget a:hover,
.widget_categories ul li:hover span,
.widget_categories ul li:hover > a,
.blog-mata ul li a:hover,
.header-cart span.cart-badge,
.blog-inner-tag .tags-list a:hover,
span.breadcrumb-info a:hover span,
.isotop-projects-filter .grid-item h5 a:hover,
li.menu-item.dropdown.mini-cart-items a.cart-contents,
.cart-dropdown-menu .product-name a,
.product-remove a.remove-cart-item,
.dropdown-menu.cart-dropdown-menu .mini-view-cart a:hover,
.contact-page .contact_address .contact-media a,
.section-title .section-body .sub-title{
color: $dustrial_base_color !important;
}
.bread_crumb .breadcrumbs-title a:hover span{
color: $dustrial_base_color !important;
}
.slider-area-wrap .slider-activee .slick-arrow{
border: 2px solid $dustrial_base_color !important;
}
#testimonial-items .owl-nav i{
border-color: $dustrial_base_color;
color: $dustrial_base_color;
}
#testimonial-items .owl-nav i:hover{
border-color: #fff;
color: #fff;
}
.client-carousel-area .owl-prev i.fa,
.client-carousel-area .owl-next i.fa {
color: $dustrial_base_color !important;
}
.market-single-items:hover .market-item2-icons,
.vc_progress_bar .vc_single_bar .vc_bar,
.pagination_waper .page-item.active .page-link,
.pagination_waper li.page-item .page-link:hover,
.inner-mixitup-menus .btn.active,
.inner-mixitup-menus .btn:hover,
.contact-service,
.contact-social-info a:hover,
.video-play-button-two,
.video-play-button-two::before,
.market-style-3 .shape-style-2,
.h3-mixitup-menus .btn.active,
.h3-mixitup-menus button:hover,
.mixitup-menus,
blockquote p,
.second-slider-content .intro::after,
.footer ul.menu li a:hover:before,
a.video-play-button,
a.video-play-button::before,
.bd-comment-box .content .name a.comment-reply-link:hover,
.technical-solutions li::before{
background-color: $dustrial_base_color !important;
}
.inner-mixitup-menus .btn.active,
.h3-single-featured-details a.btn{
background-color: $dustrial_base_color;
border-color: $dustrial_base_color;
}
.pagination_waper .page-item.active .page-link,
.pagination_waper li.page-item .page-link:hover,
#h3-testimonial-items .owl-dots .active,
.market-single-items .style-1:before,
.technical-solutions li::before{
border-color: $dustrial_base_color !important;
}
.contact_address .contact-media h5,
.contact_address .title h4,
.contact_address .title h1,
.vc_tta-container span.vc_tta-title-text,
.pricing-style-two .pricing-style-two-header h5.title,
#h3-testimonial-items .testimonial-author-name,
.company-title,
.services-right-title,
.project-info h1,
.project-details-title h2,
.single_project_widgets ul li span,
.service-details-pages .sub-title{
color: $dustrial_secondary_color !important;
}
.sidebar.sidebar-defalt .sidebar-widget.widget_block h2,
.sidebar.sidebar-defalt .sidebar-widget.widget_block.widget_search .wp-block-search__label,
.sidebar-recent-blog-title{
color: $dustrial_blog_wd_title_color;
}
.single-blog .content .entry-title{
color: $dustrial_blog_items_title_color;
}
.single-blog .content .entry-content{
color: $dustrial_blog_items_content_color;
}
.single-blog .entry-meta-footer ul li a{
color: $dustrial_blog_items_readmore_color;
}
.single-blog .entry-meta .author,
.single-blog .entry-meta .author a,
.single-blog .entry-meta .month a{
color: $dustrial_blog_items_comments_color;
}
.single_project_widgets.activebgcolor{
background-color: $project_active_wd_bg_color;
}
.single_project_widgets.activebgcolor .project-details-title h2{
color: $project_active_wd_title_color !important;
}
.single_project_widgets.activebgcolor ul li{
color: $project_active_wd_text_color;
}
.single_project_widgets.activebgcolor ul li span i{
color: $project_active_wd_icon_color;
}
.sidebar .sidebar-widget.dustrial_rp_widget .footer-blog-title,
.sidebar .sidebar-widget.widget_categories ul li a,
.sidebar .sidebar-widget.widget_categories ul li span.pull-right,
.sidebar .sidebar-widget.widget_tag_cloud a,
.sidebar .sidebar-widget.widget_block ol li,
.sidebar .sidebar-widget.widget_block ul li{
color: $dustrial_blog_wd_content_color;
}
.sidebar.sidebar-defalt .sidebar-widget.widget_block ol li:before,
.sidebar.sidebar-defalt .sidebar-widget.widget_block ul li:before{
border-color: $dustrial_blog_wd_content_color;
}
.woocommerce table.my_account_orders td a,
.woocommerce-account .addresses .title .edit,
.woocommerce-info a.showlogin,
.woocommerce-error::before,
span.woocommerce-terms-and-conditions-checkbox-text a.woocommerce-terms-and-conditions-link,
form.woocommerce-form p.lost_password a,
.woocommerce-account .woocommerce-MyAccount-content p a,
li.woocommerce-MyAccount-navigation-link.is-active a {
color: $dustrial_base_color !important;
}
.woocommerce-error {
border-top-color: $dustrial_base_color !important;
}
li.woocommerce-MyAccount-navigation-link a:hover {
color: $dustrial_base_color !important;
}
span.info-icon,
.contact-social-info a:hover,
.bd-comment-box .content .name a.comment-reply-link,
.market-single-items:hover .market-item2-icons {
border: 1px solid $dustrial_base_color !important;
}
.widget_tag_cloud a:hover{
background-color: $dustrial_base_color !important;
border-color: $dustrial_base_color !important;
color: #fff !important;
}
.market-list-group ul li a.active:before {
border-right: 5px solid $dustrial_base_color !important;
}
blockquote p {
border-left: 2px solid $dustrial_base_color !important;
}
.market-single-items:hover .shape {
border-top: 110px solid $dustrial_base_color !important;
}
.isotop-projects-filter .card:hover .shape {
border-bottom: 110px solid $dustrial_base_color !important;
}
.second-slider-content .intro::after,
#h2-testimonial-items .owl-dots .owl-dot.active,
#h3-testimonial-items .owl-dots .active,
.slider-activee .slick-dots li.slick-active button {
background-color: $dustrial_base_color;
}
.market-list-group ul li a {
background: $service_link_bg_color;
color: $service_link_text_color;
}
.market-list-group ul li a.active {
background: $service_link_bg_active_color;
color: $service_link_text_active_color;
}
.market-list-group ul li a:hover {
background: $service_link_bg_active_color;
color: $service_link_text_active_color;
}
#brochures-block .download-brochures{
background: $service_link_button_bg_color;
color: $service_link_button_text_color;
}
#brochures-block .download-brochures i:before{
color: $service_link_button_icon_color;
}
.mean-container .mean-nav,
.mean-container .mean-nav ul li a.mean-expand:hover{
background-color:$dustrial_responsive_bg_color;
}
.mean-container .mean-nav ul li a{
color:$dustrial_responsive_text_color;
}
.mean-container a.meanmenu-reveal{
border-color:$dustrial_responsive_menuicon_color;
}
.mean-container a.meanmenu-reveal span{
background:$dustrial_responsive_menuicon_color;
}
.navbar-fixed-top .mean-container a.meanmenu-reveal{
border-color:$dustrial_responsive_stickyicon_color;
}
.navbar-fixed-top .mean-container a.meanmenu-reveal span{
background:$dustrial_responsive_stickyicon_color;
}
.breadcrumb-overlay:before {
background: $breatcrumb_overlay_color none repeat scroll 0 0;
opacity: $breatcrumb_overlay_opacity;
}
.page_title .page_tittle {
text-transform: $breatcrumb_text_transform !important;
}
.call-to-action:before {
background: $cta_overlay_color !important;
opacity: $cta_overlay_opacity !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details a,
.cross-sells .shop-product-single .product-price-in-thumb span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.summary.entry-summary span.woocommerce-Price-amount.amount,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-cart .woocommerce-cart-form td a,
.summary.entry-summary .product_meta a,
a.woocommerce-privacy-policy-link,
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce-info a.showcoupon,
.woocommerce-info::before,
.comment-form-rating a,
.woocommerce ul.products li.product h2 a,
a.restore-item,
.group_table td a,
a.reset_variations {
color: $shop_base_color !important;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
color: $shop_base_color !important;
}
.woocommerce a.remove:hover {
background: $shop_base_color !important;
}
.shop-sidebar .sidebar-widget.woo-siebar ul.product-categories li a:hover,
.shop-sidebar ul.product_list_widget li a:hover,
.wcppec-checkout-buttons__button,
.woocommerce-message::before,
.summary.entry-summary p.price {
color: $shop_base_color !important;
}
.woocommerce ul.products li.product .product-list-item .product-img .product-price-in-thumb,
.cross-sells .shop-product-single .product-content a.button:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.checkout_coupon.woocommerce-form-coupon button.button:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.products-page .product-item.product .product-img .onsale,
.woocommerce-checkout-payment button#place_order:hover,
.sidebar-widget.woo-siebar.widget_price_filter button,
.woocommerce ul.products li.product a.button:hover,
.sidebar-widget.woo-siebar .tagcloud a:hover,
p.return-to-shop a.button.wc-backward:hover,
.products-page .product .onsale {
background: $shop_base_color;
background-color: $shop_base_color;
}
.woocommerce-cart .woocommerce-cart-form button.button:hover,
.summary.entry-summary .single_add_to_cart_button:hover,
.woocommerce .woocommerce-message a.button:hover,
.woocommerce-Reviews #respond input#submit:hover,
.cart-collaterals a.checkout-button,
.cart-collaterals a.checkout-button:hover {
background: $shop_base_color !important;
background-color: $shop_base_color !important;
}
.cross-sells .shop-product-single .product-content a.button:hover,
.checkout_coupon.woocommerce-form-coupon button.button:hover,
.woocommerce-cart .woocommerce-cart-form button.button:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.summary.entry-summary .single_add_to_cart_button:hover,
.woocommerce-checkout-payment button#place_order:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce-Reviews #respond input#submit:hover,
.woocommerce .woocommerce-message a.button:hover,
p.return-to-shop a.button.wc-backward:hover,
.cart-collaterals a.checkout-button:hover,
.sidebar-widget.woo-siebar .tagcloud a:hover {
border-color: $shop_base_color !important;
}
.woocommerce-message,
.woocommerce-info {
border-top-color: $shop_base_color;
}
.scroll-to-top {
color: $dustrial_back_to_top_icon_color;
background-color: $dustrial_back_to_top_bg_color;
}
#loader-wrapper {
background: $preloader_bg_color;
}
#noTrespassingOuterBarG {
border:1px solid $preloader_anim_color;
}
.noTrespassingBarLineG {
background-color: $preloader_anim_color;
}
.subscription {
background-color: $footer_newsbg_color;
}
.footer {
background-color: $footer_background_color;
}
.footer h4.footer-nav-title{
color: $footer_text_color !important;
}
.footer ul.menu li a{
color: $footer_font_color !important;
}
.footer ul.menu li a{
border-left:2px solid $footer_item_before_color !important;
}
.footer ul.menu li a:before{
background-color: $footer_item_before_color !important;
}
footer.footer .footer-blog-title a{
color: $footer_font_color !important;
}
.bind_footer.footer-2.bg-black-overlay-footer:before {
opacity: $footer2_overlay_opacity;
background-color: $footer2_overlay_color;
}
.bind_footer.footer-2 .footer .footer-nav-title{
color: $footer2_text_color !important;
}
.bind_footer.footer-2 .address_info p,
.bind_footer.footer-2 .block.footer-newsletter p,
.bind_footer.footer-2 .footer ul.menu li a{
color: $footer2_font_color !important;
}
.bind_footer.footer-2 .footer ul.menu li a:before{
background-color: $footer2_item_before_color !important;
}
.bind_footer .subscription-form input{
border:1px solid $footer2_item_before_color !important;
}
.copyright {
background-color: $footer_copy_background_color;
}
.copyright-content p{
color: $footer_copy_text_color;
}
.social-media a{
border-color: $footer_social_border_color;
color: $footer_social_icon_color;
}
.copyright-social-icon ul li a{
color: $footer_social_icon_color;
border-color: $footer_social_icon_color;
}
.copyright-social-icon ul li a:hover{
background-color: $footer_social_icon_hover_color;
}
</style>";
}
}
add_filter('wp_head', 'dustrial_custom_styles');