@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");

:root {
	--gutter-space: 35px;
	--common-space: 30px;
	--space-40: 40px
}

.flx,
.icm__mainmenu ul.custom__menu,
.livepriceBox_wrp,
.widget-area .widget_recent_entries ul li,
.page-header,
.archive .archive_list-view,
.single-post .nav-links,
.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta .comment-author,
.chat-with-telegram {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.flx-wrp {
	flex-wrap: wrap
}

.flx-no-wrp {
	flex-wrap: nowrap
}

.full-width {
	width: 100%
}

.auto-width {
	width: auto
}

.resetuili,
.widget-area ul,
.widget-area li {
	margin: 0;
	padding: 0;
	list-style: none
}

.grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: var(--common-space)
}

.colspan1 {
	grid-column: span 1
}

.colspan2 {
	grid-column: span 2
}

.colspan3 {
	grid-column: span 3
}

.colspan4 {
	grid-column: span 4
}

.colspan5 {
	grid-column: span 5
}

.colspan6 {
	grid-column: span 6
}

.colspan7 {
	grid-column: span 7
}

.colspan8 {
	grid-column: span 8
}

.colspan9 {
	grid-column: span 9
}

.colspan10 {
	grid-column: span 10
}

.colspan11 {
	grid-column: span 11
}

.colspan12 {
	grid-column: span 12
}

.btn {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	transition: all .3s ease;
	text-decoration: none
}

.btn.large {
	padding: 0 34px;
	line-height: 65px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	overflow: hidden
}

.btn.primary {
	background-color: #44f674;
	color: rgba(0, 0, 0, 0.8);
	position: relative
}

.btn.primary:before,
.btn.primary:after {
	content: '';
	position: absolute;
	top: 0;
	left: -80px;
	transition: all .4s ease;
	height: 70px;
	width: 48px;
	transform: skew(20deg);
	background-color: rgba(0, 0, 0, 0.2)
}

.btn.primary:after {
	transition: all .8s ease;
	background-color: rgba(0, 0, 0, 0.1)
}

.btn.primary:hover:before,
.btn.primary:hover:after {
	left: 120%
}

.btn.dark {
	background-color: black;
	color: rgba(255, 255, 255, 0.88);
	position: relative
}

.btn.dark:before,
.btn.dark:after {
	content: '';
	position: absolute;
	top: 0;
	left: -80px;
	transition: all .4s ease;
	height: 70px;
	width: 48px;
	transform: skew(20deg);
	background-color: rgba(255, 255, 255, 0.18)
}

.btn.dark:after {
	transition: all .8s ease;
	background-color: rgba(255, 255, 255, 0.08)
}

.btn.dark:hover:before,
.btn.dark:hover:after {
	left: 120%
}

* {
	box-sizing: border-box
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #2d3036;
	font-weight: 300
}

.mobile_fix-header {
	background-color: black;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: all .3s ease
}

.mobile_fix-header .flx,
.mobile_fix-header .icm__mainmenu ul.custom__menu,
.icm__mainmenu .mobile_fix-header ul.custom__menu,
.mobile_fix-header .livepriceBox_wrp,
.mobile_fix-header .widget-area .widget_recent_entries ul li,
.widget-area .widget_recent_entries ul .mobile_fix-header li,
.mobile_fix-header .page-header,
.mobile_fix-header .archive .archive_list-view,
.archive .mobile_fix-header .archive_list-view,
.mobile_fix-header .single-post .nav-links,
.single-post .mobile_fix-header .nav-links,
.mobile_fix-header .single-post .comments-area ol.comment-list li .comment-body footer.comment-meta .comment-author,
.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta .mobile_fix-header .comment-author,
.mobile_fix-header .chat-with-telegram {
	align-items: center
}

.mobile_fix-header .mob__nav {
	display: block
}

.mobile_fix-header .mob__nav .custom__menu {
	padding-left: 0;
	margin: 0
}

.mobile_fix-header .mob__nav .custom__menu li {
	list-style: none
}

.mobile_fix-header .mob__nav .custom__menu li .sub-menu {
	padding-left: 0
}

.mobile_fix-header .logo__holder img {
	max-width: 154px
}

.mobile_fix-header .topright__links {
	margin-left: auto
}

.icm__container {
	width: 100%;
	max-width: 1184px;
	margin: 0 auto
}

.menu-item-description {
	display: none
}

.icm__toprow {
	background-color: black;
	line-height: 44px;
	background-color: #0f0f14;
	color: rgba(255, 255, 255, 0.4);
	font-size: 1em
}

.icm__toprow .icm__container {
	align-items: center
}

.icm__toprow a {
	color: rgba(255, 255, 255, 0.4);
	text-decoration: none;
	font-size: 12px;
	transition: all .3s ease
}

.icm__toprow a:hover {
	color: white
}

.icm__toprow .issue {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4)
}

.icm__toprow .issue strong {
	font-weight: 600;
	color: #44f674;
	margin-right: 10px
}

.icm__toprow .topright__links {
	margin-left: auto
}

.icm__toprow .topright__links>a {
	display: inline-block;
	margin: 0 5px
}

.icm__toprow .topright__links>a:last-child {
	margin-right: 0
}

.icm__mainbanner {
	height: 630px;
	width: 100%;
	background-image: url("../img/mainBannerBg.jpg");
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat
}

.icm__mainbanner .logo__holder {
	padding-top: 58px
}

.icm__mainbanner .logo__holder a {
	display: inline-block
}

.logo__holder img {
	max-width: 224px
}

.static__bannertext {
	margin-top: 40px
}

.static__bannertext span img {
	max-width: 108px
}

.static__bannertext .site__title {
	padding-left: 44px;
	font-size: 84px;
	letter-spacing: -4px;
	line-height: 0.9;
	color: white;
	font-weight: 500
}

.static__bannertext .site__title span {
	font-size: 54px;
	line-height: 54px;
	vertical-align: top;
	display: block
}

.mob__nav {
	display: none
}

.site__nav {
	margin-top: 60px;
	padding: 0 25px 0 10px;
	background-color: #2d3036;
	color: white
}

.site__nav ul,
.site__nav li {
	margin: 0;
	padding: 0;
	list-style: none
}

.icm__mainmenu {
	/* background-color: #2d3036 */
}

.icm__mainmenu ul.custom__menu li {
	flex: 0 0 auto
}

.icm__mainmenu ul.custom__menu li a {
	display: block;
	padding: 0 15px;
	line-height: 60px;
	font-size: 12px;
	text-transform: uppercase;
	transition: all .3s ease;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-weight: 500
}

.icm__mainmenu ul.custom__menu li a:hover {
	background-color: rgba(0, 0, 0, 0.74);
	color: white
}

.icm__mainmenu ul.custom__menu li.current_page_item a {
	background-color: rgba(0, 0, 0, 0.74);
	color: #44f674
}

.icm__mainmenu ul.custom__menu li.menu-item-has-children {
	position: relative
}

