/*
	Redback Solutions - http://rb.com.au - April 2012
*/
/*------------------------- BASE STYLES -------------------------*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  padding: 0px 20px;
  min-width: 280px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

@media screen and (max-width: 767px) {
  .float-left,
  .float-right {
    float: none;
    display: block;
    margin: 10px auto;
  }
}
/* Clear */
.clear:before, .clear:after {
  content: '';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

/* text-overflow: clip|ellipsis|string; */
/*------------------------- WALLACE PLUMBING & FIRE DESIGN -------------------------*/
body {
  background: #e4e4e4 url("/SiteFiles/wpfdcomau/images/bg.png") repeat top left;
  color: #000;
  font: normal normal 300 0.875em/1.5em 'proxima-nova', sans-serif;
  height: 100%;
}

html, #Form1 {
  height: 100%;
}

/* Set text selection colour and kill text shadow */
::-moz-selection, ::selection {
  background-color: #ff6e00;
  color: #fff;
  text-shadow: none;
}

/*------------------------- TEXT STYLING -------------------------*/
a {
  color: #ff6e00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.accordian + h2 {
  padding-top: 11px;
}

h1 {
  color: #ff6e00;
  font: normal normal bold 2.571em/1em 'myriad-pro-condensed', sans-serif;
  margin-bottom: 15px;
  text-align: center;
}

h2 {
  font: normal normal 100 1.429em/1.6em 'proxima-nova', sans-serif;
  margin-bottom: 19px;
  text-align: center;
}

h3 {
  font: normal normal 400 1.214em/1.529em 'proxima-nova', sans-serif;
  margin-bottom: 19px;
  text-align: center;
}

h4 {
  background-color: #fff;
  font: normal normal 400 1.143em/2em 'proxima-nova', sans-serif;
  margin: 0 auto -6px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -16px;
  width: 114px;
}

h5 {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  background: #e3e4e3 url("/SiteFiles/wpfdcomau/images/bg-h5.png") no-repeat top right;
  border: 1px solid #c4c4c4;
  cursor: pointer;
  font: normal normal 400 1.214em/1.529em 'proxima-nova', sans-serif;
  margin-bottom: 5px;
  padding: 10px 30px 10px 10px;
  text-transform: uppercase;
}
h5:hover {
  background-color: #ebeceb;
  border-color: #d6d6d6;
  color: #00006c;
}

h5.active {
  background-position: bottom right;
}

hr {
  background-color: #c4c4c4;
  border: 0;
  color: #c4c4c4;
  height: 1px;
  margin: 15px 0 0;
  overflow: hidden;
}

hr + h2 {
  margin-top: 16px;
}

hr + p {
  margin-top: 26px;
}

p {
  margin-bottom: 19px;
}

span {
  color: #ff6e00;
}

td {
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  h5 {
    background-image: none;
    text-align: center;
    border-radius: 5px;
  }
}
/*------------------------- PAGE STYLING -------------------------*/
#wrapper {
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 940px;
}

/*------------------------- HEADER STYLING -------------------------*/
/* Header Styling */
#header p {
  float: right;
  font-weight: normal;
  line-height: 2.286em;
  margin-bottom: 5px;
  padding-top: 7px;
}
#header p a {
  color: #000;
}
#header p:first-child {
  padding: 7px 24px 0 10px;
}

.fb-link {
  margin-right: 10px;
}
.fb-link img {
  position: relative;
  top: 3px;
}

#nav {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  clear: right;
  padding: 11px 16px 10px;
}

#logo-wallace {
  display: block;
  float: left;
  height: 63px;
  overflow: hidden;
  width: 240px;
}

/*------------------------- TOP MENU STYLING -------------------------*/
.desktop-menu {
  /*------------------------- SUB MENU STYLING -------------------------*/
}
.desktop-menu #menuNavDiv {
  float: right;
  padding-top: 23px;
}
.desktop-menu #menuNavRoot {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.desktop-menu #menuNavRoot > li {
  border-left: 1px solid #dfdfdf;
  float: left;
  margin-left: 12px;
  padding: 1px 0 2px 12px;
  position: relative;
}
.desktop-menu #menuNavRoot > li:first-child {
  border: 0;
  margin: 0;
  padding: 1px 0 2px;
}
.desktop-menu .menuNavTopLevel, .desktop-menu .menuNavTopLevel > a, .desktop-menu .menuNavTopLevel:hover > a {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: #000;
  font: normal normal 400 1em/1em 'proxima-nova', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.desktop-menu .menuNavTopLevel:hover > a {
  color: #00006c;
}
.desktop-menu .menuNavTopLevelCurrent, .desktop-menu .menuNavTopLevelCurrent > a, .desktop-menu .menuNavTopLevelCurrent:hover > a {
  color: #ff6e00;
}
.desktop-menu .menuNavTopLevel li {
  border: 1px solid #f2f2f2;
  border-style: none solid;
  padding: 0 10px;
}
.desktop-menu .menuNavTopLevel li a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #f2f2f2;
  color: #000;
  display: block;
  margin: 10px 10px 0;
  padding: 0 0 10px;
  text-decoration: none;
  text-transform: none;
}
.desktop-menu .menuNavTopLevel li a:hover {
  color: #00006c;
  text-indent: 10px;
}
.desktop-menu .menuNavTopLevel ul {
  background-color: #fff;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 36px 0 0;
  position: absolute;
  top: 14px;
  width: 250px;
  zoom: 1;
  z-index: 1;
}
.desktop-menu .menuNavTopLevel:hover ul {
  display: block;
}

