/*!
Theme Name: FourNews
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: FourNews theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fournews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: fournews
Template Id: prod-16531
*/

#toTop {
	cursor: pointer;
}

/*
## Blog
*/

.posts-list__item {
	position: relative;
}

#primary .posts-list--default.list-style-default .default-item + .default-item {
	margin-top: 30px;
	padding-top: 30px;
  border-top-width: 1px;
  border-top-style: solid;
}

.entry-thumb-wrapper {
	position: relative;
}

.blog .cat-links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: auto;
  margin: 20px;
  padding: 0;
}

.blog .post .entry-content {
  margin-bottom: 10px;
}

.post-thumbnail__link .wp-post-image {
  border-radius: 0;
}

.entry-thumb-wrapper .cat-links {
	font-size: 0;
}

.single.single-post .cat-links .post-categories {
  display: flex;
  flex-wrap: wrap;
}

.single.single-post .cat-links .post-categories li + li {
  margin-left: 10px;
}

.entry-thumb-wrapper .cat-links a {
	margin-bottom: 4px;
	margin-right: 8px;
  display: inline-block;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 0;
}

.entry-meta--header {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -12.5px;
  margin-right: -12.5px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: uppercase;
}

.posts-list--default .entry-header .entry-meta.entry-meta--header {
	margin-top: 5px;
  margin-bottom: 14px;
}

.blog .posts-list--default .entry-title {
  margin-bottom: 12px;
}

