= 0 && $ac_care_logo_size <= 100) { $calculated_width = $ac_care_logo_size * 3.5; $ac_care_custom_style .= ' .custom-logo-link img {'; $ac_care_custom_style .= ' width: ' . esc_attr($calculated_width) . 'px;'; $ac_care_custom_style .= ' }'; } } //top header color $ac_care_topheader_phonetext_color = get_theme_mod('ac_care_topheader_phonetext_color','#fff'); if( $ac_care_topheader_phonetext_color != ''){ $ac_care_custom_style .=' .call p.calltext {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_topheader_phonetext_color).';'; $ac_care_custom_style .=' }'; } $ac_care_topheader_phonenbr_color = get_theme_mod('ac_care_topheader_phonenbr_color','#fff'); if( $ac_care_topheader_phonenbr_color != ''){ $ac_care_custom_style .=' .call p {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_topheader_phonenbr_color).';'; $ac_care_custom_style .=' }'; } $ac_care_topheader_menu_color = get_theme_mod('ac_care_topheader_menu_color','#fff'); if( $ac_care_topheader_menu_color != ''){ $ac_care_custom_style .=' .nav-menu ul li a {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_topheader_menu_color).';'; $ac_care_custom_style .=' }'; } // Slider section css $ac_care_slider_font_size = get_theme_mod('ac_care_slider_font_size'); if( $ac_care_slider_font_size != ''){ $ac_care_custom_style .=' #slider h2 a {'; $ac_care_custom_style .=' font-size: '.esc_attr($ac_care_slider_font_size).'px;'; $ac_care_custom_style .=' }'; } $ac_care_slider_text_font_size = get_theme_mod('ac_care_slider_text_font_size'); if( $ac_care_slider_text_font_size != ''){ $ac_care_custom_style .=' #slider p {'; $ac_care_custom_style .=' font-size: '.esc_attr($ac_care_slider_text_font_size).'px;'; $ac_care_custom_style .=' }'; } $ac_care_slider_text_color = get_theme_mod('ac_care_slider_text_color','#fff'); if( $ac_care_slider_text_color != ''){ $ac_care_custom_style .=' #slider h2 a,#slider p {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_slider_text_color).';'; $ac_care_custom_style .=' }'; } $ac_care_slider_btn_color = get_theme_mod('ac_care_slider_btn_color'); $ac_care_slider_btnbg_color = get_theme_mod('ac_care_slider_btnbg_color'); if( $ac_care_slider_btn_color != ''){ $ac_care_custom_style .=' #slider a.read-btn {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_slider_btn_color).' !important; background-color: '.esc_attr($ac_care_slider_btnbg_color).' !important;'; $ac_care_custom_style .=' }'; } $ac_care_slider_np_color = get_theme_mod('ac_care_slider_np_color'); $ac_care_slider_npbg_color = get_theme_mod('ac_care_slider_npbg_color'); if( $ac_care_slider_np_color != ''){ $ac_care_custom_style .=' #slider .carousel-control-prev-icon i, #slider .carousel-control-next-icon i {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_slider_np_color).'; background-color: '.esc_attr($ac_care_slider_npbg_color).';'; $ac_care_custom_style .=' }'; } // service section padding $ac_care_service_section_padding = get_theme_mod('ac_care_service_section_padding'); if( $ac_care_service_section_padding != ''){ $ac_care_custom_style .=' #services-section {'; $ac_care_custom_style .=' padding-top: '.esc_attr($ac_care_service_section_padding).'px; padding-bottom: '.esc_attr($ac_care_service_section_padding).'px;'; $ac_care_custom_style .=' }'; } $ac_care_service_img_size = get_theme_mod('ac_care_service_img_size'); if( $ac_care_service_img_size != ''){ $ac_care_custom_style .=' #services-section .services-box img {'; $ac_care_custom_style .=' width: '.esc_attr($ac_care_service_img_size).'px; height: '.esc_attr($ac_care_service_img_size).'px;'; $ac_care_custom_style .=' }'; } $ac_care_services_section_title_color = get_theme_mod('ac_care_services_section_title_color'); if( $ac_care_services_section_title_color != ''){ $ac_care_custom_style .=' #services-section h3 {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_services_section_title_color).';'; $ac_care_custom_style .=' }'; } $ac_care_services_title_color = get_theme_mod('ac_care_services_title_color'); if( $ac_care_services_title_color != ''){ $ac_care_custom_style .=' #services-section .services-box h4 a {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_services_title_color).';'; $ac_care_custom_style .=' }'; } $ac_care_services_text_color = get_theme_mod('ac_care_services_text_color'); if( $ac_care_services_text_color != ''){ $ac_care_custom_style .=' #services-section .services-box p {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_services_text_color).';'; $ac_care_custom_style .=' }'; } $ac_care_services_btn_color = get_theme_mod('ac_care_services_btn_color'); if( $ac_care_services_btn_color != ''){ $ac_care_custom_style .=' #services-section a.seemore-btn {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_services_btn_color).';'; $ac_care_custom_style .=' }'; } $ac_care_services_btnbg_color1 = get_theme_mod('ac_care_services_btnbg_color1'); $ac_care_services_btnbg_color2 = get_theme_mod('ac_care_services_btnbg_color2'); if( $ac_care_services_btnbg_color1 != ''){ $ac_care_custom_style .=' #services-section a.seemore-btn {'; $ac_care_custom_style .=' background: linear-gradient(45deg, '.esc_attr($ac_care_services_btnbg_color1).', '.esc_attr($ac_care_services_btnbg_color2).' 100%) no-repeat;'; $ac_care_custom_style .=' }'; } // Site Title color $ac_care_title_tagline_color = get_theme_mod('ac_care_title_tagline_color','#fff'); if( $ac_care_title_tagline_color != ''){ $ac_care_custom_style .=' p.site-title a,p.site-description {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_title_tagline_color).';'; $ac_care_custom_style .=' }'; } // Site Title Font Size $ac_care_site_title_font_size = get_theme_mod('ac_care_site_title_font_size'); if( $ac_care_site_title_font_size != ''){ $ac_care_custom_style .=' .logo h1.site-title, .logo p.site-title {'; $ac_care_custom_style .=' font-size: '.esc_attr($ac_care_site_title_font_size).'px;'; $ac_care_custom_style .=' }'; } // Site Title Font Size $ac_care_site_tagline_font_size = get_theme_mod('ac_care_site_tagline_font_size'); if( $ac_care_site_tagline_font_size != ''){ $ac_care_custom_style .=' .logo p.site-description {'; $ac_care_custom_style .=' font-size: '.esc_attr($ac_care_site_tagline_font_size).'px;'; $ac_care_custom_style .=' }'; } //layout width $ac_care_boxfull_width = get_theme_mod('ac_care_boxfull_width'); if ($ac_care_boxfull_width !== '') { switch ($ac_care_boxfull_width) { case 'container': $ac_care_custom_style .= ' body, #header, .bottom-header { max-width: 1140px; width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }'; break; case 'container-fluid': $ac_care_custom_style .= ' body, #header, .bottom-header { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }'; break; case 'none': // No specific width specified, so no additional style needed. break; default: // Handle unexpected values. break; } } //Menu animation $ac_care_dropdown_anim = get_theme_mod('ac_care_dropdown_anim'); if ( $ac_care_dropdown_anim != '') { $ac_care_custom_style .=' .nav-menu ul ul {'; $ac_care_custom_style .=' animation:'.esc_attr($ac_care_dropdown_anim).' 1s ease;'; $ac_care_custom_style .=' }'; } // Copyright padding $ac_care_copyright_padding = get_theme_mod('ac_care_copyright_padding'); if( $ac_care_copyright_padding != ''){ $ac_care_custom_style .=' .site-info {'; $ac_care_custom_style .=' padding-top: '.esc_attr($ac_care_copyright_padding).'px; padding-bottom: '.esc_attr($ac_care_copyright_padding).'px;'; $ac_care_custom_style .=' }'; } $ac_care_topbtm_color = get_theme_mod('ac_care_topbtm_color'); if( $ac_care_topbtm_color != ''){ $ac_care_custom_style .=' .back-to-top-text {'; $ac_care_custom_style .=' color: '.esc_attr($ac_care_topbtm_color).';'; $ac_care_custom_style .=' }'; } $ac_care_topbtmbg_color = get_theme_mod('ac_care_topbtmbg_color'); if( $ac_care_topbtmbg_color != ''){ $ac_care_custom_style .=' .back-to-top:after {'; $ac_care_custom_style .=' background: '.esc_attr($ac_care_topbtmbg_color).';'; $ac_care_custom_style .=' }'; } $ac_care_topbtmbghvr_color = get_theme_mod('ac_care_topbtmbghvr_color'); if( $ac_care_topbtmbghvr_color != ''){ $ac_care_custom_style .=' .back-to-top:hover::after{'; $ac_care_custom_style .=' background-color: '.esc_attr($ac_care_topbtmbghvr_color).'; !important'; $ac_care_custom_style .=' }'; } // Header Image $header_image_url = ac_care_banner_image( $image_url = '' ); if( $header_image_url != ''){ $ac_care_custom_style .=' #inner-pages-header {'; $ac_care_custom_style .=' background-image: url('. esc_url( $header_image_url ).'); background-size: cover; background-repeat: no-repeat; background-attachment: fixed;'; $ac_care_custom_style .=' }'; $ac_care_custom_style .=' .header-overlay {'; $ac_care_custom_style .=' position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #000; opacity: 0.3;'; $ac_care_custom_style .=' }'; } else { $ac_care_custom_style .=' #inner-pages-header {'; $ac_care_custom_style .=' background:linear-gradient(0deg,#ccc,#0a0607 80%) no-repeat; '; $ac_care_custom_style .=' }'; } $ac_care_slider_hide_show = get_theme_mod('ac_care_slider_hide_show',false); if( $ac_care_slider_hide_show == true){ $ac_care_custom_style .=' .page-template-custom-home-page #inner-pages-header {'; $ac_care_custom_style .=' display:none;'; $ac_care_custom_style .=' }'; }