/*	
Theme Name: Synopsys SIG Blogs 2018 
Theme URI: http://www.synopsys.com/
Description: Standard Theme for Synopsys WordPress SIG Blogs
Author: Nadir, SMichael
Author URI: http://www.synopsys.com

*/

.component-railCard ul li {
    list-style-type: none;
    position:relative;
    left:-40px;
}

li.srpw-li {
  left:0px !important;
}


div.component-text  {
  margin-bottom:15px;
  
}

.post-meta {
  color: #7e8a92 !important;
}

img.aligncenter {
  display: block;
  margin-left:auto;
  margin-right:auto;
}

img {
  vertical-align: middle;
}

.alignleft {
  float:left;
}

.alignright {
  float:right;
}

div.blogtopnavigation, div.blogbottomnavigation{
  padding-bottom:15px;
  font-size:18px;
}

a.srpw-title:hover {
    text-decoration: underline;
}


/* SIG Merge */


/* Table Reloaded */

table.wp-table-reloaded {
  font-size: 15px;
}


/* Check mark */

.checkmark, .checkmark ul {
  margin-top: 0;
  list-style-type: none !important;

}
.checkmark li:before {
  content: "\2713";
  padding-right:15px;
  font-weight: bold;
}

h4.page-title {
   font-size: 45px; 
}

/* Light button hover */

.btn-default:hover, .btn:hover {
   box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
   cursor: pointer;
   text-decoration: underline;
}

.nav-group-title {
    padding-left: 40px;
    padding-right: 20px;
    text-transform: uppercase;
    color: $synopsys_purple;
    font-weight: 300;
    margin: 15px 0 15px 0;
    font-size: 26px;
  }


/* Blockquote update */

div#post-content blockquote p {
  font-size:32px;
  color:#5a2a82;
}

div#post-content blockquote {
  padding-top:20px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:20px;
}


div.component-text > ul > li.cat-item > ul.children {
  margin-left:20px;
}

div.component-text > ul > li.cat-item {
  margin-top:5px;
}

div.textwidget {
    font-size:15px;
}

div.col-xs-12.col-sm-4 {
  font-size:18px;
}

div.postmetadata {
  font-size:18px;
}

span.btn.component-button-purple, span.btn.component-button-gray, span.btn.component-button-orange {
	display:inline-block !important;
}

.component-railCard .flag {
  margin-bottom:15px;
}

div#post-content p {
    margin-bottom:25px;
}

div.component-text img.img-responsive {
    margin-bottom: 20px;
}

img.avatar.avatar-150, img.avatar.avatar-150.photo.size-thumbnail {
    margin-right:15px;
}

b, strong {
    font-weight: bolder;
}

.site-content .card-col {
    padding-bottom:25px; !important;
}