/*
news-updates Styles.
*/
/*
Global Variables

@import this file at the top of each page
template file to make variables available.
*/
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
.single-current_project .custom-link a:after {
  background-image: url("/wp-content/themes/qathet/images/shell/orange-arrow.svg") !important;
}
.single-current_project .backlink a:after {
  background-image: url("/wp-content/themes/qathet/images/shell/orange-arrow.svg") !important;
}
.single-current_project .sidebar-menu-wrap li a {
  color: var(--colour_orange) !important;
}

.page-content {
  width: 80% !important;
}
@media screen and (max-width: 1024px) {
  .page-content {
    width: 70% !important;
  }
}
@media screen and (max-width: 750px) {
  .page-content {
    width: 100% !important;
  }
}
.page-content .text-intro {
  max-width: 700px;
  margin-bottom: 5%;
}
.page-content .news-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page-content .news-grid.project-grid .link-wrap:after {
  background: var(--colour_orange);
}
.page-content .news-grid.project-grid .link-wrap .page-block-inner .custom-link a, .page-content .news-grid.project-grid .link-wrap .page-block-inner .custom-link span {
  color: var(--colour_orange);
}
.page-content .news-grid.project-grid .link-wrap .page-block-inner .custom-link a:after, .page-content .news-grid.project-grid .link-wrap .page-block-inner .custom-link span:after {
  background-image: url("/wp-content/themes/qathet/images/shell/orange-arrow.svg");
}
.page-content .news-grid .link-wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  color: #333333;
  -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 2%;
  margin-right: 2%;
  padding: 0px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*
  			.custom-link {
  				a {
  					color: $color-darkblue !important;
  					&:after {
  						background: url('/wp-content/themes/qathet/images/shell/dark-blue-arrow.svg') !important;
  						margin-left: 5px !important;
  						background-size: 10px !important;
  						background-position: center center !important;
  						background-repeat: no-repeat !important;
  					}
  				}
  			}
  */
}
@media screen and (max-width: 750px) {
  .page-content .news-grid .link-wrap {
    width: 48%;
    margin-bottom: 25px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 550px) {
  .page-content .news-grid .link-wrap {
    width: 100%;
  }
}
.page-content .news-grid .link-wrap:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 8px;
  background: var(--colour_blue);
}
.page-content .news-grid .link-wrap .excerpt {
  text-align: left;
  color: #000;
}
.page-content .news-grid .link-wrap .news-image {
  width: 30%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
@media screen and (max-width: 750px) {
  .page-content .news-grid .link-wrap .news-image {
    width: 100%;
    height: auto;
    border-radius: 0px;
    padding: 8px 0px 0px 0px;
  }
}
.page-content .news-grid .link-wrap .news-image.placeholder {
  background-color: #eaeaea;
  -webkit-background-size: 90px;
  -moz-background-size: 90px;
  -o-background-size: 90px;
  background-size: 90px;
}
.page-content .news-grid .link-wrap:hover {
  transform: translateY(-10px);
  -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  .custom-link span{
    text-decoration: underline;
  }
}
.page-content .news-grid .link-wrap .page-block-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 70%;
  padding: 4.5% 5% 5% 5%;
}
@media screen and (max-width: 750px) {
  .page-content .news-grid .link-wrap .page-block-inner {
    width: 100%;
    padding: 25px;
  }
}
.page-content .news-grid .link-wrap .page-block-inner .secondary-heading {
  text-align: left;
  max-width: 90%;
}
.page-content .news-grid .link-wrap .page-block-inner .excerpt {
  max-width: 90%;
}
.page-content .news-grid .link-wrap .page-block-inner .custom-link a, .page-content .news-grid .link-wrap .page-block-inner .custom-link span {
  color: var(--colour_blue);
}
.page-content .news-grid .link-wrap .page-block-inner .custom-link a:after, .page-content .news-grid .link-wrap .page-block-inner .custom-link span:after {
  background-image: url("/wp-content/themes/qathet/images/shell/dark-blue-arrow.svg");
}

