/*!
Theme Name: fiscal-nepal
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fiscal-nepal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fiscal-nepal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:ital,wght@0,400;0,600;1,400&display=swap');
  @font-face {
    font-family: 'ProductSans-Regular';
    src: url('./assets/fonts/ProductSans-Regular.woff2') format('woff2'),
        url('./assets/fonts/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProductSans-Medium';
    src: url('./assets/fonts/ProductSans-Medium.woff2') format('woff2'),
        url('./assets/fonts/ProductSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

p {
	font-size: 	16px;
	line-height: 1.8;
}
body {
 font-family: 'Open Sans', sans-serif;

}


h1,h2,h3,h4,h6,h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;	
}
a:hover,
a:focus,
a{
	text-decoration: none;

}

.grid {
	display: grid;
	grid-gap:30px;
}

.is-4 {
	grid-template-columns:repeat(4,1fr);
}
.is-2 {
	grid-template-columns:repeat(2,1fr);
}
 .site-header {
 	    padding: 16px 0 0 0;
 }

 .main-navigation {
 	margin-top:24px;
 	background:#003366;
 	color: #fff;
 }

 .main-navigation > div > div > div >   ul {
 	margin:0;
 	padding:0;
 	list-style: none;
 }
.main-navigation > div > div > div >  ul > li {
	position: relative;	
}
.uk-offcanvas-bar > div > ul > li {
	position: relative;	
}

.uk-offcanvas-bar > div > ul > li > ul {
	background: #0000004f;
	padding-top: 8px;
	display: none;
	list-style-type: 	none;
	margin:0;
}

.uk-offcanvas-bar > div > ul > li > ul > li > a{
	display: block;
	color: 	#fff;
	padding: 6px 0 6px 12px;
}

.main-content-area {
	margin: 26px 0;
}

.uk-offcanvas-bar > div > ul > li.menu-item-has-children span {
	position: absolute;
	right: 0;
	top: 0;
	background: #0000004f;
	height: 40px;
	width: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	z-index: 1;
}


.main-navigation > div > div > div >  ul > li > ul {
	position: absolute;	
	top:100%;
	left: 0;	
	list-style-type: 	none;
	width: 250px;	
	background:#001d3a;
	top: 130%;
	left: 0;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
	
}
.main-navigation > div > div > div >  ul > li > ul > li  > a {
	color: 	#fff;
	padding: 8px 17px;
	display: block;
}
.main-navigation > div > div > div >  ul > li > ul > li  > a:hover{
	opacity: 	.8;
}
.main-navigation > div > div > div >  ul > li:hover > ul {
	opacity: 	1;
	visibility: visible;	
	top:100%;
}

.main-navigation > div > div > div >  ul > li > a {
	color: #fff;
	padding: 10px;
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	margin-right: 6px;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
}
 .main-navigation > div > div > div > ul > li:hover > a,
 .main-navigation > div > div > div > ul > li:hover, 
 .main-navigation > div > div > div > ul > li.current-menu-item > a {
 	background: #00000040;
    color: #fff;
 }
 .main-navigation > div > div > div > ul > li:hover span {
 	color: #003366	;
 }
.trending-tag-menu > div > div > div {
	width: calc(100% - -9px);
}
.trending-tag-menu ul {
	list-style-type: none;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	justify-content: center;
}
.trending-tag-menu ul li {
	padding: 10px;
	display: inline-block;
	margin-right: 6px;
}
.trending-tag-menu ul li a {
	color: #000;
	font-size: 16px;
}
.bifs__section .main__news--container .news img {
	height: 400px !important;
	margin-bottom: 15px;
}

 .trending-tag-menu ul li a:hover {
 	color:#003366;
 }

 .trending-tag-menu {
 	border-bottom: 1px solid #f1f1f1;
    padding-top: 3px;
    padding-bottom: 0px;
    margin-bottom: 29px;
    background: #0000;
 }
.main-navigation > div > div > div.menu-menu-1-container {
	margin-right: 	auto;
}

 .special-over-image {
 	position: relative;
 	bottom:50px;
 	left:0;
 	width:100%;
 	text-align: center;
 }
.special__news--header {
	font-size: 51px;
	line-height: 1.2;
}
.special__news--header  a {
	color: 	#000;
}
.special__news .anchor-text:hover {
	color: #002e5c	;
}

  .special-over-image  a{
 	color: #fff !important;
 }

 .nav-icon-8  {
 	margin-right: 12px;	
 	cursor: pointer;	
 	padding:7px 0;
 }

 .uk-offcanvas-bar {
 	background: #002e5c;
 	padding: 0;	
 }
 .uk-offcanvas-bar > div > ul {
 	margin:0;
 	padding:0 0 0 0;
 	list-style-type: 	none;
 }
 .uk-offcanvas-bar .menu-header {
 	    background: #26a823;
 	    color: 	#fff;
    padding: 12px 21px;
    margin-bottom: 	12px;
 }
 .uk-offcanvas-bar .menu-header h3 {
 	margin: 0;	
 }
 .uk-offcanvas-bar .menu-header button {
 	color: 	#fff;
 	top:17px;
 }

.uk-offcanvas-bar > div > ul > li {
	border-bottom: 1px solid #cccccc0f;
}
.uk-offcanvas-bar > div > ul > li:hover a  {
	    background: #ffffff12;
	    display: 	block;
}
.uk-offcanvas-bar > div > ul > li > a {
	font-size: 	16px;
	padding-left: 12px;
	display: block;	
	padding-bottom: 8px;
	padding-top: 10px;
}
.header-right a {
	color: 	#fff;
	font-size: 23px;
	display: inline-block;	
	margin-right: 	12px;
}

.header-right a:hover {
	opacity: 	.8;
}
.social-icons {
	margin-left: 	12px;
}

.special__news-container {
	color: 	#fff;
}
.special__news   p.sub-content {
	font-size: 19px;
	line-height: 1.8;
	margin: 0 0 13px 0;
}

.special__news  p.uk-text-small {
	font-weight: bold;
	width: 50%;
	margin: auto;
	padding-top:12px;
	margin-bottom: 19px;	
	border-top: 1px solid #000;
}
.special-over-image p.uk-text-small {
	border-top: 	1px solid #ffffff7a;
}
.special__news-container p.uk-text-small i {
	display: inline-block;	
	margin-right:9px;
	font-size: 	16px;
}

.special__news  .anchor-text {
	color: 	#000;
}
.special__news-container >  a {
	font-weight: 	bold;
}

.anchor-text {
	font-weight: 	bold;
}

.special__news-cover::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
	background: linear-gradient(to bottom, #0000 30%, #000 100%);
}

.site-header .logo a.custom-logo-link  {
	display: block;	
}

/*.site-header span {
	display: block;
	padding-top: 10px;
	text-align: left;
	color: #3333339c;
	font-weight: 600;
	font-size: 14px;
}*/

