/* Custom CSS for Fuel Partners Website 2023 */
:root{
    --red: #DA2129;
    --darkBlue: #001057;
    --medBlue: #142c99;
    --lightGrey: #F5F5F5;
    --blueGradient: linear-gradient(140deg, rgba(0,13,85,1) 0%, rgba(1,62,126,1) 100%);
   --angledBG: linear-gradient(70deg, rgba(255,255,255,1) 43%, rgba(0,16,87,1) 43.1%, rgba(0,16,87,1) 100%);  /* navbar */
 

   /* linear-gradient(77.5deg, rgba(255,255,255,0) 88%, rgba(0,16,87,1) 43.2%, rgba(0,16,87,1) 100%); /* contact form  */
}

/* Font: Area Normal*/
  @import url("https://use.typekit.net/vxr7uwi.css");


  *{
    font-family: "area-normal", sans-serif;
  }
  /* toolbar */
.uk-logo {
    padding: 5px;
}

.tm-toolbar{
    border-bottom: 2px #00105769 solid;
    border-image: linear-gradient(137deg, rgb(0 13 85 / 15%) 0%, rgba(1,62,126,1) 100%);
    border-image-slice: 1;
    padding-top: 6px;
    padding-bottom: 6px;
}

.toolbar-links a{
    padding: 20px;
}

.toolbar-links img{
    padding-right: 5px;
}

.toolbar-links a:first-child {
    border-right: 0.2px solid var(--darkBlue);
}

.email-top {
    text-align: center;
    font-size: 16px;
    position: relative;
	text-decoration: none;
    color: var(--darkBlue);
    
}
.phone-icon {
    bottom: 1px;
    position: relative;
	height: 18px;
    color: var(--darkBlue);
    text-decoration: none;
}
.email-top a:hover {
    text-decoration: none !important;
}

.uk-button{
    padding-top: 3px;
}


/* active hover */
.uk-navbar-nav>li.uk-active>a::after{
    content: url("https://fuelpartners.com.au/wp-content/uploads/2023/05/Active-icon.png");
    position: absolute;
    display: inline-flex;
    top: 26px;
}




.pointer-events-none {
    pointer-events: none;
}

.home-slideshow {
    overflow: hidden;
}

.slideshow-overlay {
    mix-blend-mode: overlay;
}





blockquote {
    font-size: 28px;
}




/* Blue Stats Bar */
.blue-stats-bar {
    padding-top: 2px !important;
}

.blue-stat{
    padding-left: 2px;
}

.blue-stats-bar .uk-grid-column-small>* {
    padding-left: 2px;
}

.why-fuel-partners{
    border-top: 1px var(--medBlue) solid; 
    padding: 0;
}

.maximise-rewards{
    border-bottom: 1px var(--medBlue) solid; 
    padding: 0;
}


.el-item.uk-card {
    box-shadow: 0 0 15px 2px #ededed;
}
.el-item.uk-tile-default {
	box-shadow: 0 0 15px 2px #ededed;
}




.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #001057;
    background-image: linear-gradient(70deg,#fff 37%,#001057 37.1%,#001057 100%);
}
.uk-navbar-left img {
    width: 80%;
}



/* enquiry form */
.ginput_container input, .ginput_container textarea, .ginput_container select {
    color: white;
	background-color: transparent;
    border: 0;
	border-bottom: 1px #ffffffda solid;
    font-size: 17px !important;
	font-weight: 200;
    padding: 0px 12px !important;
    /* max-height: 180px; */
    outline: 0 !important;
    width: 500px !important;
    overflow: visible !important;
    line-height: 2 !important;
    margin-top: 5px !important;
}

p.form-text{
    max-width: 500px !important;
}


.ginput_container input::placeholder, .ginput_container textarea::placeholder, .ginput_container select::placeholder, .ginput_container select {
	color: rgba(255, 255, 255, 0.918); 
    overflow: visible;
    font-size: 15px;
}

