/*
Theme Name: Coinmag Child Theme
Theme URI: http://www.2035themes.com/coinmag
Author: 2035Themes
Author URI: http://themeforest.net/user/2035themes/portfolio
Description: CryptoCurrency Magazine & Blog WordPress Theme
Version: 1.0
Template: coinmag
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: coinmag
Tags: two-columns
*/

/*-----------------------------------------------------------------------------------*/
/*  Child Theme Css
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*   Reset
/*-----------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

body{
	line-height: 1;
}

ol,ul{
	list-style: none;
}

blockquote,q{
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a,a:visited,a:focus,a:active,a:hover,a:link{
	outline: 0 none !important;
	text-decoration: none !important;
}

input:focus{
	outline: none;
}

textarea:focus{
	outline: none;
}

hr{
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*   Icons
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family: "coinmag";
	src:url("framework/assets/fonts/coinmag.eot");
	src:url("framework/assets/fonts/coinmagd41d.eot?#iefix") format("embedded-opentype"),
		url("framework/assets/fonts/coinmag.woff") format("woff"),
		url("framework/assets/fonts/coinmag.ttf") format("truetype"),
		url("framework/assets/fonts/coinmag.svg#coinmag") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: "coinmag" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "coinmag" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-angle-right:before {
	content: "\62";
}
.icon-angle-left:before {
	content: "\63";
}
.icon-arrow-circle-o-right:before {
	content: "\64";
}
.icon-nav:before {
	content: "\65";
}
.icon-btc:before {
	content: "\66";
}
.icon-down:before {
	content: "\67";
}
.icon-up:before {
	content: "\68";
}
.icon-facebook:before {
	content: "\69";
}
.icon-pinterest:before {
	content: "\6b";
}
.icon-facebook-2:before {
	content: "\6c";
}
.icon-twitter:before {
	content: "\6d";
}
.icon-youtube:before {
	content: "\6e";
}
.icon-slack:before {
	content: "\6f";
}
.icon-rss:before {
	content: "\70";
}
.icon-thumb-tack:before {
	content: "\61";
}
.icon-comment:before {
	content: "\71";
}
.icon-hit:before {
	content: "\72";
}
.icon-instagram:before {
	content: "\75";
}
.icon-google:before {
	content: "\76";
}
.icon-search:before {
	content: "\6a";
}
.icon-medium:before {
	content: "\74";
}
.icon-linkedin:before {
	content: "\77";
}
.icon-opinion:before {
	content: "\73";
}
.icon-envelope:before {
	content: "\78";
}
.icon-arrow-up:before {
	content: "\79";
}
.icon-close:before {
	content: "\7a";
}
.icon-eye:before {
	content: "\41";
}

/*-----------------------------------------------------------------------------------*/
/*   Global
/*-----------------------------------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 23px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight: 600;
}

a{
	color: #1A40B4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

p{
	font-size: 13px;
}

a:hover{
	color: #999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

i{
	font-style: italic;
}

pre{
	padding: 20px;
}

pre{
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.6;
	overflow: auto;
	margin-bottom: 30px;
}
pre h2, pre cite{
	font-family: "Courier 10 Pitch", Courier, monospace !important;
}

strong{
	font-weight: 600;
	padding-top: 20px;
}

ol strong{
	padding: 0;
}

big{
	font-size: 18px;
}

em{
	font-style: italic;
}

kbd{
	padding: 5px;
	background: #f8f8f8;
	color: #222;
	font-size: 12px;
}

table{
	width: 100%;
}

tbody{
	background: #f5f5f5;
}

tbody td{
	background: #f5f5f5;
	border: 1px solid #fafafa;
	padding: 5px 8px;
}

tbody th{
	background: #f5f5f5;
	border: 1px solid #fafafa;
	padding: 8px 8px;
}

tbody td:hover{
	background: #ededed;
}

tbody .pad{
	background: none;
}

tbody .pad:hover{
	background: none;
}

dl dt{
	font-weight: 600;
}

dl dd{
	padding-top: 3px;
	margin-bottom: 10px;
}

q, .quote{
	font-size: 21px;
	line-height: 36px;
	position: relative;
	margin-bottom: 20px;
}

body blockquote{
	font-size: 18px !important;
	color: #1A40B4 !important;
	letter-spacing: 0.4px !important;
	text-align: center !important;
	line-height: 27px !important;
	font-weight: 500 !important;
	padding: 20px 5px;
	text-align: center;
	margin: 10px 0;
	position: relative;
	padding-top: 35px;
	text-align: center !important;
}

body blockquote p{
	font-size: 18px !important;
	text-align: center !important;
}

body blockquote:before{
	position: absolute;
	width: 100%;
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #1A40B4;
	font-size: 22px;
	text-align: center;
	top: 5px;
	left: 0;
	font-weight: bold;
}

body blockquote p{
	padding-bottom: 0 !important;
}

cite{
	padding: 1px 2px;
	color: #1A40B4;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
}

.margint5{
	margin-top:5px !important;
}

.margint10{
	margin-top:10px !important;
}

.margint20{
	margin-top:20px !important;
}

.margint25{
	margin-top:25px !important;
}

.marginb20{
	margin-bottom:20px !important;
}

.margint30{
	margin-top:30px !important;
}

.marginb30{
	margin-bottom:30px !important;
}

.margint40{
	margin-top:40px !important;
}

.marginb40{
	margin-bottom:40px !important;
}

.margint50{
	margin-top:50px !important;
}

.margint60{
	margin-top:60px !important;
}

.margint70{
	margin-top:70px !important;
}

.margint80{
	margin-top:80px !important;
}

.margint90{
	margin-top:90px !important;
}

.margint100{
	margin-top:100px !important;
}

h1{
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
}

h2{
	font-size: 26px;  
	font-weight: 600;
}

h3{
	font-size: 21px;
	line-height: 27px;
	font-weight: 600;
}

h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

h5{
	font-size: 15px;
	line-height: 21px;
	font-weight: 600;
}

h6{
	font-size: 12px;
	font-weight: 700;
}

img{
	max-width: 100%;
	height: auto;
}

.gallery-caption, .bypostauthor{
	opacity:1
} 
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
img{
	max-width: 100%;
	height: auto;
}
.wp-caption.aligncenter {
	margin: 0 auto;
	margin-bottom: 30px;
}
.wp-caption.alignnone {
	margin-bottom: 30px;
}
.wp-caption.alignright {
	float: right;
}
.wp-caption.alignleft {     
	float: left;        
	margin-right: 20px;     
}
img.alignright {
	text-align: right;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}
img.alignleft {
	text-align: left;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.rsp-img-center {
	margin: 0 auto;
	text-align: center;
}

pre {
	padding: 20px;
}

img[class*="wp-image-"],
img[class*="attachment-"],
.post img,
.post {
	max-width: 100%;
	height: auto;
}
.wp-caption {
	padding: 20px;
	padding-bottom: 10px;
	max-width: 100%;
}

img.alignleft{
	padding-right: 25px;
}

p.wp-caption-text {
	margin-bottom: 0;
	background: #F0F0F0;
	text-align: center;
	padding: 5px 0;
	color: #333333;
	letter-spacing: 0.4px;
}

p.wp-caption-text a{
	color: #1A40B4;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin-bottom: 10px;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
	display: block;
}

html, body, .wrapper,.fancy-sidebar-pusher, .site-content{
	height: 100%;
}

.site-boxed{
	padding-bottom: 40px;
}

#wrapper{
	width: 100%;
}

.wrapper{
	position: relative;
}

.wrapper.search-top, .wrapper.newsletter-top{
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #fff;
}

.post-password-form input[type="password"]{
	height: 40px;
}

.post-password-form input[type="submit"]{
	height: 40px;
}

.textwidget .wp-caption{
	padding-bottom: 20px;
}

.page-links{
	clear: both;
	padding-top: 10px;
	font-weight: bold !important;
}

.page-links a{
	font-weight: bold !important;
	text-decoration: underline !important;
}

ul.children {
	padding-left: 10px;
}

.post-without-image{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.pagination{
	margin: 0;
	margin-bottom: 40px;
}

.pagination ul{
	list-style-type: none !important;
}

.pagination ul li{
	float: left;
	background: #1A40B4;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.pagination ul li a, .pagination ul li p{
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 2.15px;
	padding: 0 15px;
}

.pagination ul li a:hover{
	background: #DDD;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	color: #000;
}

.pagination ul li:first-child {
	margin-left: 0;
}

.pagination ul li.active {
	background: #DDD;
	color: #000;
}

.pagination ul li.active a {
	color: #000;
}

span.pagi-arrow{
	position: relative;
	top: 1px;
}


/*-----------------------------------------------------------------------------------*/
/*   Header
/*-----------------------------------------------------------------------------------*/