.site-header span {
    display: block;
    padding-top: 7px;
    text-align: left;
    color: #3333339c;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: -20px;
}

.special__news-cover img {
	opacity: 	0;
	visibility: hidden;	
}

.hero-bg  {
	-webkit-background-size: 	cover;
	     -o-background-size: 	cover;
	        background-size: 	cover;
	background-repeat: 	no-repeat;
	background-position: center center;
}

.latest__news {
		z-index: 	27;
}
.section {
	padding:40px 0;
}

.main__section  .main__news--container div h3 {
	padding:0px 0 25px 0;
}
.main__news--container img {
	width: 100%;	
	object-fit:cover;
}

.img-height {
	height: 330px;
	display: block;
	
}
.main__news--container .news   img {
	height: 100%;
}
.has-text-medium {
    font-size: 30px;
    line-height: 1.34;
}

.has-text-small {
	font-size: 	20px;
    line-height: 1.5;
}

.has-text-x-small {
	line-height: 1.54;
	font-size: 16px	;
}
.title a {
	color: 	#000;
}
.title a:hover {
	color: #043b63	;
}

 .mx-auto {
 	margin:0 40px;
 }
.main__news--container p {
	margin: 22px 0 23px;
}

.is-related {
	margin-top: 40px;
}
 .news-header {
 	margin: 0 0 20px 0;	
 	display: block;	
 	border-bottom: 1px solid #3bab3e;
 }

 .forex-tab ul {
 	margin: 0;	
 	padding: 0;	
 	list-style-type: none;	
 	display: flex;
 	-webkit-flex-wrap: 	wrap;
 		    -ms-flex-wrap: 	wrap;
 		        flex-wrap: 	wrap;	
 }

 .forex-tab ul li {
	padding: 10px 10px;
	font-size: 13px;
	font-weight:600;
	background: #f1f1f1;
	cursor: pointer;	
}
 .forex-tab ul li.is-active, 
 .forex-tab ul li:hover {
 	background:#043b63;
 	color: #fff;
 }
 .news-header ins {
 	    color: #393;
       background: none;
 }
