/*	
Theme Name: Synopsys SIG Blogs 2019
Theme URI: http://www.synopsys.com/
Description: Standard Theme for Synopsys WordPress SIG Blogs
Author: Nadir, SMichael, JTsai
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;
}

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

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

div#post-content blockquote p {
  font-size:28px;
  color:#5a2a82;
}

div#post-content blockquote {
  padding-top:20px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:5px;
}


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:40px;
}

div.component-text img.img-responsive {
    margin-bottom: 20px;
}

/* NewsCred collision fix */    
img.img-responsive.nc_pixel {
    width: inherit;
}

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



/*Padding Between Left Column (Content) and Right Rail*/

@media only screen and (min-width: 730px) {
.col-sm-9 {
	padding-right: 45px !important;
	}
}

@media only screen and (min-width: 1200px) {
.col-sm-9 {
	padding-right: 75px !important;
	}
}



/* Search Align Left on Mobile */

@media only screen and (max-width: 730px) {
.col-xs-12.col-sm-4 > div > .container > .component-textcomp.text-align-right  {
	text-align: left !important;
	}
}



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



/* H1 Title Class - Used in Blog Post Content for Post Title */

.component-textcomp .component-text h1.title {
    font-size: 30px !important;
}	

@media (min-width: 730px) {
.component-textcomp .component-text h1.title {
    font-size: 32px !important;
}
}		

@media (min-width: 1200px) {
.component-textcomp .component-text h1.title {
    font-size: 36px !important;
}
}	
	


/* H2 - Used in Blog Post Content */

.component-textcomp .component-text div#post-content h2 {
    font-size: 28px !important;
}

@media (min-width: 730px) {
.component-textcomp .component-text div#post-content h2 {
    font-size: 30px !important;
}
}

@media (min-width: 1200px) {
.component-textcomp .component-text div#post-content h2 {
    font-size: 34px !important;
}
}



/* H3 - Used in Blog Post Content */

.component-textcomp .component-text div#post-content h3 {
    font-size: 20px !important;
}

@media (min-width: 730px) {
.component-textcomp .component-text div#post-content h3 {
    font-size: 28px !important;
}
}	
	
@media (min-width: 1200px) {
.component-textcomp .component-text div#post-content h3 {
    font-size: 32px !important;
}
}



/* H3 Title Class - Used on Blog Homepage for Post Titles */

.component-textcomp .component-text h3.title {
    font-size: 24px !important;
}

@media (min-width: 730px) {
.component-textcomp .component-text h3.title {
    font-size: 28px !important;
}
}	
	
@media (min-width: 1200px) {
.component-textcomp .component-text h3.title {
    font-size: 32px !important;
}
}

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