.icm__mainmenu ul.custom__menu li.menu-item-has-children .sub-menu {
	position: absolute;
	top: 68px;
	left: 0;
	background-color: black;
	z-index: 999;
	min-width: 200px;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden
}

.icm__mainmenu ul.custom__menu li.menu-item-has-children .sub-menu .sub-menu {
	top: 0 !important;
	left: 100%
}

.icm__mainmenu ul.custom__menu li.menu-item-has-children .sub-menu a {
	white-space: nowrap;
	line-height: 50px
}

.icm__mainmenu ul.custom__menu li.menu-item-has-children .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.14)
}

.icm__mainmenu ul.custom__menu li.menu-item-has-children:hover>.sub-menu {
	top: 60px;
	visibility: visible;
	opacity: 1
}

.col .icm__postthumb {
	overflow: hidden
}

.col .icm__postthumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .4s ease
}

.col:hover .icm__postthumb img {
	transform: scale(1.1)
}

.featured__home {
	background-color: #f6f6f6;
	height: auto
}

.featured__home .icm__container {
	height: auto
}

.featured__home h4 {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	left: -68px;
	bottom: 84px;
	transform: rotate(-90deg);
	display: inline-block;
	width: auto
}

.featured__home h4:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 80px;
	background-color: black;
	top: 13px;
	left: 108%
}

.featured__home .posts__area {
	position: relative;
	background-color: #f6f6f6;
	padding: 34px;
	top: -217px
}

.featured__home .posts__area .grid {
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-column-gap: var(--common-space)
}

.featured__home .posts__area .grid .col {
	position: relative;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.08) 0 0 14px
}

.featured__home .posts__area .grid .col .icm__postthumb {
	height: 300px
}

.featured__home .posts__area .grid .col .post__info {
	padding: 40px
}

.featured__home .posts__area .grid .col .post__info .post_date {
	min-width: 94px;
	margin-right: 40px;
	background-color: #44f674;
	height: 126px;
	padding-top: 28px
}

.featured__home .posts__area .grid .col .post__info .post_date span {
	display: block;
	text-align: center;
	font-weight: 600
}

.featured__home .posts__area .grid .col .post__info .post_date span:nth-child(1) {
	font-size: 40px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 28px
}

.featured__home .posts__area .grid .col .post__info .post_date span:nth-child(2) {
	font-size: 24px;
	color: rgba(0, 0, 0, 0.4)
}

.featured__home .posts__area .grid .col .post__info .post_date span:nth-child(3) {
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
	line-height: 26px;
	margin-top: 12px
}

.featured__home .posts__area .grid .col .post__info .post_short_info h2 {
	margin-top: 0;
	font-size: 25px;
	font-weight: 600
}

.featured__home .posts__area .grid .col .post__info .post_short_info h2 a {
	color: rgba(0, 0, 0, 0.78);
	text-decoration: none;
	transition: all .3s ease
}

.featured__home .posts__area .grid .col .post__info .post_short_info h2:hover a {
	color: #44f674
}

.featured__home .posts__area .grid .col .post__info .post_short_info p {
	font-size: 14px;
	line-height: 150%
}

.featured__home .posts__area .grid .col .post__info .post_short_info .author,
.featured__home .posts__area .grid .col .post__info .post_short_info .tag {
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 15px
}

.featured__home .posts__area .grid .col .post__info .post_short_info .author>span,
.featured__home .posts__area .grid .col .post__info .post_short_info .tag>span {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px
}

.featured__home .posts__area .grid .col .post__info .post_short_info .author a,
.featured__home .posts__area .grid .col .post__info .post_short_info .tag a {
	color: rgba(0, 0, 0, 0.6)
}

.featured__home .posts__area .grid .col:nth-child(2) .icm__postthumb {
	height: 100%;
	background-color: #2d3036
}

.featured__home .posts__area .grid .col:nth-child(2) .icm__postthumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.34
}

.featured__home .posts__area .grid .col:nth-child(2) .post__info {
	position: absolute;
	left: 0;
	bottom: 0;
	flex-wrap: wrap
}

.featured__home .posts__area .grid .col:nth-child(2) .post_short_info {
	margin-top: 48px
}

.featured__home .posts__area .grid .col:nth-child(2) .post_short_info h2 a,
.featured__home .posts__area .grid .col:nth-child(2) .post_short_info p {
	color: white
}

.featured__home .posts__area .grid .col:nth-child(2) .post_short_info .author,
.featured__home .posts__area .grid .col:nth-child(2) .post_short_info .tag {
	color: white
}

.featured__home .posts__area .grid .col:nth-child(2) .post_short_info .author a,
.featured__home .posts__area .grid .col:nth-child(2) .post_short_info .tag a {
	color: white
}

.icm__recentpost--home {
	padding: 60px 0;
	background-color: white;
	position: relative;
	margin-top: -217px
}

.icm__recentpost--home .grid {
	grid-row-gap: var(--common-space)
}

.icm__recentpost--home h1 {
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	line-height: 32px;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
	width: auto
}

.icm__recentpost--home h1:before {
	content: '';
	position: absolute;
	right: -72%;
	bottom: 8px;
	height: 1px;
	width: 160px;
	background-color: rgba(0, 0, 0, 0.2)
}

.icm__recentpost--home .col {
	position: relative;
	grid-column: span 3;
	height: 260px
}

.icm__recentpost--home .col .icm__postthumb {
	height: 100%
}

.icm__recentpost--home .col .post__info {
	position: absolute;
	max-width: 248px;
	left: 0;
	bottom: 30px;
	background-color: white;
	padding: 30px
}

.icm__recentpost--home .col .post__info .post_date span {
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.6)
}

.icm__recentpost--home .col .post__info h2 {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 14px;
	line-height: 110%
}

.icm__recentpost--home .col .post__info h2 a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
	line-height: 110%
}

.icm__recentpost--home .col:nth-child(2) {
	grid-row: span 2;
	height: 100%
}

.icm__recentpost--home .col:nth-child(6) {
	grid-column: span 6
}

.icm__livespread {
	padding: 20px 0 80px
}

.icm__livespread h1 {
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	line-height: 32px;
	margin-bottom: 40px;
	position: relative;
	display: none;
	width: auto

}

.icm__livespread h1:before {
	content: '';
	position: absolute;
	right: -72%;
	bottom: 8px;
	height: 1px;
	width: 160px;
	background-color: rgba(0, 0, 0, 0.2)
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 30px
}

ul.tabs li {
	background: none;
	color: rgba(0, 0, 0, 0.54);
	display: inline-block;
	padding: 10px 25px;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #f0f0f0
}

ul.tabs li.current {
	background: #858585;
	color: white
}

.tab-content {
	display: none
}

.tab-content.current {
	display: inherit
}

.livepriceBox_wrp .live_price_box {
	flex: 1 1 30%;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: rgba(0, 0, 0, 0.04);
	padding: 15px
}

