/* 
    Created on : Aug 14, 2015, 6:36:15 PM
    Author     : kylesturman

    Custom CSS Style for Colorbox Lightbox, MasterSlider Carousel, and colobox.php template.
*/
/*Styles for Lightbox*/
.cblightbox-size {
    width: 1047px;
    max-height: 100% !important;
    position: relative;
}
.cblightbox-content {
    min-height: 610px !important;
}
/*Fix for Content If Conflict in theme*/
#cboxContent [style] {
    height: 100%;
}
#cboxTitle {
    display: none !important;
}
/*Styles for MasterSlider*/
.master-slider-parent {
    margin-left: 0 !important;
}
.ms-container {
    margin: 0 !important;
}
.ms-inner-controls-cont {
    margin: 0 !important;
}
.ms-view {
    margin: 0 !important;
}
.ms-thumb-list {
    right: -86px !important; 
}
.ms-thumb {
    margin: 0 !important;
    width: 140px !important;
}
.ms-thumb-frame {
    min-height: 100px !important;
    max-height: 100px !important;
    height: 100px !important;
}
/*Styles for Featured Image*/
.cblightbox-post-thumb img {
    max-width: 537px !important;
    position: absolute;
    top: 0;
    left: 303px;
    
}