/*
 Theme Name:   Sydney Child
 Description:  Sydney Child Theme
 Author:       Roy
 Template:     sydney
 Version:      1.0.0
*/

/* Oval action buttons */
.roll-button {
    border-radius: 50px;
    font-size: 18px;
}

/* Below footer styles */

.site-info {
    text-align: center;
    font-size: 18px;
    color: white;
}
.homephone {
	margin-right:10px;
	color: #d65050;
}
.homemail {
	margin-left: 72px;
	margin-right: 10px;
	color: #d65050;
	display: inline !important;
}

/* Remove top padding on Contact us page */

.panel-row-style.panel-row-style-for-576-0 {
	padding: 0 !important;
}

/* Increase menu font size */

#mainnav ul li a {
	font-size: 18px !important;
}

/* Move header image and menu */

.site-header .container {
  width: 100%;
  padding-left: 20px;
  padding-right: 120px;
}

/* Hide loading image */

.preloader .spinner div {
	display: none;
}

/* Cookie notice */
#cookie-notice {
    font-size: 14px;
    line-height: 25px;
}
.cn-text-container a {
	color: #e07979;
}
.cookie-button {
	margin-top: 1.5em;
}
.cookie-notice-container {
    width:90%;
}