/* CSS Document */


/*---------Blog Container---------*/
.blog-wrapper {
	margin: 30px auto 0px;
	width: 100%;
}
.blog-wrapper h1.blogtitle {
	text-align: center;
	font-size: 24px;
	color: #261483;
	font-weight: 600;
  	font-family: 'Poppins', sans-serif;
}
.blog_menu_container {
	width: 95%;
	margin: 20px auto 10px;
	display: flex;
	justify-content: flex-end;
}
.single_post .blog_menu_container {
	width: 95%;
}
.blog_menu {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
	list-style: none;
	max-width: 320px;
	height: 30px;
	position: relative;
}
.blog_menu .content__toggle {
	order: 1;
	text-align: right;
	font-size: 16px;
	flex: 2;
	color: #261483;
	font-weight: 600;
	line-height: 30px;
	height: 35px;
	display: block;
}
.blog_menu .content__toggle i {
	font-size: 24px;
	line-height: 35px;
}
.blog_menu .content__item {
	width: 100%;
	text-align: left;
	display: none;
	order: 2;
	background-color: rgba(255,255,255,1);
	padding: 10px 15px 10px 25px;
	border-bottom: 1px solid #85b8dd; 
	font-size: 16px;
	position: relative;
	z-index: 100;
}
.blog_menu .content__item:hover {
	width: 100%;
	background-color: #1e8cdf;
	color: #ffffff;
}
.blog_menu .content__item a {
	display: block;
	text-decoration: none;
	width: 100%;
	color: #261483;
}
.blog_menu .content__item:hover a {
	color: #ffffff;
}
.blog_menu .content__toggle a {
	text-decoration: none;
	color: #1e8cdf;
}
.blog_menu .content__item.active {
	display: block;
}
.blog_menu .content__item.last_item {
	border: none;
}
.blog_header_wrapper {
	/*background-color: #0d153b;
	background-image: url("https://bng-assets.b-cdn.net/common/img/blog/header_corner.png");*/
	background-image: url("https://bng-assets.b-cdn.net/common/img/blog/header_corner_light.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 130px;
}
.blog_header {
	min-height: 200px;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	max-width: 1300px;
	margin: 0 auto;
}
.blog_header_col {
	width: 100%; 
	color: #e9ebec;
}
.bh_col_left, .bh_col_right {
	display: none;
}
.bh_col_center {
  /*background: rgb(188,47,4);
	background: -webkit-linear-gradient(bottom, rgba(188,47,4,1) 0%, rgba(214,67,23,1) 50%, rgba(188,47,4,1) 100%);
	background: -o-linear-gradient(bottom, rgba(188,47,4,1) 0%, rgba(214,67,23,1) 50%, rgba(188,47,4,1) 100%);
	background: linear-gradient(to top, rgba(188,47,4,1) 0%, rgba(214,67,23,1) 50%, rgba(188,47,4,1) 100%);*/
	background: rgb(11,122,206);
	background: -webkit-linear-gradient(bottom, rgba(11,122,206,1) 0%, rgba(30,140,223,1) 50%, rgba(11,122,206,1) 100%);
	background: -o-linear-gradient(bottom, rgba(11,122,206,1) 0%, rgba(30,140,223,1) 50%, rgba(11,122,206,1) 100%);
	background: linear-gradient(to top, rgba(11,122,206,1) 0%, rgba(30,140,223,1) 50%, rgba(11,122,206,1) 100%); 
 	padding: 25px 30px 0;
	color: #edf1f3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
}
.bh_col_center a {
	display: block;
}
.bh_col_center h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	margin: 10px auto 20px;
	width: 100%;
}
.header-date {
	align-self: flex-end;
	font-size: 14px;
	font-weight: 300;
	padding: 10px;
	border-top: 1px solid #c1e3fc;
	width: 90%;
	text-align: center;
}
.header-post-item {
	padding: 75px 25px 20px;
}
.header-post-item h4{
 	/*color: #e9ebec;*/
	color: #0f0704;
	font-size: 16px;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	text-transform: uppercase;
}
.header-post-item h3 {
	/*color: #1e8cdf;*/
	color: #a2350f;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 10px;
}
.header-post-item h3 a {
	/*color: #1e8cdf;*/
	color: #a2350f;
}
.header-post-item p {
	/*color: #eeeaea;*/
	color: #1c1a22;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.header-excerpt {
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.header-excerpt .header-text,  .header-excerpt .header-img {
	width: 48%;
}
.header-excerpt .header-img {
	display: flex;
  	align-content: center;
  	justify-content: center;
	height: 130px;
	border: 1px solid #565a73;
}
.header-excerpt .header-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header-excerpt .bluebutton {
	background-color: #1e8cdf;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-top: 8px;
	padding: 6px 20px;
	border-radius: 50px;
}
/**** Headlines Bar ****/
.blog_headlines_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  background-color: #0f0704;
}
.blog_headlines_title {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 18px;
	background-color: #d64317;
	padding: 10px 40px 10px 10px;
	background-image: url("https://bng-assets.b-cdn.net/common/img/blog/bg_headlines.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;  
	display: flex;
	align-items: center;
}
.blog_headlines_slider {
	width: 100%;
	text-align: left;
	color: #dfdfe0;
	font-size: 14px;
	padding: 10px 2px;
	box-sizing: border-box;
}
.blog_headlines_slider a {
	color: #dfdfe0;
}
.bv_headlines {
	max-width: 200px;
	margin: 0 auto;
	text-align: left;
}
/***OWL STYLES****/
.headline-item {
	/*width: 100%;*/
}
.owl-headlines {
	position: relative;
}
@media (min-width: 768px) {
.blog-wrapper h1.blogtitle {
	font-size: 32px;
}
.blog_headlines_slider {
	padding: 10px 154px 10px 30px;
	box-sizing: border-box;
}
.bv_headlines {
	max-width: 400px;
}
}

@media (min-width: 1024px) {
.blog_headlines_title {
	padding: 10px 50px 10px 25px;
}
.blog_headlines_slider {
	font-size: 16px;
}
.blog_headlines_slider {
	padding: 10px 210px 10px 30px;
	box-sizing: border-box;
}
.blog_header_col {
	width: 33.33%;
}
.bh_col_left, .bh_col_right {
	display: block;
}
.bv_headlines {
	max-width: 600px;
}
}
@media (min-width: 1600px) {
.blog-wrapper {
	width: 90%;
}	
}

/*---------Blog Home---------*/
.blog {
  /*padding: 0px 0 20px 0;*/
}

.blog_cols {
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.blog_entry_single {
	width: 100%;
}
.blog_sidebar {
	width: 100%;
	max-width: 320px;
}
.blog .entries {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	margin: 0px 0px;
  	font-family: 'Open Sans', sans-serif;
	width: 100%;
}

.blog .entry {
  padding: 0px 0px 30px;
  margin: 0px 10px 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 0px;
  font-family: 'Poppins', sans-serif;
}

.blog .entry .entry-img .main-img-post {
  margin-bottom: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow: hidden;
  max-height: 500px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.blog .entry .entry-img.preview-img {
  margin-bottom: 30px;
  height: 260px;
  overflow: hidden;
}
.blog .entry .entry-img.preview-img a{
  display: block;
}
.blog .entry .entry-img img, .blog .entry .entry-img.preview-img img {
  object-fit: cover;
  width: 100%;
  /*height: 260px;*/
  object-position: center;
}

.blog .entry .entry-content .entry-body img {
  max-width: 100%;
  height: auto;
  display: block;
}

.blog .entry.entry-single .entry-img {
  display: flex;
  align-content: center;
  justify-content: center;
  max-height: 250px;
}
.blog .entry .entry-single .entry-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog .entry .entry-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 6px 0;
}
.blog .entry .entry-title a:hover {
	color: #1e8cdf;
}
.blog .entry .entry-title a {
  color: #261483;
  transition: 0.3s;
}


.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #717992;
  font-weight: 300;
}

.blog .entry .entry-excerpt {
  padding: 0 25px;
}

.blog .entry .entry-content {
  padding: 10px 40px;
}
.blog .entry .entry-content p {
  margin-bottom: 20px;
}
.blog .entry .entry-content p, .blog .entry .entry-content li {
  line-height: 1.4em;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
}
.blog .entry .entry-content li {
  margin-left: 40px;
}
.blog .entry .entry-content ul {
  margin: 20px 0;
}
.blog .entry .read-more {
  -moz-text-align-last: center;
  text-align-last: center;
}

.blog .entry .read-more a {
  display: inline-block;
  background: #1e8cdf;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  margin-top: 20px;
}

.blog .entry .read-more a:hover {
  background: #5969f3;
}


/*---------Blog Single Entry---------*/
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 40px;
  position: relative;
  text-align: center;
  margin: 20px 0;
  border-left: none;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #261483;
}
.blog .entry .entry-body img {
	display: block;
	margin: 20px auto;
}

