/* turns lists into two columns */
.widget ul {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
  	column-count: 2;
	padding-left: 20px;
}

/* add circle to list */
.widget ul li {
	list-style-type: disc;
	list-style: inside;
}

/* update weather widget */
/* forrestdale laundromat */
#panel-21-0-0-1 {
	text-align: center;
}

#panel-21-0-0-2 {
	text-align: center;
}

#panel-21-0-0-1 {
  display: none;
}

/* byford laundromat */
#panel-247-0-0-1 {
	text-align: center;
}

#panel-247-0-0-2 {
	text-align: center;
}

#panel-247-0-0-1 {
  display: none;
}

/* south perth laundromat */
#panel-299-0-0-1 {
	text-align: center;
}

#panel-299-0-0-2 {
	text-align: center;
}

#panel-299-0-0-1 {
  display: none;
}

/* ** END ** update weather widget */

/* adjusts contact us table */
#panel-49-0-0-1 {
  display: none;
}  

.wu-copyright {
  display: none;
}

.wu-table-3 {
  margin-left: auto;
  margin-right: auto;
}

.wu-table-5 {
  margin-left: auto;
  margin-right: auto;
}

/* correct color to list - LAC blue */
.widget li {
  	color: #565656;
}

/* centre display images on right hand side */
.so-widget-image {
	display: inline-block !important;
}
.sow-slider-image {
	display: inline-block !important;
}
.widget_sow-image {
	text-align: center;
}
.widget_sow-slider {
	text-align: center;
}


/* fix logo presentation */
@media screen and (max-width: 400px) {
#fr-logo-group {
  margin-top: 0px !important;
  padding: 0px 0px 0px 0px !important;
}
}

/* adjusted screen media (custom to theme) */
@media screen and (max-width: 1030px) {

/* removes images from right hand side */
.widget_sow-slider {
	display: none;
}

 /* extends main content text */
/* lac laundry */
#pgc-9-0-0 {
    width: 100% !important;
  }
/* lac constructions */
#pgc-11-0-0 {
    width: 100% !important;
  }
/* lac technology */
#pgc-13-0-0 {
    width: 100% !important;
  }
/* lac design */
#pgc-15-0-0 {
    width: 100% !important;
  }
/* laundry service */
#pgc-19-0-0 {
    width: 100% !important;
  }
/* forrestdale laundromat */
#pgc-21-0-0 {
    width: 100% !important;
  }
/* byford laundromat */
#pgc-247-0-0 {
    width: 100% !important;
  }
/* south perth laundromat */
#pgc-299-0-0 {
    width: 100% !important;
  }
/* about us */
#pgc-23-0-0 {
    width: 100% !important;
  }
/* contact us */
#pgc-49-0-0 {
    width: 100% !important;
  }
/* dexter commecial */
#pgc-196-0-0 {
    width: 100% !important;
  }
  
/* turns lists into one columns */
.widget ul {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
  	column-count: 1;
}

/* turns on correct weather widget */
/* forrestdale laundromat */
#panel-21-0-0-1 {
  display: inline !important;
}  
#panel-21-0-0-2 {
  display: none;
}
/* byford laundromat */
#panel-247-0-0-1 {
  display: inline !important;
}  
#panel-247-0-0-2 {
  display: none;
}
 /* south perth laundromat */
#panel-299-0-0-1 {
  display: inline !important;
}  
#panel-299-0-0-2 {
  display: none;
}
/* adjusts contact us table */
#panel-49-0-0-1 {
  display: inline !important;
}  
#panel-49-0-0-0 {
  display: none;
}    
}
/* ** END ** adjusted screen media (custom to theme) */