/* 
 Theme Name:   Air Conditioning Services Child
 Theme URI:    
 Description:  Air Conditioning Services Child Theme
 Author:       Swannie
 Author URI:   https://www.excelledair.co.za
 Template:     air-conditioning-services
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/



#gb_responsive.nav.side_gb_nav{
	background-color: #F47C29;
}

.menu-header {
    background-color: #F47C29;
}

.site-title a {
    font-size: 22px;
	color: white;
}

.site-title a:hover {
	font-size: 22px;
	color: white;
	text-decoration: none;
}

.logo {
    background: black!important;
    position: absolute;
    top: 0;
    height: 210px;
    padding: 0px;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
    text-align: center;
    z-index: 9999;
}

.wrap_figure {
    position: relative;
    background-color: #1A4BA0;
    color: #fff;
}
.site-info {
    background: #1A4BA0;
}

.scrollup {
    background: #F47225!important;
}

p.header_btn a:hover,
.home-btn a:hover {
	background: #F47225;
}
.social-icon i:hover {
    color: #F47225;
}
.load :first-child{background:#F47225;animation-delay:-1.5s}
.load :nth-child(2){background:#1A4BA0;animation-delay:-1s}
.load :nth-child(3){background:#F47225;animation-delay:-0.5s}
.load :last-child{background:#1A4BA0}
@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}
.gb_nav_menu ul li a:active,
.gb_nav_menu ul li a:hover {
    color: #FFF;
    text-underline-offset: 8px;
    text-decoration: underline;
    text-decoration-color: #FFF;
}
.gb_nav_menu ul ul{
	opacity: 0;
    position: absolute;
    background: #1E95F2;
    min-width: 210px;
    z-index: 9999;
    padding: 4px;
}
.gb_nav_menu ul ul a:hover {
	background: #1E95F2;
}
.bread_crumb a:hover{
    color:#F47225 !important;
}
.bread_crumb span {
    color: #F47225;
}
.container-fluid{
	color: #fff;
}

/* 
Tablet and Mobile
*/

@media only screen and (max-width: 768px) {
  .logo {
    display: none;
  }
	p.header_btn{
		display: none;
	}
	.wrap_figure {
		display: none;
  }
	.menu-header{
		background: #1E95F2;
	}
	.toggle-menu button{
		 background: #F47225;
	}
}

@media only screen and (max-width: 480px) {
  .logo {
    display: none;
  }
	p.header_btn{
		display: none;
	}
	.wrap_figure {
		display: none;
  }
	.menu-header{
		background: #1E95F2;
	}
	.toggle-menu button{
		 background: #F47225;
	}
}
.header-image {
    background-attachment: fixed;
}
.nav{
	justify-content: center;
}

