SILENT KILLERPanel

Current Path: > home > transcarter > > www > > > wp-content > themes > bridge > css


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www///wp-content/themes/bridge/css

NameTypeSizeLast ModifiedActions
admin Directory - -
custom-styles Directory - -
dripicons Directory - -
elegant-icons Directory - -
font-awesome Directory - -
font-awesome-5 Directory - -
img Directory - -
kiko Directory - -
linea-icons Directory - -
print.css File 611 bytes March 10 2023 20:42:10.
responsive.css File 185463 bytes March 10 2023 20:42:10.
responsive.css.map File 351502 bytes March 10 2023 20:42:10.
responsive.min.css File 146800 bytes March 10 2023 20:42:10.
style_dynamic.php File 58 bytes March 10 2023 20:42:10.
style_dynamic_callback.php File 662625 bytes March 10 2023 20:42:10.
style_dynamic_responsive.php File 64 bytes March 10 2023 20:42:10.
style_dynamic_responsive_callback.php File 24213 bytes March 10 2023 20:42:10.
stylesheet.css File 1031157 bytes March 10 2023 20:42:10.
stylesheet.css.map File 1914673 bytes March 10 2023 20:42:10.
stylesheet.min.css File 811561 bytes March 10 2023 20:42:10.
timetable-schedule-responsive.css File 668 bytes March 10 2023 20:42:10.
timetable-schedule-responsive.css.map File 19635 bytes March 10 2023 20:42:10.
timetable-schedule-responsive.min.css File 493 bytes March 10 2023 20:42:10.
timetable-schedule.css File 10323 bytes March 10 2023 20:42:10.
timetable-schedule.css.map File 37722 bytes March 10 2023 20:42:10.
timetable-schedule.min.css File 8180 bytes March 10 2023 20:42:10.
vertical_responsive.css File 30534 bytes March 10 2023 20:42:10.
vertical_responsive.css.map File 62205 bytes March 10 2023 20:42:10.
vertical_responsive.min.css File 26301 bytes March 10 2023 20:42:10.
woocommerce.css File 151440 bytes March 10 2023 20:42:10.
woocommerce.css.map File 298541 bytes March 10 2023 20:42:10.
woocommerce.min.css File 129483 bytes March 10 2023 20:42:10.
woocommerce_responsive.css File 34078 bytes March 10 2023 20:42:10.
woocommerce_responsive.css.map File 74532 bytes March 10 2023 20:42:10.
woocommerce_responsive.min.css File 29546 bytes March 10 2023 20:42:10.

Reading File: /home/transcarter//www///wp-content/themes/bridge/css/style_dynamic_responsive_callback.php