header .main-header,
header .mobile-header,
header .slicknav_menu {background-color: #fff !important;}

.main-header{
	position: relative;padding: 15px;
}

.main-header .col-lg-9{
	position: static;
}

.mobile-header{
	border-bottom:solid 5px;
	display: none;
	padding: 10px 0 8px 15px;
}

.mobile-header .logo-text a{
	color: #fff;
}

.slicknav_menu {
	display:none;
}

.mobile-line-wrap{
	width: 100%;
}
.slicknav_btn {position: relative; display: block;cursor: pointer;float:right;top:12px;right:20px;}
.slicknav_btn .slicknav_menutxt{font-family: 'Source Sans Pro', Georgia, sans-serif;color:#1a40b4;float: right;position: relative;top: -2px;left:5px;font-size: 13px !important;font-weight: 600 !important;letter-spacing: 0.1600em !important;}
.slicknav_menu {*zoom: 1;}
.slicknav_menu .slicknav_icon {float: left;width: 1.125em;height: 0.875em;}
.slicknav_nav {clear: both; }
.slicknav_nav ul {display: block; }
.slicknav_nav li {display: block; border-top: 1px solid rgba(255,255,255,0.5);}
.slicknav_nav li:first-child {border-top:0;}
.slicknav_nav li:last-child {margin-bottom:20px;}
.slicknav_nav .slicknav_arrow {font-size: 0.8em;margin: 0 0 0 0.4em;color: #fff;}
.slicknav_nav .slicknav_item {cursor: pointer; }
.slicknav_nav .slicknav_item a {display: inline; }
.slicknav_nav .slicknav_row {display: block; }
.slicknav_nav a {display: block; }
.slicknav_nav a:visited{color: #fff;}
.slicknav_nav .slicknav_parent-link a {display: inline; }
.slicknav_menu {font-size: 16px;box-sizing: border-box;background: #fff;}
.slicknav_menu * {box-sizing: border-box; }
.slicknav_menu:before {content: " ";display: table; }
.slicknav_menu:after {content: " ";display: table;clear: both; }
.slicknav_nav {color: #fff;margin: 0;padding: 0 20px;font-size: 0.875em;list-style: none;overflow: hidden;padding-top: 10px;}
.slicknav_nav ul {list-style: none;overflow: hidden;padding: 0;margin: 0 0 0 20px;}

.slicknav_nav a {font-family: 'Source Sans Pro', Georgia, sans-serif;color:#fff;padding: 5px 0px;margin: 2px 5px;text-decoration: none; }
.slicknav_nav .slicknav_txtnode {margin-left: 15px; }
.slicknav_nav .slicknav_item a {padding: 0;margin: 0; }
.slicknav_nav .slicknav_parent-link a {padding: 0;margin: 0; }


.slicknav_icon{
	width: 20px !important;
	height: 20px !important;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.slicknav_icon span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #1a40b4;
	border-radius: 1125px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.slicknav_icon span:nth-child(1) {
	top: 0px;
}

.slicknav_icon span:nth-child(2),.slicknav_icon span:nth-child(3) {
	top: 5px;
}

.slicknav_icon span:nth-child(4) {
	top: 10px;
}

.slicknav_icon.open span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.slicknav_icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slicknav_icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slicknav_icon.open span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.main-header .container{
	padding:0;
}

.main-header a{
	color: #6e2958;
	line-height: 90px;
}

.main-menu ul{
	float: right;
	padding-right: 10px;
}

.main-menu ul li{
	float: left;
	padding: 0 15px;
}

.main-menu ul li:last-child{
	padding-right: 0;
}

.main-menu ul li{
	font-weight: 600;
}


.mega-current-menu-item > a{
	border-bottom:solid 2px;
	padding-bottom: 1px;
}

.mega-current-menu-parent > a{
	border-bottom:solid 2px;
	padding-bottom: 1px;
}

.mega-current-menu-parent .mega-current-menu-item > a{
	border:none;
}

/* Normal Dropdown Menu */
.mini-menu li{
	position: relative;
	display: inline-block;
}

.mini-menu li ul li{
	display: block;
}

.mini-menu ul{
	position: absolute;
	display: none;
	top: 100%;
	z-index: 999999;
	width: auto;
	white-space: nowrap;
	background: #151515;
	padding: 0;
	text-align: left;
}

.mini-menu li ul li{
	width: 100%;
}

.mini-menu li ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.mini-menu ul li ul{
	top: 0;
	left: 100%;
}

.mini-menu li:hover > ul{
	display: block;
}

.mini-menu ul ul {
	display: none;
}
/* Normal Dropdown Menu */

/* Mega Menu */
#mega-menu-wrap-main-menu ul.mega-menu > li{
	display: inline-block !important;
}

.mega-menu-flyout .mega-sub-menu{
	margin: 0 !important;
	width: auto !important;
	left:0 !important;
	white-space: nowrap;
	text-align: left;
}

.sf-menu li{
	position: relative;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item {
	position: static;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu ul{
	top:0;
	left: 100% !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item > ul.mega-sub-menu {
	display: block;
	visibility: hidden;
	opacity: 1;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
	z-index: 9999;
	background: #030D1B;
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(100% - 5px);
	padding: 30px 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu{
	z-index: 9999;
	background: #030D1B;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
}

/* Mega Menu */

/* Mega Menu coinmag */

nav#main-menu ul li:last-child{
	margin-right: 0px;
}

nav#main-menu ul li:hover > a{
	color: #bca859;
}

nav#main-menu ul li ul{
	overflow: hidden;
	padding: 15px 0;
}

nav#main-menu ul li ul li{
	line-height: 1;
	position: relative;
	overflow: hidden;
}

nav#main-menu ul li ul li a{
	width: 100%;
	display: inline-block !important;
	padding: 9px 15px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.86px;
	line-height: 1;
}

.mega-sub-menu li.widget_wpt{
	margin: 0;
	padding: 0;
	width: 100%;
}

.theme2035-mega-menu .container{
	padding: 0 15px;
}

.theme2035-mega-menu img{
	margin-bottom: 10px;
}

.theme2035-mega-menu h3 a{
	padding: 0 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 21px !important;
}

.mega-menu-img{
	padding: 0 !important;
}
/* Mega Menu */

.main-menu{
	float: right;
}

.header-search{
	float: right;
}

.header-search{
	padding-left: 15px;
}

.header-nav{
	float: right;
}

.header-nav{
	position: relative;
	top: 2px;
	padding-left: 10px;
}

.full-header{
	padding: 0 30px;
}

#search-wrapper{
	display: none;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -23px;
	z-index: 1;
}

#search-wrapper-mobile{
	display: none;
	position: absolute;
	top: 47px;
	right: -125px;
	z-index: 300;
}

.header-search{
	position: relative;
}

#search-wrapper input{
	font-size: 12px;
	color: #999;
	height: 40px;
	width: 225px;
	padding: 0 10px;
	border: 0;
	outline: 0;
	background: #f6f6f6;
}

#search-wrapper-mobile input{
	font-size: 12px;
	color: #999;
	height: 40px;
	width: 225px;
	padding: 0 10px;
	border: 0;
	outline: 0;
	background: #f6f6f6;
}

.searchform{
	position: relative;
}

.search_button{
	display: inline-block;
	margin-top: 2px;
}

.currency-social{
	background: #E8EBEF;
	padding: 15px 0;
	padding-bottom: 5px;
}

.currency-social .ccpw-widget{
	background-color: transparent !important;
	color: #444;
}

.currency-social .ccpw_table .name{
	display: none;
}

.currency-social .ccpw_table tbody{
	background: transparent ;
}

.currency-social .ccpw-widget tr{
	background-color: #FFF !important;
}

.currency-social .ccpw_table tbody td{
	padding: 0;
	background: transparent;
	border:none;
}

.currency-social .ccpw_table tr{
	float: left;
	margin-right: 8px;
	height: 46px;
	line-height: 46px;
	padding-right: 10px;
	margin-bottom: 8px;
}

.currency-social .ccpw_icon img{
	height: 15px !important;
	margin-left: 10px !important;
	vertical-align: unset !important;
}

.currency-social .ccpw-widget .image-coin{
	width: 30px !important;
	position: relative;
	top: -2px;
}

.currency-social .ccpw_table th, .currency-social .ccpw_table td{
	border: 0 !important;
}

.currency-social .ccpw_table span.coin_symbol, .currency-social table thead{
	display: none;
}

.ccpw-widget .image-coin{
	width: 50px;
	padding-right: 20px;
}

.ccpw-widget tbody tr td{
	padding: 8px;
}

.ccpw-widget .changes i{
	font-size: 15px;
	position: relative;
	top: 3px;
}

.currency-social .ccpw-widget .price-value{
	color: #444;
	letter-spacing: -0.2px;
	font-size: 16px;
	font-weight:500;
}

.currency-social .ccpw-widget .price-value i{
	font-size: 12px;
	padding-right: 2px;
	position: relative;
	top: -1px;
}

.currency-social .ccpw-widget .changes{
	font-size: 12px;
	font-weight: 600;
	position: relative;
	top: -2px;
	white-space: nowrap;
}

.currency-social .ccpw-widget .changes i{
	padding-right: 3px;
	padding-left: 2px;
}

.currency-social .all-crypto-button{
	background: #FFF;
	margin-right: 10px;
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
	margin-bottom: 8px;
}

.currency-social .all-crypto-button a{
	color: #555;
	font-weight:600;
	font-size: 13px;
}

.currency{
	float: left;
	width: 82%;
}

.social{
	float: right;
	width: 18%;
}

.header-social{
	float: right;
	display: inline-block;
}

.header-social ul{
	background: #FFF;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	margin-bottom: 8px;
}

.header-social ul li{
	float: left;
	padding-right: 20px;
}

.header-social ul li:last-child{
	padding-right: 0;
}

.header-social ul li i{
	color: #555;
}

.line{
	background: #DEDEDE;
	height: 1px;
	display: block;
	width: calc(100% + 60px);
	position: relative;
	left: -30px;
}


/*-----------------------------------------------------------------------------------*/
/*   Single
/*-----------------------------------------------------------------------------------*/

.single .featured-image{
	margin-top: 10px;
}

.single h1{
	font-size: 32px;
}

.single .featured-image{
	margin-bottom: 30px;
}

.single-post-text, .single-post-text p{
	font-size: 15px;
	color: #444444;
	letter-spacing: 0.3px;
	text-align: left;
	line-height: 28px;
}

.single-post-text ul, .comment-text ul, .page-text ul {
	color: #555;
	list-style: none;
}
.single-post-text ul li ul li, .comment-text ul li ul li, .page-text ul li ul li{
	margin-left: 20px;
}
.single-post-text ul li ol li:before, .comment-text ul li ol li:before, .page-text ul li ol li:before{
	display: none;
	padding-left: 10px;
}
.single-post-text ol, .comment-text ol, .page-text ol{
	color: #555;
	list-style: decimal;
	margin-left: 20px;
}

.single-post-text table {
	width: 100%;
}

.single-post-text > p, .page-text p{
	margin-bottom: 20px;
}

.single-post-text ul, .comment-text ul, .page-text ul{
	list-style: disc;
}

.comment-text-box > ul{
	padding-left: 20px;
}

.single-post-text > ul, .comment-text > ul, .page-text > ul{
	margin-left: 20px;
	margin-top: -10px;
}

.single-post-text input[type=submit]{
	border: 0;
	background: #1A40B4;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 10px;
}

.search-list-images{
	margin-bottom: 15px;
}

.sidebar-widget, .footer-widget {
	margin-bottom: 30px;
	padding-top: 0;
}

.sidebar-widget form{
	margin-top: 7px;
}

.single-related-posts .block-title, .com-title .title .block-title{
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 2px solid #1A40B4;
}

.single-related-posts .block-title h5, .com-title .title .block-title h3 a{
	background: #1A40B4;
	display: inline-block;
	padding: 6px 15px !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 15px !important;
}

.com-title .title .block-title h3 a{
	padding: 4px 15px !important;
}

.single-related-posts .col-lg-4 h3{
	font-size: 17px !important;
	line-height: 23px !important;
}

.single-related-image{
	margin-bottom: 20px;
}

article.tag-edge-case h1:first-child, article.tag-content-2.tag-css.tag-edge-case.tag-html.tag-layout.tag-title .content-list-elements h3 a{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

img{
	max-width: 100%;
	height: auto;
}

thead tr th{
	text-transform: uppercase;
	color: #1A40B4;
	font-size: 13px;
	letter-spacing: 2px;
}

thead tr th:nth-child(2){
	text-align: left;
	padding-left: 10px;
}

.ccpw_table  th, td{
	padding: 6px;
}

.single-post-text table {
	width: 100%;
}

.single-post-text h1,
.single-post-text h2,
.single-post-text h3,
.single-post-text h4,
.single-post-text h5,
.single-post-text h6,
.no-vc .page-text h1,
.no-vc .page-text h2,
.no-vc .page-text h3,
.no-vc .page-text h4,
.no-vc .page-text h5,
.no-vc .page-text h6,
.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6{
	color: #333;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.single-post-text ul{
	margin-bottom: 10px;
}

.tag-title{
	margin-right: 10px;
	font-size: 11px;
	color: #444444;
	letter-spacing: 2px;
	text-align: left;
}

.post-tags a{
	float: left;
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #333333;
	letter-spacing: 0.29px;
	text-align: left;
	line-height: 24px;
	font-weight: normal;
	text-decoration: underline !important;
}

.single-tag-list{
	position: relative;
	top: -2px;
}

.author-information-box{
	background: #fefefe;
	border: 1px solid #eee;
	padding: 20px;
}

.author-info-col-1{
	width: 10%;
	text-align: center;
}

.author-info-col-1 img{
	margin-bottom: 10px;
}

.author-info-col-2{
	width: 85%;
	padding-left: 25px;
	margin-top: 5px;
}

.author-information-box .author-social ul{
	margin-top: 20px;
}

.author-information-box .author-social ul li{
	float: left;
	margin-right: 15px;
}

.author-box{
	padding: 40px;
	padding-bottom: 30px;
	margin-bottom: 35px;
	background: #EEEEEE;
}

.author-box ul.author-social li a{
	padding-top: 3px;
}

.author-box{
	font-size: 15px;
	color: #444444;
	letter-spacing: 0.3px;
	text-align: left;
	line-height: 28px;
}

ul.author-social{
	margin-left: 10px;
}

ul.author-social li{
	float: left;
}

.single-post-text{
	padding-top: 5px;
}

.single-related-posts.margint40{
	margin-top: 25px !important;
}

ul.author-social li a{
	height: 30px;
	width: 30px;
	border-radius: 2px;
	margin-right: 5px;
	padding-top: 8px;
	display: inline-block;
	text-align: center;
	color: #FFF;
	background: rgba(255,255,255,.1);
}

.author-desc{
	margin-top: 10px;
	font-size: 14px !important;
}

.author-title a.author-posts{
	font-weight: 600;
	font-size: 13px;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 10px;
}

.prev-next-item{
	position: relative;
	float: left;
	width: calc((100% / 2) - 1px);
	background-size: cover !important;
	background-position: center center !important;
	text-align: center;
}

.prev-next-item:after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
}

.prev-next-item a{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 70px 20px;
	display: inline-block;
}

.prev-next-item:first-child{
	margin-right: 1px;
}

.prev-next-item a span{
	opacity: 0.9;
	font-size: 11px;
	color: #bca859;
	letter-spacing: 1.82px;
}

.prev-next-item a span i{
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	font-size: 12px;
	position: relative;
	top: 1px;
}

.prev-next-item .prev span i{
	margin-right: -3px;
}

.prev-next-item .next span i{
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	font-size: 12px;
	position: relative;
	top: -1px;
	margin-left: -5px;
}

.prev-next-item h4{
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 0.4px;
	text-align: center;
	line-height: 25px;
}

.prev-next-box{
	margin-bottom: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*   Footer & Sidebar Widget
/*-----------------------------------------------------------------------------------*/

/* Fancy Sidebar */

.fancy-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	visibility: hidden;
	width: 275px;
	height: 100%;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.fancy-sidebar-content{
	width: 375px;
	height: 100%;
	padding: 20px 15px;
}

.fancy-sidebar-content a{
	color: #FFF;
}

.fancy-sidebar-open .site-content {
	overflow-y: scroll;
}

.site-content{
	position: relative;
}

.fancy-sidebar-pusher{
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.fancy-sidebar-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(255,255,255,0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	z-index: 9999999999;
}

.fancy-sidebar-open .fancy-sidebar-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 9999999999;
}

.fancy-sidebar::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 9999999999;
}

.fancy-sidebar-open.fancy-sidebar::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	z-index: 9999999999;
}

.fancy-slide.fancy-sidebar {
	visibility: visible;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancy-sidebar-open{
	overflow-x: hidden;
}

.fancy-slide.fancy-sidebar-open {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fancy-slide.fancy-sidebar::after {
	display: none;
}

.wrap-push .fancy-sidebar-pusher {
	-webkit-transform: translate3d(-275px, 0, 0);
	transform: translate3d(-275px, 0, 0);
}

.fancy-push.fancy-sidebar {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.wrap-push .fancy-push.fancy-sidebar {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.fancy-push.fancy-sidebar::after {
	display: none;
}

.fancy-close{
	position: absolute;
	top: 10px;
	right: 10px;
}

a.fancy-close i{
	font-size: 18px;
	color: #FFF !important;
}

.fancy-sidebar-content{
	padding-top: 40px;
}

.fancy-sidebar-content .sidebar-widget input::-webkit-input-placeholder{
	font-size: 13px;
	color: #FFF;
}

.fancy-sidebar-content .sidebar-widget input::-moz-placeholder{
	font-size: 13px;
	color: #FFF;
}

.fancy-sidebar-content .sidebar-widget input:-ms-input-placeholder{
	font-size: 13px;
	color: #FFF;
}

.big-newsletter-widget-coinmag input::-webkit-input-placeholder,
.big-newsletter-widget-coinmag input::-moz-placeholder,
.big-newsletter-widget-coinmag input:-ms-input-placeholder{
	color: #000;
}

.sidebar-widget ul li a, .footer-widget ul li a, .sidebar-widget ul li, .footer-widget ul li{
	font-size: 13px;
	line-height: 30px !important;
}

.sidebar-widget select,
.footer-widget select {
	width: 100%;
	height: 47px;
	background: #fff;
	border: solid 1px #eee;
}

.footer-widget select {
	width: 90%;
	color: #777;
}

.footer-widget #wp-calendar tbody a{
	color: #777;
}

.footer-widget table{
	margin: 0 auto;
}

.footer tbody, .fancy-sidebar-content  tbody{
	color: #FFF;
}

.footer tbody, .footer tbody td,.fancy-sidebar-content tbody, .fancy-sidebar-content  tbody td{
	background: rgba(255,255,255,.2);
}

.footer-widget tbody td,.fancy-sidebar-content tbody td{
	border:solid 1px rgba(255,255,255,.1) !important;
}

.footer #wp-calendar tbody,.footer #wp-calendar tbody a,.fancy-sidebar-content #wp-calendar tbody,.fancy-sidebar-content #wp-calendar tbody a{
	color: #FFF;
}

.footer #wp-calendar tbody,.fancy-sidebar-content #wp-calendar tbody{
	color: rgba(255,255,255,.5);
}

.footer caption, .fancy-sidebar-content caption{
	color: #FFF;
}

.sidebar-widget .tagcloud a, .footer-widget .tagcloud a{
	line-height: 24px;
}

.sidebar-widget select:focus,
.footer-widget select :focus{
	outline: none;
}

.footer-widget ul li ul li, .sidebar-widget ul li ul li{
	padding-left: 10px;
}

.sidebar-widget .screen-reader-text, .footer-widget .screen-reader-text{display:none}

.sidebar-widget #searchform input[type=search], .footer-widget #searchform input[type=search]{
	float: left;
	height: 44px;
	width: 70%;
	border: 1px solid #CCC;
	background: transparent;
	padding: 0 10px;
}

.sidebar-widget #searchform input[type=submit], .footer-widget #searchform input[type=submit]{
	float: left;
	height: 44px;
	border:none;
	color: #FFF;
	padding: 0 12px;
	font-size: 13px;
	letter-spacing: 0.4px;
}

