/*
	Theme Name: SDV
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: child theme for silicon dragon ventures.
	Author: h makoui
	Author URI: 
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */
.mystyle {}
.post-byline, .post-date, .tab-item-date {display:none;}

#sidebar .timely-widget DIV.ai1ec-date
{
	background: #000000;
	border: none; color: #ffffff;
}
span.ai1ec-event-title {font-size:15px; color: #cc0000;}
#ai1ec_agenda_widget-2 {background-color: gold;}

.redish {background-color: #cc0000;}

/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}

div#ai1ec_agenda_widget-2 {
    background-color: #db3333;
}
h3.widget-title {
    color: #DD0000;
    font-weight: bold;
    BACKGROUND-COLOR: #F1F1F1;
}

html body.login {
    background: url(https://www.silicondragonventures.com/wp-content/uploads/2015/02/cropped-topimg.png)!important;
   
}