/*-------------------------------------------------------*/
/**
Flexbox
Owl Carousel 
Featured Posts Grid
Hero
Hero Slider 
Ticker
Post List
	Post List Small
Social Icons
Sidebar
Widgets
	Widget Search
	Categories
	Widget Grid
	Widget Nav Menu
	Widget Tags / Entry Tags
	Video Playlist
Breadcrumbs
Single Post
Main Entry Styles
	Meta
Post Thumbs
Hero Slider Thumbs
Top Bar
Go to Top
Nav Mobile Sidenav
Nav Icon Toggle
Sidenav Menu
Sidenav Socials
Nav Style 1
Logo
Nav Flexbox
Nav Right
Nav Search
Colored Nav
Footer
	Bottom Footer
Style Rounded

*/


/* Flexbox
-------------------------------------------------------*/
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between; }

.flex-item {
	-webkit-box-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative; }

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1; }

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none; }

.owl-carousel .owl-item img {
	display: block;
	width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block; }

.owl-carousel.owl-hidden {
	opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab; }

.owl-carousel.owl-rtl {
	direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
	float: right; }

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
	z-index: 0; }

.owl-carousel .owl-animated-out {
	z-index: 1; }

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	        transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none; }

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }

.owl-prev, .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 48px;
	z-index: 10;
	width: 48px;
	height: 48px;
	font-size: 14px;
	color: #171821;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
	.owl-prev:hover, .owl-next:hover {
		color: #fff;
		background-color: #2D95E3;
		border-color: transparent; }

.owl-prev {
	left: 10px; }

.owl-next {
	right: 10px; }

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: 1; }

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
	color: #54555E; }

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
	opacity: 1; }

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
	left: -60px; }

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
	right: -60px; }

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px; }

.owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }

.owl-dot span {
	width: 22px;
	height: 4px;
	margin: 3px;
	background: #fff;
	opacity: 0.4;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease; }