.livepriceBox_wrp .live_price_box h2 {
	font-size: 22px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	margin: 0 0 10px 0;
	display: flex
}

.livepriceBox_wrp .live_price_box h2 span {
	position: relative;
	margin-left: auto
}

.livepriceBox_wrp .live_price_box h2 span.titleThis {
	margin-left: 0
}

.livepriceBox_wrp .live_price_box h2 span.increase:before {
	content: '';
	position: absolute;
	top: 2px;
	right: 0;
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent green transparent
}

.livepriceBox_wrp .live_price_box h2 span.decrease:before {
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	border-style: solid;
	border-width: 8px;
	border-color: red transparent transparent transparent
}

.livepriceBox_wrp .live_price_box .apival_table>div {
	flex: 1 1 auto
}

.livepriceBox_wrp .live_price_box .apival_table>div div:first-child {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 400;
	text-transform: uppercase
}

.livepriceBox_wrp .live_price_box .apival_table>div div:last-child {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 700
}

.devider {
	background-image: url("../img/deviderBg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	text-align: center;
	color: white
}

.devider h4 {
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 6px;
	margin-bottom: 5px
}

.devider h2 {
	font-weight: 100;
	font-size: 54px;
	letter-spacing: -1px;
	margin-top: 5px
}

footer {
	background-color: #0f0e18;
	padding: 80px 0 40px;
	color: white
}

footer ul,
footer li {
	padding: 0;
	margin: 0;
	list-style: none
}

footer .ftr_social {
	margin-top: 40px
}

footer .ftr_social a {
	color: rgba(255, 255, 255, 0.4);
	transition: all .3s ease;
	text-decoration: none;
	font-size: 22px;
	display: inline-block;
	margin-right: 15px
}

footer .ftr_social a:hover {
	color: white
}

footer .fLinks h4 {
	font-size: 22px;
	margin: 0 0 20px 0;
	font-weight: 400
}

footer .fLinks ul li {
	margin-bottom: 15px
}

footer .fLinks ul li a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.48);
	transition: all .3s ease;
	text-decoration: none
}

footer .fLinks ul li a:hover {
	color: white
}

footer .fLinks ul li:last-child {
	margin-bottom: 0
}

footer .Market_conditions {
	margin-top: 50px;
	padding-top: 50px;
	border-top: solid 1px rgba(255, 255, 255, 0.14);
	border-bottom: solid 1px rgba(255, 255, 255, 0.14);
	padding-bottom: 34px;
	margin-bottom: 40px
}

footer .Market_conditions p {
	font-size: 14px;
	font-weight: 200;
	color: rgba(255, 255, 255, 0.44);
	line-height: 170%
}

footer .Market_conditions a {
	display: inline-block;
	font-weight: 300;
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	text-decoration: none
}

footer .Market_conditions a:hover {
	text-decoration: underline
}

footer .copyright {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4)
}

.facebook__page {
	position: relative;
	padding-left: 20px
}

.facebook__page h4 {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	left: -68px;
	bottom: 64px;
	transform: rotate(-90deg);
	display: inline-block;
	width: auto
}

.facebook__page h4:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 80px;
	background-color: black;
	top: 13px;
	left: 108%
}

.custom__bg--neg {
	background: white;
	margin-top: -217px;
	position: relative;
	padding: 30px
}

.widget-area .widget {
	margin-bottom: 40px
}

.widget-area h2 {
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 18px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.68);
	margin: 0 0 20px
}

.widget-area h2:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 80px;
	background-color: rgba(0, 0, 0, 0.68);
	top: 13px;
	left: calc(100% + 5px);
	left: -webkit-calc(100% + 5px)
}

.widget-area .widget_recent_entries ul li {
	flex-direction: row-reverse;
	margin-bottom: 20px
}

.widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0
}

.widget-area .widget_recent_entries ul li .post-date {
	background-color: #44f674;
	text-align: center;
	font-weight: 600;
	line-height: 100%;
	flex: 0 0 68px;
	margin-right: 20px;
	padding: 15px;
	max-height: 78px
}

.widget-area .widget_recent_entries ul li a {
	display: block;
	flex: 1 1 auto;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.68);
	transition: all .3s ease
}

.widget-area .widget_recent_entries ul li:hover a {
	color: #0ad441
}

.widget-area ul.tabs {
	margin-bottom: 4px
}

.widget-area ul.tabs li {
	font-size: 12px;
	padding: 10px 14px
}

.widget-area .livepriceBox_wrp .live_price_box {
	margin-right: 0;
	padding: 10px 10px 0;
	margin-bottom: 4px
}

.widget-area .livepriceBox_wrp .live_price_box h2 {
	font-size: 16px;
	font-weight: 600
}

.widget-area .livepriceBox_wrp .live_price_box h2:after {
	display: none
}

.widget-area .livepriceBox_wrp .live_price_box .bid,
.widget-area .livepriceBox_wrp .live_price_box .ask,
.widget-area .livepriceBox_wrp .live_price_box .spread {
	font-size: 12px;
	font-weight: 600
}

.widget-area .livepriceBox_wrp .live_price_box .bid>div:first-child,
.widget-area .livepriceBox_wrp .live_price_box .ask>div:first-child,
.widget-area .livepriceBox_wrp .live_price_box .spread>div:first-child {
	font-size: 11px
}

.widget-area .livepriceBox_wrp .live_price_box .apival_table p {
	display: none
}

.widget-area .facebook__page {
	padding-left: 0
}

.widget-area .facebook__page p {
	margin: 0;
	line-height: 1
}

.page-header {
	margin-bottom: 30px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	align-items: center
}

.page-header h1 {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	width: auto;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.08);
	color: rgba(0, 0, 0, 0.68)
}

.page-header .archive__view--mode {
	margin-left: auto
}

.page-header .archive__view--mode>span {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.68);
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	transition: all .3s ease
}

.page-header .archive__view--mode>span:hover {
	color: black
}

.page-header .archive__view--mode>span>span {
	font-size: 18px;
	margin-right: 5px
}

.page-header .archive__view--mode>span.active {
	color: #0ad441
}

.page-header .archive__view--mode>span.grid_view>span {
	font-size: 14px
}

.archive .listing__wrp .page-header {
	flex: 0 0 100%
}

.archive .archive_list-view {
	margin-bottom: 30px;
	flex-wrap: wrap
}

.archive .archive_list-view>div {
	flex: 0 0 auto
}

.archive .archive_list-view .post_date {
	text-align: right;
	padding-left: 10px;
	padding-right: 30px
}

.archive .archive_list-view .post_date span {
	display: block;
	line-height: 1
}

.archive .archive_list-view .post_date span:first-child {
	font-size: 32px;
	font-weight: 600;
	color: #0ad441
}

.archive .archive_list-view .post_date span:nth-child(2) {
	font-size: 24px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.5)
}

