.uk-logo {
    padding: 5px;
}

.phone-top {
    text-align: center;
    font-size: 16px;
    position: relative;
	text-decoration: none;
}
.phone-icon {
    bottom: 1px;
    position: relative;
    padding-right: 3px;
	height: 18px;
}
.phone-top a:hover {
    text-decoration: none !important;
}



/* enquiry form */


.ginput_container input, .ginput_container textarea, .ginput_container select {
    color: black;
	background-color: white;
	border-radius: 0.5em !important;
	border: 2px #fff solid;
    font-family: 'montserrat' !important;
    font-size: 17px !important;
	font-weight: 200;
    padding: 12px 12px !important;
    max-height: 180px;
    outline: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-family: 'montserrat' !important;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}
.ginput_container input::placeholder, .ginput_container textarea::placeholder, .ginput_container select::placeholder, .ginput_container select {
	color: #345679  !important;
	font-style: italic;
}
.ginput_container input:focus, .ginput_container textarea:focus, .ginput_container select:focus {
    border: 2px #48900d solid !important;
}


/* enquiry button */ 
.gform_footer input {
    background:  transparent;
    color: #fff;
	border: 2px #fff solid;
	cursor:pointer;
	padding: 15px 40px;
	font-size: 20px;
	font-weight: 500;	
	font-family: 'montserrat';
	letter-spacing: 0px;
	text-transform: inherit;
	transition: 0.1s !important;

background-origin: border-box;
}

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

/* sticky phone button */
.floatingphone-mobile {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #708252;
    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-right: 5px;
	margin-left: 10px;
}

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




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



.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, .uk-button-primary {
  position: relative;
  z-index: 1;
  overflow: hidden;
}



.uk-button.uk-button-default::after {
  content: "";
  background: rgba(201,108,72,.75);
  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.uk-button-primary::after {
  content: "";
  background: rgba(33,72,129,.56);
  position: absolute;
  z-index: -1;
  
  display: block;
}


.uk-button.uk-button-secondary::after {
  content: "";
  background: rgba(121,141,174,.75);
  position: absolute;
  z-index: -1;
  
  display: block;
}

*/


@media (max-width: 1200px) {
	
}

@media (max-width: 960px) {
	
}
	
@media (max-width: 640px) {

}

@media (max-width: 480px) {

}