.centred-text {
display: table;
height: 100%;
width: 100%;    
} 

.centred-text .et_pb_text_inner {
display: table-cell;
vertical-align: middle;
}


#main-header.et-fixed-header{
	background-color:rgba(0,0,0,0.4);
}

.et_header_style_split #main-header .centered-inline-logo-wrap{
	display: none;
}

#main-header .et_mobile_menu{
	background-color: black;
}

.mobile_menu_bar:before{color: white;}

.et_mobile_menu{
	border-top: 3px solid white;
}

.scrollup {
    border-radius: 100%;
    bottom: 60px;
    color: #fff;
    display: none;
    float: left;
    line-height: 1.2;
    padding: 7px 10px 7px;
    position: fixed;
    left: 25px;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
    font-weight: 100;
    font-size: 55px;
    background: #55a500;
    height: 80px;
    width: 80px;
    border: 4px solid rgb(255, 255, 255);
}

@media only screen and (max-width: 767px) {
	.scrollup {
		border-radius: 100%;
		bottom: 20px;
		color: #fff;
		display: none;
		float: left;
		line-height: 1.2;
		padding: 2px 5px 7px;
		position: fixed;
		left: 5px;
		text-align: center;
		z-index: 99999;
		transition: all 0.5s ease-in-out 0s;
		font-weight: 100;
		font-size: 44px;
		height: 64px;
		width: 64px;
		border: 4px solid rgb(255, 255, 255);
	}

	.fa {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.icon-tel{
		height: 35px;
	}
}