@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
.social-widget .fa{ line-height: inherit;}
.modal-backdrop { z-index: 100001; }
.modal { z-index: 100002; }
.note-fixed { position: fixed; top: 30%; right: -280px; width: 280px; text-align: center; transition: 0.8s linear; -webkit-transition: 0.8s linear; cursor: default; box-sizing: content-box; z-index: 100000; }
.note-fixed span.slidehead { display: block; position: absolute; top: 84px; left: -149px; padding: 18px 20px; font-family: "Titillium Web", sans-serif; font-size: 22px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); background-color: #c62828; color: #ffffff; line-height: 30px; font-weight: 600; cursor: pointer; }
.block-wrapper { margin-top: 30px; }
label.error { font-size: 12px; color: #f44336; }
.scan-widget-popup-modal .modal { z-index: 100000; }
.scan-widget-popup-modal .modal-dialog { top: 20%; width: 280px; } .scan-widget { width: 280px; border: 4px solid #B2FE3A; background-color: #2f2f39; padding: 15px; color: #ffffff; font-family: 'Roboto', sans-serif; }
.scan-widget .button { font-family: 'Roboto', sans-serif; display: inline-block; color: #ffffff; border: none; font-size: 18px; padding: 10px; font-weight: 700; text-transform: uppercase; text-decoration: none; outline: none; width: 100%; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
#website_scan_tool, .scan-widget .scan-widget-body{
margin-bottom: 5px;
}
.scan-widget .button.red { background-color: #f44336; }
.scan-widget .button.red:hover { background-color: #f73022; }
.scan-widget .button.blue { background-color: #0b8bce; }
.scan-widget .button.blue:hover { background-color: #0679b5; }
.scan-widget .input-wrap { margin-bottom: 12px; }
.scan-widget .input-box { font-size: 16px; font-weight: 300; font-style: italic; padding: 10px; margin-bottom: 0px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.scan-widget .scan-widget-head { }
.scan-widget .scan-widget-head .scan-widget-title { color: #ffffff; font-size: 31px; line-height: 34px; font-weight: 700; text-align: center; text-transform: uppercase; margin-bottom: 20px; }
.scan-widget .scan-widget-head .scan-widget-title span { display: block; font-size: 22px; font-weight: 400; }
.scan-widget .scan-widget-body { margin-bottom: 18px; }
.scan-widget .scan-widget-body .status-box { padding-top: 25px; }
.scan-widget .scan-widget-body .status-box .status-bar-wrap { background: #424252 url(//hackercombat.com/wp-content/themes/hotmagazine/images/scan-status-bg.png) no-repeat left top; width: 251px; height: 28px; padding: 2px; margin: 0 auto; position: relative; }
.scan-widget .scan-widget-body .status-box .status-bar-wrap .status-bar { width: 0; position: absolute; opacity: 0.6; left: 0; right: 0px; height: 24px; }
.scan-widget .scan-widget-body .status-box .status { margin-top: 22px; text-align: center; }
.scan-widget .scan-widget-body .status-box .status span { display: inline-block; vertical-align: middle; }
.scan-widget .scan-widget-body .status-box .status .status-txt { color: #ffffff; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.scan-widget .scan-widget-body .status-box .status .status-result { font-size: 16px; font-weight: 700; background: transparent; text-align: center; text-transform: uppercase; width: 170px; padding: 5px 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.scan-widget .scan-widget-body .status-box .status .status-result.high-risk { color: #f44336; border: 1px solid #f44336; }
.scan-widget .scan-widget-body .status-box .status .status-result.no-risk { color: #83ca14; border: 1px solid #83ca14; }
.scan-widget .scan-widget-body .status-box .status .status-result.suspicious { color: #ffc000; border: 1px solid #ffc000; }
.scan-widget .scan-widget-footer { padding-top: 15px; background: url(//hackercombat.com/wp-content/themes/hotmagazine/images/scan-footer-bg.png) no-repeat center top; text-align: center; }
.scan-widget .scan-widget-footer p { color: #efeff4; font-size: 12px; font-weight: 500; text-transform: uppercase; margin: 0px 0px 10px; }  .scan-widget-popup { width: 280px; background-color: #2f2f39; padding: 15px; color: #ffffff; font-family: 'Roboto', sans-serif; margin-bottom: 0px; position: relative; }
.scan-widget-popup .scan-popup-close { position: absolute; background: url(//hackercombat.com/wp-content/themes/hotmagazine/images/scan-popup-close.png) no-repeat 0px 0px; right: 15px; top: 15px; width: 20px; height: 21px; }
.scan-widget-popup .scan-popup-title { color: #ffffff; font-size: 23px; line-height: 32px; font-weight: 400; text-transform: uppercase; margin-bottom: 20px; }
.scan-widget-popup .popup-button-wrap { padding-top: 60px; } #scan_submit.green{	background-color: #6DAB3C; }
.scan-widget .scan-widget-body .status-box .status-bar-wrap .status-bar.no-risk { background-color: #83ca14; }
.scan-widget .scan-widget-body .status-box .status-bar-wrap .status-bar.suspicious { background-color: #ffc000; }
.scan-widget .scan-widget-body .status-box .status-bar-wrap .status-bar.high-risk { background-color: #f44336; }
.blink_text {
-webkit-animation-name: blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
animation-name: blinker;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0; }
100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0; }
100% { opacity: 1.0; }
}
@keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0; }
100% { opacity: 1.0; }
}.heading-news2 .image-post .hover-box .inner-hover a.category-post,
.heading-news2 .image-slider.snd-size>span:first-child{display:none;}
.heading-news2 .image-post .hover-box .inner-hover{background:none;}
.heading-news2 .image-post:hover .hover-box .inner-hover h2 a,
.heading-news2 .image-post:hover .hover-box .inner-hover h2 a:hover{color:#ffffff;}
.heading-news2 .image-post .hover-box{bottom:0;right:0;background:linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);}
.heading-news2 .image-post .hover-box:hover{background:linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);}
.heading-news2 .image-slider .image-post .hover-box{background:linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);}
.heading-news2 .image-slider .image-post:hover .hover-box{background:linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);}
.heading-news2 .image-slider .image-post:hover .hover-box .inner-hover{}
.heading-news2 .clsqktsh2 a:hover{opacity:1;}
.heading-news2 .news-post{cursor:pointer;}
body .single-post-box .title-post h1{font-size:36px;font-weight:400;line-height:48px;}
body .the-content p{font-family:"Open Sans", Arial, sans-serif;font-weight:500;font-size:16px;line-height:26px;color:#333333;word-wrap:break-word;}
body .the-content p strong{color:#666666;}
.footer-widgets-part .widget_categories ul li a{font-weight:400;}
body .navbar-nav li.drop ul.dropdown li a{font-size:12px;}
.image-slider .inner-hover{}
.heading-news2 .image-post .hover-box .inner-hover{top:0;bottom:auto;padding:20px 20px 5px 20px;background:rgba(158, 158, 158, 0.4);-moz-box-shadow:inset -3px 0px 1px rgba(1, 81, 117, 0.79), inset 3px 0px 1px rgba(1, 81, 117, 0.79);}
.heading-news2 .image-post:hover .hover-box .inner-hover ul.post-tags li{color:#ffffff;}
.image-post:hover .hover-box .inner-hover{background:rgba(17, 17, 17, 0) !important;background:-moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95))) !important;background:-webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;background:-o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;background:-ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;background:linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0) !important;}
.subscribe-widget .subscribe-img,
.subscribe-widget .subscribe-img img{width:100%;}
.subscribe-widget .subscribe-text{margin:12px auto 0;text-align:center;font-size:20px;text-transform:uppercase;font-weight:600;}
.subscribe-widget .subscribe-form input,
.subscribe-widget form.subscribe-form button{display:block;width:100%;position:static;float:none;margin:0;}
.subscribe-widget form.subscribe-form button{margin:10px 0 0 0;background-color:#80acab;color:#ffffff;text-transform:uppercase;font-size:16px;font-weight:600;}
.sidebar .subscribe-widget form.subscribe-form input[type="text"]{width:100%;margin:3px 0;border:1px solid #ebeae6;background-color:#f8f7f2;}
.sidebar .subscribe-widget form.subscribe-form{padding:12px 20px 20px 20px;background:#ffffff;}
body.home .sidebar .tab-posts-widget ul.nav-tabs li:nth-child(3){display:none;}
body.home .sidebar .tab-posts-widget ul.nav-tabs li{width:50%;} .image-post .hover-box .inner-hover { position: static; }
.clsqktsh2 a::before { content: ''; top: 0; bottom: 0; left: 0; right: 0; position: absolute; }
.image-post .hover-box .inner-hover ul.post-tags li { position: relative; }.yarpp-related {
margin: 1em 0;
}
.yarpp-related a{
text-decoration: none;
font-weight: bold;
}
.yarpp-related .yarpp-thumbnail-title{
text-align: left;
font-weight: bold;
font-size: 96%;
text-decoration: none;
}
.yarpp-related h3{
font-weight: bold;
padding: 0 0 5px 0;
font-size: 125%;
text-transform: capitalize;
margin: 0;
}
.yarpp-related .yarpp-promote{ 
clear: both;
background: url(//api.engage.bidsystem.com/adk_mini_logo.png) no-repeat;
float: right;
text-indent: -1000px;
cursor: pointer;
color: #666;
font-size: 11px;
height: 17px;
width: 78px;
}