/* BUTTON FORMATTING */
.roll-button.button-slider {
    margin: 50px;
}

/* Button1 Normal state */
.Button1 .roll-button.border{
  background-color: #fc7e29;
  border-color: #ffffff;
  color: #ff0000;
}

/* Button1 On hover state */
.Button1 .roll-button.border:hover{
  background-color: #f84106;
  color: #000; 
}

/* Button2 Normal state */
.Button2 .roll-button.border{
  background-color: #10353e;
  border-color: #10353e;
  color: #ffffff;
}

/* Button2 On hover state */
.Button2 .roll-button.border:hover{
  background-color: #3aa19d;
  border-color: #10353e;
  color: #10353e; 
}

/* Register Trial Button Normal state */
.Registerbutton .roll-button.border{
  background-color: #10353e;
  border-color: #10353e;
  color: #ffffff;
}

/* Register Trial Button On hover state */
.Registerbutton .roll-button.border:hover{
  background-color: #3aa19d;
  border-color: #10353e;
  color: #10353e; 
}

/* Caldera Form Button Normal state */
.caldera-grid input[type=submit] {
 padding: 15px 30px;
 border-radius: 3px;
 border: 2px solid #10353e;
 border-color: #10353e;
 float: middle;
 background-color:#10353e !important;
 color:white !important;
 display: block !important;
 margin-left: auto;
 margin-right: auto;
}

/* Caldera Form Button On hover state */
.caldera-grid .btn:hover {
  background-color:#3aa19d !important;
  border-color: #10353e;
  color:#10353e !important;
}

/* Caldera Form FORMATTING */
.form-option {
  background-color: #f2f2f2;
  padding: 10px;
  margin: 0px 0px 0px -5%;
}

.form-option-left {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: right;
} 

.form-option-textbox {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: left;
  margin: -5% 0px 0px 0px;
} 

.form-option-textboxalone {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: left;
} 

label {
 display:inline-block;
}

/* WIDGET FORMATTING */
/* Call to action */
.widget_sydney_action .widget-title{
  margin-bottom: 0;
}

/* Service type A */
.sydney_services_widget .service h3{
	font-size: 24px;
}

.page header.entry-header {
  display: none;
}

.site-footer .widget {
  padding: 1.5em;
}

/* Sydney FP: List */
.roll-list li::before {
    content: "\f00c" !important;
}
.tick-bullets .widget-title::after {
    content: \"\";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background-color: #fff;
}

/* BANNER FORMATTING */
/* Orange Line */
.banner .widget-title::after {
    content: \"\";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 30%;
    height: 1px;
    margin-left: -15%;
    background-color: #fc7e29;
}

/* Widget Title and Text Font Size */
.banner .widget-title {
  font-size: 52px;
  text-transform: none;
  text-shadow: 1px 2px 3px #666;
}

.banner { 
  font-size:30px;
  line-height:42px;
  text-shadow: 1px 2px 3px #666;
  letter-spacing: 1px;
}

.banner-image {
  background-size: 100% !important;
}

/* Sydney Testimonials */
.roll-testimonials .customer .whisper {
    font-size: 24px;
    line-height: 1.3;
}
.roll-testimonials .name span {
    color: #fff !important;
    font-size: 18px;
}

/* Amends to headings */
h6 {
  margin: 30px 0;
}

h4 {
    line-height: 1.3;
}

/* Amends to bullets */
ul {
  margin: 30px;
  padding: 0px;
}

/* Collapse-o-matic */
.collapse_trigclass {
    line-height: 1.4;
    text-align: left;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: rgb(68, 63, 63)
}

/* FORMATTING MAIN MENU */
.site-header {
  background-color: #10353e;
  padding: 5px 
}

/* CONTACT MENU FORMATTING */
.footer-widgets .widget_nav_menu li {
  display: inline-block;
  margin: 0 15px;
}

.footer-widgets {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

.contact-menu-phone { 
font-family: 'Arial', serif;
font-size:24px;
}

/* Adjusting space from main menu */
.panel-grid-cell {
margin-bottom: 0px !important;
  
}
.panel.widget,
.panel-grid-cell section {
    padding-top: -10px;
    padding-bottom: -10px;
}

/* Height of Header Slider */
.header-slider {
  height: 900px !important;
}