/*
Theme Name: neonpress
Theme URI: http://vergatheme.com/demosd/neonpress
Author: Verga Theme Team
Author URI: http://vergatheme.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: neonpress

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #26a65b; color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 20px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}



#sidebar .textwidget img {
    max-width: 100%;
}
.wp-caption img , .single_blog_content img{
    max-width:100%;
}
.wp-caption{
    max-width:100%;
}
p.form-submit {
    clear: both;
}
.form-submit input.submit  {
        border: none;
    display: inline-block;
    background: #26a65b;
    color: #fff;
    padding: 0px 30px;
    height: 50px;
    border-radius: 3px;
    line-height: 48px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    transition: all 400ms linear 0s;
    width: auto;
        font-family: inherit !important;
}
.form-submit input.submit:hover ,.services-inner .btn-primary:hover{
       background: #1c954e;
    color: #fff;

}



header.logged-in{
  top:32px !important;
}


body.logged-in .main_menu_area.affix{
  top:32px !important;
}
.screen-reader-text{}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.single_blog_content table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.single_blog_content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.single_blog_content table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.single_blog_content  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.single_blog_content  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.single_blog_content  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 }
 .comment-list .children {
    list-style: none !important;
 }
.comments ul.comment-list {
    list-style: none !important;
}
 .blog_comment_area table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.blog_comment_area table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.blog_comment_area table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.blog_comment_area  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.blog_comment_area  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.blog_comment_area  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }



.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-respond .comment-reply-title {
        font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #1b2c3e;
    font-size: 20px;
        padding: 60px 0px 30px 0px;
}
.blog_comment_area .media .media-body .comment-reply-link {
    float: right;
    font-size: 13px;
    font-family: "latosm";
    color: #26a65b;
}
.contact-form.white-form .col-md-6 {
    padding-left: 0px !important;
}
.more_project_details .gallery {
    display: none;
}

.latest_news_inner a {
    font-size: 12px;
    color: #000;
}
.view_details_btn {
    font-size: 16px !important;
    color: #26a65b !important;
}
.our_latest_news_area.our_latest_news2 .latest_news_inner .latest_news_content a {
    color: #26a65b;
    font-size: 13px;
}
.comment_submit {
    border: none !important;
    color: #fff !important;
    padding: 0px 30px !important;
    height: 50px !important;
    border-radius: 3px !important;
    font-size: 15px !important;
    width: auto !important;
        font-family: inherit !important;
}
.contact_details br {
    display: none;
}
.pagination .current {
        color: #fff !important;
    background-color: #26a65b !important;
}
.pagination>li>a, .pagination>li>span {
        color: #848484 !important;
}
.blog_content .date_cmm a {
        color: #26a65b !important;
}
.custom-search .input-group {
    width: 70% ;
    margin-top: 40px;
}
.wp-caption-text , .sticky , .gallery-caption , .bypostauthor{}
.main_menu_area ul >li > ul >li > ul.dropdown-menu{
   margin-left: 200px;
}
.date_cmm .featured-post {
    float: right;
    font-size: 16px;
}