.tab-content table {
	width: 100%;
	margin-top: 23px;
}

 .tab-content  table thead th{
 	    background-color: #043b63;
    color: #fff;
        padding: 9px 12px;
 }

 .tab-content {
 	display: none;	
 }

 .tab-content.is-active {
 	display: 	block;
 }
 .tab-content  table.uk-table td {
	padding: 11px 12px;
	vertical-align: top;
	font-size: 12px;
}

 .font-small {
 	font-size: 	25px;
 }
 .news-header span {
 	display: inline-block;
 	padding-bottom:12px;	
 	position: relative;	
 	color: 	#043b63;
 }
 .news-header span:before {
 	display: 	block;
 	width:100%;
 	height: 	2px;
 	position: absolute;	
 	bottom:-2px;
 	left:0;
 	background:#043b63;
 	content: 	'';
 }

 .list-news {
 	margin: 0 0  0 0 ;	
 	padding: 0;	
 	list-style: none;	
 }
 .thumb-img {
    height: 70px;
    margin-right: 10px;
    flex: 2;
    width: 98px;
}
 .thumb-img img {
 	height: 	100%;
 	object-fit:cover;
 	width: 100%;
 }
 .thumb-title {
 	-webkit-flex:4;
 	    -ms-flex:4;
 	        flex:4;
 }

.list-news li {
	border-top: 	1px solid #f1f1f1;
	padding: 14px 0;
}
.list-news li:first-child {
	padding-top: 0;	
	border-top: 	none;
}

 .each-news img {
 	height: 100%;	
 	width: 100%;	
 	object-fit:cover;
 }


.blog-img  {
	border-radius: 50%;
	overflow: hidden;
}

.blog-img {
	margin: 0 0 0 auto;
	max-width: 60px;
	max-height: 60px;
	text-align: center;
	color: #fff;
	flex: 1;
	height: 60px;
}
.blog-detail {
	flex:2;
	margin-left: 20px;
}

.blog-img img {
	width: 100%;
	object-fit:cover;
	height: 100%;
}

 .each-news > a {
 	display: 	block;
 	margin-bottom: 	16px;
 }

 .category-header h2  {
 	position: relative;	
 }
 .category-header h2 span, .entry-title {
 	position: relative;	
 	background:#fff;
 	color:#043b63;
 	font-size: 33px;
    padding-right: 20px;
 	z-index: 	1;
 }

.category-header h2:before {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    background: #C00;
}

.brand-news-wrap {
	/* height: 80%; */
	background: #fff;
	top: 50%;
	position: relative;
	z-index: 1;
	left: 0;
	width: 500px;
	transform: translateY(-50%);
}
.brand-news-wrap p {
	    font-size: 16px;
	    margin-bottom: 0;
    line-height: 1.7;
}
.brand-news img, .brand-news {
	width:100%;
	height: 100%;
	object-fit:cover;
}

.is-related .thumbnail-news {
	padding:0;
}
.blog-post {
	padding:20px 0;
	border-top:1px solid #f1f1f1;
}
.blog__section .blog-post:first-child {
	padding-top: 0;
	border-top: none;
}



.home-after-bfis-news {
	border: 1px solid #3333331c;
}

.personality__section {
	position: relative;
}
.personality__section::before {
	background: #f1f1f1;
	content: "";
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: calc(100% - 120px);
	z-index: -1;
}
.personality-news-wrap {
	padding: 40px;
	margin-top: 120px;	
	background: #f1f1f1;
}

.personality--header {
	color: #00336640;
	font-size: 112px;
	position: absolute;
	left: 50%;
	z-index: 1;
	top: -20px;
	text-shadow: 1px 1px 1px #00000008;
}

.news a {
	display: 	block;
}
.is-related {
	margin-top:30px;
}
.toursim__section .main__news--container .uk-text-left {
	position: absolute;	
	bottom:30px;
	color: 	#fff;
	left:30px;
}
.toursim__section .main__news--container .uk-text-left h3 {
	padding: 	0;
	margin: 0;	
}
.toursim__section .main__news--container .uk-text-left a {
	color:#fff;
}



.toursim__section .main__news--container .news::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
    background: linear-gradient(to bottom, #0000 30%, #000 100%);
}