.mobile-menu {
  display: none;
  clear: both;
  text-align: left;
  padding-top: 20px;
  position: relative;
}
.mobile-menu #menuNavDiv {
  display: none;
  width: 100%;
  background-color: #fff;
}
.mobile-menu #menuNavDiv ul {
  padding: 0;
  margin: 0;
}
.mobile-menu #menuNavDiv ul li {
  list-style-type: none;
}
.mobile-menu #menuNavDiv a {
  display: block;
  font-size: 13px;
  width: 100%;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  font-weight: bold;
  color: #6A7880;
}
.mobile-menu #menuNavDiv a:hover {
  background-color: #EBF5FA;
}
.mobile-menu #menuNavDiv ul ul a {
  background-color: #EBF5FA;
  padding-left: 35px;
}
.mobile-menu #menuNavDiv ul ul a:hover {
  background-color: #aed6eb;
}
.mobile-menu #menuNavDiv ul ul ul a {
  background-color: #c2e1f0;
}
.mobile-menu #menuNavDiv .parent {
  position: relative;
}
.mobile-menu #menuNavDiv .parent:after {
  content: ' ';
  display: block;
  position: absolute;
  font-weight: bold;
  font-size: 20px;
  right: 20px;
  top: 10px;
}
.mobile-menu #menuNavDiv .parent.active > a {
  background-color: #a6d2e9;
}
.mobile-menu #menuNavDiv .parent.active:after {
  content: ' ';
  top: 7px;
  right: 22px;
  font-size: 22px;
}

.mobile-menu .parent ul {
  display: none;
}

.mobile-menu-button {
  padding: 10px 0px 10px 31px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  background-color: #FF6E00;
  cursor: pointer;
}
.mobile-menu-button .hamburger-icon {
  height: 3px;
  width: 15px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
  top: 0px;
  left: 0px;
}
.mobile-menu-button .hamburger-icon:after, .mobile-menu-button .hamburger-icon:before {
  width: 15px;
  content: ' ';
  height: 3px;
  top: -5px;
  position: absolute;
  background-color: #fff;
}
.mobile-menu-button .hamburger-icon:after {
  bottom: -5px;
  top: auto;
}
.mobile-menu-button.active {
  background-color: #229DE5;
  color: #eee;
}
.mobile-menu-button.active .hamburger-icon {
  background-color: #eee;
}
.mobile-menu-button.active .hamburger-icon:after, .mobile-menu-button.active .hamburger-icon:before {
  background-color: #eee;
}

@media screen and (max-width: 620px) {
  #nav .desktop-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  #logo-wallace {
    float: none;
    margin: 10px auto;
  }

  #header {
    text-align: center;
  }

  #header p {
    float: none;
    display: inline-block;
    padding: 5px 8px 5px 5px !important;
  }
}
/*------------------------- BANNER STYLING -------------------------*/
/* Browser Resets */
.flex-container a, .flexslider a {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* FlexSlider Necessary Styles */
.flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
  background-color: #fff;
  display: none;
}