.sidebar-widget tbody td{
	border: 1px solid #fefefe;
}

.sidebar-widget .widget-title-cover, .footer-widget .widget-title-cover{
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 2px solid #1A40B4;
}

.kc_wrapper .widget .widgettitle{
	margin-bottom: 20px;
	border-bottom: 2px solid #1A40B4;
	display: block;
}

.kc_wrapper .widget h2{
	display: inline-block;
}

.sidebar-widget .widget-title-cover h5, .footer-widget .widget-title-cover h5, .kc_wrapper .widget h2{
	display: inline-block;
	color: #FFF;
	line-height: 18px;
	font-weight: 600;
}

.sidebar-widget .widget-title-cover h5, .kc_wrapper .widget h2{
	padding: 7px 12px;
	padding-bottom: 5px;
}

.kc_wrapper .widget h2{
	font-size: 15px;
}

.sidebar-widget input::-webkit-input-placeholder, .footer-widget input::-webkit-input-placeholder{
	font-size: 13px;
	color: #777;
}

.sidebar-widget input::-moz-placeholder, .footer-widget input::-moz-placeholder{
	font-size: 13px;
	color: #777;
}

.sidebar-widget input:-ms-input-placeholder, .footer-widget input:-ms-input-placeholder{
	font-size: 13px;
	color: #777;
}