.interview__section {
	padding:50px 0;
	background:#335c85;
	color:#fff; 
}
.interview__section .category-header h2:before {
	background: #fff;
}
.interview__section .category-header h2 span {
	background:#335c85;
	color: 	#fff;
}
.interview__section .title a {
	color: 	#fff;
}

.interview__section .each-news {
	margin-bottom: 	15px;
}

.site-footer {
	background:#e3e3e3;
	padding:60px 0;
}

.footer-contact .footer-logo {
	display:block;
}

.social a {
	display: inline-block;
	color: #000;
	font-size: 21px;
	border: 2px solid #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 12px;
	margin-top: 21px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
}
.uk-offcanvas-overlay::before { 
	background: rgba(0, 0, 0, 0.57);
}
.social a:hover {
	background:#335c85;
	color:#fff;
	border:transparent;
}
.footer-contact p {
	font-size: 	16px;
}

.footer-links ul {
	margin:0;
	padding:0;
	list-style-type: 	none;
}

.footer-heading {
	font-weight:bold;
	font-size: 	20px;
	text-transform: 	uppercase;
}

.personality-news-wrap p {
	line-height: 1.8;
}

.footer-links ul li {
	display: block;
	margin-bottom: 5px;
}
.footer-links ul li a {
	color:#000;
	font-size: 15px;
}
.footer-links ul li a:hover {
	color:#335c85;
}
.contact-address h4 {
	margin: 0;	
}

.interview__section .main__news--container i {
	left: 0;
	position: absolute;
	bottom: -50px;
	text-align: center;
	width: 100%;
	font-size: 112px;
}


.contact-address > strong {
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
	font-size: 18px;
	color: #335c85;
}
.contact-address ul {
	margin: 0;	
	padding: 0;	
	list-style: none;	
}
.contact-address ul li {
	line-height: 	1.7;
}


.are-large > a {
	height: 400px;
}
.are-large h3 a {
	color: #fff;
}
.are-large h3 {
	line-height: 1.5;
	padding:20px;
}
.are-large h3 a:hover {
	color: #fff;
}


.are-large::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
	background: linear-gradient(to bottom, #0000 30%, #000 100%);
}

.img-small > a {
	height: 150px;
}

.img-medium > a {
	height: 190px;
}
.cooperate-news-wrap {
	height: 100%;
	padding: 20px 40px;
	box-sizing: border-box;
}

.post-date {
	    border-top: 1px solid #0033663d;
    padding-top: 22px;
    font-size: 13.3px;
    color: #0000007a;

}
.writers i {
	margin:0 5px 0 0;
	
}
.writers  {
	padding-top:9px;
	font-size: 14px;
	font-weight: bold;
}



.post-date i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	font-size: 19px;
}
.blog--wrap .thumbnail-news {
	padding: 0 0;
} 


.blog--wrap .thumbnail-news:first-child {
	padding-top: 0;
}
.blog--wrap .thumbnail-news .thumb-img {
	height: 77px;
}

.startup--news {
	margin-top: 20px;
}

.opinion--wrap .thumb-img img {
	-webkit-border-radius: 100%;
	border-radius: 100%;

}

.opinion-section {
	    background: #507396;
    padding: 22px;
}


.interview__section .news > a {
	margin-bottom: 35px;
}
.interview__section  .main__news--container p {
	margin: 9px 0 0 0;
}
.opinion-section .category-header h2 span {
	    background: #507396;
}
.last-footer {
	padding-top: 15px;
	font-size: 12px;
}
.last-footer p {
	font-size: 14px;
}

.tech--news .each-news {
	margin-bottom: 20px;
}
.opinion-section {
	margin-bottom: 20px;
}


.c-article-header {
	padding:0;
	position: relative;
}
.facebook-comment {
	margin-top: 30px;	
	text-align: center;	
}
.facebook-comment h3 {
	text-align: left;	
	margin-bottom: 	20px;
	color:#003366;
	font-weight: bold;	
}