.flexslider .slides img {
  display: block;
  max-width: 100%;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html[xmlns] .slides {
  background-color: #fff;
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* Banner Styling */
#banner {
  background: transparent url("/SiteFiles/wpfdcomau/images/ico-banner.gif") no-repeat center center;
  clear: both;
  max-height: 358px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.gallery-slide-caption {
  color: #fff;
  font-weight: 400;
  position: absolute;
  text-align: center;
  top: 195px;
  right: 18px;
  width: 260px;
}

.gallery-slide-title {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font: normal normal bold 3.143em/1em 'myriad-pro-condensed', sans-serif;
  height: 334px;
  padding: 24px 17px 0 21px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 270px;
}
.gallery-slide-title a {
  color: #fff;
  text-decoration: none;
}
.gallery-slide-title a:hover span {
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
}
.gallery-slide-title h4 {
  background-color: transparent;
  color: #fff;
  font-size: 0.364em;
  line-height: 2em;
  margin-bottom: -1px;
  width: 124px;
}
.gallery-slide-title hr {
  background: transparent url("/SiteFiles/wpfdcomau/images/bg-hr.gif") no-repeat top left;
  color: transparent;
}
.gallery-slide-title span {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: block;
  height: 35px;
  left: 50%;
  margin-left: -63px;
  overflow: hidden;
  position: absolute;
  top: 280px;
  width: 126px;
}

@media screen and (max-width: 955px) {
  .gallery-slide-title span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gallery-slide-title,
  .gallery-slide-caption {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #banner {
    height: 100px;
  }
}
/*------------------------- CONTENT STYLING -------------------------*/
/* Content Styling */
#about {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 396px;
  min-height: 438px;
  position: relative;
}
#about li {
  font-weight: 400;
  left: 0;
  position: absolute;
  width: 100%;
}
#about li:first-child {
  top: 18px;
}
#about li:nth-child(2) {
  left: 247px;
  top: 69px;
  width: 181px;
  letter-spacing: -0.05em;
}
#about li:nth-child(3) {
  top: 192px;
}
#about li:last-child {
  top: 321px;
}

@media screen and (max-width: 985px) {
  #about {
    height: auto;
  }
  #about li {
    position: static;
    margin-bottom: 15px;
    width: 100%;
    padding: 0;
  }

  #about li:nth-child(2) {
    width: 100%;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 767px) {
  #about {
    min-height: 0;
  }
}
#content {
  clear: left;
  padding: 21px 0 523px;
}
#content .col-left, #content .col-right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  float: left;
  padding: 18px;
  width: 49%;
}
#content .col-right {
  margin-left: 2%;
}

#hot {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 21px;
}

#hot li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#hot li img {
  width: 100%;
}
#hot li a {
  cursor: pointer;
  text-decoration: none;
}
#hot li:first-child a, #hot li:nth-child(2) a {
  background-size: cover;
  display: block;
  font: normal normal bold 2.571em/1.111em 'myriad-pro-condensed', sans-serif;
  /*height: 231px*/;
  /*line-height: 6.417em;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);

  font-size: 2.143em;
  height: 105px;
  line-height: 3.5em;
}
#hot li:first-child a img, #hot li:first-child a span, #hot li:nth-child(2) a img, #hot li:nth-child(2) a span {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  filter: alpha(opacity=30);
  opacity: 0.3;
  zoom: 1;
  display: inline-block;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
}
#hot li:first-child a img, #hot li:nth-child(2) a img {
  display: none;
}
#hot li:first-child a span, #hot li:nth-child(2) a span {
  filter: alpha(opacity=100);
  opacity: 1;
  zoom: 1;
  top: 0;
  width: 100%;
  z-index: 5;
}
#hot li:first-child a:hover img, #hot li:nth-child(2) a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
}
#hot li:first-child a {
  background: #c75e52 url("/SiteFiles/wpfdcomau/images/img-wastewater.jpg") no-repeat top left;
  background-size: cover;
  line-height: 0.9em;
}
#hot li:first-child a span {
	padding-top: 25px;
}
#hot li:first-child a:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}
#hot li:first-child a:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
#hot li:first-child a:first-child {
  position: relative;
  background: #c75e52 url("/SiteFiles/wpfdcomau/images/img-building.jpg") no-repeat top left;
  background-size: cover;
  line-height: 3.5em;
}
#hot li:first-child a:first-child span {
	padding: 0;
}
#hot li:nth-child(2) a {
  background-color: #50becc;
  background: #c75e52 url("/SiteFiles/wpfdcomau/images/img-plumbing.jpg") no-repeat top left;
  background-size: cover;
  font-size: 2.143em;
  height: 105px;
  line-height: 3.5em;
  margin: 0 19px 0 21px;
}
#hot li:nth-child(2) a:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}
#hot li:nth-child(2) a:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
#hot li:nth-child(2) a span {
  top: 0;
  z-index: 5;
}
#hot li:nth-child(2) a:first-child {
  position: relative;
  background: #c75e52 url("/SiteFiles/wpfdcomau/images/img-fire.jpg") no-repeat top left;
  background-size: cover;
}
#hot li:nth-child(2) a:first-child:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#hot li:nth-child(2) a:first-child:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
#hot li:last-child {
  background-color: #fff;
  background-image: none;
  border: 1px solid #f2f2f2;
  min-height: 232px;
  padding: 10px 10px 0px 10px;
}

@media screen and (max-width: 767px) {
  #content .col-left,
  #content .col-right {
    width: 100%;
    margin: 0px;
  }

  #hot li {
    width: 100%;
    margin-bottom: 20px;
  }
  #hot li:nth-child(2) a {
    margin: 0;
  }
  #hot li:last-child {
    min-height: 0px;
    margin-bottom: 0px;
  }
}
/*------------------------- FOOTER STYLING -------------------------*/
/* Footer Styling */
#footer {
  border: 1px solid #181512;
  background: #221e1b url("/SiteFiles/wpfdcomau/images/bg-footer.png") repeat top left;
  margin: -503px auto 20px;
  padding: 19px;
  max-width: 900px;
}
#footer a, #footer p {
  color: #fff;
}
#footer .col-left, #footer .col-right {
  float: left;
  width: 50%;
}
#footer .col-right {
  width: 50%;
}
#footer:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0px;
}
#footer h4 {
  background-color: transparent;
  color: #ff6e00;
  font-weight: 300;
  margin: 0 0 10px;
  position: static;
  text-align: left;
  width: auto;
}

