/*
Theme Name: CIC Child of Extra
Theme URI: 
Description: Child 01 theme for the Extra theme
Author: Andrew Koltun
Author URI: 
Template: Extra
Version: 1
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 30 Mar 2017 17:50:21 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* Interactive Images 1 */
.interactive_images1 .et_pb_column
{
    position: relative;
    height: 500px;
}

.interactive_images1 .inner_column
{
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #f2b632;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.interactive_images1 .et_pb_column:hover .inner_column
{
    opacity: 1;
}

.interactive_images1 .inner_column_contents
{
    position: absolute;
    padding-left: 13%;
    padding-right: 13%;
    bottom: 13%;
}

.object-fit-cover {
    object-fit: cover !important;
}

@media all and (max-width: 980px)
{
    .interactive_images1 .et_pb_column
    {
        height: 400px;
    }
}