/*****style-sk.css*******************/
.mobile-logo-wrapper {
    padding: 12px;
}


.blog article.item {
    display: flex;
  flex-wrap:wrap;
  align-items:center;
  margin-top: 30px;
    padding-bottom: 35px;
}
.blog .entry-image.intro-image {
    max-width: 230px;
  min-width:230px;
    max-height: 120px;
    overflow: hidden;
  padding:0;
  margin:0 20px 0 0 !important
}

.blog-right .entry-header {
    position: relative;
    margin-bottom: 3px;
}
.blog-right .entry-header h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
  text-align:left;
  max-width:450px;
}
.blog-right p {
  max-width:550px;
    font-size: 16px;
    font-weight: 400;
    font-style: inherit;
    line-height: 1.35;
    letter-spacing: 0;
    outline: 0;
    margin: 0;
    text-shadow: 0 0 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke-width: ;
  text-align:left
}
.blog-right p.readmore {
    margin-top: 7px;
}
.blog-right a.read-more-button {
    text-decoration: underline !important;
}
h1, .h1 {
	font-family: Roboto, sans-serif;
	font-weight: normal
}

h2, .h2 {
	font-family: Roboto, sans-serif;
	font-weight: normal
}

h3, .h3 {
	font-family: Roboto, sans-serif;
	font-weight: normal
}

h4, .h4 {
	font-family: Open\ Sans, sans-serif;
	font-weight: normal
}

h5, .h5 {
	font-family: Open\ Sans, sans-serif;
	font-weight: 600
}

h6, .h6 {
	font-family: Open\ Sans, sans-serif;
	font-weight: 600
}


.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
	color: #333!important;
	text-align: center
}
