/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.2
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* MAIN CONTENT LOOP */
.post{margin-top:20px;position: relative;}
.post_cont{border:1px solid #c9c9c9;background:#fafafa;}
.post h1,.post h2,.post h3,.post h4{margin:0;}
/*.wide{width:953px;}*/
.wide article .first{padding-right:20px;border-right:1px solid #999999;width: calc(50% - 21px) !important;}
.wide article .last{padding-left:20px;width:calc(50% - 20px) !important;}
.post p{color:#444;}
.post header{margin:20px;position:relative; height:auto;min-height:90px;padding-top:10px;}
.post header .time{color:#999999;font-size:12px;text-transform:capitalize;}
.post header h2{width:70%;}
.post header h2 a{color:#333;font-size:20px;line-height:1.2em;}
.post header a {text-decoration:none;}
.post header h3{font-size:12px;}
.post .photo{position:absolute;right:5px;top:5px;}
.post footer{margin:20px;height:40px;}
.post footer .comment{float:left;margin:5px;padding:8px 0;}
.post footer .button{float:right;background:#2098cb;padding:8px 12px;margin:5px;color:#fff;}
.post:after{content:'';position:absolute;top:100%;width:100%;left:0;height:20px;background: -webkit-radial-gradient(top center,rgba(22,22,22,.3) 0%, transparent 40%);background: -moz-radial-gradient(top center,rgba(22,22,22,.3) 0%, transparent 40%);background: radial-gradient(top center,rgba(22,22,22,.3) 0%, transparent 40%);background: -ms-radial-gradient(top center,rgba(22,22,22,.3) 0%, transparent 40%);}
.feat {padding-top:10px;}
.auth{width:938px;margin-top:23px;border:1px solid #c9c9c9;background:#fafafa;overflow:hidden;}
.auth h2{color:#444;margin:0 20px;padding:10px 0;font-size:16px;}
.auth h1{color:#444;margin:0;padding:10px 0;font-size:16px;display:inline-block;}
.auth span{color:#444;margin:0 20px;padding:10px 0;font-size:16px;}
.auth p{color:#444;margin:0 20px;padding:10px 0;}
.auth .photo_auth{float:right;margin:10px;}

/* --------------------------------------------
                   NewStyles
----------------------------------------------*/

.bottom-5{
    border-bottom: 5px solid #54b948;
}
.bottom-1{
    border-bottom: 1px solid #54b948;
}

/*need for footer*/
.veeamcom-migrate [class*=col-]+[class*=col-]:last-child {
    float:left;
}

body.hp {
   min-width: 0 !important;
}