#input_2_1::placeholder{
    font-style: italic;
    /* overflow:visible; */
}
.ginput_container input:focus, .ginput_container textarea:focus, .ginput_container select:focus {
    border-bottom: 1px #ffffff solid;
}


/* Submit Enquiry button  - Form 1 */ 
.gform_footer input{
    background:  transparent;
    color: #fff;
	border: 2px #fff solid;
	cursor:pointer;
	padding: 15px 40px;
	font-size: 20px;
	font-weight: 500;	
	letter-spacing: 0px;
	text-transform: inherit;
	transition: 0.3s !important;
    margin-top: 20px;
    background-origin: border-box;
    line-height: 2 !important;
}

#gform_submit_button_1 {
    padding: 10px 18px;
}

/* Subscribe button - Form 2 */
#gform_submit_button_2 {
    background:  transparent;
    font-weight: 600;
    font-size: 19px;
    outline: none;
    color: #fff;
	cursor:pointer;
	padding: 15px 40px;
	transition: 0.3s !important;
    appearance: none;
    -webkit-appearance:none;
    border: 0;
}

#field_submit::after{
    content: url("https://fuelpartners.com.au/wp-content/uploads/2023/05/right-arrow-white.png");
    display: block;
    position: relative;
    top: 10px;
    right: 30px;
}

#gform_submit_button_2:hover{
    margin-left:10px;
}


.gform_footer input:focus, .gform_footer input:hover {
	background: #ffffff38;
    color: #fff;
	border: 2px #fff solid;
}







.form-col-2-img::before {

    content: "";
    border-top: 597px solid var(--darkBlue);
    border-left: 140px solid transparent;
    left: -140px;
    position: absolute;
    z-index: 1;
}




/* linear-gradient(77.5deg, rgba(255,255,255,0) 88%, rgba(0,16,87,1) 43.2%, rgba(0,16,87,1) 100%) contact form gradient */


























/* Bottom Footer */
.footer-bottom {
    box-shadow: inset 0px 14px 28px 0px rgb(191 191 191 / 44%);
}

















/* sticky phone button */
.floatingphone-mobile {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: var(--darkBlue);
    width: 50px;
    height: 43px;
    padding: 9px 9px 6px 1px;
    box-shadow: -4px 9px 10px #00000026;
    border: 4px solid #fff;
    z-index: 199999;
    border-radius: 100%;
    padding: 15px 3px 1px 8px;
}

.floatingphone-mobile img {
    transform: skewX(10deg);
    margin-left: 10px;
	margin-bottom:12px;
}

.floatingphone-mobile a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}



/*a.el-slidenav.uk-icon.uk-slidenav {
    background-color: #ffffffed;
}
*/
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav {
    color: #fff;
}
.uk-slidenav {
    padding: 5px 10px;
    color: rgb(56 56 56 / 90%);
    margin-right: 10px;
}

.showcase-grid .el-item .el-link {
    right: 20px;
    bottom: 27px;
    padding: 12px 12px;
    border-radius: 100px;
    position: absolute;
}
.showcase-grid .el-item .el-link:hover {
    background: transparent;
}

.showcase-grid .el-item {
    border-radius: 30px;
}
.showcase-grid .uk-margin-top {
    min-width: 223px;
}