.legal {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: left;
  overflow: hidden;
  padding: 24px 0 13px;
}
.legal li {
  color: #fff;
  float: left;
  line-height: 1em;
}
.legal li:first-child {
  padding-right: 45px;
}
.legal li:nth-child(3) {
  border: 1px solid #fff;
  border-style: none solid;
  margin: 0 4px;
  padding: 0 4px;
}
.legal li:last-child {
  float: right;
}

#logo-redback {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: inline-block;
  margin-left: 5px;
}
#logo-redback:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
}

/*------------------------- DATA FORM STYLING -------------------------*/
#dataformContainer {
  position: relative;
  margin-right: 20px;
}
#dataformContainer .dataForm_button {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background: transparent url("/SiteFiles/wpfdcomau/images/btn-submit.png") no-repeat top left;
  border: 0;
  color: transparent;
  cursor: pointer;
  height: 35px;
  text-indent: -9999px;
  text-transform: capitalize;
  width: 77px !important;
  margin-left: 50%;
}
#dataformContainer .dataForm_button:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
}
#dataformContainer fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#dataformContainer fieldset input, #dataformContainer fieldset textarea {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #aaa;
  border-style: solid none none;
  font: normal normal 300 1em/1em 'proxima-nova', sans-serif;
  height: 14px;
  margin: 0 0 16px;
  padding: 7px 5px 10px;
  width: 100% !important;
}
#dataformContainer fieldset textarea {
  height: 57px;
  line-height: 1.5em;
  overflow: hidden;
  resize: none;
}
#dataformContainer fieldset tr:first-child {
  display: none;
}
#dataformContainer h1, #dataformContainer span {
  display: none;
}
#dataformContainer p {
  font-weight: 400;
  margin: 0;
  padding-top: 2px;
}
#dataformContainer td {
  width: 50%;
}

#dataformErrorMessage li {
  display: inline;
  padding-left: 5px;
}

#dataformErrorMessage p, .dataformValSumaryMainText {
  display: none;
}

#dataformErrorMessage ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #221e1b url("/SiteFiles/wpfdcomau/images/bg-footer.png") no-repeat top left;
  left: -5px;
  position: absolute;
  top: -40px;
  width: 445px;
}

@media screen and (max-width: 767px) {
  #footer .col-left,
  #footer .col-right {
    float: none;
    width: 100%;
    max-width: 370px;
    margin: 5px auto;
  }

  .legal {
    overflow: visible;
  }
  .legal li {
    width: 100%;
    float: none !important;
    display: block;
    margin: 0px !important;
    padding: 8px !important;
    line-height: 21px;
    border: 0px !important;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media screen and (max-width: 400px) {
  #dataformContainer {
    margin-right: 5px;
  }
}
/*------------------------- INNER STYLING -------------------------*/
.inner #banner {
  max-height: 288px;
}

.inner #content .col-left {
  width: 69%;
}

.inner #content .col-right {
  width: 29%;
}

.inner .gallery-slide-caption, .inner .gallery-slide-title {
  display: none;
}

.inner h1, .inner h2, .inner h3 {
  text-align: left;
}

#inner2 #content {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  margin: 21px 0 523px;
  padding: 0 18px;
}
#inner2 #content .col-left, #inner2 #content .col-right {
  border: 0;
  padding: 18px 0;
  width: 68%;
}
#inner2 #content .col-right {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .inner #content .col-left, .inner #content .col-right {
    width: 100%;
    margin: 0;
  }
  .inner #content .col-left {
    margin-bottom: 20px;
  }

  #inner2 #content .col-left, #inner2 #content .col-right {
    width: 100%;
    margin: 0;
  }
}

/*# sourceMappingURL=wpfd_styles.css.map */