/*
Theme Name: SydneyUIA
Theme URI: 
Description: Child 01 theme for the Sydney theme
Author: UIA
Author URI: 
Template: sydney
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 08 Feb 2016 09:10:29 +0000 */ 

@import url('../sydney/style.css');

h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 700;
}

/*hide post meta author and time */
.hentry .meta-post {
		display: none;
	}

/*Change news items font to look like recent posts widget*/
.newspost-title {
  font-size: 13.5px;
  font-family: Raleway;
  /* font-weight: bold;
   font-variant: normal;*/
}
/*resize news title heading */
.news .news-title a{font-size:22px; line-height:26px;}

/*Document Gallery plugin font size */
.document-gallery .document-icon a {
    font-size: 14px;
    line-height: 16px;
    color: Black
}

/*Code to make search box smaller */
input[type="search"]{
		color: #000000;
		font-size: 13px;
		text-align: center;
		background-color: #ffffff;
		border: 1px solid #dbdbdb;
		height: 25px;
		width: 140px;
		padding: 0px 0px;
	

}

/*Content views Recent posts page (grid view) */
/* Title */
.pt-cv-title {
		font-size:  16px;
		 
}

/*Recent posts page Read more */
.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #4d90fe;
    border-color: #f8f8f8;
}

/*Upcoming events date font size */
element.style {
}

.sis_event_entry .sis_event_date {
    font-size: 15px;
    font-weight: 600;
}



/*--------------------------------------------------------------
Sidebar Widgets area spacing changes, reduced margin-bottom to 10 px and padding-top to 10px
--------------------------------------------------------------*/
	.widget-area .widget {
		position: relative;
		margin-bottom: 10px;
		padding-top: 10px;
	}
	.widget-area .widget:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 1px;
	}
/*--------------------------------------------------------------
Added padding-top 10px
--------------------------------------------------------------*/
	
	.widget-area .widget-title {
		font-size: 16px;
		line-height: normal;
		color: #443f3f;
		font-weight: 600;
		padding-bottom: 24px;
                padding-top: 10px;
		margin: 0;
		text-transform: uppercase;
	}
	
/*Unchanged background color of side bar*/

	.widget-area,
	.widget-area  a {
		color: #767676;
	}


.entry-footer {
	display: none;
}


/*Footer height and color edits */
.footer-widgets {
		padding: 10px 0;
		background-color: #252525;
	}
.widget-area a {
    color: #767676;
}

/*--------------------------------------------------------------
Reduce widget titles font size 
--------------------------------------------------------------*/
.widget-title {
   font-size: 22px;
}

/*--------------------------------------------------------------
Caldera Forms submit button appearance
--------------------------------------------------------------*/
.caldera-grid .btn-default {
    font-weight: 700;
    /*color: #fff;
    height: 50px;
    background-color: #d65050;
    border-color: #d65050;*/
}

/*--------------------------------------------------------------
Caldera Forms totals labels alignment
--------------------------------------------------------------*/
.caldera-grid .total-line {
text-align:left;
min-height: 2px;
position:relative;
}
