
.blogsinglepage
{

    padding-top: 100px;
    background: #FFF;
    padding-bottom: 50px;
}





.news-block {
}
.news-block-wrap {
    background: none repeat scroll 0 0 #989898;
}
.news-pad {
    padding: 15px;
}
.news-block-content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #E5E5E5;
    padding: 30px;
}
.news-block-content p {
    color: #444444 !important;
    margin-bottom: 10px;
}
.news-heading {
    color: #000000;
    font-family: "Open_Sans_B";
    font-size: 24px;
    font-weight: normal;
    line-height: 31px;
    margin-bottom: 10px;
    margin-top: 0;
}
.news-heading span a
{
    color: #000;
} 
.news-heading span a:hover
{
    text-decoration: none;
} 
.news-heading p {
    color: #444444;
}
.news-specs {
    background: none repeat scroll 0 0 #989898;
    padding: 30px;
}
.news-specs nav a {
    margin-right: 10px;
    text-decoration: none;
}
.news-specs nav a > img {
    height: 28px;
    width: 28px;
}
.news-specs-info {
    color: #000000;
    font-family: "Open_Sans_L";
}
.news-btn {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #000000;
    color: #FFFFFF;
    float: left;
    font-family: "Open Sans";
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    padding: 5px 10px;
    text-transform: uppercase;
}
.news-btn:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    text-decoration: none;
}
.add-top-news {
    margin-top: 30px;
}
.news-date {
    background: none repeat scroll 0 0 #989898;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    width: 100px;
}
.news-date h2 {
    color: #FFFFFF;
    font-size: 64px;
    line-height: 68px;
    margin-bottom: 0;
    margin-top: 0;
}
.news-date h5 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
}
.news-date h4 {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-family: "Open_Sans_L";
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    padding: 10px 0;
}


/*SINGLE POST PAGE*/
.single_post_bg{
    background: #fff !important;
    padding-top: 112px;
}
#searchform input[type="text"]{
    border: 1px solid #DDDDDD !important;
    box-shadow: none;
    border-radius: 0;
    color: #000;
    height: 25px;
    padding: 5px;
}


