.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;
}



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


.enquiry {
    box-shadow: 0 0 20px #0000002b;
}

}
.enquiry-right {
    background-color: #23687f !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;
}

.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 (max-width: 640px) {

.showcase-grid .el-item .el-link {
    padding: 12px 12px;
		}
}