.comments-area {
	margin-top: 40px;	
}
.comments-area .comment-reply-title {
	margin-bottom: 	20px;
	display: flex;	
	-webkit-justify-content: 	space-between;
	        justify-content: 	space-between;
	color:#003366;
	margin: 0;	
	font-weight: bold;
}
.comments-area .comment-reply-title a {
    background: #f0506e;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 	3px;
            border-radius: 	3px;
    display: inline-block;
    padding: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.comments-area .comment-reply-title a:hover {
	opacity: 	.8;
}
.c-tag {
	background: #0a9d06;
	display: inline-block;
	color: #fff;
	padding: 10px 17px;
	border-radius: 2px;
	font-weight: 600;
	margin-top:40px;
}
a.c-tag:hover {
	color: 	#fff;
	opacity: 	.8;
}
.font-opensans {
 font-family: 'Open Sans', sans-serif;
}
.c-article-header__head {
	font-weight: 600;
	padding-bottom: 15px;
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 	1.2;
}
.social-link.uk-active > div  {
	display: block;
}
.social-link.uk-active .at4-count-container {
	display: none;	
}
.social-link.uk-active .at4-jumboshare .at4-share-container {
	padding-left: 0;	
}
.social-link.uk-active > div .typi-link {
	margin: 0;
}
.social-link.uk-active {
	z-index: 27;
    left: 12px;
    background: #f1f1f1;
    padding: 12px;
    width: 80px !important;
}

.c-article-header__subhead {
	font-weight: 600;
	color: #003366;
	font-size: 22px;
}

.c-article-meta address {
	margin: 0 14px 0 0;
}


.c-article-meta  span a  {
	color: #003366;
	font-weight: 	600;
}

.c-article-meta  span a:hover {
	opacity: .6;
}
.c-article-meta  i {
	margin-right:4px;
	font-size: 15px;
}

.main-content-image img {
	width: 100%;
}
.main-content-image {
	margin-bottom: 30px;
}
.content-area {
    padding: 0 50px 0 50px;
}

.content-area,
.content-area p {
	color: #000;
	line-height: 1.8;
	text-align: justify;
    margin: 25px 0;
	font-size: inherit;
}

.content-area  blockquote {
    color: #003366;
    font-weight: bold;
    border-bottom: 3px solid #003366;
    font-style: italic;
    font-size: inherit;
    padding-bottom: 20px;
    position: relative;
}
.content-area p span.highlighter {
	color: #036;
	font-weight: bold;
	font-size: 19px;
	font-style: italic;
	line-height: 1.7;
}

blockquote.floatleft {
	padding: 60px 0 0 30px;
	width: 300px;
	text-align: right;
	float: left;
	border-bottom: none;
	margin-left: 30px;
	color: #036;
	position: relative;
	border-left: none;
	padding-right: 30px;
	margin-right: 20px;
	padding-left: 0;
	margin-left: 0;
	border-right: 3px solid #036;
}
.category-title  {
	position: relative;
    background: #fff;
    color: #043b63;
    font-size: 33px;
    font-weight: bold;	
    text-transform: 	uppercase;
    padding-bottom: 25px;	
}

blockquote.floatright{
	    padding: 60px 0px 0px 30px;
    width: 300px;
    text-align: right;
    float: right;
    border-bottom: none;
    margin-left: 30px;
    color: #003366;
    position: relative;
    border-left: 3px solid #003366;
}
.error-404 p {
	padding:8px 0;
	margin: 0;	
}

blockquote.floatleft:before,
blockquote.floatright:before {
    position: absolute;
    content:'\f1b2';
    font-family:'Material-Design-Iconic-Font';
    font-style: normal;
    top: 0;
    font-size: 50px;
    color: #003366;
}

.floatleft::before {
	left: 0;
	top: 10px !important;
}
.floatright:before {
	right: 0;
	top: 30px !important;
}


.content-area iframe {
	width: 100%;
	min-height: 250px;
	height: auto;
}


.content-area h1,
.content-area h2,
.content-area h3 ,
.content-area h4,
.content-area h5,
.content-area h6 {
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
    color: #333;
    font-size: inherit;
}
/* 
.the-content h2 {
    font-size: 25px;
}

.the-content h3 {
    font-size: 22px;
}

.content-area ul,
.content-area ol {
    padding-left: 20px;
}


.content-area h4 {
    font-size: 20px;
}


 */

.content-area ul li,
.content-area ol li {
    margin-bottom: 6px;
}

.c-lead-media__credit {
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 18px;
}




.content-area >  table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

.content-area  > table > thead >  th {
	    padding: 12px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: inherit;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
}
.content-area >  table >  td {
	padding: 9px 12px;
	vertical-align: top;
    font-size: inherit;
}

.content-area table tbody tr:nth-of-type(2n+1), .content-area table > tr:nth-of-type(2n+1) {
	background: #f8f8f8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

/* .content-area h5 {
    font-size: 17px;
}

.content-area h6 {
    font-size: 14px;
} */

.content-area img {
    margin-bottom: 15px;
    width: 100%;
}

.l-wrap__sidebar-link {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px 0;
}

.typi-link {
	margin-left: 30px;
}


.c-dateline{
	font-size: 14px;
}

.slideInLeft {
	display: none;
}
.l-wrap__sidebar-link.uk-active {
	left:0;
	display: block;
	z-index: 27;
	width:auto !important;
}

.l-wrap__sidebar-link.uk-active 
.at-resp-share-element .at-share-btn {
	display: block !important;
}


.typi-link__list {
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 0;
}
.typi-link__list li {
	margin-bottom: 0;
}
.typi-link__list li a {
	font-weight: bold;
	color: #000;
	font-size: 30px;
}

.widget-title {
	color: #fff;
	background: #003366;
	font-size: 19px;
	padding: 12px 20px;
	text-transform: uppercase;
	margin: 0;
}


.widget ul {
	padding: 0 0 6px 0;
	list-style: none;
	margin: 0;
	background:#f1f1f1;
}
.widget ul li {
	padding:12px 0 7px 12px;
}
.widget ul li a {
	color: #000;
}
.widget ul li a:hover {
	color: #003366;
}
.widget {
	margin-bottom: 30px;
}
.search-btn {
	border: none;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	padding-bottom: 12px;
	background: #021827;
	padding: 12px 20px;
	font-size: 16px;
	color: #fff;
}
.uk-modal-title {
	color: #003366;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 600;
}

.search-btn {
	border: none;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	padding-bottom: 12px;
}
.content-area .author__wrap {
    border-top: 1px solid #000;
    padding-top: 13px;
        font-size: 15px;
	color: #003366;
	font-weight:bold;
}
.content-area .post__time {
		margin-left:4px;
}
.content-area .post-date {
	margin-left:14px;
}




#respond { 
	background: #fbfbfb;
	padding:30px;
	margin-top: 30px;	
}

#respond #submit {
	background: #003366;
    border: none;
    padding: 14px 22px;
    color: #fff;
    font-size: 15px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;	
	font-weight: bold;	
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
#respond #submit:hover {
	opacity: 	.5;
	color: 	#fff;
}
  