.archive .archive_list-view .post_date span:nth-child(3) {
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.34)
}

.archive .archive_list-view .post_thumb {
	width: 330px;
	height: 250px;
	overflow: hidden
}

.archive .archive_list-view .post_thumb a {
	display: inline-block;
	height: 100%
}

.archive .archive_list-view .post_thumb a img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.archive .archive_list-view .pos_infos {
	flex: 0 0 50%;
	align-self: center;
	padding-left: 30px
}

.archive .archive_list-view .pos_infos .entry-title {
	margin-top: 0;
	margin-bottom: 15px
}

.archive .archive_list-view .pos_infos .entry-title a {
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s ease;
	display: block;
	color: rgba(0, 0, 0, 0.8)
}

.archive .archive_list-view .pos_infos .entry-title a:hover {
	color: #0ad441
}

.archive .archive_list-view .pos_infos .entry-details {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5)
}

.archive .archive_list-view .pos_infos .entry-details a {
	color: #0be747
}

.archive .archive_list-view .pos_infos .entry-details>span {
	margin-right: 15px
}

.archive .archive_list-view .pos_infos .entry-details>span>span {
	margin-right: 8px
}

.archive .archive_list-view .pos_infos .entry-content p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0
}

.archive .archive_list-view .pos_infos .entry-content p br {
	display: none
}

.archive .archive_grid-view {
	flex: 0 0 50%;
	position: relative
}

.archive .archive_grid-view .post_date {
	position: absolute;
	background-color: #44f674;
	top: 0;
	left: 0;
	text-align: center;
	padding: 15px
}

.archive .archive_grid-view .post_date span {
	display: block;
	line-height: 1
}

.archive .archive_grid-view .post_date span:first-child {
	font-size: 32px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.68)
}

.archive .archive_grid-view .post_date span:nth-child(2) {
	font-size: 24px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.5)
}

.archive .archive_grid-view .post_date span:nth-child(3) {
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.34)
}

.archive .archive_grid-view .post_thumb {
	width: 100%;
	height: 250px;
	overflow: hidden
}

.archive .archive_grid-view .post_thumb a {
	display: inline-block;
	height: 100%
}

.archive .archive_grid-view .post_thumb a img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.archive .archive_grid-view .pos_infos {
	flex: 0 0 50%;
	align-self: center;
	padding: 30px
}

.archive .archive_grid-view .pos_infos .entry-title {
	margin-top: 0;
	margin-bottom: 15px
}

.archive .archive_grid-view .pos_infos .entry-title a {
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s ease;
	display: block;
	color: rgba(0, 0, 0, 0.8)
}

.archive .archive_grid-view .pos_infos .entry-title a:hover {
	color: #0ad441
}

.archive .archive_grid-view .pos_infos .entry-details {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5)
}

.archive .archive_grid-view .pos_infos .entry-details a {
	color: #0be747
}

.archive .archive_grid-view .pos_infos .entry-details>span {
	margin-right: 15px
}

.archive .archive_grid-view .pos_infos .entry-details>span>span {
	margin-right: 8px
}

.archive .archive_grid-view .pos_infos .entry-content p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0
}

.archive .archive_grid-view .pos_infos .entry-content p br {
	display: none
}

.archive .archive_grid-view:nth-child(even) {
	padding-right: 15px
}

.archive .archive_grid-view:nth-child(odd) {
	padding-left: 15px
}

.archive .archive_grid-view:nth-child(odd) .post_date {
	left: 15px
}

.archive nav.pagination {
	flex: 0 0 100%
}

nav.navigation {
	padding: 10px 0;
	border-top: solid 1px rgba(0, 0, 0, 0.14);
	border-bottom: solid 1px rgba(0, 0, 0, 0.14)
}

nav.navigation h2 {
	display: none
}

nav.navigation .nav-links span,
nav.navigation .nav-links a {
	display: inline-block;
	padding: 0 15px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.08);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.68);
	transition: all .3s ease
}

nav.navigation .nav-links span span,
nav.navigation .nav-links a span {
	background-color: transparent
}

nav.navigation .nav-links span span.meta-nav,
nav.navigation .nav-links a span.meta-nav {
	display: none
}

nav.navigation .nav-links span.current,
nav.navigation .nav-links span:hover,
nav.navigation .nav-links a.current,
nav.navigation .nav-links a:hover {
	color: rgba(0, 0, 0, 0.7);
	background-color: #44f674
}

.main_details-post .entry-header {
	margin-bottom: 30px
}

.main_details-post .entry-header .post_date {
	text-align: right;
	padding-left: 10px;
	padding-right: 30px;
	margin-right: 40px;
	border-right: solid 1px rgba(0, 0, 0, 0.24)
}

.main_details-post .entry-header .post_date span {
	display: block;
	line-height: 1
}

.main_details-post .entry-header .post_date span:first-child {
	font-size: 32px;
	font-weight: 600;
	color: #0ad441
}

.main_details-post .entry-header .post_date span:nth-child(2) {
	font-size: 24px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.5)
}

.main_details-post .entry-header .post_date span:nth-child(3) {
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.34)
}

.main_details-post .entry-header .entry-title {
	font-size: 40px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: -1px
}

.main_details-post .entry-header .entry-details {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5)
}

.main_details-post .entry-header .entry-details a {
	color: #0be747
}

.main_details-post .entry-header .entry-details>span {
	margin-right: 15px
}

.main_details-post .entry-header .entry-details>span>span {
	margin-right: 8px
}

.main_details-post .post-thumbnail img {
	height: 400px;
	width: 100%;
	object-fit: cover;
	object-position: top
}

.single-post .icm__mainbanner {
	height: 544px
}

.single-post .custom__bg--neg {
	margin-top: -130px
}

.single-post .entry-content p {
	padding-left: 88px;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.78);
	margin: 24px 0
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
	font-weight: 300;
	color: rgba(0, 0, 0, 0.58);
	padding-left: 88px
}

.single-post .entry-content ul {
	padding-left: 88px
}

.single-post .entry-content ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	margin-bottom: 24px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.6)
}

.single-post .entry-content ul li:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	height: 10px;
	width: 10px;
	background-color: rgba(0, 0, 0, 0.08);
	transform: rotate(45deg)
}

.single-post nav.navigation {
	padding: 24px 0;
	margin-top: 40px
}

.single-post .nav-links>div {
	flex: 1 1 50%
}

.single-post .nav-links .nav-previous,
.single-post .nav-links .nav-next {
	background-image: none
}

.single-post .nav-links .nav-previous a,
.single-post .nav-links .nav-next a {
	background-color: transparent;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
	min-height: 60px;
	align-content: flex-start
}

.single-post .nav-links .nav-previous a .arrow,
.single-post .nav-links .nav-next a .arrow {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 28px;
	background: #44f674;
	height: 60px;
	width: 60px
}

.single-post .nav-links .nav-previous a .arrow:before,
.single-post .nav-links .nav-next a .arrow:before {
	position: absolute;
	left: 16px;
	top: 9px
}

