/* 
 Theme Name:   Fraction Child Theme
 Theme URI:    
 Description:  
 Author:       FintechNewsSG
 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 ==
--------------------------------------------*/

.columnwpaper {
  float: left;
}

.wpaper-left {
  width: 25%;
}

div.wpaper-right {
  margin-left: 5px;
  width: 70%;
}

div.wpaper-right > a.w4pl_post_title {
  font-size: 18px;
  font-family: 'PT Sans Narrow', sans-serif;
}

div.right > abbr.published > strong {
  display: none;
}

div.whitepaper {
    margin-bottom: 20px;
}

div.right > abbr.published {
text-decoration: none;
cursor: pointer;
}

/* Clear floats after the columns */
.whitepaper:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
}

div#whitepaper-description {
margin-bottom: 30px!important;
}

#w4pl-list-49855 {
    padding: 25px 0px 0px 0px!important;
}

.widget > form > div #s {
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 10px;
    box-sizing: border-box;
    height: inherit;
    font-size: inherit;
}

.widget > form > div #searchsubmit {
    background: #3C98CA;
    width: 37%;
    margin-left: 4px;
    height: 34px;
    vertical-align: inherit;
	color: #FFFFFF;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 0.8em!important;
	border: #3C98CA;
}

.widget > form > div #searchsubmit:hover {
	background: #232323!important;	
}