/*
---------------------------------------------------------------------------------
Theme Name: HOA Taxes Compilations
Description: This template has been developed by the Bradsol's Development Team
Author: Lakshminarayana Sake
Date of Creation - <11-26-2021>
Company URL - www.bradsol.com
Template: dt-the7
Version: 1.0
---------------------------------------------------------------------------------
Revision History
---------------------------------------------------------------------------------
Version		Modified By				        Date(MM-DD-YYYY)	Description
---------------------------------------------------------------------------------
1.0			Lakshminarayana Sake	    <11-26-2021>	    Initial Build
---------------------------------------------------------------------------------
*/

/**
 * 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
\*------------------------------------*/

.scroll-top{
    background:#145aa8;
}
.scroll-top:hover{
    background:#00B3E7;
}

		/*------------------------------------*\
		  #CONTAINER
		\*------------------------------------*/
		
	
		
		
		
		
		/*------------------------------------*\
		  #TEXT
		\*------------------------------------*/

		html body .home-our-team .ult-adjust-bottom-margin{
		    margin-bottom:6px;
		}
		.home-our-team .ult-team-member-wrap{
        	margin-bottom:0px;
        }
        html body .home-our-team .ult-adjust-bottom-margin button{
            border-radius:30px;
        }
        
        body .common-section.no-slider{
        	min-height:100vh !important;
        }
		
		
		
		/*------------------------------------*\
		  #HEADING TAGS
		\*------------------------------------*/
		
		
		
		
		
		
		/*------------------------------------*\
		  #LINKS
		\*------------------------------------*/
		
		
		
		
		
		
		/*------------------------------------*\
		  #BUTTONS
		\*------------------------------------*/
		
		
		
		
		
		
/*------------------------------------*\
  #HEADER SETTINGS
\*------------------------------------*/

.show-mobile-header .dt-mobile-header .mobile-header-scrollbar-wrap .mobile-mini-widgets-in-menu .show-on-second-switch{
	color: #145aa8;
}

.show-mobile-header .dt-mobile-header .mobile-header-scrollbar-wrap .mobile-mini-widgets-in-menu .show-on-second-switch:hover{
	color: #00B3E7;
}

		/*------------------------------------*\
		  #TOP BAR

		\*------------------------------------*/
		.sticky-on .branding{
		    display:none;
		}
		.sticky-off .header-bar .branding .mini-widgets a{
        	color:#145aa8;
        	padding:10px;
        	text-align: center;
            display: block;
		}
		
		.sticky-off .header-bar .branding .mini-widgets a:hover{
        	color:#00B3E7;
        }
		
		
		
		
		/*------------------------------------*\
		  #NAVIGATION
		\*------------------------------------*/


		

/*------------------------------------*\
  #LOGO
\*------------------------------------*/

.header-bar .branding a img, .header-bar .branding img{
    width:50%;
    height:auto;
}
#bottom-bar #branding-bottom a img{
    width:30%;
    height:auto;
}
.header-bar .branding a{
    width:50%;
}

/*------------------------------------*\
  #CONTENT SETTINGS
\*------------------------------------*/
		/*------------------------------------*\
		  #FORM
		\*------------------------------------*/
		
		
		
		
		
		
		/*------------------------------------*\
		  #SPECIFIC FEATURE AND OBJECTS
		\*------------------------------------*/
		
		
.common-section h1 {
    text-shadow: 2px 2px 8px #000;
    color: #fff;
}
		
		
		
		/*------------------------------------*\
		  #SPECIFIC PAGE 
		\*------------------------------------*/
		
		body .contact-form .gform_wrapper.gravity-theme .ginput_complex label{
        	color:#000000;
        }
        
        /*
        .our-team-page .vc_column_container.vc_col-sm-4 .wpb_wrapper{
        	background: #F4F4F4;
        }
        */
		
		 /*------------------------------------*\
		  #HOME PAGE 
		\*------------------------------------*/
		
		.home-map .wpb_gmaps_widget .wpb_wrapper{
        	padding:0px;
        }


/*------------------------------------*\
  #FOOTER SETTINGS
\*------------------------------------*/
body #main.sidebar-none{
	padding:0px;
}

#bottom-bar #branding-bottom{
	width:50%;
}
#footer .wf-wrap .wf-container-footer{
	display:none;
}
#footer #bottom-bar .bottom-text-block a:hover{
	color:#00B3E7;
}
		/*------------------------------------*\
		  #FOOTER LINKS
		\*------------------------------------*/
	
/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/
        /*------------------------------------*\
		  #Extra small devices (Most of the Smartphones Mobiles (Portrait))
			@media only screen and (max-width: 480px) {
		\*------------------------------------*/
		
		
			@media only screen and (max-width: 992px) {
			    body.first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-branding{
			        width:50%;
			    }
			}
		
		
		/*------------------------------------*\
		  #Small devices (Low Resolution Tablets, Mobiles (Landscape))
		    B/w 481px to 767px
			@media (min-width: 481px) and (max-width: 767px){...} 
		\*------------------------------------*/
		
		@media only screen and (max-width: 767px) {
		    body .scroll-top.on {
                bottom: 13%;
            }
            .contact-form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
                grid-column: span 12;
            }
            #footer #bottom-bar .bottom-text-block{
                font-size:12px;
            }
		}
		
		
		/*------------------------------------*\
		  #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)  {...} 
		\*------------------------------------*/
	@media (min-width: 1024px) and (max-width: 1280px)  {
	    body #footer #bottom-bar > .wf-wrap{
        	padding:0px 40px;
        }
        #bottom-bar .wf-float-right {
            justify-content: space-around;
        }
	} 
		
		
		/*------------------------------------*\
		  #Extra large devices (large laptops and desktops, 1200px and up)
			@media only screen and (min-width: 1281px) {...}
		\*------------------------------------*/