#respond p label {
	width: 	100%;
	color: 	#003366;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
/* Highlight active form field */
  

#respond input[type="text"],
#respond input[type="url"],
#respond input[type="email"] {
	font-family: 'Raleway', sans-serif;
	height: 	40px;
	  -webkit-transition: all 0.30s ease-in-out;
	  -moz-transition: all 0.30s ease-in-out;
	  -ms-transition: all 0.30s ease-in-out;
	  -o-transition: all 0.30s ease-in-out;
	  outline: none;
	  padding: 3px 13px 3px 13px;
	  margin: 5px 1px 3px 0px;
	  width: 100%;	
	  border: 1px solid #DDDDDD;
	  
}
#respond textarea  {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 13px 13px 13px 13px;
  margin: 5px 1px 3px 0px;
  width: 100%;	
  border: 1px solid #DDDDDD;
}
   
.comments-title {
    font-size: 18px;
    display: none;	
    background: #003366;
    padding: 14px 23px;
    color: #fff;
    margin: 0;	
}
.comment-list {
    margin: 0;
    list-style: none;
    background-color: #f6f8fa;
    padding: 25px;
}


.comment-list > li article .comment-content {
    background: #fff;
    margin: 20px 0 0px 80px;
    padding: 25px;
    color: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.comment-list > li article .comment-content  p {
	margin-bottom: 0;	
}
.comment-list > li article footer .comment-author, .comment-metadata {
    position: relative;
    padding-left: 75px;
    
    color: #000;
}
.comment-awaiting-moderation {
    display: block;
    background: #faa05a;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 	600;
    margin-top: 32px;
    color: #fff;
}



.comment-list > li article footer .comment-author a, 
.comment-list > li article footer time {
	color: 	#000;	
}
.comment-list > li article footer time {
	font-size: 	14px;
}
.reply a {
    color: #000;
    font-weight: bold;
    background: #036;
    padding: 9px 14px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.comment-list > li article footer .comment-author   img {
	
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border-radius: 100%;
}

.comment-list > li> ol {
	margin: 0;	
	list-style: none;	
}
.comment-list > li {
	margin-top: 30px;	
}
.comment-list > li:first-child {
	margin-top: 0;	
}
.comment-list > li> ol > li {
	margin-top: 	30px;
	position: relative;	
}

.comment-list > li> ol > li > article {
	
}
.comment-list > li> ol > li > article > .reply > a {
	position: absolute;	
	right: 0;	
	top:0;
}
#respond input[type=text]:focus,
#respond input[type=email]:focus, 
#respond input[type=url]:focus,
#respond textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	margin: 5px 1px 3px 0px;
	border: 2px solid rgba(81, 203, 238, 1);
}

.comment-list > li> article {
	position: relative;	
}


.comment-list > li> article .reply {
	position: absolute;	
	right: 0;	
	top:0;
}

.trending-tag-menu > div >  div > div {

    width: calc(100% - -10px);
}

.related-tag {
	margin-bottom: 	20px;
}
.related-tag ul {
	margin: 	0;
	padding: 0;	
	list-style: none;	
}
.related-tag ul li {
	display: inline-block;	
}

.related-tag .tag {
    border-radius: 3px;
}

.related-tag ul li   {
    background: #003366;
    display: inline-block;
    padding: 8px 15px;
    margin-right: 11px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 7px;
}
.related-tag ul li a {
	color: 	#fff;
}
.related-tag ul li a:hover {
	color: 	#fff;
}
.main-navigation > div > div > div > ul > li.menu-item-has-children span {
	position: absolute;
	right: 8px;
	top: 4px;
	color: #fff;
}
.main-navigation > div > div > div > ul > li.menu-item-has-children {
	padding-right: 	12px;
}


.author__wrap i {
	font-size: 15px;
	display: inline-block;	
    padding-right: 	12px;
}
.author__wrap {
	font-size: 13px;
	font-weight: 600;
	color: #00dbff;
}
@media(max-width:1024px) {
	.has-text-medium {
		font-size: 25px;
		line-height: 1.34;
	}
	.brand-news-wrap {
		width: 410px;
		transform: translateY(-50%);
	}
}







@media(max-width: 959px) {

.content-area,
.content-area p {
	padding: 0;
}
	.share__news {
		padding:40px 0;
	}
	.personality.section {
		padding: 0;	
	}

	.personality img {
		width: 100%;
		height: 100%;
		object-fit:cover;
	}
	.personality--header {
		color: #00336640;
		font-size: 80px;
		position: absolute;
		left: 40%;
		z-index: 1;
		top: 30px;
		text-shadow: 1px 1px 1px #00000008;
	}
	
	.personality .news,
	.personality .news a  {
		height: 100%;	
		display: block;	
	} 
	.personality img {
		width: 100%;	
	}
	.personality .uk-container {
		padding: 0;	
	}
	.analysis {
		padding:40px 0 0 0;
	}
	.cooperate.section {
		padding: 0;
	}
	.cooperate-news-wrap {
		padding: 40px 40px;
	}

	.bifs__section .is-related {
		margin-top: 15px;
	}
	.is-4 {
		grid-template-columns: repeat(2,1fr);
	}
	.brand-news-wrap {
		/* height: 80%; */
		background: #fff;
		top: 50%;
		position: static;
		z-index: 1;
		left: 0;
		width: 100%;
		transform: inherit;
	}
	.img-small > a {
		height: 250px;
	}
	.site-branding {
		display: 	block;
		text-align: center;
		width: 	100%;
	}
	.site-header span {
		text-align: center;
	}
	.special__news--header {
		font-size: 45px;
		line-height: 1.12;
	}

	.bifs__section .has-text-small {
		    font-size: 17px;
	}



}

@media(max-width: 768px) {
.bifs__section .main__news--container .news img   {
	height: 260px !important;
	margin-bottom: 15px;
}
	.tourism.section {
		padding: 0;
	}
	.section {
		padding: 30px 0;
	}
	.is-related {
		margin-top:30px;
	}
	.special__news--header {
		font-size: 35px;
		line-height: 1.1;
	}
}


@media(max-width: 640px) {
	.opinion--wrap .thumb-img {
		flex:27px;
	}
	.personality-news-wrap {
		margin-top: 0;	
	}
	.personality--header {
		left: 0%;
		transform: inherit;
		position: static;
		width: auto;		
		padding-bottom: 20px;
		font-size: 40px;
		text-align: center;	
	}
	
	.thumb-img, .blog--wrap .thumbnail-news .thumb-img {
		height: 96px;
		flex: 3;
	}
	.analysis {
		padding:30px 0 0 0;
	}
	.main__news--container .post-date {
		padding-top: 17px;
	}
	.uk-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.brand-news-wrap {
		position: static;
	}
	.cooperate-news-wrap {
		height: 100%;
		padding: 25px 25px;
		box-sizing: border-box;
	}
	.similar-news  .thumbnail-news {
		border-top: 1px solid #0000001c;
		padding-top: 23px;
	}
	.similar-news  .uk-width-1-2\@s:first-child  .thumbnail-news {
		border-top: none;
		padding-top: 0;
	}
	.cooperate-news-wrap p {
		font-size: 16px;
	}
	.are-large > a {
		height: 300px;
	}

}


@media(max-width: 480px) {
	.bifs__section .main__news--container .news img {
		height: 300px;
	}		
	.c-article-header__head {
	    font-weight: 600;
	    padding-bottom: 15px;
	    font-size: 35px;
	    line-height: 1.2;
	}
	
	.is-2 {
		grid-template-columns:repeat(1,1fr);
	}
	.toursim__section .main__news--container .uk-text-left h3 {
		
		font-size: 18px;
	}

	.toursim__section .main__news--container p {
		margin: 8px 0 0 0;
		font-size: 16px;
	}

	.personality-news-wrap {
		padding: 30px;
		margin-top: 0;
		background: #f1f1f1;
		padding-bottom: 20px;	
	}
	.has-text-medium {
		font-size: 23px;
		line-height: 1.34;
	}
	.img-small > a {
		height: 150px;
	}
	.main__news--container div h3 {
		padding: 14px 0 0 0;
	}
	.has-text-small {
		font-size: 16px;
		line-height: 1.5;
	}
	.similar-news .thumbnail-news {
	    border-top: 1px solid #0000001c;
	    padding-top: 19px;
	}
}

@media(max-width: 370px) {
	.w-100 {
		width: 100%;
	}
	.thumb-img {
	    height: 75px;
	    margin-right: 20px;
	    flex: 2;
	    width: 110px;
	}
	.analysis__section.section {
		padding: 0;
	}
	.is-4 {
		grid-template-columns: repeat(1,1fr);
		grid-gap: 25px;
	}
}

.menu-item-14 a
{
	color: #08ff00!important;
	font-weight: bold!important;
}


#myBtn {
 /*  display: none; 
  position: fixed; 
  bottom: 20px;
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #003366; 
  color: white; 
  cursor: pointer;
  padding: 10px; 
  border-radius: 10px;
  font-size: 17px; 
	
	*/
	
		display: none;
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 99;
		border: none;
		outline: none;
		background:none;
		/* background-color: #fff; */
		color: #111377;
		cursor: pointer;
		padding: 10px;
		border-radius: 10px;
		font-size: 27px;
	
}

