/**
 * @version    2.10.x
 * @package    K2
 * @author     JoomlaWorks https://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2020 JoomlaWorks Ltd. All rights reserved.
 * @license    GNU/GPL license:https://www.gnu.org/copyleft/gpl.html
 */
/* --- Common Elements --- */
/* --- Global K2 container --- */
body.contentpane #k2Container {padding:16px;} /* used in popups */
/* --- Clearing --- */
.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}
.clearList {display:none;float:none;clear:both;} /* this class is used to clear all previous floating list elements */
/* --- CSS added with JavaScript --- */
.smallerFontSize {font-size:100%;line-height:inherit;}
.largerFontSize {font-size:150%;line-height:140%;}
/* --- Icon Font Support --- */
a.ubUserFeedIcon,a.ubUserFeedIcon:hover,a.ubUserURL,a.ubUserURL:hover,span.ubUserEmail,
 div.k2FeedIcon a, div.k2FeedIcon a:hover, div.itemToolbar ul li a#fontDecrease, div.itemToolbar ul li a#fontIncrease, a.itemNext:after, *:before {font-size:18px; background:none; text-decoration:none; vertical-align:middle; font-family:'simple-line-icons'; speak:none; font-style:normal;font-weight:400; font-variant:normal; text-transform:none; line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
*:before{ display: table-cell;padding-right: 10px;}
/* Font assignments */

a#fontIncrease:before {content:"\e091";}
a#fontDecrease:before {content:"\e092";}
div.k2FeedIcon a:before, a.ubUserFeedIcon:before {content:"\e03b";}
a.itemPrevious:before{content:"\e07a";}
a.itemNext:after{content:"\e079";}
a.k2Anchor:before {content:"\e078";}
a.itemPrintLink:before{content:"\e02e";}
a.itemEmailLink:before{content:"\e086";}
a.itemDownloads:before{content:"\e083";}
.pathway:after{content: "/\00a0";}
.lastItem {border:none;} /* class appended on last list item */
/* --- Component - Item view --- */
a.itemPrintThisPage {display:block;width:160px;margin:4px auto 16px;padding:8px;border:1px solid #ddd;border-radius:4px;text-align:center;font-size:14px;}
a.itemPrintThisPage:hover {background:#fafafa;text-decoration:none;}
    .itemExtraFieldsValue a{ margin-right: .3rem;}

/* Related by tag */
div.itemRelated {margin-bottom:16px;padding:0; overflow-x:scroll;} /* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
div.itemRelated ul.k2Scroller {padding-left:0;}
div.itemRelated ul li.k2ScrollerElement {float:left;overflow:hidden;padding:4px;margin:0 4px 4px 0;} /* you need to insert this class in the related li element in item.php for this styling to take effect */
div.itemRelated ul li.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}
/* --- Component - Itemlist view (category) --- */
.catItemTitle {font-size:1.4rem;}
.catItemAuthor {font-size:1rem;}
.k2PaginationLinks li{ display: inline;}
/* --- Component - Itemlist view (tag) --- */
div.tagItemTagsBlock ul.tagItemTags li a:before {content:"#";}
/*--- Component - Itemlist view (generic) ---*/
form.genericSearchForm {display:grid;grid-template-columns:4fr 1fr;grid-gap:16px;padding:16px 0 32px 0;}
 form.genericSearchForm input.k2-input {border-radius:0;border-width: 0 0 1px 0;}
 form.genericSearchForm input.k2-submit {border-radius:4px;}
 form.genericSearchForm input.k2-submit:hover {background:#ddd;}
/* --- Search Box --- */
div.k2SearchBlock form input.k2SearchLoading {background:url(../images/loaders/search.gif) no-repeat 100% 50%;}
div.k2SearchBlock div.k2LiveSearchResults {display:none;background:#000;color:#ccc;position:absolute;z-index:99;margin-top:-1px; padding:1rem}
div.k2SearchBlock div.k2LiveSearchResults a {color:#f1f1f1 !important;}
    /* Live search results (fetched via ajax) */
    div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults{list-style:none;margin:0;padding:0;}
    div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {border:none;margin:0;padding:0;}
    div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {display:block;padding:1px 2px;border-top:1px dotted #ddd;}
    div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {background:#fffff0;}
        div.k2SearchBlock div.k2LiveSearchResults h2{font-size:1rem;}