/*features-today section*/
section.features-today {
  padding: 30px 0 20px;
  /*background: #fafafa;*/
  border-top: 0px solid #f0f0f0;
  border-bottom: 0px solid #f0f0f0;
}
section.features-today .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
section.features-today .owl-carousel .item {
  padding: 0 15px;
}
section.features-today .owl-carousel .news-post {
  margin-bottom: 15px;
}
section.features-today .owl-carousel .owl-wrapper-outer {
  padding: 3px 0;
}
section.features-today .owl-theme .owl-controls {
  margin-right: 12px;
}
.owl-theme .owl-controls .owl-pagination {
  display: none !important;
}
.owl-carousel {
  width: auto;
}
.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -64px;
  margin-right: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 11px;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  outline: none;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}


.title-section {
  border-bottom: 1px solid #e1e1e1;
     margin-bottom: 20px;
    margin-top: 20px;
}
.title-section h1 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.title-section h1 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #f44336;
}
.title-section h1 span.world {
  border-bottom: 1px solid #33a3f1;
}

.title-section h1 span.fashion {
  border-bottom: 1px solid #aa35d6;
}
.title-section h1 span.travel {
  border-bottom: 1px solid #f58021;
}
.title-section h1 span.sport {
  border-bottom: 1px solid #4c60f6;
}
.title-section h1 span.food {
  border-bottom: 1px solid #32b47b;
}
.title-section .arrow-box {
  float: right;
  text-align: right;
}
.title-section .arrow-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 11px;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.title-section .arrow-box a:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}
.title-section.white {
  border-bottom: 1px solid #444444;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white .arrow-box a {
  color: #666666;
  border: 1px solid #666666;
}
.title-section.white .arrow-box a:hover {
  color: #ffffff;
  border: 1px solid #f44336;
}


/*block wrapper section */
div.block-content {
  padding: 30px 0 60px;
  position: relative;
}
div.block-content .advertisement {
  margin-bottom: 30px;
}
div.block-content:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-right: 1px solid #f0f0f0;
}
div.block-content.non-sidebar:after {
  display: none;
}
section.left-sidebar div.block-content:after {
  left: 0 !important;
  margin-left: -15px !important;
}
div.block-content:after {
  padding: 30px 0 60px;
}
.carousel-box {
  margin-bottom: 25px;
}
.carousel-box .news-post,
.carousel-box ul.list-posts {
  margin-bottom: 10px;
}
.block-content .owl-carousel {
  margin-left: -5px;
  margin-right: -5px;
}
.block-content .owl-carousel .item {
  margin: 0 5px 10px;
}
.grid-box {
  margin-bottom: 15px;
      margin-top: 20px;
}
.grid-box .news-post,
.grid-box ul.list-posts {
  margin-bottom: 30px;
}
.masonry-box {
  margin-bottom: 25px;
}
.article-box {
  padding-bottom: 20px;
}
.image-post-slider {
  margin-bottom: 10px;
}
.image-post-slider ul.bxslider {
  margin: 0;
  padding: 0;
}
.image-post-slider ul.bxslider .image-post2 {
  margin-bottom: 0 !important;
}
.image-post-slider .bx-wrapper .bx-prev,
.image-post-slider .bx-wrapper .bx-next {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.image-post-slider .bx-wrapper .bx-prev:hover,
.image-post-slider .bx-wrapper .bx-next:hover {
  background: rgba(244, 67, 54, 0.9);
}


/* latest articles style */
.latest-articles.iso-call {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
.latest-articles.iso-call .news-post {
  width: 345px;
  margin: 15px 15px;
}


/* post tags list style */
ul.post-tags {
  margin: 0;
  padding: 0;
}
ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #999999;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.post-tags li i {
  color: #ccc;
  margin-right: 9px;
}
ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
ul.post-tags li a:hover {
  color: #f44336;
}
ul.post-tags li:last-child {
  margin-right: 0;
}

/* standard post style */
.standard-post {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.standard-post .post-content {
  padding-top: 15px;
}
.standard-post .post-content h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.standard-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.standard-post .post-content h2 a:hover {
  color: #f44336;
}
/* standard post2 style */
.standard-post2 .post-title {
  padding: 18px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.standard-post2 .post-title h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-post2 .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.standard-post2 .post-title h2 a:hover {
  color: #f44336;
}
.standard-post2 .post-content {
  padding: 15px 20px 0;
}
.standard-post2 .post-content p {
  margin-bottom: 15px;
}
.standard-post2:hover .post-title {
  background: transparent;
}
/* standard post3 style */
.standard-post3 .post-title {
  padding: 18px 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.standard-post3 .post-title h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-post3 .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.standard-post3 .post-title h2 a:hover {
  color: #f44336;
}
.standard-post3 .post-title a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
  background: transparent;
  padding: 0 !important;
  margin-bottom: 6px;
}
.standard-post3 .post-title a.category-post.travel {
  color: #f58021;
}
.standard-post3 .post-title a.category-post.sport {
  color: #4c60f6;
}
.standard-post3 .post-title a.category-post.world {
  color: #33a3f1;
}
.standard-post3 .post-title a.category-post.fashion {
  color: #aa35d6;
}
.standard-post3 .post-title a.category-post.tech {
  color: #74b430;
}
.standard-post3 .post-title a.category-post.food {
  color: #32b47b;
}
.standard-post3 .post-title a.category-post.video {
  color: #d6ac1b;
}
.standard-post3 .post-content {
  padding: 15px 20px 0;
}
.standard-post3 .post-content p {
  margin-bottom: 15px;
}
.standard-post2:hover .post-title {
  background: transparent;
}
/* image post2 style */
.image-post2 {
  position: relative;
}
.image-post2 .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
}
.image-post2 .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  margin-top: -40px;
}
.image-post2 .hover-box a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
}
.image-post2 .hover-box h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
  margin-top: 10px;
  max-height: 48px;
  overflow: hidden;
}
.image-post2 .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.image-post2 .hover-box h2 a:hover {
  opacity: 0.7;
}
.image-post2 .hover-box ul.post-tags li {
  color: #ccc;
}
.image-post2 .hover-box ul.post-tags li a {
  color: #ccc;
}
.image-post2 .hover-box ul.post-tags li a:hover {
  color: #f44336;
}
.image-post2 div.post-content {
  padding: 16px 16px 0;
}
.image-post2 div.post-content p {
  margin-bottom: 3px;
}
.image-post2 div.post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-decoration: underline;
}
.image-post2 div.post-content p a:hover {
  opacity: 0.7;
}
.image-post2 div.post-content > a {
  margin-top: 12px;
}

