@charset "utf-8";
/* CSS Document */

/* make menu area heigher so logo fits */
.gf-menu.l1 >li >.item {
    height: 83px; /* originally -   height: 65px; */
}
.menu-block {
    border-bottom: none;  /* originally -  border-bottom: 1px solid #d9d9d9; */
}

/* Reduce the height of 'Short on Time' module on home page */
.gantry-row {
    margin: -20px -15px 0 -15px;
}

/* change possition of 'Read on / Find out more' button in Feature slide show on home page */
.fp-roksprocket-tabs-showcase .sprocket-tabs-desc .readon {
    -webkit-transform: scale3d(0.5,.5,1);
    font-size: 44px;
    margin: 145px 40px 0 0;
    padding: 30px 70px;
}

/*Remove red BG in feature/showcase module - it was showing when used on small screens. */
#rt-showcase .rt-container {
    color: #6b3a36;
    background-color: #000;
}

/* Make main body font darker */
.rt-main-wrapper {
    color: #3e3e3e;
}

/* make contact form fields more compact */
.ce-module .ce-cf-container .inputbox {
    width: 98%;
	height: 35px;
    margin-bottom: -10px;
}

/* make form module shorter */
.row-fluid.row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -25px;
}