.recent-post-box .recent-post-title-content ul.post-elements{
	margin-top: 0;
}

.recent-post-box .recent-post-image{
	float: left;
	width: 18%;
}

.recent-post-box .recent-post-title-content{
	float: left;
	width: 82%;
	padding-left: 12px;
}

.recent-post-title-content h5{
	margin-bottom: 0;
}

.footer a{
	color: rgba(255,255,255,.8);
	font-size: 13px;
	line-height: 17px;
}

.footer .recent-post-title-content .content-date{
	opacity: 0.4;
	font-size: 11px;
	color: #FFFFFF;
}

.social-links ul{
	margin-top: -5px;
}

.social-links ul li{
	float: left;
}

.social-links  ul li{
	border: none;
	margin-right: 4px;
	padding: 4px 0;
}

.social-links ul li a{
	font-size: 18px;
	width: 44px;
	height: 44px;
	line-height: 50px !important;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
}

.footer .social-links ul li a, .fancy-sidebar-content .social-links ul li a{
	background: rgba(255,255,255,.1) !important;
}

.footer .social-links ul li i, .fancy-sidebar-content .social-links ul li i{
	color: #FFF;
}

.fancy-sidebar-content select{
	background: transparent;
	color: #FFF;
	border:none;
}

.footer-widget p.wp-caption-text{
	background: transparent;
}

.footer-widget cite{
	color: #fff !important;
}

.footer-widget input::-webkit-input-placeholder{
	color: #fff !important;
}

.footer-widget input::-moz-placeholder{
	color: #fff !important;
}

.footer-widget input:-ms-input-placeholder{
	color: #fff !important;
}

.footer-widget{
	background: transparent;
	padding: 0;
	padding-right: 35px;
}

.footer-widget h5{
	font-size: 17px;
	color: #fff;
	margin-bottom: 15px;
}

