/**
 * @author      Steven Palmer <support@coalaweb.com>
 * @link        https://coalaweb.com/
 * @copyright           Copyright (c) 2020 Steven Palmer All rights reserved.
*/

.grid-box .cwsl-content, .cwsl-content { 
    float: none;
    width:100%;
    height:25px;
    display:inline-block;
    position:relative;
    text-align:left;
    font-size: 1px;
}

.cwsl-content iframe {
    vertical-align: middle;
}

.grid-box .width50 .cwsl-content { height:auto; }
.grid-box .width33 .cwsl-content { height:auto; }
.grid-box #k2Container .cwsl-content { height:auto;}

ul.cwsl-content-items {
    margin: 0 !important;
    padding: 0!important;
    list-style: none;
}

ul.cwsl-content-items li {
    padding: 0 !important;
    margin-right:5px !important;
    display:inline-block;
    vertical-align: middle;
    background-image: none;
}

.cwsl-content-t { width:auto; }
.cwsl-content-pi {width:auto;}
.cwsl-content-xi { width:auto;}
.cwsl-content-sli { width:auto; }
.cwsl-content-su { width:auto; }
.cwsl-content-like { width:auto; }
.cwsl-content-likeshare { width:auto; }
.cwsl-content-mc { 
    width:auto;
    margin-bottom:1px;
}
.cwsl-content-share {
    margin-left:5px;
    width:auto;
}
.cwsl-content-like,.cwsl-content-likeshare,
.cwsl-content-share, .cwsl-content-t, 
.cwsl-content-pi,
.cwsl-content-xi, .cwsl-content-sli,
.cwsl-content-mc, .cwsl-content-su {
    height:25px;
}

/* Make drop downs visible on certain templates */
.item-page, .items-leading{
    overflow: visible !important;
}

iframe,svg {
    max-width: inherit !important;
}

.fb_iframe_widget_lift{
    min-width:500px !important;
}