.blog-block {
}
.blog-caps {
    /*border-left: 15px solid #989898;*/
    color: #444;
    font-family: "Open Sans";
}
.micro_caps
{
    font-size: 20px;
    color: #ccc;
    font-weight: normal;
}
.blog-caps a{

    color: #444;
    font-family: "Open Sans";
    font-size: 24px;

}
.blog-stats {
    border-top: solid 1px #dfdfdf;
    min-height: 20px;
    padding: 10px 0;
}
.stat_hl
{
 color: #444;
 font-weight: bold;
}
.blog-date {
    color: #000000;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin-left: 0;
    margin-top: 15px;
    padding: 3px;
}
.blog-author {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #989898;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 15px;
    padding: 3px 8px;
}
.blog-category {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 15px;
    padding: 3px 8px;
}
.blog-comments {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 15px;
    padding: 3px 8px;
}
.blog-para {
    padding-top: 30px;
        padding-bottom: 30px;
            border-bottom: solid 1px #dfdfdf;
}
.blog-tags ul
{
    margin-left: 0px;
}
.blog-tags ul li
{
    display: inline;
    list-style: none;
    float: left;
    padding:2px;
        padding:4px 5px;
    background-color: #444;
    margin-right: 3px;
    margin-bottom: 3px;
}
.blog-tags ul li a
{
    color: #FFF;
}
.side-panel
{
    border-left:solid 1px #dfdfdf;
        padding-left: 10px;
}
.blog-side-panel
{
    margin-bottom: 20px;
    font-family: "Open Sans" !important;
}
.blog-side-panel > h2 {
    /*background: none repeat scroll 0 0 #989898;*/
    color: #444;
    font-family: "Open Sans" !important;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 14px;
    padding-left: 0px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.blog-side-panel > ul {
    list-style: none outside none;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0px;
}
.blog-side-panel > ul > li {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    font-family: "Open Sans" !important;
}
.blog-side-panel > ul > li > a {
    color: #555;
    text-decoration: none;
        font-family: "Open Sans";
}
.blog-side-panel > ul > li > a:hover {
    color: #ccc;
    text-decoration: none;
}
/*.blog-block img {
    background: none repeat scroll 0 0 #989898;
    padding: 7px 0;
}*/
.cmntparent
{
    background: #FFF;
    padding: 5px;
    min-height: 85px;
    border:solid 1px #dfdfdf;
}

.comment-count, .post-query{
    font-weight: normal;
    padding: 10px;
    font-family:"Open_Sans_L";
    font-size: 24px;
    line-height: 31px;
    color: #fff;
}
.comments {
    margin: 30px 0 20px;
}
.comments .commentlists {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.comments .commentlists ul {
    list-style: none outside none;
    margin-left: 34px;
    padding: 3px 0 0 2px;
    position: relative;
}
.comments .commentlists li {
    margin: 10px 0;
    padding: 20px 0 0;
}
.comments .commentlists li:before, .comments .commentlists li:after {
    content: "";
    display: table;
    line-height: 0;
}
.comments .commentlists li:after {
    clear: both;
}
.comments .commentlists li:first-child {
    padding-top: 10px;
}
.comments .commentlists .comment-children {
    border-left: 1px solid #EEEEEE;
    margin-left: 34px;
    padding: 3px 0 0 2px;
    position: relative;
}
.comments .commentlists .comment-children li {
    background: url("../img/assets/comment-line.png") no-repeat scroll 0 59px transparent;
    padding-left: 65px;
}
.comments .commentlists .comment-children:before {
    border: 1px solid #EEEEEE;
    content: "";
    display: block;
    height: 1px;
    left: -2px;
    position: absolute;
    top: -3px;
    width: 1px;
}
.comments .commentlists .comment-author {
    float: left;
    height: 70px;
    margin: 0 20px 0 0;
    width: 70px;
}
.comments .commentlists .comment-body {
    margin-left: 100px;
color: #444;
}
.comments .commentlists .comment-body p {
color: #444;
}
.comments .commentlists .comment-body .comment-meta {
    margin-bottom: 9px;
    padding: 5px;
    background: rgba(255,255,255,0.3);
}
.comments .commentlists .comment-body .comment-meta .reply {
    float: right;
}
.comments .commentlists .comment-body .comment-meta .reply a {
    color: #fff;
    background: #777;
    padding: 8px;
    font-size: 12px;
    text-decoration: none;
}
.comments .commentlists .comment-body .comment-meta .reply a:hover {
    color: #444 !important;
    background: #F48C2D;
}
.comments .commentlists .comment-body .comment-meta .meta-name {
    font-weight: bold;
    padding: 4px;
}
.comments .commentlists .comment-body .comment-meta .meta-name a {
    color: #444;
}
.comments .commentlists .comment-body .comment-meta .meta-date {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
}
.commentlists .children
{
    border-left: 1px dotted #EEEEEE;
/*    margin-left: 64px;
    padding: 3px 0 0 2px;
    position: relative;*/
}

.control {
    background-color: #FFFFFF;
    width: 100%;
}
.control .input-border {
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.03);
    transition: all 0.25s linear 0s;
}
.control .input-border.focus {
    border-color: #F47E00;
    box-shadow: 0 0 3px #FFB05B;
    transition: all 0.25s ease-in-out 0s;
}

.control input
{
    background:none repeat scroll 0 0 #fff !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: none !important;
    border-radius:0!important;
    color:#000 !important;
font-family:"Open Sans" !important;
    font-size:18px !important;
/*    margin-bottom:10px;*/
/*    padding:12px 3%;*/
    width:100%;
    height: 40px !important;
}
.control input:focus, textarea:focus
{
/*    color:#fff !important;
    background: #111 !important;*/
}

.control textarea
{
    background:none repeat scroll 0 0 #fff !important;
    box-shadow: none !important;
    border: none !important;
/*    border-bottom: solid 1px #000 !important;*/
    border-radius:0!important;
    color:#555 !important;
font-family:"Open Sans" !important;
    font-size:18px !important;
    height:150px;
    margin-top:0px;
/*    padding:12px 3%;*/
    resize:none;
    width:100%;
}

.control textarea:focus
{
    color:gray;
}

.respond {
    margin: 30px 0;
}
.respond:before, .respond:after {
    content: "";
    display: table;
    line-height: 0;
}
.respond:after {
    clear: both;
}
.respond #commentform {
    margin-top: 10px;
}
.respond .comment-input .control-group {
    float: left;
    margin-right: 4%;
    width: 30.66%;
}
.respond .comment-input .control-group:last-child {
    float: right;
    margin-right: 0;
}
.respond .comment-input .control-group:last-child:before, .respond .comment-input .control-group:last-child:after {
    content: "";
    display: table;
    line-height: 0;
}
.respond .comment-input .control-group:last-child:after {
    clear: both;
}
.respond .comment-text {
    margin-bottom: 10px;
}
.respond .comment-submit {
    float: right;
}
.respond .comment-submit:before, .respond .comment-submit:after {
    content: "";
    display: table;
    line-height: 0;
}
.respond .comment-submit:after {
    clear: both;
}
.control-label {
    font-weight: bold;
}

