/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/
tr.dtb_highlight {
line-height: 30px;
font-weight: bold;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.26, #FFFBB2),
	color-stop(1, #FFFF00)
);
background-image: -o-linear-gradient(bottom, #FFFBB2 26%, #FFFF00 100%);
background-image: -moz-linear-gradient(bottom, #FFFBB2 26%, #FFFF00 100%);
background-image: -webkit-linear-gradient(bottom, #FFFBB2 26%, #FFFF00 100%);
background-image: -ms-linear-gradient(bottom, #FFFBB2 26%, #FFFF00 100%);
background-image: linear-gradient(to bottom, #FFFBB2 26%, #FFFF00 100%);


}

#summerlands-logo-img {
	width: 500px;
}

.summerlands-text-box p {
	font-size: 20px;
}

.summerlands-text-box {
	clear: right;
}

.summerlands-text-box h2 {
	font-size: 22px!important;
}

.asuci-homepage-recent-posts .meta span:nth-child(n+2) {
	display: none;
}

.asuci-upcoming-events {
	list-style: none;
	padding: 0;
	height: 500px;
	overflow-y: scroll;
	margin-bottom: 15px;
}

.asuci-upcoming-events li {
	margin-bottom: 10px;
}

.asuci-upcoming-events h3 {
	margin-bottom: 0px;
}

.asuci-upcoming-events > li > ul {
	list-style: none;	
	padding-left: 15px;
}

.asuci-upcoming-events > li > ul > li {
	border-left: 2px solid #ffd200;
	padding-left: 5px;
	padding-right: 5px;
}

.asuci-upcoming-events .event-name {
	margin: 0;
	line-height: 20px;
}

.asuci-upcoming-events .cal-icon {
	float: left;
	width: 25px;
	margin-right: 8px;
}

.asuci-upcoming-events .event-meta {
	font-size: 12px;
}

.asuci-upcoming-events .event-description {
	margin: 0;
}

/* calendar icon
.asuci-upcoming-events .event-name:before {
    background-image: url(http://www.asuci.uci.edu/wp-content/uploads/2016/08/calendar-128.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    width: 33px;
    display: inline-block;
    height: 25px;
    content: "";
    vertical-align: middle;
}
*/

.asuci-homepage-recent-posts {
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}

.asuci-homepage-recent-posts .entry-title {
	font-family: "Antic Slab", Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 16px;
}

.asuci-homepage-recent-posts .fusion-column {
	margin-bottom: 2px!important;
}

.asuci-homepage-recent-posts .recent-posts-content {
	padding-left: 164px;
	padding-right: 10px;
}

/* Newspaper icon
.asuci-homepage-recent-posts .entry-title:before {
    background-image: url(http://www.asuci.uci.edu/wp-content/uploads/2016/08/1470872409_news.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    width: 33px;
    display: inline-block;
    height: 25px;
    content: "";
    vertical-align: middle;
}
*/

ul.asuci-quick-links {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 10px;
}

ul.asuci-quick-links li {
	font-family: "Antic Slab", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;

	margin: 15px 0;
}

.event-date {
    	float: left;
	clear: left;
    	border-right: 2px solid #1a80b6;
	color: #000;
	margin-right: 6px;
    	height: 60px;
   	width: 60px;
	text-align: center;
}

.event-date span {
	display: block;
	height: 30px;
	line-height: 30px;
}

.event-date .event-date-top{
	padding-top: 3px;
	font-size: 27px;
}

.event-date .event-date-bot {
	font-size: 13px;
}

.asuci-homepage h1, .asuci-homepage h2, .asuci-homepage h3, .asuci-homepage h4, .asuci-homepage h5, .asuci-homepage h6, .asuci-homepage li, .asuci-homepage .fusion-toggle-heading{
	font-family: 'Open Sans', sans-serif!important;
}

.asuci-upcoming-events::-webkit-scrollbar, .asuci-homepage-recent-posts::-webkit-scrollbar
{
  width: 2px;  /* for vertical scrollbars */
  height: 2px; /* for horizontal scrollbars */
}

.asuci-upcoming-events::-webkit-scrollbar-track, .asuci-homepage-recent-posts::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

.asuci-upcoming-events::-webkit-scrollbar-thumb, .asuci-homepage-recent-posts::-webkit-scrollbar-thumb
{
  background: #ffd200;
}

.asuci-homepage .fusion-title h1{
	font-size: 16px!important;
	text-align: left;
	background-color: #1a80b6;
	color: #fff;
	line-height: 44px;
	padding-left: 22px!important;
}

.asuci-legislation {
	padding-left: 10px;
}

.ucsa h1, .ucsa h2 {
	color: #1a80b6!important;
	font-weight: bold!important;
}

.homepage-featured {
	text-align: center; 
	font-size: 38px; 
	line-height: 40px; 
	width: 91%;
	margin: 0 auto;
}

.homepage-featured img {
	width: 80px;
}

@media screen and ( max-width: 1024px){
	.homepage-featured {
		font-size: 28px;
		line-height: 40px;
	}
}

@media screen and ( max-width: 768px){
	.homepage-featured img {
		width: 60px;
	}
	.homepage-featured {
		width: 100%;
		font-size: 20px;
		line-height: 20px;
	}
}

@media screen and ( max-width: 420px){
	.homepage-featured {
		font-size: 16px;
		line-height: 15px;
	}
}

/* gforms input checkmark for file uploads */

.ginput_preview > .gform_delete {
	display: none;
}

.ginput_preview:before {
	content: '\2714';
	color: green;
}

#as-ticket-table td:first-child{
	text-align: center;
	min-width: 150px;
	padding: 5px;
}

