| Server IP : 104.26.5.103 / Your IP : 216.73.216.4 Web Server : nginx/1.27.1 System : Linux in-5 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64 User : arabianexpress ( 1872) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v9321/blueoceanprod/public_html/wp-content/themes/techkit/inc/ |
Upload File : |
<?php
/**
* @author RadiusTheme
* @since 1.0
* @version 1.0
*/
/*-------------------------------------
INDEX
=======================================
#. Container
#. Typography
#. Top Bar
#. Header
#. Banner
#. Footer
#. Widgets
#. Inner Contents
#. Error 404
#. comment
#. Buttons
#. Single Content
#. Archive Contents
#. Pagination
#. Fluent form
#. Single Team
#. Miscellaneous
#. Woocommerce
-------------------------------------*/
$primary_color = TechkitTheme::$options['primary_color']; // #0554f2
$primary_rgb = TechkitTheme_Helper::hex2rgb( $primary_color ); // 5, 84, 242
$secondary_color = TechkitTheme::$options['secondary_color']; // #14133b
$secondary_rgb = TechkitTheme_Helper::hex2rgb( $secondary_color ); // 20, 19, 59
$container_width = TechkitTheme::$options['container_width']; // Grid Container width
$menu_color = TechkitTheme::$options['menu_color'];
$menu_color_tr = TechkitTheme::$options['menu_color_tr'];
$menu_hover_color = TechkitTheme::$options['menu_hover_color'];
$submenu_color = TechkitTheme::$options['submenu_color'];
$submenu_bgcolor = TechkitTheme::$options['submenu_bgcolor'];
$submenu_hover_color = TechkitTheme::$options['submenu_hover_color'];
$submenu_hover_bgcolor = TechkitTheme::$options['submenu_hover_bgcolor'];
$techkit_typo_body = TechkitTheme::$options['typo_body'];
$techkit_typo_h1 = TechkitTheme::$options['typo_h1'];
$techkit_typo_h2 = TechkitTheme::$options['typo_h2'];
$techkit_typo_h3 = TechkitTheme::$options['typo_h3'];
$techkit_typo_h4 = TechkitTheme::$options['typo_h4'];
$techkit_typo_h5 = TechkitTheme::$options['typo_h5'];
$techkit_typo_h6 = TechkitTheme::$options['typo_h6'];
/* = Body Typo Area
=======================================================*/
$typo_body = json_decode( TechkitTheme::$options['typo_body'], true );
if ($typo_body['font'] == 'Inherit') {
$typo_body['font'] = 'Roboto';
} else {
$typo_body['font'] = $typo_body['font'];
}
/* = Menu Typo Area
=======================================================*/
$typo_menu = json_decode( TechkitTheme::$options['typo_menu'], true );
if ($typo_menu['font'] == 'Inherit') {
$typo_menu['font'] = 'Barlow';
} else {
$typo_menu['font'] = $typo_menu['font'];
}
$typo_sub_menu = json_decode( TechkitTheme::$options['typo_sub_menu'], true );
if ($typo_sub_menu['font'] == 'Inherit') {
$typo_sub_menu['font'] = 'Barlow';
} else {
$typo_sub_menu['font'] = $typo_sub_menu['font'];
}
/* = Heading Typo Area
=======================================================*/
$typo_heading = json_decode( TechkitTheme::$options['typo_heading'], true );
if ($typo_heading['font'] == 'Inherit') {
$typo_heading['font'] = 'Barlow';
} else {
$typo_heading['font'] = $typo_heading['font'];
}
$typo_h1 = json_decode( TechkitTheme::$options['typo_h1'], true );
if ($typo_h1['font'] == 'Inherit') {
$typo_h1['font'] = 'Barlow';
} else {
$typo_h1['font'] = $typo_h1['font'];
}
$typo_h2 = json_decode( TechkitTheme::$options['typo_h2'], true );
if ($typo_h2['font'] == 'Inherit') {
$typo_h2['font'] = 'Barlow';
} else {
$typo_h2['font'] = $typo_h2['font'];
}
$typo_h3 = json_decode( TechkitTheme::$options['typo_h3'], true );
if ($typo_h3['font'] == 'Inherit') {
$typo_h3['font'] = 'Barlow';
} else {
$typo_h3['font'] = $typo_h3['font'];
}
$typo_h4 = json_decode( TechkitTheme::$options['typo_h4'], true );
if ($typo_h4['font'] == 'Inherit') {
$typo_h4['font'] = 'Barlow';
} else {
$typo_h4['font'] = $typo_h4['font'];
}
$typo_h5 = json_decode( TechkitTheme::$options['typo_h5'], true );
if ($typo_h5['font'] == 'Inherit') {
$typo_h5['font'] = 'Barlow';
} else {
$typo_h5['font'] = $typo_h5['font'];
}
$typo_h6 = json_decode( TechkitTheme::$options['typo_h6'], true );
if ($typo_h6['font'] == 'Inherit') {
$typo_h6['font'] = 'Barlow';
} else {
$typo_h6['font'] = $typo_h6['font'];
}
?>
<?php
/*-------------------------------------
#. Container
---------------------------------------*/
?>
@media ( min-width:1200px ) {
.container {
max-width: <?php echo esc_html( $container_width ); ?>px;
}
}
a {
color: <?php echo esc_html( $primary_color ); ?>;
}
a:hover {
color: <?php echo esc_html( $secondary_color ); ?>;
}
.primary-color {
color: <?php echo esc_html( $primary_color ); ?>;
}
.secondary-color {
color: <?php echo esc_html( $secondary_color ); ?>;
}
#preloader {
background-color: <?php echo esc_html( TechkitTheme::$options['preloader_bg_color'] ); ?>;
}
.loader .cssload-inner.cssload-one,
.loader .cssload-inner.cssload-two,
.loader .cssload-inner.cssload-three {
border-color: <?php echo esc_html( $primary_color ); ?>;
}
.scroll-wrap:after {
color: <?php echo esc_html( $primary_color ); ?>;
}
.scroll-wrap svg.scroll-circle path {
stroke: <?php echo esc_html( $primary_color ); ?>;
}
<?php
/*-------------------------------------
#. Typography
---------------------------------------*/
?>
body {
color: <?php echo esc_html( TechkitTheme::$options['body_color'] ); ?>;
font-family: '<?php echo esc_html( $typo_body['font'] ); ?>', sans-serif;
font-size: <?php echo esc_html( TechkitTheme::$options['typo_body_size'] ) ?>;
line-height: <?php echo esc_html( TechkitTheme::$options['typo_body_height'] ); ?>;
font-weight : <?php echo esc_html( $typo_body['regularweight'] ) ?>;
font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
font-family: '<?php echo esc_html( $typo_heading['font'] ); ?>', sans-serif;
font-weight : <?php echo esc_html( $typo_heading['regularweight'] ); ?>;
}
<?php if (!empty($typo_h1['font'])){ ?>
h1 {
font-family: '<?php echo esc_html( $typo_h1['font'] ); ?>', sans-serif;
font-weight : <?php echo esc_html( $typo_h1['regularweight'] ); ?>;
}
<?php } ?>
h1 {
font-size: <?php echo esc_html( TechkitTheme::$options['typo_h1_size'] ); ?>;
line-height: <?php echo esc_html( TechkitTheme::$options['typo_h1_height'] ); ?>;
font-style: normal;
}
<?php if (!empty($typo_h2['font'])) { ?>
h2 {
font-family: '<?php echo esc_html( $typo_h2['font'] ); ?>', sans-serif;
font-weight : <?php echo esc_html( $typo_h2['regularweight'] ); ?>;
}
<?php } ?>
h2 {
font-size: <?php echo esc_html( TechkitTheme::$options['typo_h2_size'] ); ?>;
line-height: <?php echo esc_html( TechkitTheme::$options['typo_h2_height'] ); ?>;
font-style: normal;
}
<?php if (!empty($typo_h3['font'])) { ?>
h3 {
font-family: '<?php echo esc_html( $typo_h3['font'] ); ?>', sans-serif;
font-weight : <?php echo esc_html( $typo_h3['regularweight'] ); ?>;
}
<?php } ?>
h3 {
font-size: <?php echo esc_html( TechkitTheme::$options['typo_h3_size'] ); ?>;
line-height: <?php echo esc_html( TechkitTheme::$options['typo_h3_height'] ); ?>;
font-style: normal;
}
<?php if (!empty($typo_h4['font'])) { ?>
h4 {
font-family: '<?php echo esc_html( $typo_h4['font'] ); ?>', sans-serif;
font-weight : <?php echo esc_html( $typo_h4['regularweight'] ); ?>;
}
<?php } ?>
h4 {
font-size: <?php echo esc_html( TechkitTheme::$options['typo_h4_size'] ); ?>;
line-height: <?php echo esc_html( TechkitTheme::$options['typo_h4_height'] ); ?>;
font-style: normal;
}
<?php if (!empty($typo_h5['font'])) { ?>
h5 {
font-family: '<?php echo esc_html( $typo_h5['font'] ); ?>', sans-serif;
font-weight : <?php echo esc_html( $typo_h5['regularweight'] ); ?>;
}
<?php } ?>
h5 {
font-size: <?php echo esc_html( TechkitTheme::$options['typo_h5_size'] ); ?>;
line-height: <?php echo esc_html( TechkitTheme::$options['typo_h5_height'] ); ?>;
font-style: normal;
}
<?php if (!empty($typo_h6['font'])) { ?>
h6 {
font-family: '<?php echo esc_html( $typo_h6['font'] ); ?>', sans-serif;
font-weight : <?php echo esc_html( $typo_h6['regularweight'] ); ?>;
}
<?php } ?>
h6 {
font-size: <?php echo esc_html( TechkitTheme::$options['typo_h6_size'] ); ?>;
line-height: <?php echo esc_html( TechkitTheme::$options['typo_h6_height'] ); ?>;
font-style: normal;
}
<?php
/*-------------------------------------
#. Top Bar
---------------------------------------*/
?>
.topbar-style-1 .header-top-bar {
background-color: <?php echo esc_html( TechkitTheme::$options['top_bar_bgcolor'] ); ?>;
color: <?php echo esc_html( TechkitTheme::$options['top_bar_color'] ); ?>;
}
.topbar-style-1 .header-top-bar a {
color: <?php echo esc_html( TechkitTheme::$options['top_bar_color'] ); ?>;
}
.topbar-style-1 .tophead-left i,
.topbar-style-1 .tophead-right .header-button i,
.topbar-style-1 .tophead-right .tophead-social a:hover {
color: <?php echo esc_html( TechkitTheme::$options['top_baricon_color'] ); ?>;
}
.topbar-style-1.trheader .header-top-bar {
color: <?php echo esc_html( TechkitTheme::$options['top_bar_color_tr'] ); ?>;
}
.topbar-style-1.trheader .header-top-bar a {
color: <?php echo esc_html( TechkitTheme::$options['top_bar_color_tr'] ); ?>;
}
.topbar-style-1.trheader .header-top-bar .tophead-right i,
.topbar-style-1.trheader .header-top-bar .tophead-left i:before {
color: <?php echo esc_html( TechkitTheme::$options['top_baricon_color_tr'] ); ?>;
}
.topbar-style-1 .header-top-bar a:hover {
color: <?php echo esc_html( TechkitTheme::$options['top_baricon_color'] ); ?>;
}
.topbar-style-2 .header-top-bar {
background-color: <?php echo esc_html( TechkitTheme::$options['top_bar_bgcolor_2'] ); ?>;
color: <?php echo esc_html( TechkitTheme::$options['top_bar_color_2'] ); ?>;
}
.topbar-style-2 .header-top-bar a {
color: <?php echo esc_html( TechkitTheme::$options['top_bar_color_2'] ); ?>;
}
.topbar-style-2 .tophead-left i {
color: <?php echo esc_html( TechkitTheme::$options['top_baricon_color_2'] ); ?>;
}
.topbar-style-2 .header-top-bar .tophead-right a:hover i,
.topbar-style-2 .header-top-bar .tophead-left a:hover {
color: <?php echo esc_html( $primary_color ); ?>;
}
.topbar-style-2.trheader .header-top-bar,
.topbar-style-2.trheader .header-top-bar a {
color: <?php echo esc_html( TechkitTheme::$options['top_bar_color_tr_2'] ); ?>;
}
.topbar-style-2.trheader .header-top-bar .tophead-right i,
.topbar-style-2.trheader .header-top-bar .tophead-left i:before {
color: <?php echo esc_html( TechkitTheme::$options['top_baricon_color_tr_2'] ); ?>;
}
.topbar-style-2 .header-top-bar .topbar_text a {
color: <?php echo esc_html( $primary_color ); ?>;
}
<?php
/*-------------------------------------
#. Header
---------------------------------------*/
?>
<?php // Main Menu ?>
.site-header .main-navigation nav ul li a {
font-family: '<?php echo esc_html( $typo_menu['font'] ); ?>', sans-serif;
font-size: <?php echo esc_html( TechkitTheme::$options['typo_menu_size'] ) ?>;
line-height: <?php echo esc_html( TechkitTheme::$options['typo_menu_height'] ); ?>;
font-weight : <?php echo esc_html( $typo_menu['regularweight'] ) ?>;
color: <?php echo esc_html( $menu_color ); ?>;
font-style: normal;
}
.site-header .main-navigation ul li ul li a {
font-family: '<?php echo esc_html( $typo_sub_menu['font'] ); ?>', sans-serif;
font-size: <?php echo esc_html( TechkitTheme::$options['typo_submenu_size'] ) ?>;
line-height: <?php echo esc_html( TechkitTheme::$options['typo_submenu_height'] ); ?>;
font-weight : <?php echo esc_html( $typo_sub_menu['regularweight'] ) ?>;
color: <?php echo esc_html( $submenu_color ); ?>;
font-style: normal;
}
.mean-container .mean-nav ul li a {
font-family: '<?php echo esc_html( $typo_menu['font'] ); ?>', sans-serif;
font-size: <?php echo esc_html( TechkitTheme::$options['typo_submenu_size'] ) ?>;
line-height: <?php echo esc_html( TechkitTheme::$options['typo_submenu_height'] ); ?>;
font-weight : <?php echo esc_html( $typo_menu['regularweight'] ) ?>;
font-style: normal;
}
.site-header .main-navigation ul.menu > li > a:hover {
color: <?php echo esc_html( $menu_hover_color ); ?>;
}
.site-header .main-navigation ul.menu li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
color: <?php echo esc_html( $menu_hover_color ); ?>;
}
.site-header .main-navigation ul.menu li.current-menu-ancestor > a {
color: <?php echo esc_html( $menu_hover_color ); ?>;
}
.trheader .site-header .rt-sticky .main-navigation ul.menu li.current-menu-ancestor > a {
color: <?php echo esc_html( $menu_hover_color ); ?>;
}
.header-style-1 .site-header .rt-sticky-menu .main-navigation nav > ul > li > a,
.header-style-2 .site-header .rt-sticky-menu .main-navigation nav > ul > li > a,
.header-style-3 .site-header .rt-sticky-menu .main-navigation nav > ul > li > a,
.header-style-4 .site-header .rt-sticky-menu .main-navigation nav > ul > li > a {
color: <?php echo esc_html( $menu_color ); ?>;
}
.header-style-1 .site-header .rt-sticky-menu .main-navigation nav > ul > li > a:hover,
.header-style-2 .site-header .rt-sticky-menu .main-navigation nav > ul > li > a:hover,
.header-style-3 .site-header .rt-sticky-menu .main-navigation nav > ul > li > a:hover,
.header-style-4 .site-header .rt-sticky-menu .main-navigation nav > ul > li > a:hover {
color: <?php echo esc_html( $menu_hover_color ); ?>;
}
.site-header .main-navigation nav ul li a.active {
color: <?php echo esc_html( $menu_hover_color );?>;
}
.site-header .main-navigation nav > ul > li > a::before {
background-color: <?php echo esc_html( $menu_hover_color ); ?>;
}
.header-style-1 .site-header .main-navigation ul.menu > li.current > a:hover,
.header-style-1 .site-header .main-navigation ul.menu > li.current-menu-item > a:hover,
.header-style-1 .site-header .main-navigation ul li a.active,
.header-style-1 .site-header .main-navigation ul.menu > li.current-menu-item > a,
.header-style-1 .site-header .main-navigation ul.menu > li.current > a {
color: <?php echo esc_html( $menu_hover_color );?>;
}
.info-menu-bar .cart-icon-area .cart-icon-num,
.header-search-field .search-form .search-button:hover {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.header-search-field .search-form .search-button {
background-color: <?php echo esc_html( $secondary_color ); ?>;
}
.additional-menu-area .sidenav-social span a {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.additional-menu-area .sidenav ul li a:hover {
color: <?php echo esc_html( $menu_hover_color );?>;
}
.rt-slide-nav .offscreen-navigation li.current-menu-item > a,
.rt-slide-nav .offscreen-navigation li.current-menu-parent > a {
color: <?php echo esc_html( $menu_hover_color ); ?>;
}
.rt-slide-nav .offscreen-navigation ul li > a:hover:before {
background-color: <?php echo esc_html( $menu_hover_color ); ?>;
}
<?php // Submenu ?>
.site-header .main-navigation ul li ul {
background-color: <?php echo esc_html( $submenu_bgcolor ); ?>;
}
.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
color: <?php echo esc_html( $submenu_hover_color );?>;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a:hover {
color: <?php echo esc_html( $submenu_hover_color ); ?>;
}
.site-header .main-navigation ul li ul.sub-menu li:hover > a:before {
background-color: <?php echo esc_html( $submenu_hover_color ); ?>;
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:hover:before {
color: <?php echo esc_html( $submenu_hover_color ); ?>;
}
.site-header .main-navigation ul li ul li:hover {
background-color: <?php echo esc_html( $submenu_hover_bgcolor ); ?>;
}
<?php // Transparent Menu ?>
.trheader .site-header .main-navigation nav > ul > li > a,
.trheader .site-header .main-navigation .menu > li > a {
color: <?php echo esc_html( $menu_color_tr ); ?>;
}
<?php // Multi Column Menu ?>
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
background-color: <?php echo esc_html( $submenu_bgcolor ); ?>
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
color: <?php echo esc_html( $submenu_color ); ?>
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:before {
color: <?php echo esc_html( $primary_color ); ?>;
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:before {
color: <?php echo esc_html( $submenu_color ); ?>;
}
<?php // Mean Menu ?>
.mean-container a.meanmenu-reveal,
.mean-container .mean-nav ul li a.mean-expand {
color: <?php echo esc_html( $primary_color ); ?>;
}
.mean-container a.meanmenu-reveal span {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav > ul > li.current-menu-item > a {
color: <?php echo esc_html( $menu_hover_color ); ?>;
}
.mean-container .mean-nav ul li.current_page_item > a,
.mean-container .mean-nav ul li.current-menu-item > a,
.mean-container .mean-nav ul li.current-menu-parent > a {
color: <?php echo esc_html( $primary_color );?>;
}
<?php // Header icons ?>
.site-header .search-box .search-text {
border-color: <?php echo esc_html( $primary_color );?>;
}
<?php // Header Layout 1 ?>
.header-style-1 .site-header .header-top .icon-left,
.header-style-1 .site-header .header-top .info-text a:hover {
color: <?php echo esc_html( $primary_color );?>;
}
<?php // Header Layout 2 ?>
.header-style-2 .header-icon-area .header-search-box a:hover i {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
<?php // Header Layout 3 ?>
.header-style-3 .site-header .info-wrap .info i {
color: <?php echo esc_html( $primary_color ); ?>;
}
<?php // Header Layout 4 ?>
.header-style-4.trheader .site-header .main-navigation nav > ul > li > a:hover {
color: <?php echo esc_html( $menu_hover_color );?>;
}
<?php // Header Layout 5 ?>
.header-style-5 .header-icon-area .contact-info .icon-left {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.header-style-5 .header-icon-area .search-icon a:hover {
color: <?php echo esc_html( $primary_color ); ?> !important;
}
.header-style-6 .header-icon-area .contact-info .info-text a {
color: <?php echo esc_html( $primary_color ); ?>;
}
<?php // Header option ?>
.header-offcanvus,
.header-button .button-btn {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.header-button .button-btn:hover {
background-color: <?php echo esc_html( $secondary_color ); ?>;
}
.additional-menu-area .sidenav-address span a:hover {
color: <?php echo esc_html( $primary_color ); ?>;
}
.additional-menu-area .sidecanvas {
background-color: <?php echo esc_html( $secondary_color ); ?>;
}
.mobile-top-bar .header-top .icon-left,
.mobile-top-bar .header-top .info-text a:hover {
color: <?php echo esc_html( $primary_color ); ?>;
}
<?php
/*-------------------------------------
#. Banner
---------------------------------------*/
?>
.entry-banner .entry-banner-content h1 {
color: <?php echo esc_html( TechkitTheme::$options['banner_heading_color'] );?>;
}
.breadcrumb-area .entry-breadcrumb span a,
.breadcrumb-trail ul.trail-items li a {
color: <?php echo esc_html( TechkitTheme::$options['breadcrumb_link_color'] );?>;
}
.breadcrumb-area .entry-breadcrumb span a:hover,
.breadcrumb-trail ul.trail-items li a:hover {
color: <?php echo esc_html( TechkitTheme::$options['breadcrumb_link_hover_color'] );?>;
}
.breadcrumb-trail ul.trail-items li,
.entry-banner .entry-breadcrumb .delimiter,
.entry-banner .entry-breadcrumb .dvdr {
color: <?php echo esc_html( TechkitTheme::$options['breadcrumb_seperator_color'] );?>;
}
.entry-banner:after {
background: rgba(20, 19, 59, <?php echo esc_html( TechkitTheme::$options['banner_bg_opacity'] ); ?>);
}
.entry-banner .entry-banner-content {
padding-top: <?php echo esc_html( TechkitTheme::$options['banner_top_padding'] ); ?>px;
padding-bottom: <?php echo esc_html( TechkitTheme::$options['banner_bottom_padding'] ); ?>px;
}
<?php
/*-------------------------------------
#. Footer
---------------------------------------*/
?>
.footer-area .widgettitle {
color: <?php echo esc_html( TechkitTheme::$options['footer_title_color'] ); ?>;
}
.footer-style-1 .footer-area {
background-color: <?php echo esc_html( TechkitTheme::$options['fbgcolor'] ); ?>;
color: <?php echo esc_html( TechkitTheme::$options['footer_color'] ); ?>;
}
.footer-top-area .widget a,
.footer-top-area .widget ul.menu li a:before,
.footer-top-area .widget_archive li a:before,
.footer-top-area ul li.recentcomments a:before,
.footer-top-area ul li.recentcomments span a:before,
.footer-top-area .widget_categories li a:before,
.footer-top-area .widget_pages li a:before,
.footer-top-area .widget_meta li a:before,
.footer-top-area .widget_recent_entries ul li a:before {
color: <?php echo esc_html( TechkitTheme::$options['footer_link_color'] ); ?>;
}
.footer-top-area .widget a:hover,
.footer-top-area .widget a:active,
.footer-top-area ul li a:hover i,
.footer-top-area .widget ul.menu li a:hover:before,
.footer-top-area .widget_archive li a:hover:before,
.footer-top-area .widget_categories li a:hover:before,
.footer-top-area .widget_pages li a:hover:before,
.footer-top-area .widget_meta li a:hover:before,
.footer-top-area .widget_recent_entries ul li a:hover:before{
color: <?php echo esc_html( TechkitTheme::$options['footer_link_hover_color'] ); ?>;
}
.footer-area .footer-social li a:hover,
.footer-top-area .rt_footer_social_widget .footer-social li a:hover {
background: <?php echo esc_html( $primary_color ); ?>;
}
.widget-open-hour ul.opening-schedule li .os-close {
color: <?php echo esc_html( $secondary_color ); ?>;
}
.footer-style-2 .footer-top-area {
background-color: <?php echo esc_html( TechkitTheme::$options['fbgcolor2'] ); ?>;
color: <?php echo esc_html( TechkitTheme::$options['footer_color'] ); ?>;
}
.footer-style-2 .footer-bottom-area {
background-color: <?php echo esc_html( TechkitTheme::$options['copyright_bgcolor'] ); ?>;
}
.footer-style-2 .footer-top-area .rt_footer_social_widget .footer-social li a:hover {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.rt-box-title-1 span {
border-top-color: <?php echo esc_html( $primary_color ); ?>;
}
.footer-area .copyright {
color: <?php echo esc_html( TechkitTheme::$options['copyright_text_color'] ); ?>;
}
.footer-area .copyright a {
color: <?php echo esc_html( TechkitTheme::$options['copyright_link_color'] ); ?>;
}
.footer-area .copyright a:hover {
color: <?php echo esc_html( TechkitTheme::$options['copyright_hover_color'] ); ?>;
}
.footer-style-3 .footer-area .widgettitle {
color: <?php echo esc_html( TechkitTheme::$options['footer3_title_color'] ); ?>;
}
.footer-style-3 .footer-top-area {
background-color: <?php echo esc_html( TechkitTheme::$options['fbgcolor3'] ); ?>;
color: <?php echo esc_html( TechkitTheme::$options['footer3_color'] ); ?>;
}
.footer-style-3 .footer-area .copyright {
color: <?php echo esc_html( TechkitTheme::$options['footer3_color'] ); ?>;
}
.footer-style-3 .footer-area .copyright a:hover {
color: <?php echo esc_html( TechkitTheme::$options['footer3_hover_color'] ); ?>;
}
.footer-style-3 .footer-top-area a,
.footer-style-3 .footer-area .copyright a,
.footer-style-3 .footer-top-area .widget ul.menu li a {
color: <?php echo esc_html( TechkitTheme::$options['footer3_link_color'] ); ?>;
}
.footer-style-3 .footer-top-area a:hover,
.footer-style-3 .footer-area .copyright a:hover,
.footer-style-3 .footer-top-area .widget ul.menu li a:hover {
color: <?php echo esc_html( TechkitTheme::$options['footer3_hover_color'] ); ?>;
}
.footer-style-3 .footer-top-area .widget ul.menu li a:after {
background-color: <?php echo esc_html( TechkitTheme::$options['footer3_hover_color'] ); ?>;
}
<?php
/*-------------------------------------
#. Widgets
---------------------------------------*/
?>
.search-form input:focus {
border-color: <?php echo esc_html( $primary_color ); ?>;
}
.sidebar-widget-area .rt_widget_recent_entries_with_image .media-body .posted-date a,
.sidebar-widget-area .widget ul li.active a,
.sidebar-widget-area .widget ul li.active a:before,
.footer-top-area .search-form input.search-submit,
.footer-top-area ul li:before,
.footer-top-area ul li a:before {
color: <?php echo esc_html( $primary_color ); ?>;
}
.footer-top-area .search-form input.search-submit,
.footer-top-area ul li a:before,
.footer-top-area .stylish-input-group .input-group-addon button i {
color: <?php echo esc_html( $primary_color ); ?>;
}
.footer-top-area .stylish-input-group .input-group-addon button:hover {
background: <?php echo esc_html( $primary_color ); ?>;
}
.footer-area .widgettitle:before {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.footer-topbar,
.footer-topbar .emergrncy-content-holder{
background: <?php echo esc_html( $primary_color ); ?>;
}
.footer-topbar .emergrncy-content-holder:before {
border-color: transparent <?php echo esc_html( $primary_color ); ?>;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:hover > span:before {
background-color: <?php echo esc_html( $secondary_color ); ?>;
}
.post-box-style .post-box-date ul li a,
.post-tab-layout .post-box-date ul li:first-child {
color: <?php echo esc_html( $primary_color ); ?>;
}
.search-form button,
.widget ul li a:hover,
.sidebar-widget-area .widget ul li a:hover,
.post-box-style .media-body h3 a:hover,
.post-tab-layout .entry-title a:hover,
.feature-post-layout .entry-title a:hover {
color: <?php echo esc_html( $primary_color ); ?>;
}
.feature-post-layout .post-box-date ul li.feature-date,
.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title a:hover {
color: <?php echo esc_html( $primary_color ); ?>;
}
.rt_widget_recent_entries_with_image .topic-box .post-date1 span {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.sidebar-widget-area .mc4wp-form .form-group .item-btn {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.sidebar-widget-area .mc4wp-form .form-group .item-btn:hover {
background-color: <?php echo esc_html( $secondary_color ); ?>;
}
.post-tab-layout ul.btn-tab li .active {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.call-to-action-content .rtin-des .item-btn:hover,
.sidebar-widget-area .widget .download-list ul li a {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.sidebar-widget-area .widget .download-list ul li a:hover {
background-color: <?php echo esc_html( $secondary_color ); ?>;
}
.sidebar-widget-area .widget_calendar td a,
.sidebar-widget-area .widget_calendar a:hover {
color: <?php echo esc_html( $primary_color ); ?>;
}
.footer-top-area .widget_calendar caption,
.sidebar-widget-area .widget_calendar caption,
.sidebar-widget-area .widget_calendar table td#today,
.footer-top-area .widget_calendar table td#today {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.widget_techkit_about_author .author-widget .about-social li a:hover {
background-color: <?php echo esc_html($primary_color); ?>;
}
<?php
/*-------------------------------------
#. Inner Contents
---------------------------------------*/
?>
.entry-footer .about-author .media-body .author-title,
.entry-footer .post-share > ul > li .tag-link,
.entry-title h1 a {
color: <?php echo esc_html( $primary_color );?>;
}
.entry-footer .post-share > ul > li .tag-link:hover {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.comments-area .main-comments .replay-area a:hover {
color: <?php echo esc_html( $primary_color );?>;
}
<?php
/*-------------------------------------
#. Error 404
---------------------------------------*/
?>
.error-page-area {
background-color: <?php echo esc_html( TechkitTheme::$options['error_bodybg'] );?>;
}
.error-page-area .text-1 {
color: <?php echo esc_html( TechkitTheme::$options['error_text1_color'] );?>;
}
.error-page-area .text-2 {
color: <?php echo esc_html( TechkitTheme::$options['error_text2_color'] );?>;
}
.error-page-area .error-page-content .go-home a:after {
background: <?php echo esc_html( $primary_color );?>;
}
.error-page-area .error-page-content .go-home a:before {
background: <?php echo esc_html( $secondary_color );?>;
}
<?php
/*-------------------------------------
#. Comment
---------------------------------------*/
?>
#respond form .btn-send {
background-color: <?php echo esc_html( $primary_color );?>;
}
#respond form .btn-send:hover {
background: <?php echo esc_html( $secondary_color );?>;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply {
background-color: <?php echo esc_html( $primary_color );?>;
}
.title-bar35:after {
background: <?php echo esc_html( $primary_color );?>;
}
form.post-password-form input[type="submit"] {
background: <?php echo esc_html( $primary_color );?>;
}
form.post-password-form input[type="submit"]:hover {
background: <?php echo esc_html( $secondary_color );?>;
}
<?php
/*------------------------------------
#. Buttons
------------------------------------*/
?>
.button-style-1,
.button-style-3 {
color: <?php echo esc_html( $primary_color );?>;
}
a.button-style-1:hover {
color: <?php echo esc_html( $primary_color );?>;
}
.button-style-2 {
background-color: <?php echo esc_html( $primary_color );?>;
}
.btn-common path.rt-button-cap,
.button-style-3.btn-common path.rt-button-cap {
stroke: <?php echo esc_html( $primary_color );?>;
}
a.button-style-3:hover {
border: 1px solid <?php echo esc_html( $primary_color );?>;
color: <?php echo esc_html( $primary_color );?>;
}
<?php
/*-------------------------------------
#. Single Content
---------------------------------------*/
?>
.entry-footer ul.item-tags li a:hover {
color: <?php echo esc_html( $primary_color );?>;
}
.rt-related-post-info .post-title a:hover,
.rt-related-post-info .post-date ul li.post-relate-date {
color: <?php echo esc_html( $primary_color );?>;
}
.about-author ul.author-box-social li a:hover {
color: <?php echo esc_html( $primary_color );?>;
}
.entry-footer .post-share .share-links a:hover {
color: <?php echo esc_html( $primary_color );?>;
}
.post-navigation a:hover,
.post-navigation .prev-article:hover,
.post-navigation .next-article:hover {
color: <?php echo esc_html( $primary_color );?>;
}
.entry-header .entry-meta ul li i,
.entry-header .entry-meta ul li a:hover {
color: <?php echo esc_html( $primary_color );?>;
}
.single-post .entry-content ol li:before,
.entry-content ol li:before {
background-color: <?php echo esc_html( $primary_color );?>;
}
.rt-related-post .title-section h2:after {
background-color: <?php echo esc_html( $primary_color );?>;
}
.entry-footer .item-tags a:hover {
background-color: <?php echo esc_html( $primary_color );?>;
}
.rt-related-post .owl-custom-nav .owl-prev:hover,
.rt-related-post .owl-custom-nav .owl-next:hover {
background-color: <?php echo esc_html( $primary_color );?>;
}
<?php
/*-------------------------------------
#. Archive Contents
---------------------------------------*/
?>
.blog-box .entry-content h3 a,
.blog-layout-2 .blog-box .entry-content h2 a {
color: <?php echo esc_html( $secondary_color );?>;
}
.blog-box .entry-content h3 a:hover,
.blog-box .entry-content .blog-cat a,
.blog-layout-2 .blog-box .entry-content h2 a:hover {
color: <?php echo esc_html( $primary_color );?>;
}
.blog-box .blog-img-holder:after {
background-image: linear-gradient(transparent, <?php echo esc_html( $primary_color );?>), linear-gradient(transparent, <?php echo esc_html( $primary_color );?>);
}
<?php
/*-------------------------------------
#. Pagination
---------------------------------------*/
?>
.pagination-area li.active a:hover,
.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area ul li span.current {
background-color: <?php echo esc_html( $primary_color );?>;
}
<?php
/*-------------------------------------
#. Fluent form
---------------------------------------*/
?>
.fluentform .get-form .ff-btn,
.fluentform .contact-form .ff-btn,
.fluentform .newsletter-form .ff-btn {
background-color: <?php echo esc_html( $primary_color );?>;
}
.fluentform .get-form .ff-btn:hover,
.fluentform .get-form .ff-btn:focus,
.fluentform .contact-form .ff-btn:hover,
.fluentform .contact-form .ff-btn:focus,
.fluentform .newsletter-form .ff-btn:hover,
.fluentform .newsletter-form .ff-btn:focus {
background-color: <?php echo esc_html( $secondary_color );?>;
}
.contact-form h3:after {
background-color: <?php echo esc_html( $primary_color );?>;
}
.fluentform .contact-form .ff-el-form-control:focus,
.fluentform .get-form .ff-el-form-control:focus {
border-color: <?php echo esc_html( $primary_color );?>;
}
.fluentform .contact-form .text-danger,
.fluentform .get-form .text-danger,
.fluentform .newsletter-form .text-danger {
color: <?php echo esc_html( $primary_color );?> !important;
}
.fluentform .contact-form .ff-el-is-error .ff-el-form-control,
.fluentform .contact-form.ff-el-is-error .ff-el-form-control,
.fluentform .get-form .ff-el-is-error .ff-el-form-control,
.fluentform .get-form.ff-el-is-error .ff-el-form-control,
.fluentform .newsletter-form .ff-el-is-error .ff-el-form-control,
.fluentform .newsletter-form.ff-el-is-error .ff-el-form-control {
border-color: <?php echo esc_html( $primary_color );?>;
}
<?php
/*-------------------------------------
#. Single Team
---------------------------------------*/
?>
.team-details-social li a {
background: <?php echo esc_html( $primary_color );?>;
border: 1px solid <?php echo esc_html( $primary_color );?>;
}
.team-details-social li:hover a {
border: 1px solid <?php echo esc_html( $primary_color );?>;
}
.team-details-social li:hover a i {
color: <?php echo esc_html( $primary_color );?>;
}
.skill-area .progress .lead {
border: 2px solid <?php echo esc_html( $primary_color );?>;
}
.skill-area .progress .progress-bar {
background: <?php echo esc_html( $primary_color );?>;
}
.team-details-info li i {
color: <?php echo esc_html( $primary_color );?>;
}
<?php
/*----------------------
#. Miscellaneous
----------------------*/
?>
.rt-drop,
.sidebar-widget-area .widget .corporate-address li i,
.sidebar-widget-area .widget .corporate-address li i.fa-map-marker,
.rt-news-box .post-cat span a:hover,
.rt-news-box .topic-box .post-date1 span a:hover,
.rt_widget_recent_entries_with_image .topic-box .post-date1 span a:hover,
.sidebar-widget-area .widget.title-style-1 h3.widgettitle,
.search-form input.search-submit,
ul.news-info-list li i,
.search-form input.search-submit:hover,
.rt-cat-list-widget li:hover a,
.footer-top-area .search-form input.search-submit,
.ui-cat-tag a:hover,
.entry-post-meta .post-author a:hover,
.post-detail-style2 .post-info-light ul li a:hover,
.post-detail-style2 .entry-meta li a:hover,
.entry-title a:hover,
.rt-blog-layout .entry-thumbnail-area ul li i,
.rt-blog-layout .entry-thumbnail-area ul li a:hover,
.rt-blog-layout .entry-content h3 a:hover,
.blog-layout-1 .entry-meta ul li a:hover,
.blog-box .blog-bottom-content-holder ul li i,
.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a:hover,
.entry-footer .share-social ul a:hover {
color: <?php echo esc_html( $primary_color );?>;
}
.rt-box-title-2,.blog-box .blog-img-holder .entry-content,
button, input[type="button"], input[type="reset"], input[type="submit"],
.sidebar-widget-area .widget.title-style-1 h3.widgettitle,
.rt-cat-list-widget li:before,
.elementor-widget-wp-widget-categories ul li:before,
.cat-holder-text,
.rt-blog-layout .entry-thumbnail-area ul .active,
.blog-layout-2 .entry-meta .blog-cat ul li a:hover,
.blog-layout-3 .entry-meta ul li.blog-cat li a:hover {
background-color: <?php echo esc_html( $primary_color );?>;
}
.elementor-widget-wp-widget-categories ul li a:before {
color: <?php echo esc_html( $primary_color );?>;
}
.elementor-widget-wp-widget-categories ul li:hover a {
color: <?php echo esc_html($secondary_color); ?>;
}
.post-detail-style2 .cat-holder:before {
border-top: 8px solid <?php echo esc_html( $primary_color );?>;
}
.footer-top-area .widget_tag_cloud a:hover {
background-color: <?php echo esc_html( $primary_color );?> !important;
}
.entry-content .wpb_layerslider_element a.layerslider-button,
.comments-area h3.comment-num:after {
background: <?php echo esc_html( $primary_color );?>;
}
.entry-content .btn-read-more-h-b, .pagination-area ul li span
.header-style-10.trheader #tophead .tophead-social li a:hover {
border: 1px solid <?php echo esc_html( $primary_color );?>;
}
.bottomBorder {
border-bottom: 2px solid <?php echo esc_html( $primary_color ); ?>;
}
.search-form input.search-field {
border-color: <?php echo esc_html( $primary_color ); ?>;
}
#respond form input:focus,
#respond form textarea:focus {
border-color: <?php echo esc_html( $primary_color ); ?>;
}
.search-form input.search-submit {
background-color: <?php echo esc_html( $primary_color ); ?>;
border: 2px solid <?php echo esc_html( $primary_color ); ?>;
}
.sidebar-widget-area .widget.title-style-1 h3.widgettitle span {
border-top: 10px solid <?php echo esc_html( $primary_color ); ?>;
}
.sidebar-widget-area .widget_tag_cloud a:hover,
.sidebar-widget-area .widget_product_tag_cloud a:hover {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.cat-holder:before {
border-top: 8px solid <?php echo esc_html( $primary_color ); ?>;
}
.footer-bottom-social ul li a {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.footer-bottom-social ul li a:hover {
background-color: <?php echo esc_html( $secondary_color ); ?>;
}
.page-links span.current .page-number,
.page-links a.post-page-numbers:hover .page-number {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
background-color: rgba(<?php echo esc_html( $primary_rgb );?>, 0.6);
}
<?php
/*----------------------
#. Woocommerce
----------------------*/
?>
.woocommerce .product-details-page .rtin-right span.price,
.woocommerce .product-details-page .rtin-right p.price,
.woocommerce .product-details-page .post-social-sharing ul.item-social li a:hover,
.woocommerce .product-details-page .rtin-right .wistlist-compare-box a:hover,
.woocommerce .rt-product-block .price-title-box .rtin-price,
.woocommerce .rt-product-block .rtin-buttons-area a:hover,
.woocommerce .rt-product-block .price-title-box .rtin-title a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a:hover,
.wishlist_table td a:hover,
.woocommerce-MyAccount-navigation ul li a:hover {
color: <?php echo esc_html( $primary_color ); ?>;
}
.cart-icon-area .cart-icon-num,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.btn-addto-cart a,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce a.button {
background-color: <?php echo esc_html( $primary_color ); ?>;
}
.btn-addto-cart a:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
background-color: <?php echo esc_html( $secondary_color ); ?>;
}
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
background-color: <?php echo esc_html( $secondary_color ); ?>;
}