HEX
Server: LiteSpeed
System: Linux s882.use1.mysecurecloudhost.com 4.18.0-553.27.1.lve.el8.x86_64 #1 SMP Fri Nov 8 15:09:45 UTC 2024 x86_64
User: airservicecom (4307)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/airservicecom/public_html/wp-content/themes/air-service/includes/theme-styles.php
<?php
/* Define Theme Styles */
define( 'THEME_STYLES', array(

    /** Section */
    array(
		'sc' => 'ep_section',
		'styles' => array(
			array(
				'label' => 'Footer',
				'class' => 'footer-section',
				'lazy_css' => 'footer',
			),

			array(
				'label' => 'Section Banner Home',
				'class' => 'section--banner-home',
			),

			array(
				'label' => 'Section Banner Promotion',
				'class' => 'section--banner-promotion',
			),

			array(
				'label' => 'Section Contact',
				'class' => 'section--contact',
			),

			array(
				'label' => 'Section General Banner Title',
				'class' => 'section--general-banner-title',
			),
		
			array(
				'label' => 'Section Servicios',
				'class' => 'section--servicios',
			),

			
		)
    ),

	/** Row */
    array(
		'sc' => 'ep_row',
		'styles' => array(
		)
    ),

    /** Column */
    array(
		'sc' => 'ep_column',
		'styles' => array(
		)
    ),

    /** Content Slider */
	array(
		'sc' => 'ep_content_slider',
		'styles' => array(
		)
	),

    /** Posts Grid */
    array(
		'sc' => 'ep_posts_grid',
		'styles' => array(
			array(
				'label' => 'Post Grid Productos',
				'class' => 'postgrid--productos',
			),

		)
    ),

    /** Posts Slider */
    array(
		'sc' => 'ep_posts_slider',
		'styles' => array(
			array(
				'label' => 'Post Slider Version 1',
				'class' => 'postslider--v1',
			),
		)
    ),

    /** Text Block */
    array(
		'sc' => 'ep_textblock',
		'styles' => array(
			array(
				'label' => 'Large',
				'class' => 'text-large',
			),
			array(
				'label' => 'Small',
				'class' => 'text-small',
			),

			array(
				'label' => 'Title Separator',
				'class' => 'textblock--title-separator',
			),

			array(
				'label' => 'Contact Info',
				'class' => 'textblock--contact-info',
			),

		
		)
    ),

    /** Image */
    array(
		'sc' => 'ep_image',
		'styles' => array(
		)
    ),

    /** Heading */
    array(
		'sc' => 'ep_heading',
		'styles' => array(
			array(
				'label' => 'Heading General',
				'class' => 'heading--general',
			),
			array(
				'label' => 'Heading Section Footer',
				'class' => 'heading--section-footer',
			),

			array(
				'label' => 'Heading Box Blog',
				'class' => 'heading--box-blog',
			),
		)
    ),

    /** Button */
    array(
		'sc' => 'ep_button',
		'styles' => array(
			array(
				'label' => 'Tipo Text',
				'class' => 'button--text',
			),
		)
    ),

    /** Buttonrow */
    array(
		'sc' => 'ep_buttonrow',
		'styles' => array(
			array(
				'label' => 'Contact Section',
				'class' => 'buttonrow--contact-section',
			),
		)
    ),

    /** Item Grid */
	array(
		'sc' => 'ep_item_grid',
		'styles' => array(

			array(
				'label' => 'Item Grid Mision Vision',
				'class' => 'itemgrid--mision-vision',
			),

			array(
				'label' => 'Item Grid Productos Categoria',
				'class' => 'itemgrid--productos-categoria',
			),

			array(
				'label' => 'Item Grid Servicios',
				'class' => 'itemgrid--servicios',
			),

			array(
				'label' => 'Item Grid Values',
				'class' => 'itemgrid--values',
			),

			array(
				'label' => 'Item Slider Servicios',
				'class' => 'itemslider--servicios',
			),

			array(
				'label' => 'Item Slider Brands',
				'class' => 'itemslider--brands',
			),

		)
    ),

    /**
     * Tab Slider
     */
    array(
		'sc' => 'ep_tab_slider',
		'styles' => array(
		)
	),

	/**
     * Posts Tab Slider
     */
    array(
		'sc' => 'ep_posts_tab_slider',
		'styles' => array(
		)
	),

	/**
     * Lottie Element
     */
    array(
		'sc' => 'ep_lottie',
		'styles' => array(
		)
	),

	/**
     * Lottie Slider
     */
    array(
		'sc' => 'ep_lottie_slider',
		'styles' => array(
		)
	),
	
	/** Animated Numbers */
    array(
		'sc' => 'ep_animated_numbers',
		'styles' => array(
		)
    ),

	/** HR */
    array(
		'sc' => 'ep_hr',
		'styles' => array(
			array(
				'label' => 'General Separator',
				'class' => 'hr--general-separator',
			),
		)
    ),

	/** Icon */
    array(
		'sc' => 'ep_icon',
		'styles' => array(
		)
    ),
	
) );