.entry-single .entry-content h1, .entry-single .entry-content h1 a {
  font-size: 30px;
  color: #261483;
  font-weight: 600;
}
.blog .entry .entry-body h2, .blog .entry .entry-body h3, .blog .entry .entry-body h4, .blog .entry .entry-body h5 {
	margin: 30px auto;
	color: #261483;
	font-weight: 600;
}
.blog .entry .entry-body h2 {
	font-size: 26px;
	color: #1e8cdf;
}
.blog .entry .entry-body h3 {
	font-size: 22px;
}
.blog .entry .entry-body h4 {
	font-size: 18px;
}
.blog .entry .entry-body h5 {
	font-size: 14px;
	margin: 20px auto;
}

.blog .entry .entry-footer {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
  color: #261483;
}

.blog .entry .entry-footer i {
  color: #1e8cdf;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #261483;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #4154f1;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
  margin-left: 0px;
  font-size: 14px;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
  margin-left: 0px;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry.entry-single {
  margin: 0px 0px 40px 0;
  width: 100%;
}



.blog .blog-pagination {
  color: #024ed5;
  margin-bottom: 40px;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: left !important;
  overflow-x: scroll;
  padding-bottom: 10px;
}

.blog .blog-pagination li {
  margin: 0 10px;
  transition: 0.3s;
  font-family: 'Poppins', sans-serif;
  font-size: 16px
}

.blog .blog-pagination li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8c94ad;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 600;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
  background: #1e8cdf;
}