/*
.pagination{
	width: 100%;
	text-align: center;

	a{
		display: inline-block;
		padding: 5px;
	}
	.page-numbers current{
		display: inline-block;
		padding: 5px;
	}

	.next{
		position: relative;
		display: inline-block;
		padding: 5px 24px 0px 0px;

		&:after {
			position: absolute;
			right: 0px;
			top: 2px;
			bottom: 0px;
			content: '';
			width: 15px;
			display: block;
			height: 20px;
			background-image: url('/wp-content/themes/qathet/images/shell/dark-blue-arrow.svg');
			margin: auto;
			background-size: 9px;
			background-position: center center;
			background-repeat: no-repeat;
			@include transition( all .2s ease-out );
		}

	}
}
*/
.pagination {
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  padding-top: 14px;
  padding-right: 2%;
  text-align: center;
  font-weight: bold;
}
.pagination a {
  color: var(--colour_blue);
}
.pagination a:hover {
  color: #2d73a2;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  padding: 7px;
  gap: 4px;
  justify-content: center;
  list-style: none;
  margin: initial;
}
.pagination .next, .pagination .prev {
  display: flex !important;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 10px 0px 8px;
}
.pagination .next:hover, .pagination .prev:hover {
  color: var(--colour_blue);
}
.pagination .next:after, .pagination .prev:after {
  height: 20px;
  margin-top: -2px;
}
.pagination .next {
  float: right;
}
.pagination .prev {
  flex-direction: row-reverse;
  float: left;
}
.pagination .prev:after {
  margin-right: 5px;
  transform: rotate(180deg);
}

.single-post .page-content, .single-current_project .page-content {
  display: flex;
  flex-wrap: wrap;
}
.single-post .page-content .backlink, .single-current_project .page-content .backlink {
  width: 100%;
  margin-top: 50px;
}
.single-post .post-img, .single-current_project .post-img {
  width: 350px;
  padding: 0px 40px 0px 0px;
  line-height: 0px;
}
@media screen and (max-width: 1024px) {
  .single-post .post-img, .single-current_project .post-img {
    padding: 0px 0px 25px 0px;
  }
}
.single-post .post-text, .single-current_project .post-text {
  max-width: 750px;
}
@media screen and (max-width: 1024px) {
  .single-post .post-text, .single-current_project .post-text {
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
  }
}
.single-post .post-date, .single-current_project .post-date {
  color: var(--colour_blue);
  font-weight: bold;
  margin-bottom: 10px;
}
.single-post .backlink, .single-current_project .backlink {
  float: left;
  margin-top: 20px;
}
.single-post .backlink a, .single-current_project .backlink a {
  color: var(--colour_blue);
  padding: 5px 0px 0px 24px;
}
.single-post .backlink a:hover:after, .single-current_project .backlink a:hover:after {
  transform: rotate(180deg);
}
.single-post .backlink a:after, .single-current_project .backlink a:after {
  left: 0px;
  right: auto;
  transform: rotate(180deg);
  background: url("/wp-content/themes/qathet/images/shell/dark-red-arrow.svg");
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.single-current_project #page #breadcrumbs {
  background: var(--colour_orange);
}
.single-current_project #page .post-date {
  color: var(--colour_orange);
}
.single-current_project #page .page-content a {
  color: var(--colour_orange);
}
.single-current_project #page .page-content a:hover {
  color: #ea7b1d;
}
.single-current_project #page .custom-link a {
  color: var(--colour_orange);
}
.single-current_project #page .custom-link a:after {
  background-image: url("/wp-content/themes/qathet/images/shell/orange-arrow.svg");
}
.single-current_project #page .custom-button a {
  background: var(--colour_orange);
}
.single-current_project #page .sidebar-menu .sidebar-icon {
  background: var(--colour_orange);
}
.single-current_project #page .sidebar-menu:after {
  background: var(--colour_orange);
}

.blog-posts-wrap {
  width: 100%;
  margin-top: 5%;
}
.blog-posts-wrap .blog-posts-flex {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-posts-wrap .blog-posts-flex .blog-card {
  width: 47%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  color: #333333;
  -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 2%;
  margin-right: 2%;
  padding: 3%;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1024px) {
  .blog-posts-wrap .blog-posts-flex .blog-card {
    padding: 6% 5% 4% 5%;
  }
}
@media screen and (max-width: 750px) {
  .blog-posts-wrap .blog-posts-flex .blog-card {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 550px) {
  .blog-posts-wrap .blog-posts-flex .blog-card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blog-posts-wrap .blog-posts-flex .blog-card:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 8px;
  background: var(--colour_blue);
}
.blog-posts-wrap .blog-posts-flex .blog-card:hover {
  transform: translateY(-10px);
  -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.blog-posts-wrap .blog-posts-flex .blog-card .custom-link a, .blog-posts-wrap .blog-posts-flex .blog-card .custom-link span {
  font-size: 1.6rem;
  color: var(--colour_blue);
}
.blog-posts-wrap .blog-posts-flex .blog-card .custom-link a:after, .blog-posts-wrap .blog-posts-flex .blog-card .custom-link span:after {
  background-image: url("/wp-content/themes/qathet/images/shell/dark-blue-arrow.svg") !important;
}

.pagination {
	margin-bottom: 20px;
}

.pagination .custom-link.mc-events {
	text-align: left;
}

#page.about-css .page-content .custom-link.mc-events a::after {
	background-image: none;
}

/*# sourceMappingURL=news-updates.css.map */
