/*
Theme Name: Renown Child Theme
Theme URI: http://themeforest.net/user/Veented
Description: Renown is a Multi-purpose, responsive WordPress theme.
Version: 1.0
Author: Veented
Author URI: http://themeforest.net/user/Veented
Template: renown
*/
@import url("../renown/style.css");


.blue
{
	color: #5aaadf;
}
.dkblue
{
	color: #3b7191;
}

.black
{
	color: #000000;
}
.bold
{
	font-weight: bold;
}
.wptitle
{
	font-size: 1.3em;
}

.item
{
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 1em;
}

.item:nth-of-type(odd) {
        background-color:#edf0f8;
	border-top: 1px solid #ede8dd;
	border-bottom: 1px solid #ede8dd;
}
.time
{
	margin-right:1.5em;
}

.date
{
	background-color:#a8c8e0;
	border-top: 1px solid #a9a400;
	border-bottom: 1px solid #a9a400;
	margin-top: 1em;
	padding-left: 1em;
}

/* 
===============================================
	Common styling
===============================================
*/

/* Transitions & Shadows */


#content input[type=text],
#content input[type=email],
#content input[type=tel],
#content textarea,
#content select,
#wrapper #search-form input,
.sidebar-widget.widget_product_search input[type=text] {
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	-webkit-font-smoothing: antialiased;
}

#content input[type=text]:focus,
#content input[type=email]:focus,
#content input[type=tel]:focus,
#content textarea:focus,
#content select:focus,
#wrapper #search-form input:focus,
.sidebar-widget.widget_product_search input[type=text]:focus {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
/* 
===============================================
	end Common styling changes
===============================================
*/

/* 
===============================================
   Contact/Comments Form
===============================================
*/


#content .wpcf7-form input[type=text],
#content .wpcf7-form input[type=email],
#content .wpcf7-form input[type=tel],
#content textarea,
#content select {
	margin-bottom: 5px;
	margin-top: 10px;
	-webkit-appearance: none;	
	padding: 13px 12px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	color: #777;
	font-size: 13px;
	width: 100%;
	-webkit-transition: border-color .3s, box-shadow .3s, background-color .3s;
	-moz-transition: border-color .3s, box-shadow .3s, background-color .3s;
	-o-transition: border-color .3s, box-shadow .3s, background-color .3s;
	transition: border-color .3s, box-shadow .3s, background-color .3s;
}

/* 
===============================================
   end Contact/Comments Form changes
===============================================
*/


/* Remove sorting selectors from Working Papers table for title, author and keywords  */
th.header.sort.number.sorting:after, th.header.sort.author.sorting:after, th.header.sort.keywords.sorting:after  {
  content: none;
}

/*style Filter By box for wpDataTables on Working Papers page*/
.wpDataTablesFilter {
  padding: 1em;
  background-color:#edf0f8;
}
.wpDataTables.wpDataTablesFilter::before {
  content: "Filter results by:";
  font-weight: bold;
  color: #5aaadf;
}

/* quotes for comment blocks */
p.quotesblock {
    font-size:16px; 
    padding:18px 20px 18px 20px;
    margin-left:3px; 
    margin-bottom:20px;
    background:#f2f1f6;
}	

p.quotesblock::before {
    color: #5aaadf;
    font-size: 30px;
    line-height: 0.5em;
    margin-right: 0.27em;
    content: "\f10d";
    font-family: FontAwesome;
    float:left;
}

/* News homepage image style */
.news-list-thumb {
  float:left;
  padding: 0 1.5em 0 0;
}

/* Read more button in grid lists */
a._self.pt-cv-readmore.btn.btn-success {
  background-color: #6ccaa4;
  border-color: #6ccaa4;
}

/* Gravity forms input, select box padding */
#content input[type=text], #content input[type=email], #content textarea, #content select {
  padding: 5px 12px;
}