/*This runs after the css has built the custom.css
* It resizes the images on the  http://teammed.xceed.com.au/shop/diagnostic_equipment/diagnostic_sets/ page
*
* Jonathan Turnbull
*/

.img-resize img.img-responsive {

    /*height: 200px !important;*/
}

.fancybox-skin p {

    background-color: #fff !important;
    z-index: 999 !important;
    overflow: visible !important;
}

/*social media links*/
.social-media-link {
    display:inline;
    color: #fff !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    padding: 10px !important;
}


.fb-color {
    background-color: #3b5998;
}

.li-color  {
    background-color: #0077b5;
}

.yt-color  {
    background-color: #ff0000;
}

.social-color {
    color: #fff;
}