.blog-head h3{
    height: 26px;
    line-height: 26px;
}
.blog_search{
    width: 50%;
    float: right;
    padding-left: 10px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.blog_search.focus{
    background: #2c2a2d;
    width: 80%;
}
.blog_search form{
    position: relative;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    margin:0 35px 0 0;
    height: 46px;
}
.blog_search form input{
    background: transparent;
    height: 26px;
    line-height: 26px;
    padding: 0;
}
.blog_search form input[type="text"]{
    font-size: 19px;
    color: #525053;
    text-transform: uppercase;
    width: 100%;
    float: right;
    margin: 10px 0;
}
.blog_search form input[type="submit"]{
    border: 0;
    outline: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: 8px;
    z-index: 2;
}
.blog_search #searchform:before{
    content: "\f002";
    position: absolute;
    right: -30px;z-index: 1;
    top:12px;color: #525053;
    font-size: 24px;
    vertical-align: -5px;
}

.post-box{
    position: relative;
    padding: 40px 0;
    border-top: 5px solid rgba(255,255,255, 0.5);
    font-family: 'Montserrat', sans-serif;
}
.post_info{
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.post_info .blog_date{
    color: #525053;
    margin-right: 10px;
}
.post_info .blog_date-day{
    font-weight: bold;
    font-size: 59px;
    line-height: 49px;
    display: block;
}
.post_info .blog_date-my{
    font-size: 13px;
    text-transform: uppercase;
}
.post_info h2.blog_title{
    line-height: 16px;
}
.post_info h2.blog_title a{
    font-size: 19px;
    color: #9e2a5a;
    text-decoration: none;
}

.post-box .comments     {width: 100%;}
.post-box .comments a   {
    float: right;
    /*background: #2c2a2d;*/
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    padding: 7px 10px;
}

.post-box .left-box{
    display: inline-block;
    width: 100%;
    border: 5px solid rgba(255,255,255, 0.5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.post-box .entry{
    padding-top: 25px;
    font-size: 14px;
}
.post-box .slider-post{position: relative;}
.post-box .slider-post .cycle-prev,
.post-box .slider-post .cycle-next{
    position: absolute;
    top: 50%;z-index: 8;
    margin-top: -20px;
}
.post-box .slider-post .cycle-prev{
	left: 0;
    background: none repeat scroll 0 0 rgba(0,0,0,.5);
    cursor: pointer;
    padding: 20px;
    }
.post-box .slider-post .cycle-next{
	right: 0;
    background: none repeat scroll 0 0 rgba(0,0,0,.5);
    cursor: pointer;
    padding: 20px;
    }
.post-box .slider-post .cycle-prev:hover{
	left: 0;
	color:#000;
    background: none repeat scroll 0 0 rgba(255,255,255,.5);
    cursor: pointer;
    padding: 20px;
    }
.post-box .slider-post .cycle-next:hover{
	right: 0;
	color:#000;
    background: none repeat scroll 0 0 rgba(255,255,255,.5);
    cursor: pointer;
    padding: 20px;
    }
.post-box .main_img{
    width: 70%;
    float: left;
}
.post-box .small_img{
    width: 30%;
    float: left;
}
.post-box .main_img img,
.post-box .small_img img{
    width: 100%;
}

/* Gallery Post */


/* Video Post */
.video-post .video-shortcode,
.video-post .video-shortcode iframe{
    width: 100%;
}


/* ### Sidebar ### */
#sidebar{}
#sidebar .widget h3{
    border-bottom: 5px solid rgba(255,255,255, 0.5);
}
#sidebar .widget ul{
    list-style: none;
    margin-left: 0;
    margin-bottom: 10px;
}
#sidebar .widget ul li{
    margin-bottom: 5px;
    line-height: 16px;
    color: rgba(255,255,255,0.2);
    display: inline-block;
    width: 100%;
}

#sidebar .widget ul li a{
    font-size: 14px;
    font-weight: bold;
    color: #9e2a5a;
    text-decoration: none;
    text-transform: uppercase;
}
/* Recent Comments */
#sidebar .widget ul#recentcomments li{
    margin-bottom: 20px;
}
#sidebar .widget ul li.recentcomments a.url,
.tagcloud a{
    background: #2c2a2d;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    padding: 7px 10px !important;
    display: inline-block !important;
}
#sidebar .widget ul li.recentcomments a:not([class="url"]){
    float: left;
    clear: left;
    margin-top: 5px !important;
    width: 100%;
}

/* Arrows:before / Widgets* - Recent Post, Archive , Categories, Meta, Pages */
#sidebar .widget.widget_recent_entries li,
#sidebar .widget.widget_archive li,
#sidebar .widget.widget_categories li,
#sidebar .widget.widget_meta li,
#sidebar .widget.widget_pages li,
#sidebar .widget.widget_nav_menu li{
    padding-left: 20px;
    position: relative;
}
#sidebar .widget.widget_recent_entries li:before,
#sidebar .widget.widget_archive li:before,
#sidebar .widget.widget_categories li:before,
#sidebar .widget.widget_meta li:before,
#sidebar .widget.widget_pages li:before,
#sidebar .widget.widget_nav_menu li:before{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    position: absolute;
    left: 0;
}