.single-post .nav-links .nav-previous a .post-title,
.single-post .nav-links .nav-next a .post-title {
	color: rgba(0, 0, 0, 0.58);
	line-height: 1.5;
	text-transform: none;
	font-size: 14px
}

.single-post .nav-links .nav-previous a .pagi_post-date,
.single-post .nav-links .nav-next a .pagi_post-date {
	flex: 0 0 100%;
	font-size: 10px;
	color: rgba(0, 0, 0, 0.44);
	line-height: 1;
	margin-top: 5px
}

.single-post .nav-links .nav-previous a:hover,
.single-post .nav-links .nav-next a:hover {
	background-color: transparent
}

.single-post .nav-links .nav-previous a:hover span,
.single-post .nav-links .nav-next a:hover span {
	background-color: transparent;
	color: black
}

.single-post .nav-links .nav-previous a:hover .arrow,
.single-post .nav-links .nav-next a:hover .arrow {
	background-color: #868686;
	color: white
}

.single-post .nav-links .nav-previous a {
	padding-left: 74px
}

.single-post .nav-links .nav-next a {
	padding-right: 74px;
	text-align: right
}

.single-post .nav-links .nav-next a span {
	display: block;
	width: 100%
}

.single-post .nav-links .nav-next a .arrow {
	position: absolute;
	top: 0;
	left: auto;
	right: 0
}

.single-post blockquote {
	margin: 24px 0;
	font-size: 44px;
	font-weight: 200;
	border-top: solid 1px rgba(0, 0, 0, 0.14);
	border-bottom: solid 1px rgba(0, 0, 0, 0.14);
	padding-left: 88px;
	position: relative
}

.single-post blockquote:before {
	content: "\e67f";
	font-family: 'themify';
	position: absolute;
	top: 24px;
	left: 10px;
	font-size: 44px;
	color: rgba(0, 0, 0, 0.14)
}

.single-post blockquote p {
	padding: 0 !important;
	font-size: 30px !important;
	line-height: 44px !important
}

.single-post .alignnone {
	width: 100%;
	height: 350px
}

.single-post .author-info {
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(0, 0, 0, 0.04);
	padding: 24px
}

.single-post .author-info .author-heading {
	margin-top: 0;
	font-weight: 300;
	flex: 0 0 100%;
	display: none
}

.single-post .author-info .author-avatar {
	width: 80px;
	height: 80px
}

.single-post .author-info .author-description {
	width: calc(100% - 80px);
	width: -webkit-calc(100% - 80px)
}

.single-post .author-info .author-description h3 {
	margin-top: 0;
	margin-bottom: 10px
}

.single-post .author-info .author-description .author-bio {
	font-size: 14px;
	margin-top: 0;
	line-height: 1.5
}

.single-post .author-info .author-description .author-bio a {
	color: #09b738
}

.single-post .comments-area {
	margin-top: 40px;
	margin-bottom: 40px
}

.single-post .comments-area .comment-reply-title {
	color: rgba(0, 0, 0, 0.4)
}

.single-post .comments-area .logged-in-as a {
	font-size: 12px;
	display: inline-block;
	line-height: 14px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.4);
	margin-bottom: 30px;
	transition: all .3s ease
}

.single-post .comments-area .logged-in-as a:hover {
	color: black
}

.single-post .comments-area p label {
	vertical-align: top;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.58);
	padding-right: 40px;
	display: inline-block;
	min-width: 108px
}

.single-post .comments-area p textarea,
.single-post .comments-area p input {
	resize: none;
	background-color: rgba(0, 0, 0, 0.034);
	border: solid 1px rgba(0, 0, 0, 0.1);
	padding: 10px
}

.single-post .comments-area .form-submit {
	padding-left: 112px
}

.single-post .comments-area .form-submit .submit {
	border: none;
	line-height: 38px;
	border-radius: 0;
	padding: 0 15px;
	cursor: pointer;
	transition: all .3s ease;
	background-color: #44f674;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase
}

.single-post .comments-area .form-submit .submit:hover {
	background-color: rgba(0, 0, 0, 0.08)
}

.single-post .comments-area .comments-title {
	font-weight: 300;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
	margin-bottom: 30px
}

.single-post .comments-area ol.comment-list {
	padding: 0;
	margin: 0 0 40px
}

.single-post .comments-area ol.comment-list>li {
	border-bottom: solid 1px rgba(0, 0, 0, 0.18)
}

.single-post .comments-area ol.comment-list li {
	list-style: none
}

.single-post .comments-area ol.comment-list li .comment-body {
	padding: 25px
}

.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta {
	background-color: transparent;
	padding: 0
}

.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta img {
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px
}

.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta .comment-author {
	color: rgba(0, 0, 0, 0.8);
	align-items: center
}

.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta .comment-author .says {
	margin-left: 5px
}

.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta .comment-metadata {
	font-size: 12px
}

.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta .comment-metadata a,
.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta .comment-metadata span {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none
}

.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta .comment-metadata a a,
.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta .comment-metadata span a {
	padding-left: 20px
}

.single-post .comments-area ol.comment-list li .comment-body footer.comment-meta .comment-metadata a {
	padding-left: 48px
}

.single-post .comments-area ol.comment-list li .comment-body .comment-content {
	padding-left: 48px
}

.single-post .comments-area ol.comment-list li .comment-body .reply {
	padding-left: 48px
}

.single-post .comments-area ol.comment-list li .comment-body .reply a {
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.46);
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.08);
	line-height: 28px;
	padding: 0 10px
}

.comment-notes {
	font-size: 12px;
	margin-bottom: 30px
}

.entry-footer {
	padding: 0;
	background-color: transparent
}

.page .entry-header h1 {
	font-weight: 300;
	font-size: 28px
}

li.current_page_item a {
	background-color: rgba(0, 0, 0, 0.74);
	color: #44f674
}

.top__linktrigger {
	display: none;
	cursor: pointer
}

.top__linktrigger>span {
	display: block;
	width: 18px;
	height: 2px;
	margin-bottom: 4px;
	background-color: white;
	transition: all .3s ease
}

.top__linktrigger>span:last-child {
	margin-bottom: 0
}

.top__linktrigger.cross>span:nth-child(2) {
	margin-left: -20px;
	opacity: 0
}

.top__linktrigger.cross>span:nth-child(1) {
	transform: rotate(45deg);
	margin-top: 2px
}

.top__linktrigger.cross>span:nth-child(3) {
	transform: rotate(-45deg);
	margin-top: -12px
}

.icm__account img {
	max-width: 100%;
	width: 100%;
	transition: all .3s ease
}

.icm__account:hover img {
	transform: scale(1.024);
	box-shadow: rgba(0, 0, 0, 0.68) 0 0 24px
}

.sidebarICMimg img {
	max-width: 100%;
	width: 100%;
	transition: all .3s ease
}

