li > a:hover, .dropdown-menu > li > a:focus{ background: ' . $link_color . ' !important; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{ background: ' . $link_color . ' !important; } .pagination .nav-links .current{ background: ' . $link_color . ' !important; } .isotope #filter li.selected a, .isotope #filter li a:hover { color: ' . $link_color . ' !important; } [class^=\'imghvr-fold\']:after, [class^=\'imghvr-fold\']:before, [class*=\' imghvr-fold\']:after, [class*=\' imghvr-fold\']:before{ background-color: ' . $port_image_hover_color . ' !important; } [class^=\'imghvr-\'] figcaption, [class*=\' imghvr-\'] figcaption { background-color: ' . $port_image_hover_color . ' !important; } footer#footer { background: ' . $footer_bg_color . '; color: ' . $footer_content_color . '; } footer h4{ color: ' . $footer_content_color . '; } footer#footer a, footer#footer a:hover{ color: ' . $footer_links_color . '; } .section-title.page-title{ padding-top: ' . $pagetitle_hft . 'px; padding-bottom: ' . $pagetitle_hfb . 'px; } form input[type="submit"]:hover{ background: ' . $trans_button_hover_color . ' !important; color: #fff !important; border: 1px solid ' . $trans_button_hover_color . ' !important; } header.menu-wrapper nav ul li a, header.menu-wrapper.style-2 nav ul li a, .site-title a, .site-title a:hover, .site-title a:focus, .site-title a:visited, p.site-description, .navbar-toggle{ color: ' . $top_menu_color . '; } .slide-bg-section h1, .slide-bg-section, .slide-bg-section .read-more a{ color: ' . $home_bg_image_text_color . ' !important; } .slide-bg-section .read-more a, .scroll-down .mouse{ border: 1px solid ' . $home_bg_image_text_color . ' !important; } .scroll-down .mouse > *{ background: ' . $home_bg_image_text_color . ' !important; } .section-title h1, .bread-crumb, .bread-crumb span{ color: ' . $page_bg_image_text_color . '; } '; if("" != esc_url(get_theme_mod( 'kr_preloader_image' ))) { $css .=' #pre-loader{ background: url(' . $preloader_image . ') no-repeat !important; } '; } if(false===get_theme_mod( 'kr_sticky_menu',true)) { $css .=' header.menu-wrapper.fixed{ display:none !important; } '; } if(false===get_theme_mod( 'kr_home_dark_overlay',true)) { $css .=' #parallax-bg #slider-inner:before{ background: none !important; opacity: 0.8; } '; } if(true===get_theme_mod( 'kr_page_dark_overlay',false)) { $css .=' .page-title .img-overlay{ background: rgba(0,0,0,.5); color: #fff; } '; } if(true===get_theme_mod( 'kr_blog_homepage',true)) { $css .=' #parallax-bg #slider-inner{ height: 70vh; } section.home-color-section{ height: 70vh; } .slide-bg-section{ height: calc(70vh - 5px); } body{ background: #fbfbfb; } article{ margin: 70px 0; background: #fff; padding: 1px 30px; box-shadow: 0px 0px 3px 0px #c5c5c5; -moz-box-shadow: 0px 0px 3px 0px #c5c5c5; -webkit-box-shadow: 0px 0px 3px 0px #c5c5c5; } article .blog-wrapper{ margin: 0; padding-top: 30px; padding-right: 0; } .widget-area .widget{ margin: 5px 0; background: #fff; padding: 20px 20px; box-shadow: 0px 0px 3px 0px #c5c5c5; -moz-box-shadow: 0px 0px 3px 0px #c5c5c5; -webkit-box-shadow: 0px 0px 3px 0px #c5c5c5; } aside h4.widget-title{ font-size: 15px; } .widget li a{ color: #555; } .widget-area{ margin:70px 0; } body.page{ background: #fff; } .page-content-area article{ box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; } '; } if(is_active_sidebar('footer-column1') || is_active_sidebar('footer-column2') || is_active_sidebar('footer-column3') || is_active_sidebar('footer-column4')){ $css .=' footer#footer{ padding-top: 50px; } '; } return apply_filters( 'krystal_dynamic_css_stylesheet', $css); } ?>