.showcase-grid .uk-overlay-primary {
    background: linear-gradient(0deg, #1c2d3d, transparent 50%);
}

.showcase-grid .uk-overlay-primary {
    background: linear-gradient(0deg, #1c2d3d, transparent 30%);
        transition: 0.4s !important;
}

.showcase-grid .el-item:hover .uk-overlay-primary {
    background-image: linear-gradient(0deg, #1c2d3d, transparent 50%);
    transition: 0.4s !important;
    background-color: #1c2d3d75;
}

.showcase-grid .el-item:hover .el-title::after {
    width: 200px;
}

.showcase-grid .el-title {
    position: relative;
}

.showcase-grid .el-title::after {
    content: "";
    height: 1px;
    width: 140px;
    background: white;
    position: absolute;
    left: 0px;
    bottom: -7px;
    transition: 0.7s;
}
 


.showcase-grid .uk-margin-top {
    min-width: unset;
}

.showcase-grid .uk-position-bottom-left {
    width: calc(100% - (var(--uk-position-margin-offset) * 2));
}


.showcase-grid .el-item .el-link {
	right: 20px;
    bottom: 27px;
    padding: 0px 12px;
    border-radius: 100px;
    position: absolute;

}



.testimonial-slider  {
    position: relative;
}
.testimonial-slider::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, #ffffffa6, transparent, #ffffffa6);
    z-index: 1000;
    content: "";
    top: 0px;
    pointer-events: none;
}

.testimonial-slider p {
    color: black;
}

.testimonial-slider .el-item {
	border-radius: 1em
}


/* SLIDE BUTTON EFFECT - OPTIONAL will need to RE-add button colours here  ** DELETE IF NOT USING ON SITE */
/*
 * 
 * .uk-button::after {
  transition: all 0.5s;
}
.uk-button:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
}
.uk-button::after {
  top: 0;
  bottom: 0;
  left: -101%;
  right: 100%;
}


.uk-button-default {
  background: transparent;
  color: #0e355b;
  border: 2px solid #0e355b;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.uk-button-default:hover { 
	background-color: transparent;
	color: #fff;
	border: 2px solid #0e355b;
}
.uk-button.uk-button-default::after {
  content: "";
  background: #0e355b;
  position: absolute;
  z-index: -1;
  display: block;
}


.uk-light .uk-button-default::after {
  content: "";
  background: rgb(255 255 255 / 15%);
  position: absolute;
  z-index: -1;
  display: block;
}


.uk-button-primary {

  background: #094fa4;
  color: #fff;
  border: 2px solid #094fa4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.uk-button-primary:hover { 
	background-color: #fff;
	color: #fff;
	border: 2px solid #094fa4;
}
.uk-button.uk-button-primary::after {
  content: "";
  background: #094fa4d1;
  position: absolute;
  z-index: -1;
  
  display: block;
}


.uk-button-secondary {

  background: #0081c8;
  color: #fff;
  border: 2px solid #0081c8;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.uk-button-secondary:hover { 
	background-color: #fff;
	color: #fff;
	border: 2px solid #0081c8;
}
.uk-button.uk-button-secondary::after {
  content: "";
  background: #0081c8bf;
  position: absolute;
  z-index: -1;
  
  display: block;
}
*/


@media (max-width: 1670px) {
	.showcase-grid .el-item .el-link {
        padding: 0px 12px;
        border-radius: 100px;
        position: relative;
        right: 0;
        bottom: 0;
    }
	.showcase-grid .uk-overlay-primary {
		background: linear-gradient(0deg, #1c2d3d, transparent 70%) !important;
	}
	
}

@media screen and (max-width:1397px){
	.uk-navbar-nav{
		gap: 14px;
	}
	
	.uk-navbar-left img {
        width: 70%;
    }
	
	.textwidget.custom-html-widget>a {
        padding: 0 5px;
		font-size: 14px;
    }
	
	.uk-navbar-nav>li>a {
        font-size: 14px;
    }

    blockquote p:last-of-type {
        font-size: 25px;
    }

    div.left-quote.uk-position-absolute {
        left: -27px !important;
    }
    div.right-quote.uk-position-absolute {
        right: -20px !important;
    }

}

@media screen and (max-width: 960px){
    .form-col-1-img>div>div {
        padding: 150px !important;
    }
}





@media screen and (max-width: 700px){
    input#input_2_1 {
        max-width: 90% !important;
        margin: 20px;
    }

    input#gform_submit_button_2 {
        padding-left: 20px !important;
    }

    #field_submit::after {
        top: 17px;
    }
}




@media (max-width: 640px) {
    .showcase-grid .el-item .el-link {
        padding: 12px 12px;
	}
}