<?php
$root = dirname(dirname(dirname(dirname(dirname(__FILE__)))));
if ( file_exists( $root.'/wp-load.php' ) ) {
    require_once( $root.'/wp-load.php' );
} else {
	$root = dirname(dirname(dirname(dirname(dirname(dirname(__FILE__))))));
	if ( file_exists( $root.'/wp-load.php' ) ) {
    	require_once( $root.'/wp-load.php' );
	}
}
header("Content-type: text/css; charset=utf-8");
?>
@media only screen and (max-width: 1000px){
	<?php if (!empty($bridge_qode_options['header_background_color'])) { ?>
	.header_bottom {
		background-color: <?php echo esc_attr($bridge_qode_options['header_background_color']);  ?>;
	}
	<?php } ?>
	<?php if (!empty($bridge_qode_options['mobile_background_color'])) { ?>
		.header_bottom,
		nav.mobile_menu{
			background-color: <?php echo esc_attr($bridge_qode_options['mobile_background_color']);  ?> !important;
		}
	<?php } ?>
	<?php if (isset($bridge_qode_options['blog_slider_box_width']) && $bridge_qode_options['blog_slider_box_width']!== '' && $bridge_qode_options['blog_slider_box_width'] <= 40){ ?>
		.blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2{
			width: <?php echo esc_attr($bridge_qode_options['blog_slider_box_width'])*1.3;?>%;
		}
	<?php }
	?>
	<?php if (isset($bridge_qode_options['margin_after_title_responsive']) && $bridge_qode_options['margin_after_title_responsive'] !== '' ) { ?>
		.content .container .container_inner.default_template_holder,
		.content .container .container_inner.page_container_inner {
			padding-top:<?php echo intval($bridge_qode_options['margin_after_title_responsive']);  ?>px !important; /*important because of the inline style on page*/
		}
	<?php } ?>
}
@media only screen and (min-width: 480px) and (max-width: 768px){
	
	<?php if (isset($bridge_qode_options['parallax_minheight']) && !empty($bridge_qode_options['parallax_minheight'])) { ?>
        section.parallax_section_holder{
			height: auto !important;
			min-height: <?php echo intval($bridge_qode_options['parallax_minheight']); ?>px;
		}
	<?php } ?>
	<?php if (isset($bridge_qode_options['header_background_color_mobile']) &&  !empty($bridge_qode_options['header_background_color_mobile'])) { ?>
		header{
			background-color: <?php echo esc_attr($bridge_qode_options['header_background_color_mobile']);  ?> !important;
			background-image:none;
		}
	<?php } ?>
}
@media only screen and (max-width: 768px){
	<?php if ((isset($bridge_qode_options['h1_fontsize_tablet']) && $bridge_qode_options['h1_fontsize_tablet'] !== '') || (isset($bridge_qode_options['h1_lineheight_tablet']) && $bridge_qode_options['h1_lineheight_tablet'] !== '') || (isset($bridge_qode_options['h1_letterspacing_tablet']) && $bridge_qode_options['h1_letterspacing_tablet'] !== '')) { ?>
		h1, h1 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h1.elementor-heading-title {
			<?php if (isset($bridge_qode_options['h1_fontsize_tablet']) && $bridge_qode_options['h1_fontsize_tablet'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h1_fontsize_tablet']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h1_lineheight_tablet']) && $bridge_qode_options['h1_lineheight_tablet'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h1_lineheight_tablet']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h1_letterspacing_tablet']) && $bridge_qode_options['h1_letterspacing_tablet'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h1_letterspacing_tablet']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['h2_fontsize_tablet']) && $bridge_qode_options['h2_fontsize_tablet'] !== '') || (isset($bridge_qode_options['h2_lineheight_tablet']) && $bridge_qode_options['h2_lineheight_tablet'] !== '') || (isset($bridge_qode_options['h2_letterspacing_tablet']) && $bridge_qode_options['h2_letterspacing_tablet'] !== '')) { ?>
		h2, h2 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h2.elementor-heading-title {
			<?php if (isset($bridge_qode_options['h2_fontsize_tablet']) && $bridge_qode_options['h2_fontsize_tablet'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h2_fontsize_tablet']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h2_lineheight_tablet']) && $bridge_qode_options['h2_lineheight_tablet'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h2_lineheight_tablet']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h2_letterspacing_tablet']) && $bridge_qode_options['h2_letterspacing_tablet'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h2_letterspacing_tablet']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['h3_fontsize_tablet']) && $bridge_qode_options['h3_fontsize_tablet'] !== '') || (isset($bridge_qode_options['h3_lineheight_tablet']) && $bridge_qode_options['h3_lineheight_tablet'] !== '') || (isset($bridge_qode_options['h3_letterspacing_tablet']) && $bridge_qode_options['h3_letterspacing_tablet'] !== '')) { ?>
		h3, h3 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h3.elementor-heading-title {
			<?php if (isset($bridge_qode_options['h3_fontsize_tablet']) && $bridge_qode_options['h3_fontsize_tablet'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h3_fontsize_tablet']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h3_lineheight_tablet']) && $bridge_qode_options['h3_lineheight_tablet'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h3_lineheight_tablet']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h3_letterspacing_tablet']) && $bridge_qode_options['h3_letterspacing_tablet'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h3_letterspacing_tablet']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['h4_fontsize_tablet']) && $bridge_qode_options['h4_fontsize_tablet'] !== '') || (isset($bridge_qode_options['h4_lineheight_tablet']) && $bridge_qode_options['h4_lineheight_tablet'] !== '') || (isset($bridge_qode_options['h4_letterspacing_tablet']) && $bridge_qode_options['h4_letterspacing_tablet'] !== '')) { ?>
		h4, h4 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h4.elementor-heading-title {
			<?php if (isset($bridge_qode_options['h4_fontsize_tablet']) && $bridge_qode_options['h4_fontsize_tablet'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h4_fontsize_tablet']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h4_lineheight_tablet']) && $bridge_qode_options['h4_lineheight_tablet'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h4_lineheight_tablet']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h4_letterspacing_tablet']) && $bridge_qode_options['h4_letterspacing_tablet'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h4_letterspacing_tablet']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['h5_fontsize_tablet']) && $bridge_qode_options['h5_fontsize_tablet'] !== '') || (isset($bridge_qode_options['h5_lineheight_tablet']) && $bridge_qode_options['h5_lineheight_tablet'] !== '') || (isset($bridge_qode_options['h5_letterspacing_tablet']) && $bridge_qode_options['h5_letterspacing_tablet'] !== '')) { ?>
		h5, h5 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h5.elementor-heading-title, .q_icon_with_title .icon_text_holder h5.icon_title {
			<?php if (isset($bridge_qode_options['h5_fontsize_tablet']) && $bridge_qode_options['h5_fontsize_tablet'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h5_fontsize_tablet']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h5_lineheight_tablet']) && $bridge_qode_options['h5_lineheight_tablet'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h5_lineheight_tablet']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h5_letterspacing_tablet']) && $bridge_qode_options['h5_letterspacing_tablet'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h5_letterspacing_tablet']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['h6_fontsize_tablet']) && $bridge_qode_options['h6_fontsize_tablet'] !== '') || (isset($bridge_qode_options['h6_lineheight_tablet']) && $bridge_qode_options['h6_lineheight_tablet'] !== '') || (isset($bridge_qode_options['h6_letterspacing_tablet']) && $bridge_qode_options['h6_letterspacing_tablet'] !== '')) { ?>
		h6, h6 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h6.elementor-heading-title {
			<?php if (isset($bridge_qode_options['h6_fontsize_tablet']) && $bridge_qode_options['h6_fontsize_tablet'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h6_fontsize_tablet']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h6_lineheight_tablet']) && $bridge_qode_options['h6_lineheight_tablet'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h6_lineheight_tablet']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h6_letterspacing_tablet']) && $bridge_qode_options['h6_letterspacing_tablet'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h6_letterspacing_tablet']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['text_fontsize_tablet']) && $bridge_qode_options['text_fontsize_tablet'] !== '') || (isset($bridge_qode_options['text_lineheight_tablet']) && $bridge_qode_options['text_lineheight_tablet'] !== '') || (isset($bridge_qode_options['text_letterspacing_tablet']) && $bridge_qode_options['text_letterspacing_tablet'] !== '')) { ?>
		body,
		p,
        body.qode-overridden-elementors-fonts .elementor-widget-heading p.elementor-heading-title {
			<?php if (isset($bridge_qode_options['text_fontsize_tablet']) && $bridge_qode_options['text_fontsize_tablet'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['text_fontsize_tablet']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['text_lineheight_tablet']) && $bridge_qode_options['text_lineheight_tablet'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['text_lineheight_tablet']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['text_letterspacing_tablet']) && $bridge_qode_options['text_letterspacing_tablet'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['text_letterspacing_tablet']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if (isset($bridge_qode_options['footer_bottom_padding_right']) && $bridge_qode_options['footer_bottom_padding_right'] != "" && $bridge_qode_options['footer_bottom_padding_right'] > 10){ ?>
		.footer_bottom_holder{
			padding-right:10px;
		}
	<?php }
	if (isset($bridge_qode_options['footer_bottom_padding_left']) && $bridge_qode_options['footer_bottom_padding_left'] != "" && $bridge_qode_options['footer_bottom_padding_left'] > 10){ ?>
		.footer_bottom_holder{
			padding-left:10px;
		}
	<?php } ?>

	<?php if (isset($bridge_qode_options['blog_slider_box_width']) && $bridge_qode_options['blog_slider_box_width'] !== '' && $bridge_qode_options['blog_slider_box_width'] < 65){ ?>
		.blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 {
			width: 65%;
		}
	<?php }
	?>

	<?php

	$small_tablet_title_fs = bridge_qode_options()->getOptionValue('small_tablet_title_fs');
	$small_tablet_title_lh = bridge_qode_options()->getOptionValue('small_tablet_title_lh');

	$medium_tablet_title_fs = bridge_qode_options()->getOptionValue('medium_tablet_title_fs');
	$medium_tablet_title_lh = bridge_qode_options()->getOptionValue('medium_tablet_title_lh');

	$large_tablet_title_fs = bridge_qode_options()->getOptionValue('large_tablet_title_fs');
	$large_tablet_title_lh = bridge_qode_options()->getOptionValue('large_tablet_title_lh');

	?>

	<?php if ( !empty($small_tablet_title_fs) || !empty($small_tablet_title_lh)) { ?>
		.title.title_size_small h1 {
			<?php if (!empty($small_tablet_title_fs)) { ?>font-size: <?php echo intval($small_tablet_title_fs); ?>px; <?php } ?>
			<?php if (!empty($small_tablet_title_lh)) { ?>line-height: <?php echo intval($small_tablet_title_lh); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ( !empty($medium_tablet_title_fs) || !empty($medium_tablet_title_lh)) { ?>
		.title.title_size_medium h1 {
			<?php if (!empty($medium_tablet_title_fs)) { ?>font-size: <?php echo intval($medium_tablet_title_fs); ?>px; <?php } ?>
			<?php if (!empty($medium_tablet_title_lh)) { ?>line-height: <?php echo intval($medium_tablet_title_lh); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ( !empty($large_tablet_title_fs) || !empty($large_tablet_title_lh)) { ?>
		.title.title_size_large h1 {
			<?php if (!empty($large_tablet_title_fs)) { ?>font-size: <?php echo intval($large_tablet_title_fs); ?>px!important; <?php } ?>
			<?php if (!empty($large_tablet_title_lh)) { ?>line-height: <?php echo intval($large_tablet_title_lh); ?>px!important; <?php } ?>
		}
	<?php } ?>

}
@media only screen and (max-width: 600px) {
	<?php if ((isset($bridge_qode_options['h1_fontsize_mobile']) && $bridge_qode_options['h1_fontsize_mobile'] !== '') || (isset($bridge_qode_options['h1_lineheight_mobile']) && $bridge_qode_options['h1_lineheight_mobile'] !== '') || (isset($bridge_qode_options['h1_letterspacing_mobile']) && $bridge_qode_options['h1_letterspacing_mobile'] !== '')) { ?>
		h1, h1 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h1.elementor-heading-title {
			<?php if (isset($bridge_qode_options['h1_fontsize_mobile']) && $bridge_qode_options['h1_fontsize_mobile'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h1_fontsize_mobile']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h1_lineheight_mobile']) && $bridge_qode_options['h1_lineheight_mobile'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h1_lineheight_mobile']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h1_letterspacing_mobile']) && $bridge_qode_options['h1_letterspacing_mobile'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h1_letterspacing_mobile']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['h2_fontsize_mobile']) && $bridge_qode_options['h2_fontsize_mobile'] !== '') || (isset($bridge_qode_options['h2_lineheight_mobile']) && $bridge_qode_options['h2_lineheight_mobile'] !== '') || (isset($bridge_qode_options['h2_letterspacing_mobile']) && $bridge_qode_options['h2_letterspacing_mobile'] !== '')) { ?>
		h2, h2 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h2.elementor-heading-title {
			<?php if (isset($bridge_qode_options['h2_fontsize_mobile']) && $bridge_qode_options['h2_fontsize_mobile'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h2_fontsize_mobile']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h2_lineheight_mobile']) && $bridge_qode_options['h2_lineheight_mobile'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h2_lineheight_mobile']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h2_letterspacing_mobile']) && $bridge_qode_options['h2_letterspacing_mobile'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h2_letterspacing_mobile']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['h3_fontsize_mobile']) && $bridge_qode_options['h3_fontsize_mobile'] !== '') || (isset($bridge_qode_options['h3_lineheight_mobile']) && $bridge_qode_options['h3_lineheight_mobile'] !== '') || (isset($bridge_qode_options['h3_letterspacing_mobile']) && $bridge_qode_options['h3_letterspacing_mobile'] !== '')) { ?>
		h3, h3 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h3.elementor-heading-title {
			<?php if (isset($bridge_qode_options['h3_fontsize_mobile']) && $bridge_qode_options['h3_fontsize_mobile'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h3_fontsize_mobile']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h3_lineheight_mobile']) && $bridge_qode_options['h3_lineheight_mobile'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h3_lineheight_mobile']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h3_letterspacing_mobile']) && $bridge_qode_options['h3_letterspacing_mobile'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h3_letterspacing_mobile']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['h4_fontsize_mobile']) && $bridge_qode_options['h4_fontsize_mobile'] !== '') || (isset($bridge_qode_options['h4_lineheight_mobile']) && $bridge_qode_options['h4_lineheight_mobile'] !== '') || (isset($bridge_qode_options['h4_letterspacing_mobile']) && $bridge_qode_options['h4_letterspacing_mobile'] !== '')) { ?>
		h4, h4 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h4.elementor-heading-title {
			<?php if (isset($bridge_qode_options['h4_fontsize_mobile']) && $bridge_qode_options['h4_fontsize_mobile'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h4_fontsize_mobile']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h4_lineheight_mobile']) && $bridge_qode_options['h4_lineheight_mobile'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h4_lineheight_mobile']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h4_letterspacing_mobile']) && $bridge_qode_options['h4_letterspacing_mobile'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h4_letterspacing_mobile']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['h5_fontsize_mobile']) && $bridge_qode_options['h5_fontsize_mobile'] !== '') || (isset($bridge_qode_options['h5_lineheight_mobile']) && $bridge_qode_options['h5_lineheight_mobile'] !== '') || (isset($bridge_qode_options['h5_letterspacing_mobile']) && $bridge_qode_options['h5_letterspacing_mobile'] !== '')) { ?>
		h5, h5 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h5.elementor-heading-title, .q_icon_with_title .icon_text_holder h5.icon_title {
			<?php if (isset($bridge_qode_options['h5_fontsize_mobile']) && $bridge_qode_options['h5_fontsize_mobile'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h5_fontsize_mobile']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h5_lineheight_mobile']) && $bridge_qode_options['h5_lineheight_mobile'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h5_lineheight_mobile']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h5_letterspacing_mobile']) && $bridge_qode_options['h5_letterspacing_mobile'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h5_letterspacing_mobile']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['h6_fontsize_mobile']) && $bridge_qode_options['h6_fontsize_mobile'] !== '') || (isset($bridge_qode_options['h6_lineheight_mobile']) && $bridge_qode_options['h6_lineheight_mobile'] !== '') || (isset($bridge_qode_options['h6_letterspacing_mobile']) && $bridge_qode_options['h6_letterspacing_mobile'] !== '')) { ?>
		h6, h6 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h6.elementor-heading-title {
			<?php if (isset($bridge_qode_options['h6_fontsize_mobile']) && $bridge_qode_options['h6_fontsize_mobile'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['h6_fontsize_mobile']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['h6_lineheight_mobile']) && $bridge_qode_options['h6_lineheight_mobile'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['h6_lineheight_mobile']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['h6_letterspacing_mobile']) && $bridge_qode_options['h6_letterspacing_mobile'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['h6_letterspacing_mobile']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ((isset($bridge_qode_options['text_fontsize_mobile']) && $bridge_qode_options['text_fontsize_mobile'] !== '') || (isset($bridge_qode_options['text_lineheight_mobile']) && $bridge_qode_options['text_lineheight_mobile'] !== '') || (isset($bridge_qode_options['text_letterspacing_mobile']) && $bridge_qode_options['text_letterspacing_mobile'] !== '')) { ?>
		body,
		p,
        body.qode-overridden-elementors-fonts .elementor-widget-heading h5.elementor-heading-title {
			<?php if (isset($bridge_qode_options['text_fontsize_mobile']) && $bridge_qode_options['text_fontsize_mobile'] !== '') { ?>font-size: <?php echo intval($bridge_qode_options['text_fontsize_mobile']); ?>px; <?php } ?>
			<?php if (isset($bridge_qode_options['text_lineheight_mobile']) && $bridge_qode_options['text_lineheight_mobile'] !== '') { ?>line-height: <?php echo intval($bridge_qode_options['text_lineheight_mobile']); ?>px; <?php } ?>
		    <?php if (isset($bridge_qode_options['text_letterspacing_mobile']) && $bridge_qode_options['text_letterspacing_mobile'] !== '') { ?>letter-spacing: <?php echo intval($bridge_qode_options['text_letterspacing_mobile']); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php

	$small_mobile_title_fs = bridge_qode_options()->getOptionValue('small_mobile_title_fs');
	$small_mobile_title_lh = bridge_qode_options()->getOptionValue('small_mobile_title_lh');

	$medium_mobile_title_fs = bridge_qode_options()->getOptionValue('medium_mobile_title_fs');
	$medium_mobile_title_lh = bridge_qode_options()->getOptionValue('medium_mobile_title_lh');

	$large_mobile_title_fs = bridge_qode_options()->getOptionValue('large_mobile_title_fs');
	$large_mobile_title_lh = bridge_qode_options()->getOptionValue('large_mobile_title_lh');

	?>

	<?php if ( !empty($small_mobile_title_fs) || !empty($small_mobile_title_lh)) { ?>
		.title.title_size_small h1 {
			<?php if (!empty($small_mobile_title_fs)) { ?>font-size: <?php echo intval($small_mobile_title_fs); ?>px; <?php } ?>
			<?php if (!empty($small_mobile_title_lh)) { ?>line-height: <?php echo intval($small_mobile_title_lh); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ( !empty($medium_mobile_title_fs) || !empty($medium_mobile_title_lh)) { ?>
		.title.title_size_medium h1 {
			<?php if (!empty($medium_mobile_title_fs)) { ?>font-size: <?php echo intval($medium_mobile_title_fs); ?>px; <?php } ?>
			<?php if (!empty($medium_mobile_title_lh)) { ?>line-height: <?php echo intval($medium_mobile_title_lh); ?>px; <?php } ?>
		}
	<?php } ?>

	<?php if ( !empty($large_mobile_title_fs) || !empty($large_mobile_title_lh)) { ?>
		.title.title_size_large h1 {
			<?php if (!empty($large_mobile_title_fs)) { ?>font-size: <?php echo intval($large_mobile_title_fs); ?>px!important; <?php } ?>
			<?php if (!empty($large_mobile_title_lh)) { ?>line-height: <?php echo intval($large_mobile_title_lh); ?>px!important; <?php } ?>
		}
	<?php } ?>
}
@media only screen and (max-width: 480px){

	<?php if (isset($bridge_qode_options['parallax_minheight']) && !empty($bridge_qode_options['parallax_minheight'])) { ?>
		section.parallax_section_holder {
			height: auto !important;
			min-height: <?php echo intval($bridge_qode_options['parallax_minheight']); ?>px;
		}
	<?php } ?>

	<?php if (isset($bridge_qode_options['header_background_color_mobile']) &&  !empty($bridge_qode_options['header_background_color_mobile'])) { ?>
		header {
			background-color: <?php echo esc_attr($bridge_qode_options['header_background_color_mobile']);  ?> !important;
			background-image:none;
		}
	<?php } ?>
	<?php if (isset($bridge_qode_options['footer_bottom_text_line_height']) && $bridge_qode_options['footer_bottom_text_line_height'] !== "") { ?>
		.footer_bottom {
			line-height: <?php echo intval($bridge_qode_options['footer_bottom_text_line_height']); ?>px;
		}
	<?php } ?>

	<?php if (isset($bridge_qode_options['footer_top_padding_right']) && $bridge_qode_options['footer_top_padding_right'] != "" && $bridge_qode_options['footer_top_padding_right'] > 10){ ?>
		.footer_top.footer_top_full {
			padding-right:10px;
		}
	<?php }
	if (isset($bridge_qode_options['footer_top_padding_left']) && $bridge_qode_options['footer_top_padding_left'] != "" && $bridge_qode_options['footer_top_padding_left'] > 10){ ?>
		.footer_top.footer_top_full {
			padding-left:10px;
		}
	<?php } ?>
}

SILENT KILLER Tool