.sidebarICMimg:hover img {
	transform: scale(1.024);
	box-shadow: rgba(0, 0, 0, 0.68) 0 0 24px
}

.entry-content p a.more-link {
	display: block;
	overflow: hidden;
	height: 0;
	width: 0
}

.livepriceBox_wrp .live_price_box {
	flex: 1 1 30%;
	margin-right: 0;
	margin-bottom: 0;
	background-color: transparent !important;
	padding: 0
}

.wholeWrp {
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: rgba(0, 0, 0, 0.04);
	padding-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	position: relative
}

.wholeWrp>div {
	flex: 0 0 33.33%;
	text-align: center
}

.wholeWrp>div:first-child {
	flex: 0 0 100%;
	text-align: left
}

.wholeWrp>div.Title {
	font-weight: 700;
	font-size: 20px;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, 0.08)
}

.wholeWrp>div.date {
	display: none
}

.wholeWrp>div.arrow {
	position: absolute;
	top: 12px;
	right: 15px
}

.wholeWrp>div:nth-child(3) {
	position: relative;
	padding-top: 25px;
	font-size: 12px;
	font-weight: 600
}

.wholeWrp>div:nth-child(3):before {
	content: 'Bid';
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.8);
	width: 100%;
	text-align: center
}

.wholeWrp>div:nth-child(4) {
	position: relative;
	padding-top: 25px;
	font-size: 12px;
	font-weight: 600
}

.wholeWrp>div:nth-child(4):before {
	content: 'Ask';
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.8);
	width: 100%;
	text-align: center
}

.wholeWrp>div:nth-child(5) {
	position: relative;
	padding-top: 25px;
	font-size: 12px;
	font-weight: 600
}

.wholeWrp>div:nth-child(5):before {
	content: 'Spread';
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.8);
	width: 100%;
	text-align: center
}

.dwn {
	transform: rotate(90deg) !important;
	display: inline-block
}

.widget-area .livepriceBox_wrp .live_price_box {
	padding: 0;
	flex: 0 0 100%
}

.widget-area .livepriceBox_wrp .live_price_box .wholeWrp {
	margin: 0
}

.cat-item a {
	font-weight: 600;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	margin-right: 20px;
	transition: all .3s ease
}

.cat-item a:hover {
	color: #44f674
}

.widget_archive .screen-reader-text {
	display: none
}

.widget_archive select {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 0;
	border: solid 1px rgba(0, 0, 0, 0.18);
	font-size: 14px;
	padding: 5px
}

img.alignright {
	float: right;
	margin: 20px 0 20px 20px
}

img.aligncenter {
	width: auto !important;
	height: auto !important
}

img.size-full {
	max-width: 100% !important
}

.custom__bg--neg .colspan9 {
	overflow: hidden !important
}

.entry-content img {
	max-width: 100% !important;
	height: auto !important
}

.main_details-post>.post-thumbnail img {
	height: auto
}

.category-ex-dividends-indices>.post-thumbnail,
.category-press-releases>.post-thumbnail {
	display: none !important
}

.widget-area li {
	margin-bottom: 15px
}

.chat-with-telegram {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	align-items: center;
	height: 46px;
	width: 46px;
	overflow: hidden;
	background-color: #0eb7f2;
	border-radius: 84px;
	color: white;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.24) 0 0 18px;
	transition: all .3s ease
}

.chat-with-telegram .icon-wrap {
	margin-right: 8px;
	padding: 5px 0 0 6px
}

.chat-with-telegram .label {
	padding-right: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 14px;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden
}

.chat-with-telegram .label span {
	font-size: 11px;
	text-transform: none;
	display: block
}

.chat-with-telegram:hover {
	width: auto
}

.chat-with-telegram:hover .label {
	visibility: visible;
	opacity: 1
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
	.single-post .icm__mainbanner {
		height: auto !important
	}

	.icm__mainbanner,
	.icm__toprow {
		padding-left: 20px;
		padding-right: 20px
	}

	.featured__home .posts__area {
		padding: 20px;
		top: 0
	}

	.icm__mainbanner {
		height: auto
	}

	.featured__home {
		height: auto
	}

	.icm__recentpost--home,
	.icm__livespread {
		padding: 40px 20px
	}

	.devider {
		padding: 60px 40px
	}

	.site-footer {
		padding: 80px 20px
	}

	.archive .custom__bg--neg {
		margin-top: 0;
		padding: 20px
	}

	.archive .custom__bg--neg .colspan9 {
		grid-column: span 8 !important
	}

	.archive .custom__bg--neg .colspan3 {
		grid-column: span 4 !important
	}

	.single-post .custom__bg--neg,
	.page .custom__bg--neg {
		margin-top: 0;
		padding: 20px
	}

	.single-post .custom__bg--neg .colspan9,
	.page .custom__bg--neg .colspan9 {
		grid-column: span 8 !important
	}

	.single-post .custom__bg--neg .colspan3,
	.page .custom__bg--neg .colspan3 {
		grid-column: span 4 !important
	}

	.archive .archive_list-view .post_thumb {
		height: 230px;
		width: 228px
	}
}

