/*
 Theme Name:   Avadim Technologies
 Theme URI:    http://avadimtechnologies.com
 Description:  Child Foundry theme for Avadim Technologies
 Author:       Eric Trujillo
 Author URI:   http://www.clyph.com
 Template:     foundry
 Version:      1.0.0
 Tags:         white, custom-background, threaded-comments, translation-ready, custom-menu
 Text Domain:  avadim-child
*/

@import url(../foundry/style.css);

.image-square .content-bg{
    position: absolute;
    height: 100%;
    right: 0;
    z-index: -9999;
}

.image-square-arrow {
    border-color: transparent;
    border-width: 30px;
    border-style: solid;
    position: absolute;
    top: 48%;
    z-index: 1;
}

.image-square.left .image-square-arrow {
    right: 0;
}

.image-square.right .image-square-arrow {
    left: 0;
}

.image-background .background-image-holder {
    z-index: -9999;
}
.image-text-carousel .image-square > .content {
    padding: 0 20%;
}
.image.image-left, .image.image-right {
    z-index: -9999;
}
.content.content-left, .image.image-left {
    left: 0;
}

.content.content-right, .image.image-right {
    right: 0;
}

/** BEGIN REFRESH UPDATES **/
.team-tab-content {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.team-tabbed-content .content .active .team-tab-content {
    opacity: 1;
    visibility: visible;
    display: block;
} 

/** END REFRESH UPDATES **/
