li > a:hover, .main-navigation ul.sub-menu > li > a:focus, .main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus, .stick_header, .sidebar input[type="submit"],.sidebar button[type="submit"], span.onsale, .pro-button a, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce .woocommerce-ordering select, .woocommerce-account .woocommerce-MyAccount-navigation ul li, .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover, .navigation.pagination .nav-links a.current, .navigation.pagination .nav-links a:hover, .navigation.pagination .nav-links span.current, .navigation.pagination .nav-links span:hover, .comment-respond input#submit, .sidebar h5, .sidebar .tagcloud a:hover{'; $architect_engineer_theme_css .='background-color: '.esc_attr($architect_engineer_global_color).';'; $architect_engineer_theme_css .='}'; } if($architect_engineer_global_color != false){ $architect_engineer_theme_css .='.slider-box-btn a, a, p.call-box, .latest-project h6, .article-box a, a.btn-text, .meta-info-box a:hover, p.price, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, #colophon a:hover, #colophon a:focus, .widget a:hover, .widget a:focus, .sidebar ul li a:hover{'; $architect_engineer_theme_css .='color: '.esc_attr($architect_engineer_global_color).';'; $architect_engineer_theme_css .='}'; } if($architect_engineer_global_color != false){ $architect_engineer_theme_css .='.postcat-name{'; $architect_engineer_theme_css .='color: '.esc_attr($architect_engineer_global_color).' !important;'; $architect_engineer_theme_css .='}'; } if($architect_engineer_global_color != false){ $architect_engineer_theme_css .='.slider-box-btn a, .box-image, .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover, .navigation.pagination .nav-links a.current, .navigation.pagination .nav-links a:hover, .navigation.pagination .nav-links span.current, .navigation.pagination .nav-links span:hover{'; $architect_engineer_theme_css .='border-color: '.esc_attr($architect_engineer_global_color).';'; $architect_engineer_theme_css .='}'; } if($architect_engineer_global_color != false){ $architect_engineer_theme_css .='.woocommerce-message, .woocommerce-info{'; $architect_engineer_theme_css .='border-top-color: '.esc_attr($architect_engineer_global_color).';'; $architect_engineer_theme_css .='}'; } $architect_engineer_theme_css .='@media screen and (max-width:1000px) {'; if($architect_engineer_global_color != false){ $architect_engineer_theme_css .='.toggle-nav i, .sidenav .closebtn{ background: '.esc_attr($architect_engineer_global_color).'; }'; } $architect_engineer_theme_css .='}'; /*-------------------- Heading typography -------------------*/ $architect_engineer_heading_color = get_theme_mod('architect_engineer_heading_color'); $architect_engineer_heading_font_family = get_theme_mod('architect_engineer_heading_font_family'); $architect_engineer_heading_font_size = get_theme_mod('architect_engineer_heading_font_size'); if($architect_engineer_heading_color != false || $architect_engineer_heading_font_family != false || $architect_engineer_heading_font_size != false){ $architect_engineer_theme_css .='h1, h2, h3, h4, h5, h6, #latest_post h2, .navbar-brand h1.site-title, h2.entry-title, h1.entry-title, h2.page-title, .slider-inner-box h1 a, h2.woocommerce-loop-product__title, .article-box h3.entry-title, #colophon h5, .sidebar h5, .latest-project h3, .latest-project h6{'; $architect_engineer_theme_css .='color: '.esc_attr($architect_engineer_heading_color).'!important; font-family: '.esc_attr($architect_engineer_heading_font_family).'!important; font-size: '.esc_attr($architect_engineer_heading_font_size).'px !important;'; $architect_engineer_theme_css .='}'; } $architect_engineer_paragraph_color = get_theme_mod('architect_engineer_paragraph_color'); $architect_engineer_paragraph_font_family = get_theme_mod('architect_engineer_paragraph_font_family'); $architect_engineer_paragraph_font_size = get_theme_mod('architect_engineer_paragraph_font_size'); if($architect_engineer_paragraph_color != false || $architect_engineer_paragraph_font_family != false || $architect_engineer_paragraph_font_size != false){ $architect_engineer_theme_css .='p, p.site-title, span, .article-box p, ul, li{'; $architect_engineer_theme_css .='color: '.esc_attr($architect_engineer_paragraph_color).'!important; font-family: '.esc_attr($architect_engineer_paragraph_font_family).'!important; font-size: '.esc_attr($architect_engineer_paragraph_font_size).'px !important;'; $architect_engineer_theme_css .='}'; }