.blog .entry-header .entry-meta {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.entry-header .entry-meta > span,
.entry-header .entry-meta > a {
	padding-left: 12.5px;
	padding-right: 12.5px;
}

.entry-header .entry-meta--header > span,
.entry-header .entry-meta--header > a {
  display: flex;
  align-items: center;
}

.entry-header .entry-meta--header i {
  margin-right: 6px;
  font-size: 14px;
}

.entry-meta,
.entry-meta time,
.entry-meta a {
	font-size: 12px;
  line-height: 1.6em;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
}

.entry-meta i {
	margin-right: 6px;
  font-size: 14px;
}

.entry-meta .comments-button {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}

.entry-footer .entry-meta .btn {
	display: inline-block;
  max-width: 100%;
  padding: 9.5px 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

.single.single-post .entry-footer .entry-meta {
  justify-content: flex-start;
}

.entry-meta .tags-links a{
	font-style: italic;
}

body .list-style-default .default-item .entry-content p {
	margin-bottom: 6px;
}

/*
## Single Posts
*/

body.single-post .site-main {
  max-width: 710px;
}

@media (min-width: 1200px) {
  body.single-post .entry-header {
    padding-left: 30px;
    padding-right: 30px;
  }
} 

.single .entry-meta--header {
  margin-bottom: 15px;
}

.single .entry-title.h1-style {
  margin-bottom: 20px;
}

.single .entry-meta .cat-links a,
.single .entry-header .cat-links ul li a,
.single .entry-header-top .cat-links ul li a {
  padding: 0 6px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}

.single.single-post .post-thumbnail {
  margin-bottom: 60px;
}

@media (max-width: 940px) {
  .single.single-post .post-thumbnail {
    margin-bottom: 30px;
  }
}

.single.single-post .post-thumbnail img{
  border-radius: 0;
}

.single.single-post .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.single.single-post .entry-meta.entry-meta--header {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.single.single-post .entry-meta > span,
.single.single-post .entry-meta > a {
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .single.single-post .entry-meta.entry-meta--header {
    margin-left: 0;
    margin-right: 0;
  }
  
  .single.single-post .entry-meta > span,
  .single.single-post .entry-meta > a {
    padding: 0;
    margin-right: 25px;
  }

  .single.single-post .entry-meta > .byline {
    padding-left: 12px;
  }
}

.single.single-post .entry-meta i {
  margin-right: 6px;
}

.single.single-post .entry-meta .comments-link {
  margin-bottom: 2px;
}
.single.single-post .entry-meta .comments-link i {
  margin-bottom: -2px;
}

.single.single-post .post_meta_views > span {
  margin-right: 4px;
}

.single.single-post .entry-meta .avatar {
  padding: 0;
  border-radius: 50%;
}

@media (min-width: 940px) {
  .single.single-post .entry-content {
    padding-left: 55px;
    padding-right: 55px;
  }
}

/*blockquote*/

body.single-post blockquote:not(.post-format-quote) {
  margin: 30px 0 30px 50px;
  padding: 0 0 0 23px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  font-style: italic;
  text-align: left;
  border:none;
}

body.single-post blockquote:not(.post-format-quote)::before {
  content: '\f10d';
  position: relative;
  font: normal normal normal 24px/1 "FontAwesome";
  top: -7px;
  left: -3px;
  display: block;
  margin-bottom: -3px;
  font-size: 14px;
  line-height: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.single-post blockquote:not(.post-format-quote) cite {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

body.single-post blockquote:not(.post-format-quote) cite::before {
  display: none;
}

body.single-post blockquote.quote-bg:not(.post-format-quote) {
  margin-left: 0;
  padding: 30px;
  border: none;
  background-color: #29293a;
  color: #ffffff;
}

body.single-post blockquote.quote-type-2.half-box:not(.post-format-quote) {
  margin: 0;
  margin-bottom: 15px;
  padding-left: 0;
  border: none;
}

@media (max-width: 768px) {
  body.single-post blockquote:not(.post-format-quote) {
    margin-left: 30px;
  }
}

@media (min-width: 768px){
  body.single-post blockquote.quote-type-2.half-box:not(.post-format-quote) {
    float: left;
    margin-right: 30px;
    width: calc(50% - 30px);
  }
}

/*blockquote*/

body.single-post .entry-footer .entry-meta .tags-links .meta-title{
  display: inline-block;
  padding: 3px 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 0;
}

body.single-post .entry-footer .entry-meta .tags-links a {
  display: inline-block;
  padding: 2px 11px;
  margin-right: 6px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.6;
  color: inherit;
  border: 1px solid;
  border-radius: 0;
}

body.single-post .post-navigation-container {
  border: none;
}

body.single-post .post-navigation-container .nav-links .nav-previous {
  padding-left: 0;
}

body.single-post .post-navigation-container .nav-links .nav-next {
  padding-right: 0;
}

body.single-post .post-navigation-container .nav-links .nav-text {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}

body.single-post .post-navigation-container .nav-links .nav-previous .nav-text {
  padding-left: 20px;
}

body.single-post .post-navigation-container .nav-links .nav-next .nav-text {
  padding-right: 20px;
}

body.single-post .post-navigation-container .nav-links i {
  top: 4px;
  font-size: 12px;
}

#secondary .widget {
  border: none;
}

#secondary .widget .widget-title{
  padding-bottom: 10px;
  border-bottom: 1px solid #c8c8cd;
}

body.single-post .comments-area {
  padding-top: 60px;
}

body.single-post .comments-area .comment-reply-title {
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}

body.single-post .comments-area input,
body.single-post .comments-area textarea,
body .widget.widget_search .search-form input[type='search']{
  border-radius: 0;
}

body .widget.widget_search .search-form input {
  padding-top: 10px;
  padding-bottom: 10px;
}

body.single-post .comments-area input:focus,
body.single-post .comments-area textarea:focus,
body .widget.widget_search .search-form input[type='search']:focus {
  box-shadow: none;
}

body.single-post .comments-area p{
  width: 100%;
}

body.single-post .comments-area .comment-form {
  display: flex;
  flex-wrap: wrap;
}

body.single-post .comments-area .comment-form .comment-notes {
  order: 1;
}

body.single-post .comments-area .comment-form .comment-form-author {
  order: 2;
  width: calc(50% - 5px);
  margin-right: 10px;
}

body.single-post .comments-area .comment-form .comment-form-email {
  order: 3;
  width: calc(50% - 5px);
}

@media(max-width: 640px) {
  body.single-post .comments-area .comment-form .comment-form-author {
    width: 100%;
    margin-right: 0;
  }
  body.single-post .comments-area .comment-form .comment-form-email {
    width: 100%;
  }
}

body.single-post .comments-area .comment-form .comment-form-url {
  order: 4;
}

body.single-post .comments-area .comment-form .comment-form-comment {
  order: 5;
  margin-top: 10px;
  margin-bottom: 0;
}

body.single-post .comments-area .comment-form .comment-form-cookies-consent {
  order: 6;
}

body.single-post .comments-area .comment-form .form-submit {
  order: 7;
}

body.single-post .comments-area .comment-form .form-submit input {
  border: none;
}

body.single-post .post-author-bio .post-author__content {
  text-transform: none;
}

/*
## Related posts
*/

body.single-post .related-posts .row {
  padding: 0;
}

body.single-post .related-posts .entry-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(101,130,144);
}

body.single-post .related-post__entry-title {
  margin: 0;

}

body.single-post .related-post__entry-meta {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: uppercase;
}
body.single-post .related-post__entry-meta i {
  margin-right: 8px;
  font-size: 14px;
}

/*
## Single post Layout 2
*/

body.post-template-single-layout-2 .entry-meta--categories {
  margin-bottom: 15px;
  justify-content: center;
}

body.post-template-single-layout-2 .entry-meta--author{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  text-transform: none;
}

body.post-template-single-layout-2 .entry-meta--author a{
  margin-left: 4px;
  text-transform: none;
}

body.post-template-single-layout-2 .entry-meta {
  justify-content: center;
}

/*
## Single post Layout 3
*/

body.post-template-single-layout-3 .single-header-3 {
  margin-bottom: 70px;
}

.post-template-single-layout-3 .single-header-3 .overlay-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.75);
}