.blog .sidebar {
  padding: 20px;
  margin: 20px 0 60px 0px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: #ffffff;
  border-radius: 0px;
  font-family: 'Poppins', sans-serif;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 12px 20px 12px 20px;
  margin: 0 0 15px 0;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  background-color: #bc2f04;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #4154f1;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 25px;
}
/*.blog .sidebar .recent-posts .sidebar-img {
	height: 160px;
}*/
.blog .sidebar .recent-posts .sidebar-img img {
  object-fit: cover;
  width: 100%;
  object-position: center;
  height: 200px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin: 10px auto 3px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #261483;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #1e8cdf;
}

.blog .sidebar .recent-posts time {
  display: block;
  /*margin-left: 95px;*/
  font-style: italic;
  font-size: 14px;
  color: #717992;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

.blog .entry-box {
	width: 100%;
	max-width: 400px;
}

.blog .back-link a {
	width: 100%; 
	text-align: center;
	color: #261483;
}

@media (min-width: 768px) {
.blog .entries {
	margin: 0px 0px 0;
}
/*.blog .entry-box {
	width: 49%;
}*/
.blog .blog-author .author-img {
	width: 22%;
}
.blog .blog-author .author-desc {
	text-align: left;
}
.blog .blog-author .author-desc {
	width: 78%;
}
.blog .entry-box {
	width: 46%;
}
.blog .entry.entry-single .entry-img {
	max-height: 350px;	
}
}
@media (min-width: 1024px) {
.blog_cols {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}
.blog_entry_single, .blog .entries {
	/*width: 65%;
	padding-right: 20px;*/
}
.blog_sidebar {
	max-width: 320px;
}
.single_post .blog_sidebar {
	margin-left: 20px;
}
.blog .sidebar {
  margin-top: 0px;
}
.blog_menu_container {
  max-width: 1200px;
  margin: 20px auto;
}
.blog .entry-box {
	width: 47%;
}
}
@media (min-width: 1200px) {
.blog .entry.entry-single .entry-img {
	max-height: 450px;	
}
}
@media (min-width: 1620px) {
.blog_cols {
	max-width: 1600px;
}
.blog .entry-box {
	width: 31%;
}
.blog_menu_container {
  max-width: 1600px;
}
}
/*
@media (min-width: 1180px) {
}
@media (min-width: 1260px) {
.blog_menu_container {
	max-width: 1240px;
}	
}
@media (min-width: 1380px) {
.single_post .blog_menu_container {
  width: 85%;
  max-width: 85%;
}
}*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 10px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*_________________________________*/