@media all and (min-width: 768px) and (max-width: 1023px) {
	.top__linktrigger {
		display: block
	}

	.topright__links {
		display: none
	}

	.icm__toprow {
		position: relative
	}

	.icm__toprow .issue {
		font-size: 11px;
		padding: 0 15px
	}

	.icm__toprow .top__linktrigger {
		margin-left: auto;
		margin-right: 15px
	}

	.icm__toprow .topright__links {
		position: absolute;
		top: 44px;
		left: 0;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.98);
		padding: 10px 0;
		height: calc(100vh - 44px);
		height: -webkit-calc(100vh - 44px);
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 999
	}

	.icm__toprow .topright__links>a {
		display: block;
		width: 100%;
		line-height: 34px;
		margin: 0 15px
	}

	.mob__nav {
		display: block
	}

	.mob__nav .icm__mainmenu {
		background-color: transparent
	}

	.mob__nav .icm__mainmenu ul.custom__menu li.current_page_item a {
		background-color: rgba(255, 255, 255, 0.14)
	}

	.mob__nav ul.custom__menu {
		display: block;
		list-style: none;
		padding: 0
	}

	.mob__nav ul.custom__menu li {
		list-style: none;
		display: block;
		width: 100%;
		border-bottom: solid 1px rgba(255, 255, 255, 0.08)
	}

	.mob__nav ul.custom__menu li.menu-item-has-children {
		position: relative
	}

	.mob__nav ul.custom__menu li.menu-item-has-children:before {
		content: '\e64b';
		font-family: 'themify';
		position: absolute;
		right: 15px;
		line-height: 50px
	}

	.mob__nav ul.custom__menu li.menu-item-has-children.clicked:before {
		content: '\e648'
	}

	.mob__nav ul.custom__menu li a {
		cursor: pointer;
		line-height: 50px
	}

	.mob__nav ul.custom__menu li ul.sub-menu {
		position: static !important;
		visibility: visible !important;
		opacity: 1 !important;
		padding-left: 0;
		display: none;
		background-color: rgba(255, 255, 255, 0.1) !important
	}

	.site__nav {
		display: none
	}

	.icm__mainbanner {
		padding: 40px 20px
	}

	.featured__home .posts__area {
		top: 0
	}

	.icm__mainbanner {
		height: auto;
		background-size: cover
	}

	.mobile_fix-header {
		padding: 15px 15px 5px
	}

	.mobile_fix-header .top__linktrigger {
		margin-left: auto
	}

	.mobile_fix-header .topright__links {
		margin-left: 0;
		position: absolute;
		top: 66px;
		left: 0;
		width: 100%;
		background-color: black
	}

	.static__bannertext .site__title {
		font-size: 70px
	}

	.featured__home {
		height: auto
	}

	.featured__home h4 {
		top: 0;
		left: 0;
		position: relative;
		font-size: 32px;
		margin-bottom: 30px;
		margin-top: 30px;
		transform: rotate(0deg)
	}

	.featured__home h4:after {
		top: 30px;
		background-color: rgba(0, 0, 0, 0.2)
	}

	.featured__home .posts__area {
		padding: 20px
	}

	.featured__home .grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important
	}

	.featured__home .grid .post__info {
		display: block
	}

	.featured__home .grid .post__info .post_date {
		display: inline-block;
		margin-bottom: 20px
	}

	.icm__recentpost--home {
		padding: 40px 20px 20px
	}

	.icm__recentpost--home .col {
		grid-column: span 6
	}

	.icm__recentpost--home .col:last-child {
		grid-column: span 12
	}

	.icm__livespread {
		padding: 20px
	}

	.icm__livespread .grid .tab__wrap,
	.icm__livespread .grid .icm__account {
		grid-column: span 12
	}

	.site-footer {
		padding: 40px 20px
	}

	.site-footer .grid {
		grid-row-gap: 30px
	}

	.site-footer .grid .colspan3 {
		grid-column: span 6 !important
	}

	.custom__bg--neg {
		margin-top: 0;
		display: block
	}

	.custom__bg--neg .colspan9 {
		margin-bottom: 30px
	}

	.archive .archive_list-view .post_thumb {
		height: 230px;
		width: 245px
	}

	.widget-area .widget_recent_entries ul {
		display: flex;
		flex-wrap: wrap
	}

	.widget-area .widget_recent_entries ul li {
		flex: 1 1 50%;
		padding-right: 40px
	}

	.widget-area .widget_recent_entries ul li a {
		font-size: 18px
	}

	.sidebarICMimg img {
		max-width: 100%;
		width: 100%;
		transition: all .3s ease
	}

	.sidebarICMimg:hover img {
		transform: scale(1.024);
		box-shadow: rgba(0, 0, 0, 0.68) 0 0 24px
	}

	.single-post .icm__mainbanner {
		height: auto !important
	}

	.single-post .custom__bg--neg {
		margin-top: 0
	}

	.live_price_box {
		flex: 1 1 50% !important
	}
}