body.post-template-single-layout-3 .single-header-3 .cat-links {
  margin-bottom: 20px;
}

body.post-template-single-layout-3 .entry-header .entry-title {
  margin-bottom: 10px;
}

body.post-template-single-layout-3 .entry-header .entry-title + p {
  margin-bottom: 0;
  font-size: 18px;
}

body.post-template-single-layout-3 .single-header-3 .entry-header-bottom {
  margin-top: 30px;
}

body.post-template-single-layout-3 .post-author__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
}

body.post-template-single-layout-3 .post-author__content > div,
body.post-template-single-layout-3 .post-author__content > span,
body.post-template-single-layout-3 .post-author__content > a {
  margin-right: 25px;
}

body.post-template-single-layout-3 .post-author__content i {
  margin-right: 6px;
}

body.post-template-single-layout-3 .post-author__content .post-author__avatar {
  display: flex;
  margin-right: 12px;
}


body.post-template-single-layout-3 a.comments-button {
  padding: 0;
  border: none;
}

body.post-template-single-layout-3 a.comments-button:hover {
  color: #ffffff;
  background-color: transparent;
}

/*
## Single post Layout 4
*/

body.post-template-single-layout-4 .single-header-4.entry-header.invert {
  padding: 0;
}

body.post-template-single-layout-4 .row {
  padding: 65px 0;
}

body.post-template-single-layout-4 .site-main {
  padding: 0;
}

body.post-template-single-layout-4 .single-header-4 .entry-meta:not(:empty) {
  margin-top: 5px;
  margin-bottom: 14px;
}

body.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
  bottom: 0;
}

body.post-template-single-layout-4 .single-header-4 .overlay-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

body.post-template-single-layout-4 .single-header-4 .cat-links {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

body.post-template-single-layout-4 .single-header-4.invert .entry-title {
  text-shadow: none;
}

body.post-template-single-layout-4 .single-header-4.invert .entry-title + p {
  font-size: 18px;
  line-height: 1.2em;
  text-shadow: none;
}

body.post-template-single-layout-4 .entry-meta {
  justify-content: center;
}

/*
## Single post Layout 5
*/

body.post-template-single-layout-5 .single-header-5.invert .entry-header {
  margin-bottom: 65px;
}

body.post-template-single-layout-5 .overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  z-index: -1;
}

@media (max-width: 940px) {
  body.post-template-single-layout-5 .overlay-gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
}

body.post-template-single-layout-5 .entry-header .entry-meta .cat-links {
  padding: 0;
}

body.post-template-single-layout-5 .single-header-5 .entry-meta--after-title:not(:empty) {
  position: relative;
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 940px) {
  body.post-template-single-layout-5 .single-header-5 .entry-meta--after-title:not(:empty),
  body.post-template-single-layout-5 .single-header-5 .entry-title.h1-style {
    width: 88%;
  }
}

@media (max-width: 940px) {
  body.post-template-single-layout-5 .single-header-5 .entry-title.h1-style {
    text-align: left;
  }
}

body.post-template-single-layout-5 .entry-meta--after-title::before{
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

body.post-template-single-layout-5 .post-author {
  display: flex;
  align-items: center;
}

body.post-template-single-layout-5 .post-author .avatar {
  margin-right: 15px;
}

body.post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty) > * {
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 0;
}

/*
## Single post Layout 6
*/

body.post-template-single-layout-6 .site-main {
  max-width: 100%;
}

body.post-template-single-layout-6 .entry-author-bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  padding: 30px;
}

body.post-template-single-layout-6 .entry-author-bio img {
  border-radius: 50%;
}

body.post-template-single-layout-6 .entry-author-bio .byline {
  margin-top: 15px;
}

