/* Custom CSS for Flying Fix */

/*Add top navbar padding for covid alerts etc 0=no padding*/
div#main-nav.navbar {
    padding-top: 0px;
}


/*define BIG TITLE section text color*/

.main-navigation a {
   color: #fcfbf9;
}

.intro-text {
    color: #ffffff !important;
}

/*remove tint on HERO (BIG TITLE) shot*/

.header-content-wrap {
background:none !important;
}


/* Change Our Focus highlights and circles colors*/

.testimonial .focus-box .service-icon:hover {
    border-color: yellow!important;
}
.testimonial .focus-box .red-border-bottom:before{
background:yellow!important;
}
.focus .focus-box .service-icon:hover {
    border-color: #ffc72c!important;
}
.focus .focus-box .red-border-bottom:before{
background:#ffc72c!important;
}


/*Customize the top navbar colour*/

div#main-nav.navbar {
    background: #F4EB1E;
}


/*customizes the button colors - SIMMO*/


/*LEFT 'yellow' button - SERVICE PACKAGES*/

.red-btn {
    background-color: #000000;
}
.red-btn:hover {
    background-color: #F4EB1E;
}

/*RIGHT 'yellow' button - BOOK NOW*/

.green-btn {
    background-color: #000000;
}
.green-btn:hover {
    background-color: #F4EB1E;
} 


/*when enabled - customizes the main bkgnd in each section
.focus,
.latest-news,
.our-team {
  background-color:  #131313;
}

*/

/*customize the 'middle ribbon' colors*/


.separator-one {
    background-color: rgba( 255, 199, 44, 0.5 );
}


purchase-now {
    background-color: rgba( 0, 255, 255, 0.5 );
}

/*cusomize ribbon height*/
.separator-one {
    padding: 60px 0px !important;
}

section#testimonials .focus-box h5 {
    color: #ff69b4;
}

/* changes formatting in Booking Form success message*/

#contact-form-25 {
     
 
     
        text-align: center;
 ;
        font-weight: normal;
        font-size: 1em;
     
             
        }
         

     
    blockquote {
         
        margin: 0;
         
    }
     


/* remove c. */

.zerif-copyright-box {
  display: none;
}

.maindiv {
width: 85%; 
top: 100px;
}
	
/*make social icons bigger*/

ul.semicolon-social li a::before {
    font-size: 100px;
    color: red;
}


/*loading image restore*/

.status {
	background-image: url(https://www.flyingfix.co.nz/wp-content/themes/zerif-lite-child/loading.gif);
}

/*change Big Title section height*/

.header-content-wrap {
 padding: 20px 0 20px; 
}

/*customize font in BT section*/

.intro-text{
font-family: avenir;
}

/*change social icons size*/

ul.social li a {
    font-size: 60px;
}