@media all and (max-width: 767px) {
	.top__linktrigger {
		display: block
	}

	.topright__links {
		display: none
	}

	.icm__toprow {
		position: relative
	}

	.icm__toprow .issue {
		font-size: 11px;
		padding: 0 15px
	}

	.icm__toprow .top__linktrigger {
		margin-left: auto;
		margin-right: 15px
	}

	.icm__toprow .topright__links {
		position: absolute;
		top: 44px;
		left: 0;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.98);
		padding: 10px 0;
		height: calc(100vh - 44px);
		height: -webkit-calc(100vh - 44px);
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 999
	}

	.icm__toprow .topright__links>a {
		display: block;
		width: 100%;
		line-height: 34px;
		margin: 0 15px
	}

	.mob__nav {
		display: block
	}

	.mob__nav .icm__mainmenu {
		background-color: transparent
	}

	.mob__nav .icm__mainmenu ul.custom__menu li.current_page_item a {
		background-color: rgba(255, 255, 255, 0.14)
	}

	.mob__nav ul.custom__menu {
		display: block;
		list-style: none;
		padding: 0
	}

	.mob__nav ul.custom__menu li {
		list-style: none;
		display: block;
		width: 100%;
		border-bottom: solid 1px rgba(255, 255, 255, 0.08)
	}

	.mob__nav ul.custom__menu li.menu-item-has-children {
		position: relative
	}

	.mob__nav ul.custom__menu li.menu-item-has-children:before {
		content: '\e64b';
		font-family: 'themify';
		position: absolute;
		right: 15px;
		line-height: 50px
	}

	.mob__nav ul.custom__menu li.menu-item-has-children.clicked:before {
		content: '\e648'
	}

	.mob__nav ul.custom__menu li a {
		cursor: pointer;
		line-height: 50px
	}

	.mob__nav ul.custom__menu li ul.sub-menu {
		position: static !important;
		visibility: visible !important;
		opacity: 1 !important;
		padding-left: 0;
		display: none;
		background-color: rgba(255, 255, 255, 0.1) !important
	}

	.site__nav {
		display: none
	}

	.icm__mainbanner {
		background-size: cover;
		height: auto;
		padding: 20px 20px 40px
	}

	.icm__mainbanner .logo__holder {
		padding-top: 28px;
		text-align: center
	}

	.icm__mainbanner .static__bannertext {
		margin-top: 34px;
		display: block;
		text-align: center
	}

	.icm__mainbanner .static__bannertext span img {
		max-width: 74px
	}

	.icm__mainbanner .static__bannertext .site__title {
		padding-left: 0;
		font-size: 38px;
		letter-spacing: -1px
	}

	.icm__mainbanner .static__bannertext .site__title span {
		font-size: 28px
	}

	.featured__home {
		height: auto
	}

	.featured__home .posts__area {
		top: 0;
		padding: 15px
	}

	.featured__home .posts__area .grid {
		display: block
	}

	.featured__home .posts__area .grid .col:nth-child(2) {
		background-color: #2d3036
	}

	.featured__home .posts__area .grid .col:nth-child(2) .icm__postthumb {
		height: 214px
	}

	.featured__home .posts__area .grid .col:nth-child(2) .post__info {
		position: static;
		flex-wrap: nowrap
	}

	.featured__home .posts__area .grid .col:nth-child(2) .post__info .post_short_info {
		margin-top: 0
	}

	.featured__home .posts__area .grid .col .icm__postthumb {
		height: 214px
	}

	.featured__home .posts__area .grid .col .post__info {
		padding: 20px
	}

	.featured__home .posts__area .grid .col .post__info .post_date {
		min-width: 68px;
		margin-right: 20px;
		height: 100px;
		padding-top: 10px
	}

	.featured__home .posts__area .grid .col .post__info .post_date span:nth-child(1) {
		font-size: 24px
	}

	.featured__home .posts__area .grid .col .post__info .post_date span:nth-child(2) {
		font-size: 18px
	}

	.featured__home .posts__area .grid .col .post__info .post_date span:nth-child(3) {
		font-size: 14px
	}

	.featured__home .posts__area .grid .col .post__info .post_short_info {
		font-size: 11px
	}

	.featured__home .posts__area .grid .col .post__info .post_short_info span {
		text-transform: none
	}

	.featured__home .posts__area .grid .col .post__info .post_short_info h2 {
		font-size: 16px;
		margin-bottom: 5px
	}

	.featured__home .posts__area .grid .col .post__info .post_short_info p {
		display: none
	}

	.icm__recentpost--home {
		padding: 40px 15px 0
	}

	.icm__recentpost--home h1 {
		font-size: 26px
	}

	.icm__recentpost--home h1:before {
		left: 0;
		right: auto;
		bottom: -10px;
		width: 80px
	}

	.icm__recentpost--home .col {
		grid-column: span 6
	}

	.icm__recentpost--home .col:nth-child(1),
	.icm__recentpost--home .col:nth-child(6) {
		grid-column: span 12
	}

	.icm__recentpost--home .col:nth-child(2) {
		grid-row: span 1
	}

	.icm__recentpost--home .col .post__info {
		padding: 15px 0 0;
		position: static
	}

	.icm__recentpost--home .col .icm__postthumb {
		height: 158px
	}

	.icm__livespread {
		padding-left: 15px;
		padding-right: 15px
	}

	.icm__livespread h1 {
		font-size: 26px
	}

	.icm__livespread h1:before {
		left: 0;
		right: auto;
		bottom: -10px;
		width: 80px
	}

	.icm__livespread .tab__wrap {
		grid-column: span 12
	}

	.icm__livespread .tab__wrap .live_price_box {
		margin-right: 0
	}

	.icm__livespread .facebook__page {
		grid-column: span 12
	}

	.icm__livespread .facebook__page h4 {
		left: -56px;
		bottom: 50px
	}

	.devider {
		padding: 20px
	}

	.devider h2 {
		font-weight: 100;
		font-size: 28px;
		letter-spacing: -1px;
		margin-top: 5px
	}

	.devider h4 {
		font-size: 20px
	}

	.devider .btn {
		display: block;
		margin-bottom: 10px
	}

	footer {
		padding: 40px 20px
	}

	footer .grid {
		display: block
	}

	footer .ftr_social {
		margin-top: 20px;
		margin-bottom: 35px
	}

	footer .fLinks {
		margin-bottom: 30px
	}

	footer .fLinks:last-child {
		margin-bottom: 0
	}

	.custom__bg--neg {
		margin-top: 0;
		padding: 25px 15px;
		display: block
	}

	.custom__bg--neg .listing__wrp {
		display: block
	}

	.custom__bg--neg .archive_grid-view:nth-child(2n),
	.custom__bg--neg .archive_grid-view:nth-child(2n+1) {
		padding: 0 !important
	}

	.custom__bg--neg .archive_grid-view:nth-child(2n) .post_date,
	.custom__bg--neg .archive_grid-view:nth-child(2n+1) .post_date {
		left: 15px
	}

	.secondary {
		padding-top: 30px
	}

	.archive__view--mode {
		display: none
	}

	.main_details-post .entry-header .entry-title {
		font-size: 24px;
		letter-spacing: 0
	}

	.main_details-post .entry-header .post_date {
		padding-right: 15px;
		margin-right: 20px
	}

	.main_details-post .post-thumbnail img {
		height: 240px
	}

	.single-post .entry-content p {
		padding-left: 0
	}

	.single-post .entry-content p>img {
		width: 100%;
		height: auto !important;
		object-fit: cover;
		object-position: top
	}

	.single-post .entry-content h1,
	.single-post .entry-content h2,
	.single-post .entry-content h3,
	.single-post .entry-content h4,
	.single-post .entry-content h5,
	.single-post .entry-content h6 {
		font-weight: 300;
		color: rgba(0, 0, 0, 0.58);
		padding-left: 0
	}

	.single-post .entry-content ul {
		padding-left: 0
	}

	.single-post blockquote p {
		font-size: 22px !important;
		line-height: 32px !important
	}

	.single-post textarea {
		width: 100%
	}

	.single-post .nav-links {
		display: block
	}

	.single-post .nav-links .nav-previous {
		margin-bottom: 15px;
		border-bottom: solid 1px rgba(0, 0, 0, 0.2);
		padding-bottom: 20px
	}

	.single-post .comments-area .form-submit {
		padding-left: 0
	}

	.mobile_fix-header {
		padding: 10px 10px 0
	}

	.mobile_fix-header .logo__holder img {
		max-width: 134px
	}

	.mobile_fix-header .top__linktrigger {
		position: absolute;
		top: 18px;
		right: 20px
	}

	.mobile_fix-header .topright__links {
		margin-left: 0;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		background-color: black
	}

	ul.tabs {
		margin-bottom: 10px
	}

	.icm__livespread {
		padding: 20px
	}

	.tab__wrap,
	.icm__account {
		grid-column: span 12
	}
}

@media all and (max-width: 370px) {
	.icm__recentpost--home .grid {
		grid-column-gap: 15px !important;
		grid-row-gap: 15px !important
	}

	ul.tabs {
		margin-bottom: 15px
	}

	ul.tabs li {
		padding: 10px 22px;
		font-size: 12px
	}

	.icm__livespread .grid {
		display: block
	}

	.btn.large {
		font-size: 15px
	}

	.live_price_box {
		flex: 1 1 100% !important
	}
}

@media all and (min-width: 1023px) {
	.featured__home {
		height: auto
	}

	.icm__recentpost--home {
		position: relative;
		background-color: white;
		margin-top: -217px;
		vertical-align: top
	}
}

.entry-content ul li br,
p br {
	display: none
}

.search-results {}

.search-results .site-main,
.error404 .site-main,
.search-no-results .site-main {
	max-width: 1182px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	position: relative;
	margin-top: -218px;
}

footer.entry-footer {
	color: rgba(0, 0, 0, .8);
	font-size: 14px;
	margin-bottom: 34px;
}

footer.entry-footer>span {
	margin-right: 15px;
}

footer.entry-footer>span a {
	color: rgba(0, 0, 0, .48)
}

footer.entry-footer>span a:hover {
	color: black;
}

article.post {
	margin-bottom: 40px;
}

.post-thumbnail {
	display: block;
	max-width: 100%;
	height: auto;
}

.post-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: left top;
}

.entry-title a {
	color: rgba(0, 0, 0, .68);
	transition: all .3s ease;
	text-decoration: none;
}

.entry-title:hover a {
	color: #44f674;
}

.d-none{
	display: none !important;
   }
/*# sourceMappingURL=mainStyle.css.map */