/*
 * Plugin: FreeWheel Display Ads 
 * Author: Ibrahim Madha, DDN
 *
 * Stylesheet: Some simple style rules for ads
 */
.fwAd {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: 2px;
}
.fwAd > *[style] { 
  /* Strict overrides for generated ads */
  position: absolute!important;
  top: 0!important;
  left: 0!important;
}
#bannerFlexOne {
  width: 728px;
  height: 90px;
}
#rectangleOne {
  width: 300px;
  height: 250px;
}

@media (max-width: 767px) {
  #bannerFlexOne {
    display: none;
  }
  .wpb_row .wpb_column {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Theme overrides for sidebar */
@media (max-width: 920px) and (min-width: 768px) {
  .span12 {
    min-width: 100%;
  }
  .row-fluid .span8.column_container,
  .row-fluid .vc_col-sm-8.column_container {
    width: -moz-calc(100% - 316px);
    width: -webkit-calc(100% - 316px);
    width: calc(100% - 316px);
  }
  .row-fluid .span4.column_container,
  .row-fluid .vc_col-sm-4.column_container {
    width: 306px;
    margin-left: 10px;
    padding-right: 0;
  }
  .row-fluid .span4.column_container > *,
  .row-fluid .vc_col-sm-4.column_container > * {
    max-width: 300px;
  }
}