/* image post3 style */
.image-post3,
.video-post {
  position: relative;
}
.image-post3 .hover-box,
.video-post .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(34, 34, 34, 0.8);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.image-post3 .hover-box h2,
.video-post .hover-box h2 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 0;
}
.image-post3 .hover-box h2 a,
.video-post .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.image-post3 .hover-box h2 a:hover,
.video-post .hover-box h2 a:hover {
  opacity: 0.7;
}
.image-post3 .hover-box ul.post-tags li,
.video-post .hover-box ul.post-tags li {
  color: #ccc;
}
.image-post3 .hover-box ul.post-tags li a,
.video-post .hover-box ul.post-tags li a {
  color: #ccc;
}
.image-post3:hover .hover-box,
.video-post:hover .hover-box {
  background: rgba(244, 67, 54, 0.9);
}
.video-post {
  margin-bottom: 10px;
}
.video-post a.video-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ffffff;
  font-size: 30px;
  padding: 1px;
  outline: none;
}
.video-post a:hover {
  opacity: 0.6;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}







/* news post general style */
.news-post {
  position: relative;
}
.news-post .post-gallery {
  position: relative;
      overflow: hidden;
  
}
.news-post img {
  width: 100%;
}
.news-post a.category-post {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
a.read-more-button {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
a.read-more-button i {
  margin-right: 9px;
}
a.read-more-button:hover {
  color: #ffffff;
  background: #f44336;
  border-color: #f44336;
}
a.category-post {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #f44336;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
a.category-post:hover {
  opacity: 0.7;
}
a.category-post.travel {
  background: #f58021;
}
a.category-post.sport {
  background: #4c60f6;
}
a.category-post.world {
  background: #33a3f1;
}
a.category-post.fashion {
  background: #aa35d6;
}
a.category-post.tech {
  background: #74b430;
}
a.category-post.food {
  background: #32b47b;
}
a.category-post.video {
  background: #d6ac1b;
}
.shadow-white {
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}

/* image post2 style */
.image-post2 {
  position: relative;
}
.image-post2 .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
}
.image-post2 .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  margin-top: -40px;
  background-color: rgba(0, 0, 0, 0.45);
}
.image-post2 .hover-box a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
  
}
.image-post2 .hover-box h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
  margin-top: 10px;
  max-height: 48px;
  overflow: hidden;
}
.image-post2 .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.image-post2 .hover-box h2 a:hover {
  opacity: 0.7;
}
.image-post2 .hover-box ul.post-tags li {
  color: #ccc;
}
.image-post2 .hover-box ul.post-tags li a {
  color: #ccc;
}
.image-post2 .hover-box ul.post-tags li a:hover {
  color: #f44336;
}
.image-post2 div.post-content {
  padding: 16px 16px 0;
}
.image-post2 div.post-content p {
  margin-bottom: 3px;
}
.image-post2 div.post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-decoration: underline;
}
.image-post2 div.post-content p a:hover {
  opacity: 0.7;
}
.image-post2 div.post-content > a {
  margin-top: 12px;
}
/* list posts style */
ul.list-posts {
  margin: 0;
  padding: 0;
}
ul.list-posts > li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
ul.list-posts > li img {
  width: 100px;
  margin-right: 20px;
  float: left;
}
ul.list-posts > li .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
ul.list-posts > li .post-content > a:hover {
  opacity: 0.7;
}
ul.list-posts > li .post-content h2 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}
ul.list-posts > li .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
ul.list-posts > li .post-content h2 a:hover {
  color: #f44336;
}