r
@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/MyriadProBold.eot');
    src: url('../fonts/MyriadProBold.eot') format('embedded-opentype'),
         url('../fonts/MyriadProBold.woff') format('woff2'),
         url('../fonts/MyriadProBold.woff') format('woff'),
         url('../fonts/MyriadProBold.ttf') format('truetype'),
         url('../fonts/MyriadProBold.svg') format('svg');
}
@font-face {
    font-family: 'MyriadProBoldCond';
    src: url('../fonts/MyriadProBoldCond.eot');
    src: url('../fonts/MyriadProBoldCond.eot') format('embedded-opentype'),
         url('../fonts/MyriadProBoldCond.woff') format('woff2'),
         url('../fonts/MyriadProBoldCond.woff') format('woff'),
         url('../fonts/MyriadProBoldCond.ttf') format('truetype'),
         url('../fonts/MyriadProBoldCond.svg') format('svg');
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular.woff') format('woff2'),
         url('../fonts/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular.svg') format('svg');
}
@font-face {
    font-family: 'cera_probold';
    src: url('../fonts/cera_pro_bold-webfont.woff') format('woff2'),
         url('../fonts/cera_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cera_proregular';
    src: url('../fonts/cera_pro_regular-webfont.woff') format('woff2'),
         url('../fonts/cera_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Poppins', sans-serif;
}
a{
    outline: 0px;
}
.live_price_panel{
    background: #f0f0f0;    
    height: 62px;
}
.logo_header{
    background: #171717;
    padding: 10px 0px;
}
/******Search Bar and Social Navigation********/
.search_section {
    position: relative
}
.social_navigation{
    color: #fff
}
.social_navigation span{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    padding-top: 5px;
    display: inline-block
        
}
.social_navigation a,
.social_navigation a:hover,
.social_navigation a:visited,
.social_navigation a:focus{
    color: #fff;
}
.social_navigation span.s_icon:after{
    content: "\f002";
    font-size: 20px;
    font-family: 'FontAwesome'; 
    margin-left: 10px;
}
.social_navigation ul{
    margin: 0px;
}
.social-navigation li{
    float: left;
    margin-left: 7px;    
}
.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #000;
}
.search-form-wrapper.open {
    display: block;
    z-index: 999;
    background: #171717;
    width: 300px;
    right: 0px;
}
.search-form {
    position: relative;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.search-form-wrapper input.search {
    width: 73%;
    float: left;
    font-family: open sans,sans-serif!important;
    font-size: 13px;
    font-weight: 100;
}

.search-form-wrapper .search-submit {
    display: block;
    float: left;
    position: relative;
    border: none;
}
.search-form-wrapper .search-submit:hover{
  background: #474747;  
}
.search-form-wrapper .search-submit:before{
    font-size: 16px;
    background: #474747;
    float: left;
    padding: 7px 10px;
}
.search-form-wrapper span.search-close {
    display: block;
    float: left;
    border-left: 1px solid #000;
    padding: 9px;
    cursor: pointer;
    background: #474747;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
}
/** Main Navigation **/
.main_navigation{
    border-bottom: 1px solid #adadad;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    padding-top: 20px;
}
.main-navigation ul{text-align:center;}
.main-navigation li{
    float: none;
display:inline-block;
}
.main-navigation a{
    padding: 10px 16px 8px 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
        border-right: 1px solid transparent;
    border-left: 1px solid transparent;
border-top: 5px solid transparent;
}
.main-navigation a:hover{
    color: #000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,fefefe+100 */
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e2e2e2 0%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    border-right: 1px solid #acaeb0;
    border-left: 1px solid #acaeb0;
    border-top: 5px solid #acaeb0;
    text-decoration: none;
    -webkit-box-shadow: 5px 2px 1px 0px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    5px 2px 1px 0px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);  /* Firefox 3.5 - 3.6 */
    box-shadow:         5px 2px 1px 0px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.header_ad{
    padding-bottom: 20px;
}
.pr{    
    position: relative
}
.tranc_bg{
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    z-index: 1;
    padding: 20px;
}
.catname{
    background: #ffeb3b;
    display: block;
    float: left;
    position: absolute;
    z-index: 9;
    padding: 5px 20px;
    top: 15px;
    text-transform: uppercase;
    font-size: 14px;
}
.section1{
    max-width: 1352px;
    margin: auto;
    width: 100%;
}
.first_news_block h1{
    font-size: 30px;
}
a.title,
a.title:hover{
    color: #fff;
    font-weight: 600;
    text-decoration: none
}
.post_meta a,
.post_meta{
    color: #fff;
    font-size: 12px;
}
.post_meta a{
    text-transform: uppercase
}
.forth_news_wrapper h2,
.second_news_block h2{
      font-size: 23px;  
}
.three_news_block {
    padding-top: 30px;
    float: left;
    width: 100%;
}
.forth_news_wrapper .forth_news_block:nth-child(1){
    margin-right: 30px;
}
.section2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.section_title{
    padding-bottom:15px;   
}
.section_title h2{
    font-family: 'cera_probold';
    font-weight: bold;
    font-size: 50px;
    color: #121212;
    float: left;
}
.section_title span {
    float: left;
    padding-top: 28px;
    text-transform: uppercase;
}
.section_title span a{
    color: #3d3d3d;
    font-size: 12px;
}
.section2 .news_block{
    padding: 0px;
    border-right: 1px solid #fff;
}
.section2 .news_block h2{
    font-size: 20px;
}

/* mid ad */

.full{ float:left; width:100%;}
.mid_ad{ margin:25px 0;}
.relative{ position:relative}

/* crypto currency */

.news-tile-content{ color:#000; margin-top:5px;}
.news-tile-content h2 {line-height: 22px;}
.news-tile-content h2 a{ color:#000; font-size:18px;}
.news-tile-content h2 a:hover{ color:#000;}
.news-tile-content .post_meta a, .news-tile-content .post_meta{ color:#2e2e2e;}
.news_block-sm-text{ margin-bottom:30px;}

/* bitcoin */

.white-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(254,249,228,0.7);
    width: 90%;
    padding: 15px;
}
.section4 .col-sm-6{ margin-bottom:30px;}
.section4 .col-sm-6 .news-tile-content h2 a {
    color: #1a1a1a;
    font-size: 20px;
}
.section4 .big-post .news-tile-content h2{ line-height:36px;}
.section4 .big-post .news-tile-content h2 a{color: #1a1a1a; font-size:30px;}
.bitcoin-sm-list img {
    float: left;
    width: 45%;
}
.bitcoin-sm-list{ margin-bottom:30px;}
.bitcoin-sm-list .news-tile-content{ padding-left:20px; float:left; width:55%; margin-top:0;}
.bitcoin-sm-list .news-tile-content h2{ line-height:14px;}
.bitcoin-sm-list .news-tile-content h2 a{ font-size:13px;}

/* altcoin */

.altcoin{ background:#fff9c0; padding:20px 0;}


/* bitcoin */

.guide{ margin:30px 0;}

.guide .section_title h2{float:none;display:inline-block;}
.guide .section_title span{ float:none;}

.news-tile-content.white-color h2{ line-height:36px;}
.news-tile-content.white-color h2 a{ color:#fff; font-size:28px;}
.news-tile-content.white-color .post_meta a, .news-tile-content.white-color .post_meta{ color:#fff;}

.guide-sm-post .col-sm-6{ margin-bottom:35px;}
.guide-sm-post .news-tile-content.white-color h2{ line-height:20px;}
.guide-sm-post .news-tile-content.white-color h2 a{ font-size:18px;}

/* bottom newsletter */

.bottom-subscriber{ background:url(../images/newsletter-bg.jpg) no-repeat center top; background-size:cover; padding:25px 0; text-align:center;}
.bottom-subscriber h5{font-family: 'cera_probold';font-weight:normal; text-transform:uppercase; font-size:20px; margin:0;}
.bottom-subscriber h2{ text-transform:uppercase;font-family: 'cera_probold';font-weight:normal; font-size:45px; margin:0;}
.bottom-subscriber p{color:#373737; font-size:20px; font-weight:600; margin:25px 0;}
.bottom-subscriber form{max-width:700px; width:100%; margin:auto; position:relative;}
.bottom-subscriber input[type="text"]{width:100%; height:70px; font-size:17px; font-weight:600; text-transform:uppercase;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;border:none; padding:0 25px; background:#fff; -moz-box-shadow:4px 4px 0px #4a4a4a;-webkit-box-shadow:4px 4px 0px #4a4a4a;box-shadow:4px 4px 0px #4a4a4a;}
.bottom-subscriber input[type="submit"]{
    width:200px; height:55px;-moz-border-radius:38px;-webkit-border-radius:38px;border-radius:38px;
    position:absolute;
    right:7px; top:8px;
    border:2px solid #494949; font-size:17px; font-weight:600; color:#171717;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9800+0,ffeb3b+62 */
background: #ff9800; /* Old browsers */
background: -moz-linear-gradient(45deg, #ff9800 0%, #ffeb3b 62%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #ff9800 0%,#ffeb3b 62%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #ff9800 0%,#ffeb3b 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#ffeb3b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.never-share{ font-size:14px; color:#fff; font-weight:600; margin:25px 0 15px 0;}

/* news bottom */

.crypt-news{ margin:30px 0; text-align:center;}
.crypt-news h3 {
    font-family: 'cera_probold';
    font-weight: normal;
    font-size: 26px;
    text-transform: uppercase;
    display: inline-block;
    background: #ffae10;
    margin-bottom: 30px;
    padding: 8px 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.crypt-news .news-tile-content{ text-align:left;}
.crypt-news .news-tile-content h2{ line-height:44px;}
.crypt-news .news-tile-content h2 a{ font-size:35px; color:#323232;}

.read-more .btn {
    color: #171717;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #373737;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px 30px;
    margin-top:10px;
}

/* footer */

.site-footer{background:#171717; margin-top:30px;}
.footer-logo{padding:20px 0 40px 0}


.copyright-bottom{
    background: #ff9800; /* Old browsers */
background: -moz-linear-gradient(45deg, #ff9800 0%, #ffeb3b 62%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #ff9800 0%,#ffeb3b 62%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #ff9800 0%,#ffeb3b 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#ffeb3b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color:#000;
    font-size:13px;
    text-transform:uppercase;
    padding:15px 0 10px 0;
    margin-top:35px;
    
}

.mid-text-info h2{font-size:18px; font-weight:600; color:#ffaa0d; margin-bottom:20px;}
.mid-text-info .widget{ color:#fff; font-size:15px; font-weight:600; line-height:24px;}
.bottom-nav-menu{ margin-top:20px;}
.bottom-nav-menu h2{ float:left; padding-top:6px;}
.site-footer .social-navigation{ float:left; margin-bottom:0;}
.site-footer .social-navigation ul{ float:left; margin-left:5px; margin-bottom:0;}

.site-footer .social-navigation a{color:#ffaa0d;}

.footer-menu ul{ margin:-5px 0 0 0; padding:0;}
.footer-menu ul li{list-style:none; margin-bottom:5px;}
.footer-menu ul li a{ color:#fff; font-size:15px; font-weight:600; text-transform:uppercase;}
.footer-menu ul li a:hover{ color:#fff;}
.categories-menu ul li {
    float: left;
    width: 50%;
    padding-right: 10px;
}
.contact-info {
    padding-left: 60px;
}
.footer-menu{ padding-left:30px;}
.ticker-price .widget-title {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #dcdcdc;
    border: 1px solid #cccccc;
    margin-right: 2%;
    padding: 6px 10px;
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 0;

}
.ticker-price .cctw {
    float: left;
    width: 87%;

}
.ticker-price .cctw .ticker-list-block {
    float: left;
    border-right: 1px solid #bdbdbd;
    padding:10px 20px 17px 30px;
    margin-right:20px;
}
.ticker-price .cctw .dellay{display:none;}
.currency.ico {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    background:none !important;

}
.ticker-price .cctw .ticker-list-block .price {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.crypt-ticker-update {line-height: 13px;}
.ticker-price .cctw .crypt-ticker-block .ticker-list-block:nth-child(1){background:url(../images/btn.png) no-repeat left center;}
.ticker-price .cctw .crypt-ticker-block .ticker-list-block:nth-child(2){background:url(../images/ltc.png) no-repeat left center;}
.ticker-price .cctw .crypt-ticker-block .ticker-list-block:nth-child(3){background:url(../images/eth.png) no-repeat left center;}
.ticker-price .cctw .crypt-ticker-block .ticker-list-block:nth-child(4){background:url(../images/zdesk.png) no-repeat left center;}
.ticker-price .cctw .crypt-ticker-block .ticker-list-block:nth-child(5){background:url(../images/dash.png) no-repeat left center;}
.ticker-price .cctw .crypt-ticker-block .ticker-list-block:nth-child(6){background:url(../images/xmr.png) no-repeat left center;}
.ticker-price .cctw .crypt-ticker-block .ticker-list-block:nth-child(7){background:url(../images/xrp.png) no-repeat left center;}
.ticker-price .cctw .crypt-ticker-block .ticker-list-block:nth-child(8){background:url(../images/eos.png) no-repeat left center;}

/* single post */

body.single #content .container {
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
    padding-top: 15px;
}
.social_medai_share {
    position: absolute;
}
.social_medai_share #crestashareiconincontent div.crestaShadow {
    margin-bottom: 5px;
    float: left;
    clear: both;
}
.social_medai_share #crestashareiconincontent a {
    text-align: center;
}
.social_medai_share #crestashareiconincontent a i {
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    background: #ffaa0d;
    padding: 10px;
    display: block;
    float: left;
    text-decoration: none;
    min-width: 38px;
}
.sidebar__inner {
    margin-left: -60px;
}

.single .byline, .group-blog .byline {
    display: inline;
}
.single-post .byline, .single-post .posted-on {
    float: left;
}
.site .avatar {
    border-radius: 50%;
}
.author img {
    margin-right: 10px;
}
.single-post .posted-on a, .single-post .byline a {
    color: #9b9b9b;
    font-weight: 700;
    font-size: 1rem;
    text-transform: capitalize;
}
.single-post .posted-on {
    float: right;
    padding-top: 10px;
}
.single h1.entry-title {
    margin-top: 15px;
    float: left;
    margin-bottom: 15px;

}
.article_widget {
    margin: 0;
    border: unset;
    background-color: #eceff2;
    box-sizing: border-box;
    display: block;
    text-align: right;
    position: unset;
    width: 100%;
    padding:10px 0 8px 0;
    clear: both;
    float: left;
    padding-right: 10px;
}
.viewcounter, .shareCount {
    float: left;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    padding-top: 4px;
}
.article_widget .mp3-article {
    float: right;
}
.article_widget .mp3-article button {
    float: right;
    background: #ffaa0d;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 2px 13px;
    font-weight: 400;
}
.article_widget .mp3-article button span {
    float: right;
    font-size: 13px;
    font-weight: 400;
}
.each_post_signuo_social {
    padding: 15px 0;
    background-color: #f0f0f0;
    margin: 30px 0;
    border-top: 2px solid #08a0ff;
    overflow: hidden;
}

.each_post_signuo_social, .each_post_signuo_social .title {
    color: #465a65;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
}
.each_post_signuo_social, .each_post_signuo_social .title {
    color: #465a65;
    font-size: .875rem;
    font-weight: 700;
}
.social_each_post ul {
    margin: 0;
}
.social_each_post ul li {
    display: inline-block;
    list-style: none;
    margin: 0 1px;
}
.social_each_post ul li a {
    text-align: center;
}
.social_each_post ul li a i {
    color: #fff;
    padding: 10px;
    background: #ffaa0d;
    display: block;
    min-width: 39px;
}
.each_post_signuo_social .sing-post-form  [type="text"] {
    font-size: .75rem;
    color: #000;
    border-radius: 2px 0 0 2px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 15px;
    border: none;
    margin: 0;
    width: 72%;
    float: left;
    line-height: 15px;
}
.each_post_signuo_social .sing-post-form  [type="submit"] {
    border: none;
    border-radius: 0 2px 2px 0;
    background-color: #ffaa0ds;
    color: #fff;
    float: left;
    font-size: .875rem;
    font-weight: 400;
    padding: 12px !important;
    box-sizing: border-box;
    line-height: 11px;
    transition: background-color .3s,color .3s;
    display: block;
}
.single .tags-inner, .single .sing-tags {
    font-weight: 600;
}
.single .tags-inner a, .single .sing-tags a {
    font-size: 12px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 7px;
    border: 2px solid #dbdbdb;
    display: inline-block;
    margin-right: 5px;
}
body.single article {
    border-bottom: 1px dashed #ababab;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
body.single .post-views{display:none;}
.right-sidebar-cat .widget{background-color:#fafafa;margin-bottom:20px;padding:0;}
.right-sidebar-cat .widget-title {
	background-color: #eceff1;
	padding: 10px 15px 10px 40px;
	position: relative;
	color: #465a65;
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
}
.right-sidebar-cat .widget-title::before {
	background-color: #ffc200;
	content: '';
	height: 8px;
	left: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.right-sidebar-cat .widget ul {
	list-style: none;
	margin: 0;
	padding: 0 15px 15px;
}
.right-sidebar-cat .widget ul li {
	border-bottom: 1px solid #afbcc3;
	color: #253137;
	list-style: none;
}
.right-sidebar-cat .widget ul li a {
	font-size: 14px;
	display: block;
	padding: 8px 0;
	color: #253137;
}
.telegram-box {
    padding: 15px;
    text-align:center;
}
.telegram-box a{display:inline-block;}
.signup-box-silder {padding: 20px;}
.signup-box-silder{background:url(../images/newsletter-bg.jpg) no-repeat center top;background-size: cover;}

.signup-box-silder input[type="submit"] {

    width: 200px;
    height: 55px;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    border: 2px solid #494949;
    font-size: 17px;
    font-weight: 600;
    color: #171717;
    background: #ff9800;
    background: -moz-linear-gradient(45deg, #ff9800 0%, #ffeb3b 62%);
    background: -webkit-linear-gradient(45deg, #ff9800 0%,#ffeb3b 62%);
    background: linear-gradient(45deg, #ff9800 0%,#ffeb3b 62%);
        background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#ffeb3b',GradientType=1 );
margin: 16px auto 0 auto;
display: inherit;

}
.signup-box-silder input[type="text"] {

    width: 100%;
    height: 55px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 0 25px;
    background: #fff;
    -moz-box-shadow: 4px 4px 0px #4a4a4a;
    -webkit-box-shadow: 4px 4px 0px #4a4a4a;
    box-shadow: 4px 4px 0px #4a4a4a;

}
.inner-signup h3 {
  text-align: center;
  line-height: 30px;
}
.inner-signup .disclamer {
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}
.inner-signup .disclamer a{color:#fff;}

.blog .byline .author.vcard img{display:none;}
.single-post .author.vcard img {
    width: 50px;
}
.single-post .entry-content p {
    line-height: 30px;
    font-size: 15px;
}
.single-post .post-thumbnail{margin-bottom:15px;}

.archive .entry-footer, .archive .more-link, .search-results .entry-footer, .search-results .more-link{display:none;}

.archive .page-header .page-title, .search-results .page-header .page-title {
    font-weight: 700;
    font-size: 26px;
    border-bottom: 1px solid #ccc;
    padding: 17px 20px 15px 20px;
    margin-bottom: 25px;
    background: #efefef;
}
.post-list-meta {
    float: left;
    width: 100%;
padding-top:10px;
padding-bottom: 10px;
}
.post-list-meta .author, .post-list-meta .posted-on{float:left;}
.post-list-meta .posted-on{margin-left:10px; padding-top:0;}

.archive .post-thumbnail, .search-results .post-thumbnail{float:left;width:35%;}
.arti-list{float:left;width:65%;padding-left:25px;}

.archive .navigation.pagination, .search-results .navigation.pagination{float:left; width:100%;}
.arti-list .entry-title {
    margin-bottom: 0;
    font-size: 20px;
}
.arti-list p {
    font-size: 14px;
}
.archive article, .search-results article {
    float: left;
    width: 100%;
    border-bottom: 2px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.post-list-meta .cat-links, .post-list-meta .tags-links, .post-list-meta .comments-link{display:none;}
body.search .post-list-meta .byline img, body.archive .post-list-meta .byline img {
    width: 15px;
}
body.search .post-list-meta .byline a, body.archive .post-list-meta .byline a, body.search .post-list-meta .posted-on a, body.archive .post-list-meta .posted-on a {
    font-size: 12px;
    font-weight: 400;
    color: #7e7e7e !important;
}

.pagination .nav-links{float:left;width:100%;}

.page .entry-header {
    text-align: center;
    border-top: 5px solid #000;
    padding-top: 20px;
}
.page .entry-header .entry-title {

    display: inline-block;
    border-bottom: 4px solid #c1c1c1;
    background: #000;
    color: #fff;
    padding: 8px 25px;

}
.si-page-content .entry-content {

    background: #f3f3f3;
    padding: 20px;
    box-shadow: 5px 5px 10px #CFCFCF;
float: left;
width: 100%;

}
.contact-left {
padding-right: 25px;
float: left;
width: 50%;
}
.contact-right {
    float: left;
    width: 50%;
    background: #fff;
    padding: 20px;

}
.contact-right label {

    width: 100%;
    font-size: 14px;
    margin-bottom: 0;

}
.contact-right input {
margin-top: 8px;
    background: #fff;
    height: 40px;
}
.contact-right textarea{background:#fff; height:130px;margin-top: 8px;}
.contact-right input[type="submit"] {
    width: 200px;
    height: 55px;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    border: 2px solid #494949;
    font-size: 17px;
    font-weight: 600;
    color: #171717;
    background: #ff9800;
    background: -moz-linear-gradient(45deg, #ff9800 0%, #ffeb3b 62%);
    background: -webkit-linear-gradient(45deg, #ff9800 0%,#ffeb3b 62%);
    background: linear-gradient(45deg, #ff9800 0%,#ffeb3b 62%);
        background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#ffeb3b',GradientType=1 );
}
.social_navigation span .text-s {
    display: inline-block;
}
.floatingbar.is-affixed .sidebar__inner{position:fixed !important;top:100px;transform: inherit !important;}

#sociallinkbottom{display:none;}

#ct_coljDOF > div {margin:0 auto;}