.readMore {
  display: block;
  padding-top: 10px;
  text-align: right;
}
article.post,
article.type-post {
  margin-bottom: 60px;
}
.single .post {
  margin-bottom: 60px;
}
/*** Post Header ***/
.post-box-meta-single {
  margin: 6px 0 0;
  font-size: 14px;
}
.post-box-meta-single span {
  color: #888888;
  font-size: 12px;
}
.post-box-meta-single a {
  color: #313131;
}
.post-box-meta-single a:hover {
  color: #305098;
}
.post-box-meta-single > span:before {
  content: "";
  width: 0;
  height: 10px;
  margin: 0 15px;
  display: inline-block;
  background: none !important;
  border-right: 1px solid;
  opacity: 0.7;
}
.post-box-meta-single > span:first-child:before {
  content: none;
  display: block;
}
/*** Post images gallery ***/
#wpadminbar {
  z-index: 99998;
}
.post-image {
  margin-bottom: 26px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.container-single-fullwidth .post-image {
  margin-bottom: 40px;
}
.post-image img {
  max-width: 100%;
  height: auto;
}
.post-image.audio iframe,
.standard-post-image.audio iframe {
  height: 166px;
  width: 100%;
}
.container-single a[data-rel="penci-gallery-image-content"],
.container-single-page a[data-rel="penci-gallery-image-content"] {
  cursor: zoom-in;
}
/*** Slick gallery ***/
.penci-slick-slider {
  position: relative;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  max-height: 500px;
}
.penci-grid .penci-slick-slider,
.penci-masonry .penci-slick-slider {
  max-height: 250px;
  overflow: hidden;
}
.penci-slick-slider img {
  width: 100%;
}
.penci-slick-slider.loaded {
  opacity: 1;
  overflow: visible !important;
  max-height: none !important;
}
.penci-slick-slider > button.slick-prev,
.penci-slick-slider > button.slick-next {
  position: absolute;
  width: 36px;
  height: 36px;
  display: inline-block;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
  outline: none;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  text-align: center;
  line-height: 36px;
  background: #fff;
  z-index: 12;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  color: #313131;
  border: none;
}
.penci-slick-slider > button.slick-prev {
  left: 30px;
}
.penci-grid .penci-slick-slider > button.slick-prev,
.penci-masonry .penci-slick-slider > button.slick-prev {
  left: 20px;
}
.penci-slick-slider > button.slick-next {
  right: 30px;
}
.penci-grid .penci-slick-slider > button.slick-next,
.penci-masonry .penci-slick-slider > button.slick-next {
  right: 20px;
}
.penci-slick-slider.loaded > button.slick-prev,
.penci-slick-slider.loaded > button.slick-next {
  opacity: 0.8;
}
.penci-slick-slider > button.slick-prev:hover,
.penci-slick-slider > button.slick-next:hover,
.penci-slick-slider.loaded > button.slick-prev:hover,
.penci-slick-slider.loaded > button.slick-next:hover {
  opacity: 1;
}
.penci-slick-slider > button.slick-prev i,
.penci-slick-slider > button.slick-next i {
  font-size: 20px;
  display: inline-block;
  line-height: 36px;
}
.penci-grid .penci-slick-slider > button.slick-prev,
.penci-grid .penci-slick-slider > button.slick-next {
  opacity: 0.8;
}
.penci-grid .penci-slick-slider:hover > button.slick-prev,
.penci-grid .penci-slick-slider:hover > button.slick-next {
  opacity: 0.8;
}
.penci-grid .penci-slick-slider > button.slick-prev:hover,
.penci-grid .penci-slick-slider > button.slick-next:hover {
  opacity: 1;
}
/*** Post Entry ***/
.post-entry {
  margin-bottom: 33px;
  line-height: 28px;
}
.post-entry.standard-post-entry {
  margin-bottom: 0;
}
.post-entry:before {
  content: " ";
  display: table;
}
.post-entry .inner-post-entry:after {
  content: " ";
  display: table;
  clear: both;
}
.post-entry.page-has-margin {
  margin-bottom: 85px;
}
.post-entry img {
  max-width: 100%;
  height: auto;
}
.wpb_text_column {
  line-height: 1.8;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.post-entry hr,
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6,
.wpb_text_column hr {
  margin-bottom: 17px;
}
.post-entry p,
.wpb_text_column p {
  margin-bottom: 17px;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
  color: #313131;
  letter-spacing: 0;
  line-height: 1.3em;
}
.post-entry h1,
.wpb_text_column h1 {
  font-size: 24px;
}
.post-entry h2,
.wpb_text_column h2 {
  font-size: 22px;
}
.post-entry h3,
.wpb_text_column h3 {
  font-size: 20px;
}
.post-entry h4,
.wpb_text_column h4 {
  font-size: 18px;
}
.post-entry h5,
.wpb_text_column h5 {
  font-size: 16px;
}
.post-entry h6,
.wpb_text_column h6 {
  font-size: 14px;
}
.post-entry hr,
.wpb_text_column hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid #dedede;
  clear: both;
}
.post-password-form input[type="text"],
.post-password-form input[type="email"],
.post-password-form input[type="password"],
.post-password-form input[type="number"] {
  padding: 9px 20px;
  border: 1px solid #DEDEDE;
  margin-bottom: 28px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  max-height: 50px;
  outline: none;
  height: 36px;
  line-height: 36px;
}
.post-password-form input[type="submit"] {
  padding: 0 20px;
  border: none;
  background: #313131;
  color: #fff;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  height: 36px;
  line-height: 36px;
  margin-left: 5px;
}
.post-password-form input[type="submit"]:hover {
  opacity: 0.85;
}
.post-entry blockquote,
.wpb_text_column blockquote {
  padding: 0;
  position: relative;
  margin: 0 0 20px 0;
}
.post-entry blockquote,
.post-entry blockquote p,
.wpb_text_column blockquote,
.wpb_text_column blockquote p {
  font-size: 16px;
  color: #888;
  font-style: italic;
  line-height: 1.7;
  text-align: left;
}
.post-entry blockquote p,
.wpb_text_column blockquote p {
  margin: 0;
}
.post-entry blockquote,
.wpb_text_column blockquote {
  position: relative;
  padding: 0 0 0 46px;
  border: none !important;
  overflow: hidden;
}
.post-entry blockquote:before,
.wpb_text_column blockquote:before {
  color: #305098;
  content: 'â€œ';
  font-family: 'Playfair Display SC', serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
  position: absolute;
  top: -4px;
  left: 0;
}
.post-entry blockquote cite,
.post-entry blockquote .author,
.wpb_text_column blockquote cite,
.wpb_text_column blockquote .author {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 7px;
  color: #305098;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
  position: relative;
  z-index: 1;
}
.post-entry blockquote .author span,
.wpb_text_column blockquote .author span {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0;
}
.post-entry blockquote .author span:after,
.wpb_text_column blockquote .author span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 90px;
  height: 1px;
  background: #305098;
  left: 100%;
  opacity: 0.8;
}
.penci-single-link-pages {
  display: block;
  width: 100%;
}
.penci-single-link-pages:before,
.penci-single-link-pages:after {
  content: "";
  display: table;
  clear: both;
}
.penci-single-link-pages a {
  display: inline-block;
  margin: 0 4px 5px 4px;
  padding: 4px 7px;
  line-height: 1;
  border: 1px solid;
  color: inherit;
  text-decoration: none !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.penci-single-link-pages a:hover {
  opacity: 0.7;
}
/* Blockquote Style2 */
.post-entry.blockquote-style-2 blockquote {
  background: #f5f5f5;
  padding: 10px 20px 10px 24px;
}
.post-entry.blockquote-style-2 blockquote:before {
  content: '';
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  width: 4px;
  background: #305098;
}
.post-entry.blockquote-style-2 .author span {
  padding: 0 0 0 30px;
}
.post-entry.blockquote-style-2 .author span:after {
  width: 20px;
  left: 0;
}
.penci-pullqoute.align-left {
  max-width: 460px;
  float: left;
  width: 100%;
  margin-right: 20px;
}
.penci-pullqoute.align-right {
  max-width: 460px;
  float: right;
  width: 100%;
  margin-left: 20px;
}
.post-entry ul,
.post-entry ol {
  padding-left: 50px;
  margin-bottom: 20px;
}
.post-entry ul ul {
  margin: 2px 0;
  padding-left: 22px;
}
.post-entry ol ol {
  margin: 2px 0;
  padding-left: 32px;
}
.post-entry ul li {
  margin-bottom: 7px;
  position: relative;
  list-style-type: square;
  line-height: 1.7;
}
.post-entry ol li {
  margin-bottom: 2px;
  list-style: decimal;
}
.sticky.post .post-header {
  border: 1px dashed #ddd;
  padding: 20px 0;
}
.post-entry table {
  width: 100%;
  margin-bottom: 22px;
  border-collapse: collapse;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
}
.post-entry td,
.post-entry th {
  padding: 12px;
  border-bottom: 1px #e9e9e9 solid;
}
.post-entry th {
  font-weight: bold;
  font-size: 14px;
  background: #f5f5f5;
}
.post-entry tr:hover {
  background: #ffffff;
}
.post-entry em strong {
  font-style: italic;
}
/*** Gird post share ***/
.gird-post-share {
  margin-top: 9px;
  position: relative;
  text-align: center;
}
.gird-list-posts-share {
  background: #fff;
  display: inline-block;
  padding-right: 11px;
  position: relative;
  padding-left: 11px;
}
.gird-post-share:before {
  position: absolute;
  width: 100%;
  top: 9px;
  height: 1px;
  content: "";
  left: 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.gird-post-share a {
  margin: 0 4px;
  font-size: 14px;
  color: #939393;
}
.gird-post-share a:hover {
  color: #305098;
}
.gird-post-share .gird-list-posts-share a:first-child {
  margin-left: 0;
}
.share-box-grid.share-box-comments i {
  font-size: 15px;
}
/** Post tags && share box in single ***/
.tags-share-box {
  display: table;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 19px 160px 18px 0;
  clear: both;
  border-top: 1px solid #DEDEDE;
  font-size: 14px;
}
.tags-share-box.center-box {
  text-align: center;
  padding: 15px 0;
}
.tags-share-box.hide-tags.page-share {
  text-align: center;
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid #DEDEDE;
}
.post-tags {
  display: block;
  position: relative;
  z-index: 10;
  color: #888;
  margin-bottom: 0;
  line-height: 1.4;
  margin-top: 31px;
}
.post-tags > span {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 12px 0 0;
  font-style: italic;
  color: #888;
}
.post-tags > span i {
  vertical-align: bottom;
}
.container-single .post-entry .post-tags a {
  text-transform: uppercase;
  color: #888;
  padding: 6px 12px 5px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 11px !important;
  background: none;
  border: 1px solid #DEDEDE;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  outline: none;
  font-weight: normal;
  line-height: 1.2;
}
.container-single .post-entry .post-tags a:hover {
  background: #305098;
  color: #ffffff;
  border-color: #305098;
  text-decoration: none;
}
.post-share {
  display: inline-block;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 20px;
}
.tags-share-box.center-box .post-share,
.tags-share-box.hide-tags.page-share .post-share {
  position: static;
}
.tags-share-box.hide-tags.page-share .share-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #313131;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-right: 5px;
}
.post-share .count-number-like {
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  color: #305098;
  vertical-align: top;
}
.post-share .list-posts-share {
  display: inline-block;
  vertical-align: top;
}
.post-share a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-size: 14px;
  margin: 0 0 0 10px;
  color: #313131;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.post-share a:hover,
.post-share a.liked {
  color: #305098;
}
.post-share a.penci-post-like {
  margin-left: 5px;
}
.tags-share-box .single-comment-o {
  color: #888;
}
.tags-share-box .single-comment-o i {
  margin-right: 5px;
}
.tags-share-box .single-comment-o:after,
.post-share a.penci-post-like:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 4px 6px 0 20px;
  vertical-align: top;
  border: none;
  background-color: #dedede;
}
.tags-share-box .single-comment-o:after {
  margin-right: 20px;
}
.tags-share-box .single-comment-o.hide-comments-o:after {
  display: none;
  content: none;
}
.post-share a .dt-share {
  position: absolute;
  display: inline-block;
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  background: #313131;
  color: #fff;
  height: 20px;
  white-space: nowrap;
  line-height: 20px;
  text-align: center;
  z-index: 20;
  bottom: -45px;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.post-share a:hover .dt-share {
  opacity: 1;
  bottom: -30px;
  visibility: visible;
}
.post-share a .dt-share:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #313131;
  content: "";
  top: -7px;
  left: 50%;
  margin-left: -4px;
}
article.page.type-page {
  margin-bottom: 60px;
}
/*** Post author ***/
.post-author {
  margin: 0;
  overflow: hidden;
  padding: 38px 0 37px 0;
  border-top: 1px solid #E0E0E0;
}
body.author .post-author {
  padding: 20px 20px;
  border: 1px solid #E0E0E0;
  margin-bottom: 40px;
}
.author-img {
  float: left;
  margin-right: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  overflow: hidden;
}
.post-author .author-img img {
  margin: 0;
}
.post-author .author-content {
  margin-left: 120px;
}
.author-content h5 {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 15px;
  color: #313131;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.author-content h5 a {
  display: inline-block;
  margin: 0;
  color: #313131;
}
.author-content h5 a:hover {
  color: #305098;
}
.author-content p {
  margin-bottom: 16px;
}
.author-content .author-social {
  font-size: 14px;
  color: #313131;
  margin-right: 10px;
}
.author-content .author-social:hover {
  color: #305098;
}
/*** Post Pagination ***/
.post-pagination {
  overflow: hidden;
  margin: 0;
  padding: 12px 0 15px;
  border-top: 1px solid #DEDEDE;
}
.post-pagination .prev-post {
  float: left;
  width: 50%;
}
.post-pagination .next-post {
  float: right;
  text-align: right;
  width: 50%;
}
.post-pagination span {
  margin: 0;
  display: inline-block;
  color: #888;
}
.post-pagination span i {
  font-size: 15px;
  margin-right: 8px;
}
.post-pagination span i.fa-angle-double-right {
  margin: 0 0 0 8px;
}
.post-pagination .arrow {
  font-size: 64px;
  color: #ddd;
  line-height: 64px;
}
.post-pagination .prev-post .arrow {
  float: left;
  margin-right: 18px;
}
.post-pagination .next-post .arrow {
  float: right;
  margin-left: 18px;
}
.pagi-text {
  margin-top: 6px;
}
.post-pagination a {
  color: #313131;
}
.post-pagination a:hover h5 {
  color: #305098;
}
.post-pagination h5 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 0 25px 0 0;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.4;
}
.post-pagination h5.next-title {
  padding: 0 0 0 25px;
}
.penci-post-nav-thumb {
  display: inline-block;
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no repeat;
}
.penci-post-nav-thumb.nav-thumb-next {
  float: right;
  margin: 0 0 0 15px;
}
/*** Post related ***/
.post-related {
  overflow: hidden;
  margin: 0;
  text-align: center;
  padding: 36px 0 36px;
  border-top: 1px solid #DEDEDE;
}
.post-title-box,
#respond h3.comment-reply-title {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}
#respond h3.comment-reply-title span,
.post-box-title {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #313131;
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 10px;
}
#respond h3.comment-reply-title span:before,
#respond h3.comment-reply-title span:after,
.post-box-title:before,
.post-box-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #305098;
  display: block;
  top: 50%;
  margin-top: -1px;
  left: 100%;
}
#respond h3.comment-reply-title span:before,
.post-box-title:before {
  left: auto;
  right: 100%;
}
.penci-carousel {
  margin-left: -15px;
  margin-right: -15px;
  max-height: 220px;
}
.penci-carousel.loaded {
  max-height: none;
}
.penci-carousel button.slick-prev,
.penci-carousel button.slick-next {
  position: absolute;
  width: 36px;
  height: 36px;
  display: inline-block;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
  outline: none;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  text-align: center;
  line-height: 36px;
  background: #fff;
  z-index: 12;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  color: #313131;
  border: none;
  font-size: 20px;
}
.penci-carousel.loaded:hover button.slick-prev,
.penci-carousel.loaded:hover button.slick-next {
  opacity: 0.8;
}
.penci-carousel.loaded button.slick-prev:hover,
.penci-carousel.loaded button.slick-next:hover {
  opacity: 1;
}
.penci-carousel > button.slick-prev {
  left: 25px;
}
.penci-carousel > button.slick-next {
  right: 25px;
}
.penci-carousel > button.slick-prev.slick-disabled,
.penci-carousel > button.slick-next.slick-disabled {
  cursor: auto;
}
.item-related {
  margin: 0 10px;
  opacity: 0;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  text-align: center;
}
.penci-owl-carousel.owl-loaded .item-related {
  opacity: 1;
}
.penci-owl-carousel-slider .owl-dots {
  position: static;
  height: 10px;
  clear: both;
  margin-top: 16px;
  text-align: center;
}
.penci-owl-carousel-slider .owl-dots.disabled,
.penci-owl-carousel-slider .owl-nav.disabled {
  display: none;
}
.penci-related-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 0;
  background: #fff;
  margin: 0 2px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  border: 2px solid #DEDEDE;
}
.penci-owl-carousel-slider .owl-dot span {
  border: 1px solid #d4d4d4;
  background: #fff;
}
.penci-owl-carousel-slider .owl-dot.active span,
.penci-related-carousel .owl-dot.active span {
  background: #305098;
  border-color: #305098;
}
.item-related img {
  width: 100%;
  height: auto;
}
.item-related > a {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  display: inline-block;
  margin-bottom: 17px;
  width: 100%;
  position: relative;
}
.item-related > a:hover {
  opacity: 0.85;
}
#navigation .penci-megamenu .penci-mega-post a i,
.item-related > a i,
.home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-thumb .mag-post-thumb i,
.penci-grid.penci-fea-cat-style-13 li .item .thumbnail .icon-post-format {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 32px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 14px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
#navigation .penci-megamenu .penci-mega-post a i.fa-music:before,
.item-related > a i.fa-music:before {
  margin-right: 2px;
}
#navigation .penci-megamenu .penci-mega-post a i.fa-play:before,
.item-related > a i.fa-play:before {
  margin-left: 2px;
}
#navigation .penci-megamenu .penci-mega-post a:hover i,
.item-related > a:hover i {
  opacity: 0;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
}
.item-related h3 a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #313131;
  line-height: 1.4;
}
.item-related h3 a:hover {
  color: #305098;
}
.item-related span.date {
  color: #888888;
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
}
ul.slick-dots {
  opacity: 0;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  list-style: none;
  text-align: center;
  display: block;
  clear: both;
  margin-top: 13px;
}
.slick-slider.loaded ul.slick-dots {
  opacity: 1;
}
ul.slick-dots li {
  display: inline-block;
  line-height: 1;
}
ul.slick-dots li button {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 0;
  background: #fff;
  margin: 0 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  border: 2px solid #DEDEDE;
}
ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button {
  background: #305098;
  border-color: #305098;
}