.sidebar-widget ul.post-elements li{
	margin-top: -15px;
}

.sidebar-widget ul.post-elements li{
	border:none;
}

.popular-post-box{
	margin-bottom: 10px;
}

.popular-post-image{
	position: relative;
}

.popular-post-image .popular-size{
	position: absolute;
	height: 25px;
	line-height: 25px;
	width: 25px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}

.popular-post-title-cont h5{
	font-weight: 700;
}

.popular-post-box:last-child{
	margin-bottom: 0;
}

.hot-post, .hot-post i {
	font-weight: 600;
	color: #EC3535 !important;
}

.post-elements .hot-post i{
	top: 3px;
	padding-right: 2px;
}

.popular-post-box .hot-post i{
	font-size: 15px;
}

.recent-post-box{
	margin-bottom: 20px;
}

.recent-post-box:last-child{
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*   Classic List Shortcode
/*-----------------------------------------------------------------------------------*/

.content-list-elements h2{
	margin-top: 10px;
}

ul.post-elements{
	margin-top: 5px;
}

ul.post-elements li{
	float: left;
	padding-right: 8px;
	list-style: none;
}

ul.post-elements li:after{
	content: "";
	padding-left: 8px;
	height: 10px;
	display: inline-block;
	border-right: solid 1px #CECECE;
	top:2px;
	position: relative;
}


ul.post-elements li:last-child:after{
	display: none;
}

ul.post-elements li:first-child{
	padding-left: 0;
}

.post-elements{
	font-size: 11px;
}

ul.post-elements li a{
	font-size: 12px;
	color: #7C7C7C;
}

.single ul.post-elements li a{
	font-size: 12px;
}

.content-list-box{
	border-bottom: solid 1px #E3E3E3;
	padding-bottom: 30px;
	margin-bottom: 30px;
}


.post-elements i{
	position: relative;
	top: 3px;
	font-size: 13px;
	padding-right: 3px;
	color: #7C7C7C;
}

.single-related-posts h5{
	font-size: 25px !important;
}

i.sticky-icon{
	font-size: 11px;  
}

.shortcode-post-text{
	margin-top: 10px;
	font-size:14px;
	font-weight: 400;
}

.single-post-text,.post-excerpt,.textwidget,.author-desc{
	font-weight: 400;
}

.classic-list-content{
	border-bottom: solid 1px #E3E3E3;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.classic-list-content.featured-post .shortcode-read-more{
	margin-bottom: 20px;
}

.content-list-box .post-categories{
	margin-top: 5px;
}

.classic-list-content:last-child{
	border-bottom:none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.shortcode-read-more{
	font-size: 13px;
	text-decoration: underline;
	margin-top: 5px;
}

.featured-post.classic-list-content{
	padding-bottom: 0;
	margin-top: -30px;
}

.featured-post.classic-list-content .content-elements{
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 30px;
}

.featured-post.classic-list-content .content-image{
	padding-top: 25px;
}


/*-----------------------------------------------------------------------------------*/
/*   Grid List Shortcode
/*-----------------------------------------------------------------------------------*/

.grid-default .content-list-box{
	border-bottom: none;
}

.post-categories h6{
	font-size: 13px;
}

.grid-list-content{
	margin-bottom: 30px;
}

.grid-list-content.featured-post .content-elements{
	margin-bottom: 10px;
}

.grid-list .post-categories{
	padding-top: 7px;
}

.grid-list .featured-post .content-elements{
	padding: 12px;
	padding-top: 0;
	padding-bottom: 10px;
}

.grid-list-content.featured-post ul.post-elements li{
	opacity: .8;
}

.grid-list .featured-post .content-image{
	background-size: 137px 137px;
	padding: 0 12px;
}

.grid-list-content.featured-post .content-elements{
	padding-top: 12px;
}

.grid-list .featured-post .content-image img{
	position: relative;
	top: 12px;
}

.grid-list .featured-post .content-image{
	z-index: 2;
}

.featured-post .content-elements{
	color: rgba(255,255,255,.6);
}

.featured-post .content-elements a{
	color: #FFF;
}

.featured-post .content-elements .post-elements i{
	color: #FFF;
}

.featured-post .content-elements ul.post-elements li, .featured-post.content-elements ul.post-elements li a{
	color: #FFF;
}

.featured-post ul.post-elements li:after{
	border-color: rgba(255,255,255,.2);
}

.image-grid-list-content .content-elements ul.post-elements li a{
	font-weight: 600;
	text-shadow: 0 1px 3px rgba(0,0,0,0.50);
}

.image-grid-list-content .post-categories.back{
	padding: 3px 10px;
	display: inline-block;
}

.image-grid-list-content .content-elements h3,.image-grid-list-content .content-elements h5{
	margin-left: 10px;
}

.image-grid-list-content .content-elements h3 a{
	padding: 8px;
	line-height: 35px;
	padding-left: 0;
}

.image-grid-list-content .content-elements h5 a{
	padding: 5px;
	line-height: 22px;
	padding-left: 0;
}

.small-featured .post-categories.back h6 a{
	font-size: 11px;
}


.image-grid-list-content .small-featured .post-categories.back{
	padding: 2px 9px;
	padding-bottom: 5px;
	display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*   One Column List
/*-----------------------------------------------------------------------------------*/

.kc_col-sm-8 .one-column-list .content-image,
.kc_col-sm-9 .one-column-list .content-image,
.kc_col-sm-10 .one-column-list .content-image{
	width: 57%;
}

.kc_col-sm-8 .one-column-list .content-elements,
.kc_col-sm-9 .one-column-list .content-elements,
.kc_col-sm-10 .one-column-list .content-elements{
	width: 43%;
}

.kc_col-sm-6 .one-column-list .content-image{
	width: 40%;
}

.kc_col-sm-6 .one-column-list .content-elements{
	width: 60%;
}

.kc_col-sm-6 .one-column-list .content-elements h2{
	font-size: 21px;
}

.one-column-list .content-image{
	float: left;
	width: 65.5%;
	height: 420px;
}

.one-column-list .content-elements{
	float: left;
	width: 34.5%;
	height: 420px;
	padding: 60px 40px;
	position: relative;
	overflow: hidden;
}

.one-column-list .content-elements:before{
	position: absolute;
	font-family: "coinmag";
	content: "\s";
	font-size: 335px;
	line-height: 335px;
	color: rgba(255,255,255,.03);
	right: -80px;
	top: 15px;
}

.one-column-list .post-categories{
	margin-bottom: 7px;
}

.one-column-list .post-categories img{
	height: 19px;
	position: relative;
	top: 6px;
	padding-right: 8px;
}

.one-column-list .post-categories h6 a{
	color: #FFF !important;
}

.one-column-list ul.post-elements{
	margin-top: 10px;
}

.one-column-list ul.post-elements li a{
	font-size: 14px;
}


.one-column-list ul.post-elements li:after{
	display: none;
}

.one-column-list h2 a{
	color: #FFFFFF !important;
	letter-spacing: 0.99px;
	line-height: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*   Image Grid List
/*-----------------------------------------------------------------------------------*/

.image-grid-list .big-featured{
	float: left;
	width: 66%;
	height: 480px;
}

.image-grid-list .small-featured{
	float: left;
	width: 34%;
	padding-left: 10px;
}

.small-right-posts{
	height: 235px;
}

.small-right-posts:first-child{
	margin-bottom: 10px;
}

.big-featured, .small-right-posts{
	position: relative;
}

.small-right-posts ul.post-elements{
	margin-bottom: 5px;
}

.big-featured h2 a{
	font-size: 28px;
	line-height: 26px;
	color: #FFF;
}


.splash-list-content.one .content-image{
	background-size: 100px 100px;
	padding: 12px 0;
}


.splash-list-content.two .content-image{
	background-size: 210px 210px;
	padding: 12px 0;
}

.splash-list-content .content-image img{
	position: relative;
	left: 12px;
}


.splash-list-content .content-elements{
	padding-right: 30px;
	padding-top: 15px;
}

.splash-list-content h4 a{
	color: #FFF;
	font-size: 19px;
}

.splash-list-content ul.post-elements li,.splash-list-content .shortcode-post-text, .splash-list-content i, .splash-list-content .hot-post{
	opacity: 0.8;
	color: #FFF !important;
}

.splash-list-content ul.post-elements li:after{
	border-right: solid 1px rgba(255,255,255,.4);
}

.splash-list-content ul.post-elements li a{
	color: #FFF;
}



/*-----------------------------------------------------------------------------------*/
/*   Grid List Shortcode
/*-----------------------------------------------------------------------------------*/

.image-grid-list .content-elements{
	position: absolute;
	padding: 20px;
	padding-bottom: 10px;
	bottom: 0px;
}

.small-right-posts .content-elements{
	padding: 15px;
	padding-bottom: 0px; 
}

.image-grid-list-content ul.post-elements li:first-child:after{
	display: none;
}

.image-grid-list-content .content-elements{
	width: 100%;
}

.image-grid-list-content .content-elements{
	color: rgba(255,255,255,.6);
}

.image-grid-list-content .content-elements a{
	color: #FFF;
}

.image-grid-list-content .content-elements .post-elements i{
	color: #FFF;
}

.image-grid-list-content .content-elements ul.post-elements li, .featured-post.content-elements ul.post-elements li a{
	color: #FFF;
}

.image-grid-list-content .content-elements ul.post-elements li:first-child, .featured-post.content-elements ul.post-elements li:first-child a{
	color: #FFF;
	opacity: 1;
}

.image-grid-list-content ul.post-elements li:after{
	border-color: rgba(255,255,255,.4);
}

.image-grid-list-content li.post-categories a{
	font-weight: 600;
	font-size: 13px;
}

.small-right-posts h4 a{
	font-size: 16px;
	line-height: 21px;
}




/*-----------------------------------------------------------------------------------*/
/*   Comment
/*-----------------------------------------------------------------------------------*/

.comments .off-comment{
	position: relative;
	left: -150px;
}

.comment-left-image{
	width: 70px;
}

.comment-right-text{
	width: calc(100% - 70px);
	padding-left: 15px;
	padding-top: 5px;
}

.comment-right-text .element-date{
	margin-top: -7px !important;
	display: block;
}

.comment-info-top a.element-date{
	font-size: 11px;
	color: #888888;
}

.comment-area-box .comment-text{
	position: relative;
	background: #F0F0F0;
	padding: 20px 15px;
	line-height: 22px;
}

.with-userimage .comment-text:before {
	bottom: 100%;
	left: 35px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 240, 240, 0);
	border-bottom-color: #F0F0F0;
	border-width: 5px;
	margin-left: -5px;
}

.comment-area-box .comment-text a{
	font-size: 11px;
	letter-spacing: 1.38px;
	text-transform: uppercase;
}

.comment-text-box{
	width: calc(100% - 40px);
	font-weight: 400;
}

.comment-text-box, .comment-text-box p{
	font-size: 14px !important;
}

.comment-tools{
	width: 40px;
	text-align: center;
}

.comment-author-admin .author h3{
	position: relative;
}

.comment-author-admin .author h3:after{
	position: relative;
	top: -2px;
	content: "OWNER";
	font-size: 10px;
	color: #073F67;
	letter-spacing: 0.95px;
	border: 1px solid #073F67;
	border-radius: 3px;
	margin-left: 7px;
	padding: 3px;
}

.cuser-in .comment-text-box{
	width: calc(100% - 80px);
}

.cuser-in .comment-tools{
	width: 80px;
	text-align: center;
}

.no-comment-form.margint30{
	margin-top: -15px !important;
}

.comment-edit-link{
	text-transform: none !important;
}

.comment-list li.comment{
	margin-bottom: 20px;
}

.comment-list > li.comment{
	margin-bottom: 40px;
}

.comment-list > li.pingback{
	margin-bottom: 30px;
}

.comment-list > li:last-child{
	margin-bottom: 0;
}

.comments ul.children{
	padding-left: 15px;
}

ol.comment-list ul.children{
	margin-bottom: 40px;
}

ol.comment-list ul.children ul.children{
	margin-top: 40px;
}

ol.comment-list ul.children ul.children ul.children li{
	margin-top: 40px;
}

.comment-input-p{
	margin-bottom: 15px;
}

.comment-input-p input{
	height: 45px;
	border: 1px solid #aaa;
	width: 340px;
	padding: 0 10px;
}

.comment-input-p textarea{
	border: 1px solid #aaa;
	width: 100%;
	padding: 10px;
}

.comment-form-label{
	font-weight: 600;
	color: #444444;
	letter-spacing: 0.1px;
	line-height: 24px;
}

.comment-respond input[type=submit]{
	text-transform: uppercase;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 28px;
	border: 0;
	border-radius: 0;
	padding: 10px 20px;
	float: right; 
}

.comment-respond:before, .comment-respond:after{
	display: table;
	content: " ";
}

.comment-respond:after{
	clear: both;
}

.com-col:nth-child(2n){
	padding-left: 10px;
}

.comment-form-comment textarea{
	height: 140px;
}





/*-----------------------------------------------------------------------------------*/
/*   Footer
/*-----------------------------------------------------------------------------------*/

.footer{
	padding: 60px 0;
	padding-bottom: 0;
}

.footer.paddingzero{
	padding: 0;
}

.footer p, .footer{
	color: rgba(255,255,255,.6);
	line-height: 20px;
}

.footer-widget .recent-post-title-content ul.post-elements{
	margin-top: -15px;
}

.footer-bottom{
	width: 100%;
	bottom: 0; 
	height: 50px;
	line-height: 50px;
	letter-spacing:0;
}

.footer-line{
	width: 100%;
	height: 1px;
	border-top: solid 1px rgba(255,255,255,.1);
	margin-top: 60px;
	clear: both;
}

.footer.paddingzero .footer-line{
	margin: 0;
}

.footer-bottom #footermenu ul li{
	float: left;
}

.footer-bottom  ul#footermenu li{
	float: left;
	padding-right: 15px;
}

.footer-bottom  ul#footermenu li:last-child{
	padding-right: 0;
}

