/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 .tm-graphic:before {

    background: url("http://spfmultimedia.co.nz/aorangi/images/FP/logo_graphic.svg") no-repeat;
}


.tm-graphic:before {
content: '';
position: absolute;
display: block !important;
top: 17%;
left: 33%;
z-index: -1;
width: 980px;
height: 1180px;
margin-left: -590px;

}


/* testimonial fix */

.testimonial .uk-panel-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 42px;
    font-weight: normal;
    
    color: #ffffff;
    padding-left: 20px !important;
	
}

/* icon override */

 .uk-icon-hover {

    color: #448156;
}

.uk-icon-hover:hover {

    color: #7f7f7f;
}