/* Widget RSS */
#sidebar .widget.widget_rss{

}
#sidebar .widget.widget_rss a,
#sidebar .widget.widget_rss .rss-date{
    display: block;
}

/* Post Page */
.comment-respond form{
    margin-top: 25px;
}

.comment-respond code{
    width: 100%;
    white-space: normal;
}
/* All Select */
select{
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 28px;
    width: 150px;
    background: #f2f2f2;
    outline: none !important;
    border: 1px solid;
    border-color: white #f7f7f7 #f5f5f5;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 6px 8px 6px 10px;
    line-height: 14px;
    font-size: 12px;
    color: #62717a;
    text-shadow: 0 1px white;
}
select:focus,
select:active{
    outline: none !important;
}
#sidebar .widget select{
    width: 100%;
}

/* Widget Search Form */
#sidebar .widget form,
.widget form{
    margin-top: 10px;
}
#sidebar .widget #searchform input[type="text"],
.widget #searchform input[type="text"]
{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#sidebar .widget #searchform input[type="submit"],
.widget #searchform input[type="submit"]{
    display: none;
}

/* Widget Calendar */
.widget_calendar table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    border: 0;
    position: relative;
    font-size: 12px;
    font-weight: normal;
}
.widget_calendar table a {
    text-decoration: none;
}
.widget_calendar table caption {
    line-height: 28px;
    font-weight: bold;
    color: #e2e2e2;
    text-align: center;
    text-shadow: 0 -1px black;
    background: #333;
    background: rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}
.widget_calendar table thead th{
    font-size:10px;
}
.widget_calendar table td:hover,
.widget_calendar table th:hover{
    cursor:default;
}
.widget_calendar table thead,
.widget_calendar table tbody{
    color: #696969;
    text-transform: uppercase;
    background: #f3f3f3;
}
.widget_calendar table th,
.widget_calendar table td {
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.widget_calendar table th:first-child,
.widget_calendar table td:first-child {
    border-left: 0;
}
.widget_calendar table tbody td {
    font-size: 10px;
    line-height: 26px;
    height:26px;
    color: #696969;
    text-transform: uppercase;
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
}
.widget_calendar table tbody td a {
    display: block;
    position: relative;
    color: #666666;
    background-image: -webkit-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
    background-image: -moz-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
    background-image: -o-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
    background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
    -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
}
.widget_calendar table tbody td a:hover
{
    background: #f3f3f3;
}

.widget_calendar table tfoot{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.widget_calendar table tfoot #prev,
.widget_calendar table tfoot #next{
    width: 32px;
    line-height: 26px;
    top: 0;
    margin: 0;
    display: block;
    color: #e2e2e2;
}

.widget_calendar table tfoot #prev a,
.widget_calendar table tfoot #next a{
    width: 100%;
    line-height: 26px;
    color: #e2e2e2;
}
.widget_calendar table tfoot #prev{
    left: 0;
}
.widget_calendar table tfoot #next{
    right: 0;
}

/* Comments */
.comment-body {
    background: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    color: #454444;
}
code {
    white-space: normal;
    display: block;
}
.comment-body:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 19px 18px 19px;
    border-color: transparent transparent #ffffff transparent;
    top: -18px;
    left: 30px;
}
.comment-author.vcard .avatar {
    float: left;
}
.comment-author.vcard .reply {
    float: right;
}
.comment-author.vcard .comment_info {
    margin-left: 80px;
    margin-right: 100px;
}
.comment_entry {
    clear: both;
    padding-top: 15px;
}
.comment_info cite a,
.comment-body .reply a{
    background: #2c2a2d;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    padding: 7px 10px !important;
    display: inline-block !important;
}
.comment-meta a,.logged-in-as a{
    color: #9e2a5a;
}
input.black,
textarea.black {
    background: #272727;
}
input.black,
textarea.black {
    color: #fff;
}
#comment {
    height: 140px;
}
.form-submit {
    text-align: right;
}
.comment-notes {
    margin-bottom: 30px;
    padding-bottom: 15px;
    background: url("../images/subline.png") no-repeat left bottom;
}
.comment-respond input[type="submit"] {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background: #2c2a2d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
    border: none;
}

.pagination ul > li.disabled > a,
.pagination ul > li.disabled > span {
    display: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
    background-color: #2c2a2d;
    border: 0;
    border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #9e2a5a;
    color: #ffffff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #ffffff;
    cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.post_nav{
    position: absolute;
    top: -42px;
    right: 0;
}
.post_nav .nav-links{

}
.post_nav .nav-links a{
    text-decoration: none;
}
.post_nav .nav-links a span {
    background: #ffffff;
    padding: 9px 11px;
    line-height: 14px;
    font-size: 14px;
    color: #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.post_nav .nav-links a:hover span{
    background: #000000;
    color: #ffffff;
}