.footer-bottom  ul#footermenu li ul{
	display: none;
}

.footer-bottom  ul#footermenu li a{
	color: rgba(255,255,255,.7);
	font-size: 13px;
}

.footer-bottom{
	border-bottom: solid 2px #FFF;
}




/*-----------------------------------------------------------------------------------*/
/*   Extras
/*-----------------------------------------------------------------------------------*/

/*---- Scroll To Top ----*/

.scroll-to-top{
	display: none;
}

.scroll-to-top a{
	background: #FFF;
	box-shadow: 0 2px 7px 0 rgba(0,0,0,0.10);
	height: 35px;
	width: 35px;
	padding-top: 8px;
	text-align: center;
	position: fixed;    
	bottom: 40px;
	right: 25px;
}


/*---- Breadcrumb ----*/

.coinmag-breadcrumb{
	width: 100%;
	height: 26px;
	border-bottom: solid 1px #eee;
}

.coinmag-breadcrumb ul li{
	float: left;
}

.coinmag-breadcrumb ul li:first-child:after{
	content: ">";
	padding-left: 6px;
	padding-right: 6px;
	display: inline-block;
	top:0px;
	position: relative;
	font-size: 13px;
}

.coinmag-breadcrumb ul li a,.coinmag-breadcrumb ul li{
	font-size: 11px;
	font-weight: 600;
	color: #777;
}


/*---- Title ----*/

.block-title{
	width: 100%;
	margin-bottom: 20px;
}


.block-title h4{
	display: inline-block;
	padding-bottom: 2px;
	float: left;
	margin-right: 10px; 
}

.block-title hr{
	height: 1px;
	margin-top: 15px;
}

.block-title{
	position: relative;
}

.block-title h6{
	position: absolute;
	right: 0;
	background: #F7F7F7;
	top: -2px;
	display: inline-block;
	padding: 3px 10px;
	padding-right: 0;
}

.big-title h2{
	padding-top: 25px;
	padding-bottom: 25px;
}