.owl-dot.active span,
.owl-dot:hover span {
	opacity: 1;
	background-color: #2D95E3; }

.owl-carousel--dots-inside .owl-dots {
	position: absolute;
	bottom: 20px;
	margin-top: 0;
	width: 100%; }

.owl-carousel--arrows-outside .owl-prev,
.owl-carousel--arrows-outside .owl-next {
	opacity: 1;
	top: -62px;
	margin-top: 0;
	padding: 0;
	width: 28px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #E3E4E8;
	font-size: 12px;
	border-radius: 0; }
	.owl-carousel--arrows-outside .owl-prev:hover,
	.owl-carousel--arrows-outside .owl-next:hover {
		border-color: transparent; }

.owl-carousel--arrows-outside .owl-prev {
	right: 32px;
	left: auto; }

.owl-carousel--arrows-outside .owl-next {
	right: 0; }

.owl-custom-nav {
	margin-top: 24px; }
	.owl-custom-nav__btn {
		text-transform: uppercase;
		font-size: 10px;
		border-radius: 5px;
		border: 1px solid #E3E4E8;
		padding: 0 5px;
		line-height: 26px;
		background-color: transparent; }
		.owl-custom-nav__btn:hover {
			background-color: #2D95E3;
			color: #fff;
			border-color: transparent; }
		.owl-custom-nav__btn:focus {
			outline: none; }
		.owl-custom-nav__btn i {
			font-size: 8px;
			margin: 0 3px;
			position: relative;
			top: -1px; }
/*-------------------------------------------------------*/
/* Featured Posts Grid
/*-------------------------------------------------------*/
.frontpage-posts-grid {
	padding-bottom: 24px;
	padding-top: 24px;
	overflow: hidden; }
	.frontpage-post-grid-item {
		padding-bottom: 8px; }
	.frontpage-post-grid-sm {
		height: 33.333%; }
		.frontpage-post-grid-sm .entry-title {
			font-size: 16px; }
		@media only screen and (min-width: 992px) {
			.frontpage-post-grid-sm:first-child .post-list-img-wrap, .frontpage-post-grid-sm:last-child .post-list-img-wrap {
				-webkit-box-ordinal-group: 3;
				    -ms-flex-order: 2;
				        order: 2; } }
	.frontpage-posts-grid-entry {
		height: 100%;
		margin-bottom: 0 !important;
		min-height: auto !important; }
	.frontpage-post-grid-item-lg {
		height: 100%; }
		.frontpage-post-grid-item-lg .thumb-text-holder {
			bottom: 60px;
			padding: 0 50px; }
		.frontpage-post-grid-item-lg .entry-title {
			font-size: 32px;
			line-height: 1.3; }
			@media only screen and (max-width: 767px) {
				.frontpage-post-grid-item-lg .entry-title {
					font-size: 20px; } }
	
/*-------------------------------------------------------*/
/* Hero
/*-------------------------------------------------------*/
.hero {
	background-color: #fff; }
	@media only screen and (min-width: 1200px) {
		.hero-item .entry {
			overflow: visible;
			margin-bottom: 42px; }
		.hero-item .entry__body {
			-webkit-transform: translate(100%, -100%);
			transform: translate(100%, -100%);
			padding: 24px;
			background: #fff;
			position: absolute;
			right: 0;
			left: 50px;
			z-index: 1;
			max-width: 83%;
			min-height: 210px;
			margin-top: -20px; } }
	.hero-item .entry-title {
		font-size: 28px; }

/*-------------------------------------------------------*/
/* Hero Slider 
/*-------------------------------------------------------*/
.hero-slider {
	margin-top: 8px;
	margin-bottom: 40px; }
	.hero-slider-item .thumb {
		height: 537px;
		margin-bottom: 0; }
		@media only screen and (max-width: 767px) {
			.hero-slider-item .thumb {
				height: 460px; } }
		@media only screen and (max-width: 575px) {
			.hero-slider-item .thumb {
				height: 320px; } }
/*-------------------------------------------------------*/
/* Ticker
/*-------------------------------------------------------*/
.top-stories {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-top: 24px;
	height: 36px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
	.top-stories-the-label {
		background-color: #2D95E3;
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		display: inline-block;
		color: #fff;
		padding: 0 16px;
		line-height: 36px;
		height: 36px;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		font-size: 14px;
		float: left; }
	.top-stories-the-text {
		margin-left: 5px; }

.newsflash {
    border: 1px solid #E3E4E8;
	padding-right: 80px;
	padding-left: 20px;
	overflow: hidden; }
	.newsflash-item {
		line-height: 36px;
		white-space: nowrap; }
	.newsflash-item-url {
		color: #54555E; }
		.newsflash-item-url:hover {
			color: #2D95E3; }

.newsflash-buttons {
	position: absolute;
	top: 0;
	right: 0; }

.newsflash-button {
	background-color: transparent;
	float: left;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	color: #54555E;
	border: none; }
	.newsflash-button:first-child {
		border-right: 1px solid #E3E4E8; }
	.newsflash-button:focus {
		outline: none; }
	.newsflash-button:hover {
		background-color: #2D95E3;
		color: #fff;
		border-color: transparent; }


/* Post List
-------------------------------------------------------*/
.post-list {
	position: relative;
	margin-bottom: 20px;
	min-height: 241px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row; }
	.post-list:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0; }
	.post-list-img-wrap {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		margin-right: 30px;
		margin-bottom: 0; }
		@media only screen and (max-width: 991px) {
			.post-list-img-wrap {
				width: 170px; } }
	.post-list-body {
		overflow: hidden;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%; }
	@media only screen and (max-width: 575px) {
		.post-list {
			display: block; }
			.post-list-img-wrap, .post-list-body {
				width: 100%; }
			.post-list-img-wrap {
				float: none;
				margin-right: 0;
				margin-bottom: 30px;
				height: 180px; } }

/* Post List Small
-------------------------------------------------------*/
.post-list-sm-item {
	padding: 16px 0;
	position: relative; }
	.post-list-sm-item:first-child {
		padding-top: 0; }
	.post-list-sm-item:last-child {
		padding-bottom: 0;
		border-bottom: 0; }

.post-list-sm-img-wrap {
	width: 88px;
	float: left;
	overflow: hidden;
	margin-right: 16px; }
	@media only screen and (max-width: 575px) {
		.post-list-sm-img-wrap {
			width: 50px; } }

.post-list-sm-img-wrap-rounded {
	border-radius: 50%;
	overflow: hidden; }
.post-list-sm-img-wrap-normal {
	border-radius: 5px;
	overflow: hidden; }

.post-list-sm-body {
	overflow: hidden; }

.post-list-sm-entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 5px; }
	.post-list-sm-entry-title a {
		color: #171821; }
		.post-list-sm-entry-title a:hover, .post-list-sm-entry-title a:focus {
			color: #2D95E3; }

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.socials {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap; }
	.socials--nobase a {
		width: 13px;
		height: auto;
		border: 0;
		line-height: 32px;
		margin-right: 15px;
		margin-bottom: 0;
		color: #54555E;
		background-color: transparent; }
		.socials--nobase a:hover, .socials--nobase a:focus {
			color: #fff;
			background-color: transparent !important; }
	
	.socials--dark .social-facebook:hover,
	.socials--dark .social-facebook:focus {
		color: #39599f !important; }
	.socials--dark .social-twitter:hover,
	.socials--dark .social-twitter:focus {
		color: #55ACEE !important; }
	.socials--dark .social-google-plus:hover,
	.socials--dark .social-google-plus:focus {
		color: #DE4B39 !important; }
	.socials--dark .social-youtube:hover,
	.socials--dark .social-youtube:focus {
		color: #c61d23 !important; }
	.socials--dark .social-snapchat:hover,
	.socials--dark .social-snapchat:focus {
		color: #fffb01 !important; }
	.socials--dark .social-linkedin:hover,
	.socials--dark .social-linkedin:focus {
		color: #0e76a8 !important; }
	.socials--dark .social-pinterest:hover,
	.socials--dark .social-pinterest:focus {
		color: #c8232c !important; }
	.socials--dark .social-instagram:hover,
	.socials--dark .social-instagram:focus {
		color: #e1306c !important; }
	.socials--dark .social-rss:hover,
	.socials--dark .social-rss:focus {
		color: #ef822a !important; }

	.socials--rounded a {
		border-radius: 50% !important; }

.social {
	display: inline-block;
	line-height: 32px;
	width: 32px;
	height: 32px;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 13px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out; }
	.social:hover, .social:focus {
		color: #fff; }
	.social:last-child {
		margin-right: 0; }
	.social-facebook {
		background-color: #39599f; }
	.social-facebook:hover {
		background-color: #324e8c !important;
		color: #fff !important; }
	.social-twitter {
		background-color: #55ACEE; }
	.social-twitter:hover {
		background-color: #3ea1ec !important;
		color: #fff !important; }
	.social-google-plus {
		background-color: #DE4B39; }
	.social-google-plus:hover {
		background-color: #d93824 !important;
		color: #fff !important; }
	.social-youtube {
		background-color: #c61d23; }
	.social-youtube:hover {
		background-color: #b01a1f !important;
		color: #fff !important; }
	.social-snapchat {
		background-color: #fffb01; }
	.social-snapchat:hover {
		background-color: #e7e300 !important;
		color: #fff !important; }
	.social-linkedin {
		background-color: #0e76a8; }
	.social-linkedin:hover {
		background-color: #0c6590 !important;
		color: #fff !important; }
	.social-pinterest {
		background-color: #c8232c; }
	.social-pinterest:hover {
		background-color: #b21f27 !important;
		color: #fff !important; }
	.social-instagram {
		background-color: #e1306c; }
	.social-instagram:hover {
		background-color: #d81f5e !important;
		color: #fff !important; }
	.social-rss {
		background-color: #ef822a; }
	.social-rss:hover {
		background-color: #ed7412 !important;
		color: #fff !important; }


/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
.sidebar .widget {
	margin-bottom: 40px;
	background-color: #fff;
	padding: 32px;
	border: 1px solid #E3E4E8; }

@media only screen and (min-width: 1200px) {
	.sidebar-right {
		float: right; 
		padding-left: 35px; } }

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget-title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 24px;
	font-weight: 700; }

.widget .entry:last-child {
	margin-bottom: 0; }

.widget .sub-menu {
	padding-left: 15px;
	padding-top: 5px; }
	.widget .sub-menu li {
		padding: 5px 0 !important; }

.widget .children {
	padding-top: 10px;
	padding-left: 15px;
	margin-top: 10px; }

/* Widget Search
-------------------------------------------------------*/
.widget-search-button,
.search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0 !important;
	border: 0;
	vertical-align: middle; }
	.widget-search-button i,
	.search-button i {
		font-size: 18px;
		margin: 0;
		top: 3px; }
.search-form {
	position: relative; }


.wp-block-search__button {
	max-height: 46px;
	font-size: 14px; 
    padding: 0 17px;
	background-color: #2D95E3;
	font-weight: 700;
	font-family: "Source Sans Pro", sans-serif;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
    width: auto;
}

/* Categories
-------------------------------------------------------*/
.widget_categories li {
	padding: 9px 0;
	color: #54555E;
	line-height: 24px; }
	.widget_categories li:first-child {
		padding-top: 0; }
	.widget_categories li:last-child {
		padding-bottom: 0; }
	.widget_categories li a {
		color: #54555E; }
		.widget_categories li a:before {
			content: "\f285";
			font-family: "bootstrap-icons";
			font-size: 10px;
			color: #2D95E3;
			margin-right: 8px;
			line-height: 1;
			vertical-align: middle; }
		.widget_categories li a:hover {
			color: #2D95E3; }

.categories-count {
	float: right;
	display: inline-block;
	padding: 0 11px;
	height: 24px;
	border-radius: 5px; }
    
/* Widget Grid 
-------------------------------------------------------*/

  .post-grid {
    display: grid;
    /* 2 rows with auto columns, show as many columns as needed for posts */
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    gap: 7px;
    max-height: 477px;
  }

  .post-item {
    background: #fff;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
    min-width: 150px;
    max-width: 150px;
  }
  .post-item a{
	    color: #171821;
  }

  .post-item:hover{
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
  }

  .post-thumb {
    width: 100%;
    height: 130px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
  }

  .post-item:hover .post-thumb img {
    transform: scale(1.07);
  }

  .post-info {
    padding: 12px 14px 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .post-title {
    font-size: 14px;
    font-weight: 500;
    color: #171821;
    margin-bottom: 8px;
    user-select: text;
    line-height: 1.2;
  }
.post-title:focus {
	text-decoration: none;
	color: #171821; }

  /* Responsive */
  @media (max-width: 900px) {
    .post-grid {
      grid-auto-flow: row;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: none;
      max-height: none;
      gap: 20px;
    }
    .post-item {
      max-width: none;
      min-width: auto;
      flex-direction: row;
      height: 110px;
    }
    .post-thumb {
      width: 130px;
      height: 100%;
    }
    .post-info {
      padding: 12px 16px;
      justify-content: center;
      flex-grow: 1;
    }
    .post-title {
      font-size: 1rem;
      margin-bottom: 6px;
    }
  }

  @media (max-width: 480px) {
    .post-grid {
      grid-template-columns: 1fr;
      grid-auto-flow: row;
    }
    .post-item {
      flex-direction: row;
      height: 100px;
    }
    .post-thumb {
      width: 100px;
      height: 100%;
    }
  }


/* Widget Nav Menu
-------------------------------------------------------*/
.widget_nav_menu li {
	padding: 4px 0; }
	.widget_nav_menu li:first-child {
		padding-top: 0; }
	.widget_nav_menu li:last-child {
		padding-bottom: 0; }

/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud a,
.entry-tags a {
	padding: 6px 10px;
	line-height: 1;
	margin: 0 8px 8px 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #f7f7f7;
	font-family: "Poppins", sans-serif;
	color: #54555E;
	display: inline-block;
}
	.widget_tag_cloud a:hover,
	.entry-tags a:hover {
		background-color: #2D95E3 !important;
		border-color: transparent;
		color: #fff !important; }

.tagcloud {
	overflow: hidden; }


/* Video Playlist
-------------------------------------------------------*/
.video-playlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.video-content {
		width: 68%; }
		.video-content > div {
			height: 100%; }
   
	@media only screen and (max-width: 991px) {
		.video-playlist {
			display: block; }
			.video-content {
				width: 100%; } }

/*-------------------------------------------------------*/
/* Breadcrumbs
/*-------------------------------------------------------*/
.newsbe-breadcrumbs {
	margin-top: 24px;
	margin-bottom: 24px; }
	.newsbe-breadcrumbs ul li {
		display: inline-block;
		font-size: 14px; }
		.newsbe-breadcrumbs ul li:last-child:after {
			display: none; }
		.newsbe-breadcrumbs ul li i {
			font-size: 14px; }
	.newsbe-breadcrumbs ul li:after {
		content: '\f285';
		font-family: 'bootstrap-icons';
		display: inline-block;
		position: relative;
		top: -1px;
		font-size: 9px;
		margin: 0 6px; }
	.breadcrumbs ul li a {
		color: #83858F; }
	.breadcrumbs ul li a:hover {
		color: #2D95E3; 
		text-decoration: underline;}


/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
.single-post-header {
	margin-bottom: 24px; }

.single-post-title {
	font-size: 36px;
	margin-top: 12px;
	margin-bottom: 5px; }
	@media only screen and (max-width: 767px) {
		.single-post-title {
			font-size: 24px; } }
.entry-article-wrap {
	margin-top: 40px;
	margin-bottom: 40px; }

@media only screen and (min-width: 992px) {
	.entry-article-wrap .entry-article {
		padding-left: 30px; }
	.entry-article-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; } }

.entry-article > h1,
.entry-article > h2,
.entry-article > h3,
.entry-article > h4,
.entry-article > h5,
.entry-article > h6 {
	margin-top: 36px; }

.entry-article > p {
	margin-bottom: 34px;
	font-size: 18px;
	line-height: 30px; }


.entry-article a:hover {
color : #171821;
}
.entry-article a {
color : #2D95E3;
text-decoration: underline; 
}
.entry-article .entry-tags a, .entry-article .pagination a {
text-decoration: none; 
}

.entry-article figure {
	margin-bottom: 24px; }

.entry-article ol, .entry-article ul {
	padding-left: 24px;
	line-height: 26px; 
	margin-bottom: 25px;}

.entry-article ul {
	list-style: disc; }

figure {
	margin: 0; }

figcaption {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	color: #83858F; }

/*-------------------------------------------------------*/
/* Main Entry Styles
/*-------------------------------------------------------*/
.entry {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px; }
	.entry-img-wrap {
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%; }
	.entry-img {
		width: 100%; }
	.entry-title {
		font-size: 18px;
		line-height: 1.4;
		margin-top: 3px;
		margin-bottom: 5px; }
		.entry-title:hover a:after {			
			width: 100%;}
		.entry-title > a:hover {			
			color: #2D95E3; 
			text-decoration: underline;}
		.entry-title > a:after {
				content: '';
				display: block;
				position: absolute;
				width: 0;
				height: 2px;
				bottom: 0;
				left: 0;
				right: 0;
				margin: 0 auto;
				background-color: #2D95E3;
				-webkit-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out; }

	.entry-excerpt {
		margin-top: 16px; }
		.entry-excerpt p {
			margin-bottom: 0; }
	.entry-excerpt:hover a:after {			
			width: 100%;}
		.entry-excerpt > a:hover {			
			color: #2D95E3; 
		text-decoration: underline}
		.entry-excerpt > a:after {
				content: '';
				display: block;
				position: absolute;
				width: 0;
				height: 2px;
				bottom: 0;
				left: 0;
				right: 0;
				margin: 0 auto;
				background-color: #2D95E3;
				-webkit-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out; }
/* Meta
-------------------------------------------------------*/
.entry-meta li {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #83858F; }
	.entry-meta li:after {
		content: '-';
		display: inline-block;
		margin: 0 3px; }
	.entry-meta li.entry-meta-views:after {
		content: '';
		margin: 0 8px;
		display: inline-block; }
	.entry-meta li:last-child:after {
		display: none; }

.entry-meta a {
	color: #2D95E3; }
	.entry-meta a:hover {
		color: #171821; 
	text-decoration: underline;}

.entry-meta i {
	display: inline-block;
	margin-right: 5px; }

.entry-meta-category {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: 700;
	color: #0098d0; }
	.entry-meta-category-label {
		font-size: 10px;
		background-color: #2D95E3;
		padding: 5px 10px;
		margin-left: 10px;
		z-index: 2;
		color: #fff;
		margin-bottom: 0;
		display: inline-block; }
		.entry-meta-category-label:hover, .entry-meta-category-label:focus {
			color: #fff;
			opacity: 0.90; }
	.entry-meta-category-corner {
		position: absolute;
		left: 16px;
		bottom: 16px; }
	.entry-meta-category-violet {
		background-color: #3E3EDD; }
	.entry-meta-category-purple {
		background-color: #9C27B0; }
	.entry-meta-category-blue {
		background-color: #0E79C9; }
	.entry-meta-category-cyan {
		background-color: #00BCD4; }
	.entry-meta-category-green {
		background-color: #19C22A; }
	.entry-meta-category-orange {
		background-color: #E65100; }
	.entry-meta-category-red {
		background-color: #F44336; }
.updated:not(.published) {
	display: none;
}
.entry-meta + .entry-meta,
.entry-meta-category-label + .entry-meta {
	margin-top: 16px; }

.entry-meta + .entry-img-wrap {
	margin-top: 20px; }

.entry-meta-wrap{
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between; }
	.entry-meta-wrap.entry-meta {
		margin-top: 0; }
/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-container {
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0); }
	.thumb-container img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden; }
	.footer--dark .thumb-container {
		background-color: #171821; }

.thumb-text-holder {
	position: absolute;
	bottom: 24px;
	width: 100%;
	z-index: 3;
	padding: 0 24px;
	text-align: center; }
	.thumb-text-holder .entry-meta li,
	.thumb-text-holder .entry-meta a,
	.thumb-text-holder .entry-meta a:hover,
	.thumb-text-holder .entry-meta a:focus {
		color: #fff !important; }
.thumb {
	margin-bottom: 48px; }
	.thumb-size {
		height: 197px; }
	.thumb-img-wrap {
		height: 100%;
		margin-bottom: 0; }

.thumb-url {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2; }

.thumb-entry-title {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0; }
	.thumb-entry-title:hover a,
	.thumb-entry-title a:focus {
		color: #fff; }

.thumb-50 {
	padding-bottom: 50%; }

.thumb-60 {
	padding-bottom: 60%; }

.thumb-65 {
	padding-bottom: 65%; }

.thumb-70 {
	padding-bottom: 70%; }

.thumb-75 {
	padding-bottom: 75%; }

.thumb-80 {
	padding-bottom: 80%; }

.thumb-100 {
	padding-bottom: 100%; }


/*-------------------------------------------------------*/
/* Top Bar
/*-------------------------------------------------------*/
.top-bar {
	background-color: #171821; }
	.top-bar .social {
		color: #fff; }

.top-menu li {
	display: inline-block;
	font-size: 14px; }
	.top-menu li:first-child a {
		padding-left: 0; }
	.top-menu li:last-child a {
		padding-right: 0; }

.top-menu a {
	display: block;
	padding: 0 10px;
	line-height: 32px;
	color: #fff; }

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
	display: block;
	z-index: 100;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 12px;
	position: fixed;
	bottom: -34px;
	right: 20px;
	line-height: 32px;
	background-color: rgba(23, 24, 33, 0.5);
	-webkit-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
	        box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none; }
	#back-to-top i {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out; }
	#back-to-top a {
		display: block;
		color: #fff; }
	#back-to-top.show {
		bottom: 20px; }
	#back-to-top:hover {
		background-color: #2D95E3;
		border-color: transparent; }
	#back-to-top:hover i {
		color: #fff; }

/*-------------------------------------------------------*/
/* Nav Mobile Sidenav
/*-------------------------------------------------------*/
.sidenav {
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 320px;
	z-index: 121;
	overflow-y: auto;
	-webkit-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transform: translateX(-320px);
	transform: translateX(-320px); }
	.sidenav--is-open {
		-webkit-transform: translateX(0);
		transform: translateX(0); }

.content-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 121;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
	transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
	background-color: rgba(0, 0, 0, 0.5); }
	.content-overlay--is-visible {
		opacity: 1;
		visibility: visible; }
/* Nav Icon Toggle
-------------------------------------------------------*/
.nav-icon-toggle {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin-right: 20px;
	overflow: visible; }
	.nav-icon-toggle:focus {
		color:#0E0F14; }
	.nav-icon-toggle-box {
		width: 18px;
		height: 20px;
		position: relative;
		display: block; }
	.nav-icon-toggle-inner {
		display: block;
		top: 50%;
		margin-top: -1px;
		margin-left: 3px;
		width: 15px; }
	.nav-icon-toggle-inner, .nav-icon-toggle-inner:before, .nav-icon-toggle-inner:after {
		height: 2px;
		background-color: #171821;
		position: absolute;
		-webkit-transition: 0.2s all;
		transition: 0.2s all; }
	.nav-icon-toggle:hover .nav-icon-toggle-inner,
	.nav-icon-toggle:hover .nav-icon-toggle-inner:before,
	.nav-icon-toggle:hover .nav-icon-toggle-inner:after {
		background-color: #2D95E3; }
	.nav-icon-toggle-inner:before, .nav-icon-toggle-inner:after {
		content: "";
		display: block;
		margin-left: -3px; }
	.nav-icon-toggle-inner:before {
		top: -6px;
		width: 18px; }
	.nav-icon-toggle-inner:after {
		bottom: -6px;
		width: 18px; }

/* Sidenav Menu
-------------------------------------------------------*/
.sidenav-menu-container {
	margin-top: 52px; }

.sidenav__menu ul {
	list-style: none;
	padding: 0; }
.sidenav__menu li {
	position: relative;
	border-bottom: 1px solid #E3E4E8;
	width: 100%;
	display: block;
	padding: 12px 22px;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.sidenav__menu li a{
	
	font-size: 14px; 
	
	color: #54555E;
	
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 600;

}

	.sidenav__menu li a:hover, .sidenav__menu li a:focus {
		color: #2D95E3;}

	.sidenav__menu li:last-child {
		border-bottom: 0; }

.sidenav-menu-dropdown {
	overflow: hidden;
	display: none;
	background-color: #f7f7f7; }
	.sidenav-menu-dropdown li {
		border-color: #dbdce1;
		padding-left: 10px; }
		.sidenav-menu-dropdown li:first-child {
			border-top: 1px solid #E3E4E8; }
	.sidenav-menu-dropdown a {
		font-weight: 400;
		font-family: "Poppins", sans-serif; }
	.sidenav-menu-dropdown a, .sidenav-menu-dropdown:hover,
	.sidenav-menu-dropdown .sidenav-menu-toggle {
		color: #171821; }

.sidenav-menu-toggle {
	position: absolute;
	top: 0;
	right: 5px;
	background-color: transparent;
	border: none;
	color: #54555E;
	font-size: 12px;
	padding: 0;
	width: 46px;
	height: 46px;
	text-align: center; }
	.sidenav-menu-toggle:focus {
		outline: none; }

.sidenav__menu--is-open > a {
	background-color: #f7f7f7;
	color: #171821; }
	.sidenav__menu--is-open > a:hover {
		color: #171821; }

.sidenav__menu--is-open > .sidenav-menu-toggle {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #54555E; }
	.sidenav__menu--is-open > .sidenav-menu-toggle:hover {
		color: #54555E; }

.sidenav__close {
	position: absolute;
	right: 15px;
	top: 15px; }
	.sidenav__close-button {
		padding: 10px;
		background: transparent;
		border: 0;
		color: #171821;
		width: 24px;
		height: 24px; }
		.sidenav__close-button:hover {
			color: #2D95E3; }
	.sidenav__close-icon {
		font-size: 22px;
		line-height: 24px; }

/* Sidenav Socials
-------------------------------------------------------*/
.sidenav__socials {
	padding: 0 22px;
	margin-top: 20px; }
    

/* Nav Style 1
-------------------------------------------------------*/
.header {
	padding: 30px 0; }
	.header-menu-list li {
		display: inline-block;
		font-size: 14px;
		margin-right: 19px; }
		
	.header-menu-list a {
		color: #54555E; }

		 .header-menu-list li a:hover {
				color: #2e2f33; }

	.header  .logo__img {
  width: 77px;
  height: 100%;
}
.logo-mobile .logo__img {
  width: 77px;
  height: 100%;
}

@media only screen and (min-width: 992px) {
	.nb-main-menu {
		min-height: 82px; 
}
		.nb-main-menu .container:before {
			content: '';
			display: block;
			position: absolute;
			left: 15px;
			right: 15px;
			height: 2px;
			background-color: #E3E4E8; }
		.nb-main-menu .nav__menu > li:hover a:before {
				width: 100%; }
		.nb-main-menu .nav__menu > li > a:hover {
				color: #2D95E3; }
		.nb-main-menu .nav__menu > li > a:before {
				content: '';
				display: block;
				position: absolute;
				width: 0;
				height: 2px;
				bottom: 0;
				left: 0;
				right: 0;
				margin: 0 auto;
				background-color: #2D95E3;
				-webkit-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out; }
		
		.nb-main-menu .nav__menu > li > a {
			line-height: 77px; } }

.nb-main-menu .sticky {
	height: 48px; }
	.nb-main-menu .sticky .nav__menu > li > a {
		line-height: 48px;
		height: 48px; }

.nb-main-menu .nav__holder {
	-webkit-box-shadow: none;
	        box-shadow: none; }

.nb-main-menu .nav__wrap {
	padding-left: 0;
	text-align: center; }
/*
.nb-main-menu .nav__wrap {
	padding-left: 0;
	-webkit-box-flex: 4;
	    -ms-flex: 4 0 0px;
	        flex: 4 0 0;
	text-align: center; }
*/
.home .nb-main-menu .container:after,
.nb-main-menu .nav__holder.scrolling .container:after,
.nb-main-menu .nav__holder.scrolling .container:before {
	display: none; }
/* Logo
-------------------------------------------------------*/
.logo {
	line-height: 1; }

.logo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }

/* Nav Flexbox
-------------------------------------------------------*/
header .flex-container {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center; }

header .flex-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
	line-height: 1; }

.nav--align-right {
	margin-left: auto; }

.nav--align-left {
	margin-right: auto; }

/* Nav Right
-------------------------------------------------------*/
.nav__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto; }
	@media only screen and (max-width: 991px) {
		.nav__right-item {
			margin-right: 0; } }
	.nav__right a:hover,
	.nav__right a:focus {
		color: #2D95E3; }

/* Nav Search
-------------------------------------------------------*/
.nav__search {
	margin-left: auto; }
	.nav__search-box {
		width: 300px;
		position: absolute;
		right: 0;
		top: 100%;
		padding: 15px 20px;
		background-color: #f7f7f7;
		display: none;
		z-index: 120;
		-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
	.nav__search-form {
		position: relative; }
	.nav__search-input {
		margin-bottom: 0;
		display: block;
		line-height: 40px; }
	.nav__search-button {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 !important;
		width: 42px; }
	.nav__search-trigger {
		color: #171821;
		font-size: 23px;
		display: inline-block;
		width: 24px;
		height: 48px;
		line-height: 48px;
		text-align: center; }
	.nav__search .btn-close {
		font-size: 20px;
		position: relative; }
	@media only screen and (max-width: 991px) {
		.nav__search-box {
			width: 100%; } }

/* Colored Nav
-------------------------------------------------------*/
.nav--colored .nav__holder {
	background-color: #2D95E3;
	-webkit-box-shadow: none;
	        box-shadow: none; }

.nav--colored .nav__menu > li > a,
.nav--colored .nav__menu > li > a:hover,
.nav--colored .nav__search-trigger,
.nav--colored .nav__right a:hover,
.nav--colored .nav__right a:focus {
	color: #fff; }

.nav--colored .nav-icon-toggle-inner,
.nav--colored .nav-icon-toggle-inner:before,
.nav--colored .nav-icon-toggle-inner:after,
.nav--colored .nav-icon-toggle:hover .nav-icon-toggle-inner,
.nav--colored .nav-icon-toggle:hover .nav-icon-toggle-inner:before,
.nav--colored .nav-icon-toggle:hover .nav-icon-toggle-inner:after {
	background-color: #fff; }

/* Mobile Search */
.nav__search-mobile-form {
	position: relative; }

.nav__search-mobile-input {
	height: 46px;
	border: none;
	background-color: transparent;
	margin-bottom: 0;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	color: #171821;
	border-radius: 0;
	border-bottom: 1px solid #182835; }
	.nav__search-mobile-input:focus {
		background-color: transparent;
		border-color: #fff; }

.nav__search-mobile-submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	height: 46px;
	border: 0;
	padding: 0;
	font-size: 14px;
	cursor: pointer;
	color: #9AA3AB;
	background-color: transparent; }

/* Change Color of Placeholders */
input.nav__search-mobile-input::-webkit-input-placeholder {
	color: #9AA3AB; }

input.nav__search-mobile-input:-moz-placeholder {
	color: #9AA3AB;
	opacity: 1; }

input.nav__search-mobile-input::-moz-placeholder {
	color: #9AA3AB;
	opacity: 1; }

input.nav__search-mobile-input:-ms-input-placeholder {
	color: #9AA3AB; }

.mobile body {
	cursor: pointer; }

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
	position: relative; }
	.footer a:not(.social):hover {
		color: #2D95E3; }
	.footer--white {
		background-color: #fff; }
	.footer--dark {
		background-color: #171821; }
		.footer--dark a,
		.footer--dark .widget-title {
			color: #fff; }
		.footer--dark h1  {
			color: #cfcfcf !important; }
		.footer--dark h4 {
			color: #e2d8d8 !important; 
			font-size: 14px;}
		.footer--dark h5  {
			color: #e2d8d8 !important; 
			font-size: 12px;}
		
		.footer--dark .post-list-sm-item,
		.footer--dark .widget_nav_menu li {
			border-color: #54555E; }
		.footer--dark .entry-meta li {
			color: #5f686b !important; }
		.footer--dark .mc4wp-form-fields input[type=email],
		.footer--dark .mc4wp-form-fields input[type=text] {
			border-color: transparent; }
			.footer--dark .mc4wp-form-fields input[type=email]:focus,
			.footer--dark .mc4wp-form-fields input[type=text]:focus {
				border-color: #2D95E3; }
		.footer--dark .newsletter__icon {
			color: #575961; }
		.footer--dark .tagcloud a {
			background-color: #2D2E36;
			color: #fff; }
	.footer__widgets {
		padding: 90px 0; }
		.footer__widgets p {
			font-size: 14px;
			line-height: 26px; }
		@media only screen and (max-width: 991px) {
			.footer__widgets > .row > div:not(:last-child) {
				margin-bottom: 50px; } }
		.footer__widgets--short {
			padding: 60px 0; }
	.footer .logo__img {
		display: block;
		padding-bottom: 10px; 
		width: 77px;
		height: auto;
		}
/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
	padding: 25px 0 15px;
	position: relative; }
	@media only screen and (max-width: 991px) {
		.footer__bottom .copyright {
			margin-top: 15px; } }

	.footer__bottom a {
			color: #757373; }
	.footer__bottom a:hover{
			text-decoration: underline; }
	.footer__bottom .widget_nav_menu li {
		display: inline-block;
		margin-right: 15px;
		border-bottom: 0;
		padding: 0; }
		.footer__bottom .widget_nav_menu li:last-child {
			margin-right: 0; }
	.footer__bottom--dark {
		background-color: #0E0F14; }
		.footer__bottom--dark .footer__nav-menu a {
			color: #fff; }
			.footer__bottom--dark .footer__nav-menu a:hover {
				color: #2D95E3; 
			text-decoration: underline; }
	.footer__bottom--white {
		background-color: #fff; }
/* Style Rounded
-------------------------------------------------------*/
.style-rounded .top-stories,
.style-rounded .content-box,
.style-rounded .card,
.style-rounded .card-body,
.style-rounded input, .style-rounded select, .style-rounded textarea,
.style-rounded .social,
.style-rounded .entry-meta-category-label,
.style-rounded .owl-prev,
.style-rounded .owl-next,
.style-rounded .thumb-img-wrap,
.style-rounded .page-numbers,
.style-rounded #back-to-top,
.style-rounded .btn,
.style-rounded .sidebar .widget {
	border-radius: 5px; }

.style-rounded .widget-search-button,
.style-rounded .wp-block-search__button,
.style-rounded .search-button,
.style-rounded .mc4wp-form-fields input[type=submit] {
	border-radius: 0 5px 5px 0; }

.style-rounded .mc4wp-form-fields input[type=email],
.style-rounded .mc4wp-form-fields input[type=text] {
	border-radius: 5px 0 0 5px; }

.style-rounded .nav__search-box {
	border-radius: 0 0 5px 5px; }

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}