/*
Theme Name: Ironwood
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: http://ironwood.net.au/
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Classes needed by Theme Check */
.wp-caption-text,
.gallery-caption,
.bypostauthor {
}

ul#menu-footer-menu li {
    width: 33%;
    float: left;
}

/* 3D Tour iframe Styling */

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 50%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}