#myBtn:hover {
  color: #00a107; /* Add a dark-grey background on hover */
}

.main-navigation > div > div > div > ul > li > a > i {
	font-size:23px;
}

.news--slug {
	  background: #393;
    display: inline-block;
    padding: 8px 15px;
    margin-right: 11px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.special__news--header {
	margin-top:0;
}


#myBtn i {
	display:block;
	margin-bottom:3px;
	font-size:40px;
}

.blog__section .gam-ad-position-wrap
{
	margin-bottom:20px;
}




.has-text-small {
	line-height: 1.54;
	font-size: 18px;
}`

.election-news .news img {
	margin-bottom: 14px;
}

.election-news .has-text-medium {
	font-size: 25px;
	line-height: 1.34;
}
.election-news .related-news {
	background: #f1f1f1;
	padding: 30px 30px;
	padding-bottom: 11px;
}


.thumb-img-large {
	height: 140px;
	margin-right: 25px;
	flex: 3;
	width: 108px;
}
.thumb-img-large a {
	height: 140px;
	display: block;
}
.economy-has-text-x-small {
	line-height: 1.54;
	font-size: 18px;
}


.news-header a  {
	color: #043B63;
}


.gam-ad-position-wrap > div {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.content-area .alignleft 
{
	float: left;
    width: auto!important;
    margin-right: 20px;
}


.content-area .alignright 
{
	float: right;
    width: auto!important;
    margin-left: 20px;
}