body.post-template-single-layout-6 .entry-author-bio .byline a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000000;
}

body.post-template-single-layout-6 .entry-meta .cat-links a {
  font-size: 14px;
}

/*
## Single post Layout 7
*/
body.post-template-single-layout-7 .single-header-7.invert {
  background-color: #000000;
}

body.post-template-single-layout-7 .single-header-7.invert .overlay-thumbnail {
  z-index: 0;
  opacity: 0.5;
}

body.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) {
  justify-content: center;
}

body.post-template-single-layout-7 .post-author {
  margin-bottom: 20px;
}

body.post-template-single-layout-7 .entry-header-bottom .entry-meta {
  justify-content: center;
}

@media (max-width: 640px) {
  body.post-template-single-layout-7.single.single-post .entry-meta > span,
  body.post-template-single-layout-7.single.single-post .entry-meta > a {
      margin-right: 0;
  }
}

/*
## Single post Layout 8
*/

body.post-template-single-layout-8 .single-header-8.invert {
  background-color: #000000;
}

body.post-template-single-layout-8 .post-author__content .post-author__content {
  display: none;
}

body.post-template-single-layout-8 .entry-meta--under-title {
  justify-content: center;
}

body.post-template-single-layout-8 .single-header-8 .entry-meta.entry-meta--under-title {
  margin-top: 40px;
  margin-bottom: 0;
}

body.post-template-single-layout-8 h1.entry-title.h1-style {
  margin-top: 12px;
  text-transform: none;
}

body.post-template-single-layout-8 h1 + .entry-meta {
  position: relative;
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 940px) {
  body.post-template-single-layout-8 .single-header-8 h1 + .entry-meta.entry-meta--after-title {
    margin-bottom: 0;
  }
}

body.post-template-single-layout-8 h1 + .entry-meta::before {
  content: '';
  position: absolute;
  top: -25px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

/*
## Single post Layout 9
*/

body.post-template-single-layout-9 .entry-meta {
  justify-content: center;
}

body.post-template-single-layout-9 .single-header-9 .post-thumbnail {
  margin-top: 50px;
}

body.post-template-single-layout-9 .single-header-9 .post-thumbnail img{
  height: 550px;
  max-height: 550px;
}

body.post-template-single-layout-9 .post-author-bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

body.post-template-single-layout-9 .post-author__content .post-author__content {
  display: none;
}

body.post-template-single-layout-9 .entry-meta--after-author-bio {
  margin-bottom: 30px;
}

body.post-template-single-layout-9 .entry-meta--after-author-bio > span,
body.post-template-single-layout-9 .entry-meta--after-author-bio > a {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

/*
## Single post Layout 10
*/

body.post-template-single-layout-10 .single-header-10.has-post-thumbnail .entry-header {
  margin-top: 0;
}

body.post-template-single-layout-10 .single-header-10 .entry-header {
  background-color: #000000;
  border-radius: 0;
}

body.post-template-single-layout-10 .single-header-10 .entry-header .entry-title {
  max-width: 100%;
}

body.post-template-single-layout-10 .single-header-10 .cat-links a {
  font-size: 14px;
}

body.post-template-single-layout-10 .single-header-10 .comments-button {
  margin-bottom: 0;
  border: none;
  background: transparent;
}
body.post-template-single-layout-10 .single-header-10 .comments-button:hover {
  color:#ffffff;
}

body.post-template-single-layout-10 .single-header-10 .entry-header-bottom > * {
  margin: 0;
}

body.post-template-single-layout-10 .single-header-10 .entry-header-bottom {
  margin-left: -12.5px;
  margin-right: -12.5px;
  margin-bottom: 30px;
}

body.post-template-single-layout-10 .single-header-10 .entry-header-bottom .entry-meta--right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body.post-template-single-layout-10 .single-header-10 .entry-header-bottom .entry-meta--right > span,
body.post-template-single-layout-10 .single-header-10 .entry-header-bottom .entry-meta--right > a{
  display: flex;
  align-items: center;
}

body.post-template-single-layout-10 .single-header-10 .entry-header-bottom .post-author,
body.post-template-single-layout-10 .single-header-10 .entry-header .posted-on {
  padding: 0 12.5px;
}

@media(max-width:640px) {
  body.post-template-single-layout-10 .entry-title.h1-style {
      text-align: left;
  }
  body.post-template-single-layout-10 .single-header-10 .entry-header-bottom .post-author {
      margin-bottom: 10px;
  }
}