/*
Theme Name: PEI Contractors
Theme URI: https://wordpress.org/themes/blocksy/preview/
Template: blocksy
Author: Lakshminarayana Sake
Author URI: https://bradsol.com/
Version: 1.0
---------------------------------------------------------------------------------
Revision History
---------------------------------------------------------------------------------
Version		   Modified By				  Date(MM-DD-YYYY)   	Description
---------------------------------------------------------------------------------
1.0	    			<>							<>	    		Initial Build
2.0	    <Lakshminarayana Sake>				<28-04-2026>	    Made Changes
---------------------------------------------------------------------------------
*/


/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............Globally-available variables and config.
 * Headings.............H1–H6 styles.
 * Links................ Link option throughout the site
 * Buttons................ Button settings of the website
 *
 * HEADER SETTINGS
 * Top bar........Top bar section.
 * Navigation...........Better navigation of the website.
 *
 * CONTENT SETTINGS
 * Form......................... Web forms of the website.
 * Specific features and objects............object and features of elements
 * Specific pages...... Elements for specific pages and objects
 *
 * FOOTER SETTINGS
 * Footer links............The main page footer.
 * Footer-text............The main page footer texts.
 * 
 * MEDIA QUERIES
 * Media queries...........The Media Query
 */
/*------------------------------------*\
  #GLOBAL SETTINGS
\*------------------------------------*/

		/*------------------------------------*\
		  #CONTAINER
		\*------------------------------------*/
        
		/*------------------------------------*\
		  #TEXT
		\*------------------------------------*/
		
		
		/*------------------------------------*\
		  #HEADING TAGS
		\*------------------------------------*/
		
		
		
		
		
		/*------------------------------------*\
		  #LINKS
		\*------------------------------------*/
	
	
	
		/*------------------------------------*\
		  #BUTTONS
		\*------------------------------------*/
		
		
		
		
/*------------------------------------*\
  #HEADER SETTINGS
\*------------------------------------*/

       
	   
	   
		/*------------------------------------*\
		  #TOP BAR
		\*------------------------------------*/
		
		
		
		
		/*------------------------------------*\
		  #NAVIGATION
		\*------------------------------------*/
		
		
		
		

/*------------------------------------*\
  #CONTENT SETTINGS1.5rem 3.125rem 3.8125rem 3.125rem
\*------------------------------------*/
		/*------------------------------------*\
		  #FORM
		\*------------------------------------*/
		

		/*------------------------------------*\
		  #SPECIFIC FEATURE AND OBJECTS
		\*------------------------------------*/
		
		
		
		
		
		/*------------------------------------*\
		  #SPECIFIC PAGE 
		\*------------------------------------*/
		
		
		
        
		/*------------------------------------*\
		  #Blog PAGE 
		\*------------------------------------*/
		
		
		
		
		/*------------------------------------*\
		  #Home PAGE 
		\*------------------------------------*/
		
		
		
        
        
/*------------------------------------*\
  #FOOTER SETTINGS
\*------------------------------------*/
    
	
	
/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/
        /*------------------------------------*\
		  #Extra small devices (Most of the Smartphones Mobiles (Portrait))
			@media only screen and (max-width: 480px) {
		\*------------------------------------*/
			
		
	
		/*------------------------------------*\
		  #Small devices (Low Resolution Tablets, Mobiles (Landscape))
		    B/w 481px to 767px
			@media (min-width: 481px) and (max-width: 767px){...} 
		\*------------------------------------*/
		
		
		
		
		/*------------------------------------*\
		  #Medium devices (Tablets, Ipads (landscape))
			@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){...} 
		\*------------------------------------*/
          
		  
		  
		
		/*------------------------------------*\
		  #Large devices (Laptops, Desktops)
			@media (min-width: 1025px) and (max-width: 1280px)  {...} 
		\*------------------------------------*/
		
		
		
		
		
			
		/*------------------------------------*\
		  #Extra large devices (large laptops and desktops, 1200px and up)
			@media only screen and (min-width: 1281px) {...}
		\*------------------------------------*/
		
		
		