/* 
 Theme Name:   Fraction Child Theme
 Theme URI:    
 Description:  
 Author:       FintechNewsHK
 Author URI:   
 Template:     fraction-theme
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

i[title="Total Shares"] {
    display: none;
}
}
li.event {
	clear: both;
	/* margin: 0 0.5em 1.5em 0.5em; */
	zoom: 1; /* Fix for IE 6+7 */
}

.event-date {
	float: left;
	margin: 0 0.4em 1.5em 0;
}

.event-list .multi-date {
	background: url(/wp-content/plugins/event-list/includes/images/date-separator.png) center no-repeat;
}

.event-list .startdate, .event-list .enddate {
	text-align: center;
	width: 3.2em;
	border-radius: 5px;
	background-color: rgb(230,230,230);
}

.event-list .startdate {
	float: left;
}

.event-list .enddate {
	margin-left: 3.8em;
}

.event-weekday {
	font-size: 0.8em;
	text-transform: uppercase;
}

.event-day {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: -0.2em;
}

.event-month {
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 1em;
	padding: 0.4em 0;
}

.event-year {
	font-size: 0.8em;
	line-height: 0.8em;
	letter-spacing: 0.1em;
	padding-bottom: 0.3em;
}

.event-info {
	display: block !important;
}

.multi-day {
	margin: 0 0 0 7.5em;
}

.single-day {
	margin: 0 0 0 3.8em;
}

.event-title h3 {
	clear: none;
	margin: 0 !important;
	padding: 0;
}

.event-time {
	font-weight: bold;
	padding-right: 0.8em;
}

.event-cat {
	font-size: 0.95em;
}

.event-content {
	font-size: 0.8em;
}

div.feed {
	display: block;
}

div.feed a * {
	vertical-align: middle;
}

div.feed img {
	margin: 0 5px 0 2px;
}

div.filterbar, div.filterbar div {
	clear: both;
	margin: 1em 0;
	vertical-align: middle;
}

div.filterbar select.dropdown, div.filterbar ul.hlist, div.filterbar a.link {
	margin: 0 3px;
	vertical-align: middle;
}

div.filterbar ul.hlist li {
	float: left;
	list-style: none;
	margin: 0;
}

div.filterbar ul.hlist li + li:before {
	content: "|";
	padding: 0 1px;
}

div.el-hidden {
	display: none;
}

ul.event-list-view, ul.single-event-view {
    list-style: none !important;
    margin: 1.5em 0 2em 0;
    padding: 0;
}

/*decrease logo on mobile in articles*/
@media (max-width: 768px) {
	.single div.header-logo {
		width: 50%;
		margin: auto;
    }
}

/*sidebar fintech jobs*/
div.linklistcatname {
display:none
}

div.link-fintech-job {
margin-top: 10px;
}

div.linklist {
margin-top: -20px;   
}

/*Sosial Sharing Buttons Settings*/
div.heateor_sss_horizontal_sharing {
   margin-top: 5px;
}

@media (min-width: 801px) {
	div.heateor_sss_horizontal_sharing {
        height: 40px;
	}
}
.small-sidebar .widget,
#sidebar .widget {
	display: block;
	margin-bottom: 10px;
	position: relative;
}
@media screen and (max-width: 560px) {
.job-post .job-content,
    .job-post .job-side{
        padding-right: 10%;
    }
@media screen and (max-width: 560px) {  
     .job-post .job-side{
        padding-right: 10%;
    }
    
/* Start Webinars Banner on Events page */

/* hiding it on all single events pages */
section#tribe-events-pg-template 
div.tribe-events-before-html div.interested-webinar-event {
	display:none;
}

/* making space before and after the banner of the same size*/
div.interested-webinar-event {
	margin-top:-2em;
  margin-bottom:2em;
}

/* End Webinars Banner on Events page */