Example #1
0
                            
                    	</a>-->
                        
                    </h1>
    			</hgroup>
                
			<?php 
}
?>
 
            
		</div><!-- .site-branding -->
        
    
    <?php 
if ('option1' == properlite_sanitize_index_content(get_theme_mod('properlite_menu_method'))) {
    ?>

				<div class="navigation-container">
        			<button class="toggle-menu menu-right push-body">
            
            		<?php 
    $menu_toggle_option = get_theme_mod('properlite_menu_toggle', 'icon');
    $properlite_menu_display = '';
    if ($menu_toggle_option == 'icon') {
        $properlite_menu_display = sprintf('<i class="fa fa-bars"></i>');
    } else {
        if ($menu_toggle_option == 'label') {
            $properlite_menu_display = __('Menu', 'properlite');
        } else {
            if ($menu_toggle_option == 'icon-label') {
Example #2
0
/**
 * Add CSS in <head> for styles handled by the theme customizer
 *
 * @since 1.5
 */
function properlite_add_customizer_css()
{
    ?>
	<!-- properlite customizer CSS --> 
	<style> 
		
		<?php 
    if (get_theme_mod('properlite_nav_bg_color')) {
        ?>
		.cbp-spmenu { background: <?php 
        echo esc_attr(get_theme_mod('properlite_nav_bg_color', '#0c0c0c'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_nav_link_color')) {
        ?>
		.cbp-spmenu a, .main-navigation a { color: <?php 
        echo esc_attr(get_theme_mod('properlite_nav_link_color', '#ffffff'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_nav_link_hover_color')) {
        ?>
		.cbp-spmenu a:hover, .main-navigation a:hover { color: <?php 
        echo esc_attr(get_theme_mod('properlite_nav_link_hover_color', '#999999'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_menu_button')) {
        ?>
		.navigation-container .toggle-menu { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_menu_button', '#111111'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_menu_button_hover')) {
        ?>
		.navigation-container .toggle-menu:hover { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_menu_button_hover', '#444444'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_menu_button_hover')) {
        ?>
		.navigation-container .toggle-menu:hover { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_menu_button_hover', '#444444'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_nav_dropdown_bg')) {
        ?>
		.main-navigation ul ul { background: <?php 
        echo esc_attr(get_theme_mod('properlite_nav_dropdown_bg', '#212121'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_nav_text_size')) {
        ?>
		.main-navigation a, .cbp-spmenu a { font-size: <?php 
        echo esc_attr(get_theme_mod('properlite_nav_text_size', '14'));
        ?>
px; } 
		<?php 
    }
    ?>
		
		
		
		<?php 
    if (get_theme_mod('properlite_hero_heading_color')) {
        ?>
		.hero-content { color: <?php 
        echo esc_attr(get_theme_mod('properlite_hero_heading_color', '#ffffff'));
        ?>
; } 
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_hero_bg_color')) {
        ?>
		#home-hero { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_hero_bg_color', '#111111'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_1_bg_color')) {
        ?>
		.home-widget-one { background: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_1_bg_color', '#f5f5f3'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_1_heading_color')) {
        ?>
		.home-widget-one h1, .home-widget-one h2, .home-widget-one h3, .home-widget-one h4, .home-widget-one h5, .home-widget-one h6 { color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_1_heading_color', '#404040'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_1_text_color')) {
        ?>
 
		.home-widget-one, .home-widget-one p { color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_1_text_color', '#404040'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_1_link_color')) {
        ?>
		.home-widget-one a { color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_1_link_color', '#000000'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_1_link_hover_color')) {
        ?>
		.home-widget-one a:hover { color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_1_link_hover_color', '#000000'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_1_button_color')) {
        ?>
		.home-widget-one button { background: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_1_button_color', '#111111'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_1_button_color')) {
        ?>
 
		.home-widget-one button { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_1_button_color', '#111111'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_hw_area_1_button_hover_color')) {
        ?>
		.home-widget-one button:hover { background: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_1_button_hover_color', '#444444'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_1_button_hover_color')) {
        ?>
		.home-widget-one button:hover { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_1_button_hover_color', '#444444'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_2_bg_color')) {
        ?>
		.home-widget-two { background: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_2_bg_color', '#ffffff'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_2_heading_color')) {
        ?>
		.home-widget-two h1, .home-widget-two h2, .home-widget-two h3, .home-widget-two h4, .home-widget-two h5, .home-widget-two h6 { color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_2_heading_color', '#404040'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_2_text_color')) {
        ?>
		.home-widget-two, .home-widget-two p { color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_2_text_color', '#404040'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_2_link_color')) {
        ?>
		.home-widget-two a { color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_2_link_color', '#000000'));
        ?>
; } 
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_hw_area_2_link_hover_color')) {
        ?>
		.home-widget-two a:hover { color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_2_link_hover_color', '#000000'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_2_button_color')) {
        ?>
		.home-widget-two button { background: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_2_button_color', '#111111'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_2_button_color')) {
        ?>
 
		.home-widget-two button { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_2_button_color', '#111111'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_hw_area_2_button_hover_color')) {
        ?>
		.home-widget-two button:hover { background: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_2_button_hover_color', '#444444'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hw_area_2_button_hover_color')) {
        ?>
		.home-widget-two button:hover { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_hw_area_2_button_hover_color', '#444444'));
        ?>
; } 
		<?php 
    }
    ?>
		
		
		
		<?php 
    if (get_theme_mod('properlite_footer_color')) {
        ?>
		.site-footer { background: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_color', '#040404'));
        ?>
; } 
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_footer_text_color')) {
        ?>
		.site-footer, .site-footer p { color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_text_color', '#cccccc'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_heading_color')) {
        ?>
		.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 { color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_heading_color', '#cccccc'));
        ?>
; } 
		<?php 
    }
    ?>
		  
		<?php 
    if (get_theme_mod('properlite_footer_link_color')) {
        ?>
		.site-footer a { color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_link_color', '#ffffff'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_link_hover_color')) {
        ?>
		.site-footer a:hover { color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_link_hover_color', '#ffffff'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_button_color')) {
        ?>
		.site-footer button { background: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_button_color', '#111111'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_button_color')) {
        ?>
 
		.site-footer button { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_button_color', '#111111'));
        ?>
; }   
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_button_hover_color')) {
        ?>
		.site-footer button:hover { background: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_button_hover_color', '#444444'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_button_hover_color')) {
        ?>
		.site-footer button:hover { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_button_hover_color', '#444444'));
        ?>
; } 
		<?php 
    }
    ?>
		
		
		<?php 
    if (get_theme_mod('properlite_footer_cta_color')) {
        ?>
		.footer-cta { background: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_cta_color', '#ffffff'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_cta_text_color')) {
        ?>
		.footer-cta, .footer-cta p { color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_cta_text_color', '#404040'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_cta_heading_color')) {
        ?>
		.footer-cta h1, .footer-cta h2, .footer-cta h3, .footer-cta h4, .footer-cta h5, .footer-cta h6 { color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_cta_heading_color', '#404040'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_cta_link_color')) {
        ?>
		.footer-cta a { color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_cta_link_color', '#404040'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_cta_link_hover_color')) {
        ?>
		.footer-cta a:hover { color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_cta_link_hover_color', '#404040'));
        ?>
; } 
		<?php 
    }
    ?>
 
		  
		<?php 
    if (get_theme_mod('properlite_footer_cta_border_color')) {
        ?>
		.footer-cta { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_cta_border_color', '#ededed'));
        ?>
; } 
		<?php 
    }
    ?>
  
		
		<?php 
    if (get_theme_mod('properlite_footer_cta_button_color')) {
        ?>
		.footer-cta button { background: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_cta_button_color', '#111111'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_cta_button_color')) {
        ?>
 
		.footer-cta button { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_cta_button_color', '#111111'));
        ?>
; }   
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_cta_button_hover_color')) {
        ?>
		.footer-cta button:hover { background: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_cta_button_hover_color', '#444444'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_footer_cta_button_hover_color')) {
        ?>
		.footer-cta button:hover { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_footer_cta_button_hover_color', '#444444'));
        ?>
; } 
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_text_color')) {
        ?>
 
		body, textarea, p { color: <?php 
        echo esc_attr(get_theme_mod('properlite_text_color', '#404040'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_link_color')) {
        ?>
		a { color: <?php 
        echo esc_attr(get_theme_mod('properlite_link_color', '#000000'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_hover_color')) {
        ?>
		a:hover { color: <?php 
        echo esc_attr(get_theme_mod('properlite_hover_color', '#999999'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_entry')) {
        ?>
		.entry-title { color: <?php 
        echo esc_attr(get_theme_mod('properlite_entry', '#ffffff'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_page_header')) {
        ?>
		.page-entry-header { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_page_header', '#222222'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_body_size')) {
        ?>
		body, p { font-size: <?php 
        echo esc_attr(get_theme_mod('properlite_body_size', '14'));
        ?>
px; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_site_title_color')) {
        ?>
		h1.site-title a { color: <?php 
        echo esc_attr(get_theme_mod('properlite_site_title_color', '#ffffff'));
        ?>
; } 
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_archive_border')) {
        ?>
		#archive-content-container article { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_archive_border', '#ededed'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_archive_hover')) {
        ?>
 
		#archive-content-container article:hover { background: <?php 
        echo esc_attr(get_theme_mod('properlite_archive_hover', '#f9f9f9'));
        ?>
; } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_social_color')) {
        ?>
		.social-media-icons li .fa { color: <?php 
        echo esc_attr(get_theme_mod('properlite_social_color', '#ffffff'));
        ?>
;  } 
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_social_color_hover')) {
        ?>
		.social-media-icons li .fa:hover { color: <?php 
        echo esc_attr(get_theme_mod('properlite_social_color_hover', '#999999'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_social_text_size')) {
        ?>
 
		.social-media-icons li .fa { font-size: <?php 
        echo esc_attr(get_theme_mod('properlite_social_text_size', '20'));
        ?>
px; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_custom_color')) {
        ?>
		button, input[type="button"], input[type="reset"], input[type="submit"] { background: <?php 
        echo esc_attr(get_theme_mod('properlite_custom_color', '#111111'));
        ?>
; }  
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_custom_color')) {
        ?>
 
		button, input[type="button"], input[type="reset"], input[type="submit"] { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_custom_color', '#111111'));
        ?>
; }   
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_custom_color_hover')) {
        ?>
		button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background: <?php 
        echo esc_attr(get_theme_mod('properlite_custom_color_hover', '#444444'));
        ?>
; }  
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_custom_color_hover')) {
        ?>
		button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_custom_color_hover', '#444444'));
        ?>
; }   
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_slider_title')) {
        ?>
		.hero-content-container .hero-content h2 { color: <?php 
        echo esc_attr(get_theme_mod('properlite_slider_title', '#ffffff'));
        ?>
; }    
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_slider_text_color')) {
        ?>
		.hero-content-container .hero-content p { color: <?php 
        echo esc_attr(get_theme_mod('properlite_slider_text_color', '#ffffff'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_slider_button_color')) {
        ?>
		 .hero-content button { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_slider_button_color', '#ffffff'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_slider_button_color_hover')) {
        ?>
		 .hero-content button:hover { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_slider_button_color_hover', '#ffffff'));
        ?>
; }
		<?php 
    }
    ?>
 
		
		
		<?php 
    if (get_theme_mod('properlite_plugin_service_page_icon_color')) {
        ?>
  
		  #mt-services .service-content .fa, .shortcodes .service-content .fa  { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_service_page_icon_color', '#404040'));
        ?>
; }   
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_plugin_service_page_icon_bg_color')) {
        ?>
 
		  #mt-services .service-content .fa, .shortcodes .service-content .fa  { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_service_page_icon_bg_color'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_service_page_icon_border_color')) {
        ?>
  
		  #mt-services .service-content .fa, .shortcodes .service-content .fa  { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_service_page_icon_border_color', '#404040'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_project_hover_color')) {
        ?>
 
		 .project-box { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_project_hover_color', '#151515'));
        ?>
; }  
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_project_hover_text_color')) {
        ?>
		.home-widget .project-box .project-content h3, .project-box .project-content h3 { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_project_hover_text_color', '#ffffff'));
        ?>
 !important; }   
		<?php 
    }
    ?>
		
		
		<?php 
    if (get_theme_mod('properlite_plugin_team_icon_hover')) {
        ?>
 
		 .shortcodes .member .fa:hover  { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_team_icon_hover', '#ffffff'));
        ?>
; }   
		<?php 
    }
    ?>
  
		
		<?php 
    if (get_theme_mod('properlite_plugin_team_icon_bg_hover')) {
        ?>
 
		 .shortcodes .member .fa:hover  { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_team_icon_bg_hover', '#1f2023'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_team_icon_bg_hover')) {
        ?>
 
		 .shortcodes .member .fa:hover  { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_team_icon_bg_hover', '#1f2023'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_plugin_team_icon_border')) {
        ?>
 
		 .shortcodes .member .fa  { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_team_icon_border', '#1f2023'));
        ?>
; }   
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_plugin_team_icon')) {
        ?>
 
		 .shortcodes .member .fa  { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_team_icon', '#1f2023'));
        ?>
; }  
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_team_divider')) {
        ?>
		.shortcodes .member h3::after { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_team_divider', '#222222'));
        ?>
; }  
		<?php 
    }
    ?>
 
		
		
		
		<?php 
    if (get_theme_mod('properlite_plugin_testimonial_bg')) {
        ?>
 
		 #secondary > #mt-testimonials .testimonial p, .shortcodes .testimonial p  { background: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_testimonial_bg', '#ffffff'));
        ?>
; }   
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_plugin_testimonial_text_color')) {
        ?>
 
		 #secondary > #mt-testimonials .testimonial p, .shortcodes .testimonial p  { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_testimonial_text_color', '#404040'));
        ?>
; }
		<?php 
    }
    ?>
		
		<?php 
    if ('option1' == properlite_sanitize_index_content(get_theme_mod('properlite_plugin_testimonial_font_style'))) {
        ?>
		#secondary > #mt-testimonials .testimonial p, .shortcodes .testimonial p  { font-style: italic; } 
		<?php 
    } else {
        ?>
		#secondary > #mt-testimonials .testimonial p, .shortcodes .testimonial p  { font-style: normal; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_plugin_skill_color')) {
        ?>
 
		.progressBar div { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_skill_color', '#12cc96'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_skill_bg_color')) {
        ?>
 
		.progressBar { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_skill_bg_color', '#dddddd'));
        ?>
; }   
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_plugin_detail_icon_color')) {
        ?>
 
		#mt-details .fa { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_detail_icon_color', '#404040'));
        ?>
; }   
		<?php 
    }
    ?>
   
		
		<?php 
    if (get_theme_mod('properlite_plugin_detail_text_color')) {
        ?>
 
		.odometer.odometer-auto-theme, .odometer.odometer-theme-default { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_detail_text_color', '#404040'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_columns_icon_color')) {
        ?>
 
		#mt-columns .fa { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_columns_icon_color', '#404040'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_columns_link_color')) {
        ?>
 
		#mt-columns a { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_columns_link_color', '#000000'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_columns_hover_color')) {
        ?>
 
		#mt-columns a:hover { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_columns_hover_color', '#999999'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_news_bg_color')) {
        ?>
 
		.news-box { background: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_news_bg_color', '#f5f5f3'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_news_text_color')) {
        ?>
 
		.news-info h3 { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_news_text_color', '#252525'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_news_date_color')) {
        ?>
 
		.news-info h6 { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_news_date_color', '#636363'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_news_button_color')) {
        ?>
 
		.news-content button { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_news_button_color', '#111111'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_news_button_color')) {
        ?>
 
		.news-content button { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_news_button_color', '#111111'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_news_button_text_color')) {
        ?>
 
		.news-content button { color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_news_button_text_color', '#111111'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_news_button_hover_color')) {
        ?>
 
		.news-content button:hover { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_news_button_hover_color', '#444444'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_plugin_news_button_hover_color')) {
        ?>
 
		.news-content button:hover { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_plugin_news_button_hover_color', '#444444'));
        ?>
; }   
		<?php 
    }
    ?>
 
		
		<?php 
    if ('option1' == properlite_sanitize_index_content(get_theme_mod('properlite_plugin_news_text_style'))) {
        ?>
		.news-info > div { text-align: left; }
		<?php 
    } else {
        ?>
		.news-info > div { text-align: center; }
		<?php 
    }
    ?>
		
		<?php 
    if (get_theme_mod('properlite_button_text_color')) {
        ?>
 
		#home-hero button { color: <?php 
        echo esc_attr(get_theme_mod('properlite_button_text_color', '#ffffff'));
        ?>
; }
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_button_bg_color')) {
        ?>
 
		#home-hero button { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_button_bg_color', '#111111'));
        ?>
; }
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_button_bg_color')) {
        ?>
 
		#home-hero button { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_button_bg_color', '#111111'));
        ?>
; }
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_button_hover_color')) {
        ?>
 
		#home-hero button:hover { border-color: <?php 
        echo esc_attr(get_theme_mod('properlite_button_hover_color', '#444444'));
        ?>
; }
		<?php 
    }
    ?>
 
		
		<?php 
    if (get_theme_mod('properlite_button_hover_color')) {
        ?>
 
		#home-hero button:hover { background-color: <?php 
        echo esc_attr(get_theme_mod('properlite_button_hover_color', '#444444'));
        ?>
; }
		<?php 
    }
    ?>
		
		  
	</style>
<?php 
}