/*	
Theme Name: Synopsys Core Blogs 2019
Theme URI: http://www.synopsys.com/
Description: Standard Theme for Synopsys WordPress Core Blogs
Author: Nadir, SMichael
Author URI: http://www.synopsys.com
Text Domain: synopsys-sig

*/

.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;
}

img.alignleft {
  float:left;  
  margin: 0.5em 1em 0.5em 0;
}

img.alignright {
  float:right;
  margin: 0.5em 0 0.5em 1em;
}

.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;
}

/* 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;
}

/* Button adapters */

.btn-wide {
  display: block !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 10px 30px;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  font-size: 18px !important;
  font-weight: 500 !important;
  }
  
.component-button-purple {
  background-color: #80539c; }
  
  .component-button-purple:hover {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: underline; }

.component-button-gray {
  background-color: #646e81; }
  
  .component-button-gray:hover {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: underline; }

.component-button-orange {
  background-color: #fcaf1a; }
  
  .component-button-orange:hover {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    text-decoration: underline; }
    
    

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-responsive {
    width: inherit;
    display: block;
    max-width: 100%;
    height: auto;
    }
    
p.comment-form-comment label {
    vertical-align:top;
}

b, strong {
    font-weight: bolder;
}

/* Blog Homepage - Adds Space Between Top & Bottom of Posts */

.col-xs-12.col-sm-9 div[id^="post-"] .component-textcomp .component-text p:last-child {
    margin-bottom: 45px !important;
}



/* Add Bottom Margin to <ul> in Blog Post Content */

.component-textcomp .component-text div#post-content ul {
	margin-bottom: 40px;
}



/* Adjust Blockquote Bottom Margin */

.component-textcomp .component-text div#post-content blockquote p {
	margin-bottom: 30px !important;
}

/* zh_CN half size featured images */
.img-zh-feat-half {
  width:50%;
  height:50%;
}

/* Brightcove video modifier - disables player menu + changes button to yellow */
div .vjs-play-button-shape-rectangle .vjs-big-play-button {
  background-color: rgba(252, 175, 26, 0.85) !important;
  border-radius: 5px !important;
}

/* Removal of header H tag color fix */
a span.text-size-normal {
  color: #5A2A82;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    margin: 0;
    max-width: 100%;
}



/* SNPS SEO customs */
.h2body {
    -webkit-tap-highlight-color: transparent;
    display: block;
    /*line-height:33px;*/
    font-size:30px;
    box-sizing: border-box;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 300;
    color: #5a2a82;
    margin: 15px 0 15px 0;
    font-size: 44px;
}

.text-size-normal {
    font-size: 1em;
    color: #5A2A82;
}

/*
@media (min-width: 1200px)
.title {
  font-size: 30px;
}

@media (min-width: 730px)
.title {
  font-size: 22px;
}

.title {
  font-size: 20px;
}
*/

.h1body {
  display: block;
  font-family: inherit;
  font-weight: 300;
  color: #5a2a82;
  line-height: 1.1;
  margin: 15px 0 15px 0;
  margin-block-end: 15px;
  margin-block-start: 15px;
  margin-bottom: 15px;
}

.h1body {
    font-size: 35px;
    line-height:49.5px;
}

@media (min-width: 730px) {
  .h1body {
    font-size: 44px;
    }
  .h2body {
    font-size: 38px;
    }
}

@media (min-width: 1200px) {
  .h1body {
    font-size: 60px;
    }
  .h2body {
    font-size: 44px;
    }
  .page-title {
    font-size: 45px;
    }
}


/* Alignment + Captions */

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

dl.wp-caption, dl.wp-caption * {
    -webkit-user-drag: none;
}

.heading span {
  line-height: 36px;
}

div.sidebar input.search-submit {
  margin-top:8px;
}