/**
 * @file
 * Visual styles for Corporate+'s node component.
 */

/*Node*/
.node--view-mode-teaser {
  padding: 0 0 30px 0;
  margin-bottom: 40px;
}
.node__header {
  padding: 0 0 5px;
}
.node__header .field--name-user-picture {
  padding: 0 0 5px 0;
  max-width: 55px;
}
.node__title {
  font-size: 26px;
  margin-top: 0px;
}
.node__header h2 {
  margin: 0 0 5px;
}
.node__links {
  margin-top: 35px;
}
.node__container {
  position: relative;
}
.feed-icon {
  display: block;
  margin: 0px 0 60px;
}
.field--name-user-picture img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/*Post submitted info*/
.node__header .profile {
  display: inline-block;
  margin-right: 40px;
}
.node__header .profile img {
  max-width: 40px;
}
.node__meta {
  font-size: 14px;
  margin: 0 0 10px;
  display: inline-block;
}
.node__submitted-info ~ .comments-count__counter:before {
  content: "-";
}

/*Subheader*/
.field--name-field-mt-subheader-body {
  font-size: 15px;
  line-height: 1.6;
}

/*subtitle*/
.field--name-field-mt-subtitle {
  font-size: 18px;
  line-height: 1.66;
  font-weight: 400;
  padding-bottom: 15px;
}
.region--dark-typography .field--name-field-mt-subtitle {
  color: #363636;
}

/*CSS For SKD Download section starts */
.sdk-download-grid{
  padding: 25px;
}
.sdk-download-grid table, .sdk-download-grid table td, .sdk-download-grid table tr {
  border: none;
}
.sdk-download-grid .table thead th{
  border-color: #434343;
  border-bottom: 1px solid;
}
.sdk-download-grid a {
  color: #007298;
  font-weight: bold;
}
.sdk-download-grid a:hover {
  color: #007298;
  text-decoration: underline;
}
.sdk-download-grid i{
  font-size: 32px !important;
}

.sdk-download-grid .col-sm-12, .sdk-download-grid .col-sm-6{
  padding: 0px;
}
.sdk-download-label{
  font-size: 22px;
  padding-bottom: 10px;
  color: #212121;
  font-weight: 600;
  text-transform: none;
}
.sdk-download-active{
  border-radius: 4px;
  border-width: 2px;
  border-color: #007298;
  border-style: solid;
  padding: 0px 10px;
  color: #007298;
  font-weight:bold;
  text-align: center;
  font-size: 18px;
}
.sdk-download-default{
  border-radius: 4px;
  border-width: 2px;
  border-color: rgb(207, 207, 207);
  border-style: solid;
  padding: 0px 10px;
  color: rgb(207, 207, 207);
  font-weight:bold;
  text-align: center;
  font-size: 18px;
}
/*CSS For SKD Download section ends */