.form-submit input
{

  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #62C0F7;
  font-size: 14px !important;
  border-radius: 2px !important;
  color: #FFF !important;
  cursor: pointer;
  padding: 6px 12px;
  display: inline-block;   
  border: 1px solid transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;  
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: allr 200ms ease-in;
    transition: all 200ms ease-in;

}
.form-submit input:hover{
    background: #202937!important;
}
.form-submit input:active,.form-submit input.active
{
        background: #202937 !important;
}
/*Resets*/
.blog-caps{
    color: #000 !important;
    font-size: 24px !important;
}

#intro h2 {
    color: #FFFFFF;
    font-family: "Open_Sans_L";
    font-size: 24px !important;
    font-weight: normal;
    font-size: 24px !important;
    text-align: left;
}

.s_widget_btn
{


}
.blog-thumb-single
{
    text-align: center;
    background:#ccc;
}

.isolatepage_readmore
{
    float: right;
    margin-top: -25px;
}

.postformat
{
    min-width:38px;
    height: 38px;
    margin-top: -20px;
    float: right;
    background:#fff; 
    border: solid  1px #ccc;
    text-align: center;

    
}
.postformat img
{
    background: none !important;
    padding:0;
}

.blog-quote {
    background: none repeat scroll 0 0 #D80E04;
    color: #FFFFFF;
    font-size: 22px;
    margin: 10px;
    padding: 10px;
}

.linkpost {
    background: none repeat scroll 0 0 #15B3ED;
    text-align: center;
}
.linkpost a
{
    color: #FFF;
}

.sub-menu
{
    margin-left: 2px;
    padding-left: 5px;
}
.blog-side-panel input, .blog-side-panel select, .blog-side-panel img
{
    max-width: 100%;
}
.blog-content img
{
    max-width: 100%;
}
.blog-content span
{
 word-wrap:break-word;
}


/*calendar*/

        #wp-calendar{
            width:100%;
            padding: 0px 0px;
            margin:0px 0px;
            border: #444 solid 3px !important;
            color: #FFF !important;
            
            
        }
        #calendar_wrap{

            margin:0px auto;
            margin-top: 40px;
            
        }

        #wp-calendar caption{
            padding: 10px 5px 10px 5px ;
            font-size:22px;
            color:#FFF;
            text-transform: uppercase;
            border-bottom: rgba(0,0,0,.2) solid 3px;
            background: #444444 !important;
            
        }
        #wp-calendar thead{
            margin-bottom: 10px;
            background: #444444 !important;
        }
        
        #wp-calendar th{
            color: #FFF !important;
            
        }

        #wp-calendar th, #wp-calendar td{
            padding: 5px;
            text-align:center;
            
            background: #444444;
        }
        #wp-calendar td{
            color:#444 !important;
        }

        #wp-calendar td a{

            padding: 0px;
            border:none;
            color:#444444;
            
        }
        #wp-calendar td a:hover{text-shadow:0px 0px 6px #FFF; text-decoration: none;}
        #wp-calendar td{
            background:transparent;
            border:none;
            color:#CCC;
        }
        #wp-calendar td, table#wp-calendar th{
            padding: 2px 0;
        }