.coin-search .big-title h2, .archive .big-title h2{
	padding-top: 0 !important;
	padding-bottom: 25px;
}

/*---- Sticky Bar ----*/

.single-sticky-bar{
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:60px;
	line-height: 60px;
	padding: 10px 2%;
	background:#fff;
	z-index: 999999999999999999999999999999999999;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.coinmag-logo img{
	vertical-align: middle;
}

.single-sticky-bar .coinmag-logo img{
	height: 25px !important;
	margin-top: 8px;
}

.single-sticky-bar .logo-text h2 a{
	color: #FFF;
}

.single-sticky-bar .coinmag-logo{
	width: 24%;
}

.single-sticky-bar .sticky-title{
	padding-top: 10px;
	width: 50%;
}

.single-sticky-bar h5{
	color: #FFF;
	font-weight: 400;
}

.single-stick-now {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.logged-in.admin-bar .single-stick-now {
	top: 32px;
}

.reading-progress-bar-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
}

.reading-progress-bar{
	position: absolute;
	bottom: 0;
	left: 0;
	width:0%;
	height:3px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.coinmag-share-list ul li{
	float: left;
}

.coinmag-share-list ul li a{
	color: #fff;
}

.coinmag-share-list{
	line-height: normal;
}

.coinmag-share-list ul li{
	margin-right: 10px;
}

.coinmag-share-list ul li:last-child{
	margin-right: 0;
}

.coinmag-share-list ul li a{
	display: block;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1.83px;
}

.coinmag-share-list ul li.fb-share{
	background: #3B5998;
}

.coinmag-share-list ul li.tw-share{
	background: #1DA1F2;
}

.coinmag-share-list ul li.pn-share{
	background: #BD081C;
}

article.sticky .content-list-box{
	padding-bottom: 0;
	background: #eee;
	padding: 10px 20px;
}

article.sticky .content-list-box .shortcode-read-more{
	margin-bottom: 10px;
}

.sticky-post{
	margin-bottom: 30px;
}

/*---- Newsletter Widget ----*/

.newsletter-widget-coinmag input[type="email"]{
	border:none;
	height: 46px;
	background: rgba(255,255,255,.1);
	border-radius: 2px;
	width: 60%;
}

.newsletter-widget-coinmag input[type="submit"]{
	border:none;
	height: 46px;
	border-radius: 2px;
	color: #FFF;
	font-weight: 600;
	font-size: 15px;
	padding: 0 10px;
	letter-spacing: 0.4px;
}

.small-font p{
	font-size: 12px;
	line-height: 18px;
	margin-top: 4px;
}

.newsletter-text{
	margin-bottom: 7px;
}

.big-newsletter-widget-coinmag{
	padding: 50px 33px;
	color: #FFF;
}

.big-newsletter-widget-coinmag input::-webkit-input-placeholder{
	font-size: 12px;
}

.big-newsletter-widget-coinmag .newsletter-text h2{
	text-align: center;
	font-weight: 600;
	line-height: 34px;
	padding: 0 16%;
	padding-bottom: 10px;
}

.big-newsletter-widget-coinmag .white-icon img{
	display: inline-block;
	width: 45px;
	margin-bottom: 20px;
}

.big-newsletter-widget-coinmag .white-icon{
	margin:0 auto;
	text-align: center;
}

.big-newsletter-widget-coinmag input[type="email"]{
	float: left;
	width: 72%;
	height: 48px;
	border:none !important;
	padding-left: 10px;
	font-size: 12px;
}

.big-newsletter-widget-coinmag input[type="submit"]{
	float: right;
	width: 28%;
	height: 48px;
	border:none !important;
	font-size: 12px;
}

.popular-post-image{
	float: left;
	width: 50%;
}

.popular-post-title-cont{
	float: right;
	width: 50%;
	padding-left: 20px;
}

.big-newsletter-widget-coinmag .small-font{
	text-align: center;
	padding: 0 20px;
	margin-bottom: 20px;
}

/*---- 404 ----*/

.error-page{
	text-align: center;
	padding: 10% 0;
}

.error-page h1{
	font-size: 160px;
	line-height: 160px;
	margin: 40px 0;
	margin-top: 30px;
}

.error-page a{
	padding: 13px 18px;
	color: #FFF;
	margin: 30px 0;
	display: inline-block;
}

[data-kc-fullwidth="content"] .kc_col-sm-12{
	padding: 0 !important;
}

.coinmag-mod-slider-wrapper{
	width: 100%;
	height: 530px;
	position: relative;
	overflow: hidden;
}

.coinmag-mod-slider-thumbs{
	position: absolute;
	bottom: 30px;
	width: 100%;
	height: 95px;
	line-height: 95px;
}

.coinmag-mod-slider .owl-image {
	width: 100%;
	height: 530px;
}

.coinmag-mod-slider-wrapper .coinmag-mod-slider {
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.coinmag-thumbs-wrapper{
	background: #FFFFFF;
	border-radius: 3px;
}

.coinmag-mod-slider-thumbs ul li{
	list-style: none;
	float: left;
	width: 33.3333333333%;
	position: relative;
}

.coinmag-mod-slider-thumbs ul li.thumb-active h4{
	font-weight: 600;
}

.coinmag-mod-slider-thumbs ul li.thumb-active .coinmag-thumb-text{
	padding-right: 10px;
}

.coinmag-thumb-text{
	position: relative;
}

.coinmag-thumb-img{
	width: 60px;
	padding-top: 17px;
}

.coinmag-thumb-title{
	width: calc(100% - 60px);
	padding-left: 20px;
	padding-right: 15px;
}

.coinmag-thumb-line{
	position: absolute;
	top: 0;
}

.coinmag-mod-slider-thumbs ul li.thumb-active .coinmag-thumb-text, .coinmag-mod-slider-thumbs ul li.thumb-active .coinmag-thumb-line{
	width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.coinmag-thumb-list .coinmag-mod-active-line{
	position: relative;
	width: 0%;
	height: 2px;
	top: 0;
	left: 0;
	background: #1A40B4;
	z-index: 0;
}

.slider-seperator{
	position: absolute;
	right: 0;
	top: 39px;
}

.slider-seperator span{
	display: block;
	width: 2px;
	height: 2px;
	background: #aaa;
	border-radius: 50%;
	margin-bottom: 5px;
}

.coinmag-thumbs-wrapper ul li:last-child .slider-seperator{
	display: none;
}

.coinmag-thumbs-wrapper ul li:nth-child(2), .coinmag-thumbs-wrapper ul li:nth-child(3){
	padding-left: 30px;
}

.coinmag-mod-slider-thumbs ul li{
	padding: 0 10px;
}

.coinmag-mod-slider-thumbs ul li:first-child{
	padding-left: 0;
}

.coinmag-mod-slider-thumbs ul li:last-child{
	padding-right: 0;
}

.coinmag-mod-slider-thumbs h4{
	font-size: 12px;
	color: #444444;
	letter-spacing: 0;
	text-align: left;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
}

.coinmag-mod-slider-thumbs h4 span{
	display: block;
	font-size: 11px;
	color: #1A40B4;
	letter-spacing: 0;
	text-align: left;
	line-height: 17px;
}

@-webkit-keyframes coinmagForward{0%{width:0}100%{width:100%}}
@keyframes coinmagForward{0%{width:0}100%{width:100%}}
.thumb-active .coinmag-thumb-line .coinmag-mod-active-line{
	-webkit-animation:coinmagForward 7s linear forwards;
	animation:coinmagForward 7s linear forwards;
}

.coinmag-mod-slider .owl-item{
	position: relative;
}

.slider-categories{
	margin-bottom: 15px;
}

.owl-mod-title-link{
	display: block;
}

.owl-mod-title-elements{
	color: #fff;
	margin-top: 10px;
}

.owl-mod-title-elements a{
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0.44px;
	text-align: left;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.slider-categories a{
	font-size: 12px;
	color: #1A40B4;
	letter-spacing: 0.6px;
	text-align: left;
	line-height: 17px;
	background: #FAB915;
	padding: 7px 10px;
	margin-right: 7px;
}

.coinmag-mod-slider .owl-mod-title{
	position: relative;
	max-width: 800px;
	top: 108px;
	text-align: left;
	opacity: 0;
	-webkit-transition: 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.coinmag-mod-slider .owl-item.active .owl-mod-title{
	top: 58px;
	opacity: 1;
	-webkit-transition: 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.coinmag-mod-slider .owl-mod-title h2{
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: left;
	line-height: 45px;
	text-shadow: 0 2px 1px rgba(0,0,0,0.50);
}

.coinmag-mod-slider .owl-mod-title .slider-cats{
	position: absolute;
	top: -30px;
	background: #e68429;
	padding: 0 8px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	left: 50%;
	transform: translateX(-50%);
}

.coinmag-mod-slider-loading{
	min-height: 100%;
	background: #fafafa;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
}

.coinmag-mod-slider-loading-spin {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1.5%;
	margin-top: -15px;
	background-color: #d8d8d8;
	-webkit-animation: coinmagload 1.2s infinite ease-in-out;
	animation: coinmagload 1.2s infinite ease-in-out;
}
/* contact-form */
.contact-form.kc-col-container input {
	padding: 15px 20px !important;
	border-radius: 5px;
	font-size: 16px !important;
	border: solid 1px #E3E3E3 !important;
}
.contact-form.kc-col-container input:focus, .contact-form.kc-col-container textarea:focus{border: solid 1px #1a40b4 !important;}
.contact-form.kc-col-container textarea{
	padding: 15px 20px !important;
	border-radius: 5px;
	font-size: 16px !important;
	border: solid 1px #E3E3E3 !important;
}
.contact-form.kc-col-container input.button{
	background: #6e2958 !important;
	padding: 15px 60px !important;
	border-radius: 35px !important;
	color: #fff;
	border: none;
	font-size: 16px;
	transition: 0.3s ease all;

}
.contact-form.kc-col-container input.button:hover {
	background: #923273 !important;
}

.get-in-touch h3{color: #335892 !important;margin: 0;padding: 0;margin-bottom: 10px;font-weight: 800;}
.get-in-touch h2{color: #052b46 !important;margin: 0;padding: 0;margin-bottom: 10px;font-weight: 800;}
.contact-title h1{font-size: 50px !important;color: #ffff !important;font-weight: 600 !important;}
@-webkit-keyframes coinmagload {
	0% { -webkit-transform: perspective(120px) }
	50% { -webkit-transform: perspective(120px) rotateY(180deg) }
	100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes coinmagload {
	0% { 
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
	} 50% { 
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
	} 100% { 
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}


.ccpw_table .ccpw_icon.ccpw_coin_logo{
	height: auto!important;
	line-height: auto!important;
}

.currency-social .ccpw_table tbody td{
	padding-left: 5px;
}

.ccpw_table .ccpw_icon.ccpw_coin_logo img {
	width: auto!important;
}

body footer {background-color: #6e2958 !important;}
body .slider-categories a,
body .image-grid-list-content .post-categories.back a {color: #FFFFFF !important;}
.sidebar-widget .social-links ul li a:hover {background-color: rgba(255, 255, 255, 0.2) !important;}

.contact-form .gform_wrapper ::-webkit-input-placeholder {
	opacity: 1;
	color: #999999;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.contact-form .gform_wrapper ::-moz-placeholder {
	opacity: 1;
	color: #999999;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.contact-form .gform_wrapper :-ms-input-placeholder {
	opacity: 1;
	color: #999999;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.contact-form .gform_wrapper :-moz-placeholder {
	opacity: 1;
	color: #999999;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;    
}
.sidebarpage-rightcol .gform_wrapper.gravity-theme .gfield.gfield--width-half {grid-column: span 12;-ms-grid-column-span: 12;}
.sidebarpage-rightcol .gform_wrapper.gravity-theme .gform_footer {padding: 0;}
.sidebarpage-rightcol .gform_wrapper form {margin: 0;}
.sidebarpage-rightcol .sidebar-widget .widget-title-cover {margin-bottom: 30px;}
.sidebarpage-rightcol .sidebar-widget .media-logo-ul {padding: 0;margin: 0;list-style: none;display: flex;flex-flow: wrap row;justify-content: center;align-items: center;align-content: center;column-gap: 25px;row-gap: 25px;}
.sidebarpage-rightcol .sidebar-widget .media-logo-ul li {max-width: 140px;}
.sidebarpage-rightcol .sidebar-widget table tr td {padding: 20px 10px;}
.sidebarpage-rightcol .sidebar-widget table tr td img {max-width: 100px !important;width: 100%;}
.kc_accordion_wrapper .kc_accordion_header > a {color: #000;font-weight: 600;line-height: 1.2;padding: 17px 15px;}
.kc_accordion_wrapper .kc_accordion_content .kc_text_block ul {padding-left: 15px;}
body .gform_body .gfield_label .gfield_required{display:none;} 

@media screen and (max-width:991px) {

	header .mobile-header {padding: 15px 15px 0;}
	.mobile-header .coinmag-logo {margin-bottom: 12px;}
	.mobile-header .coinmag-logo img {height: 90px !important;}
	.mobile-header #mobileMenuWrap {margin-left: -15px;margin-right: -15px;}
	.mobile-header .slicknav_nav {background-color: #1a40b4;}
	.mobile-header .slicknav_nav a:focus, .mobile-header .slicknav_nav a:hover {color: #bca859;}
	.mobile-header .slicknav_btn {top: 37px;}
	.footer-bottom {height: auto;}
	.footer-bottom .pull-left,
	.footer-bottom .pull-right {float: none !important;display: block;text-align: center;}
	.footer-bottom ul#footermenu li {float: none;clear: both;width: auto;display: inline-block;}

}
@media screen and (max-width:767px) {
	.mobile-header .coinmag-logo img {height: 80px !important;}
	.contact-title h1{font-size: 35px !important}
}
@media screen and (max-width:480px) {
	.contact-form .gform_wrapper ::-webkit-input-placeholder {
		font-size: 14px;
	}
	.contact-form .gform_wrapper ::-moz-placeholder {
		font-size: 14px;
	}
	.contact-form .gform_wrapper :-ms-input-placeholder {
		font-size: 14px;
	}
	.contact-form .gform_wrapper :-moz-placeholder {
		font-size: 14px;
	}

	.contact-form.kc-col-container input {
		font-size: 14px !important;
	}
	.contact-form.kc-col-container textarea{
		font-size: 14px !important;

	}
	.contact-form.kc-col-container input.button{
		padding: 12px 50px !important;
	}
}

.main-menu {display: flex; justify-content: end;}
.phone-no {padding-left: 15px;}
.phone-no a{font-size:15px}
.phone-no svg {height: 15px; transform: rotate(10deg); position: relative; display: inline-block; top: 3px; fill: #000;}
.phone-no a:hover svg{fill: #23527c;}

@media(max-width:991px){
	.phone-no {padding-left: 0;float: right;position: absolute;right: 113px;top: 47px;}
}

@media(max-width:991px){
	.phone-no {padding-left: 0;float: right;position: absolute;right: 113px;top: 47px;}
	.phone-no a { color: #1a40b4;}
	.phone-no  svg{fill: #1a40b4;}
	.phone-no a:hover{color:#000}	
	.phone-no a:hover svg{fill:#000;}
}

@media(max-width:650px){
	.mobile-header .coinmag-logo img { height: 60px !important;}
	.mobile-header .slicknav_btn {top: 26px;}
	.phone-no { top: 30px;}		
	.phone-no a{font-size:0; height:30px; width:30px; border:2px solid #1a40b4; -ms-box-orient:horizontal; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-align-items: center; -ms-flex-direction: center; align-items: center; -webkit-justify-content:center; -ms-justify-content:center; justify-content:center; border-radius: 5px; }
	.phone-no svg {height: 12px; top: 0;}
	.phone-no a:hover{background:#1a40b4;}		
	.phone-no a:hover svg{fill:#fff;}
}

@media(max-width:420px){
	.mobile-header .coinmag-logo img { height: 50px !important;}
	.mobile-header .slicknav_btn {top: 16px;}
	.phone-no { top: 22px;}	
}


