/*
Theme Name: Naila
Theme URI: http://themetrademark.com/demo/naila
Author: Vergatheme
Author URI: http://vergatheme.com/
Description: In 2017, 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.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  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, accessibility-ready
Text Domain: matelick

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.
*/
/**
 * Table of Contents:
 *
 * 1.0 - Repeatable Patterns
 * 2.0 - CALENDAR STYLES WIDGET

 * ----------------------------------------------------------------------------
 */

/* 1.0 Repeatable Patterns
-------------------------------------------------------------- */

/*I do css*/


.children{
    margin-left: 30px !important;
}
.single-comment{
    margin-bottom: 0px !important;
}
.reply > i{
    border-radius: 50%;
    background-color: #767676;
    font-size: 12px;
    padding: 4px;
    color: white;

}

.single-side-bar > ul > li{
    margin-bottom: 15px;
}
.single-side-bar{
    margin-bottom: 25px !important;
}
.breadcrumb{
    background-color: #000 !important;
}
#home > .blog-page-title-area > .container > .row > .col-md-12 > ul{
    list-style: none;
}
#home > .blog-page-title-area > .container > .row > .col-md-12 > ul > li > a{
    color: white;

}
#home > .blog-page-title-area > .container > .row > .col-md-12 > ul > li > a:hover{
    color: #82B440;
}
#home > .blog-page-title-area > .container > .row > .col-md-12 > ul > .active {
    color: #82B440;
}
.blog_pagination > .active > a{
    background-color: #82B440;
    border: 1px solid #82B440;
}
.blog_pagination > .active > a:hover{
    background-color: white;
    color: #82B440;
    border: 1px solid #82B440;
}

#home > .vc_col-sm-12{
    height: 100%;
}
#home > .vc_col-sm-12 > .vc_column-inner {
    height: 100%;
}
#home > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
    height: 100%;
}
.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.widget .gallery-caption {
    line-height: 1.4583;
    padding: 0.5833em 0;
}
.bypostauthor > article .fn:after {
    top: 7px;
    left: 6px;
}

.welcome-image-area{
    padding: 70px 0px;
}
#About{
    display: table;
    width: 100%;
}
.single-slide-item{
    padding: 70px 0px;
}
.welcome-slider-area div.single-slide-item-tablecell, .welcome-slider-area div.single-slide-item-tablecell div{
    padding: 51px 0px;
}
body.logged-in .header-top-area{
    top: 32px;
}

/*-----------------------------------------------------------------------------------*/
/*  CALENDAR STYLES WIDGET
/*-----------------------------------------------------------------------------------*/
/*start new code*/
.single-blog-post-details table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em!important;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.single-comment table{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em!important;
    border: 1px solid #d1d1d1;
}
.single-comment table tbody{
    width: 100%;
    display: inline-block;
}
.single-blog-post-details table td,.single-comment table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.single-blog-post-details table th,.single-comment table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 .custom-pagination{
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
 }
.page-links a .custom-pagination{
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}
.tag-featured-image .custom-thubnail{
    width: auto !important;
}
.reply{
    margin-bottom: 50px;
}
.custom-comment-line{
    white-space: nowrap;
    display: inline-block;
}
img.avatar{
    margin-bottom: 0px !important;
}
/*end*/
.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:6px;
}
#wp-calendar tbody td#today {
    background: #ffba00;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: #ffba00;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; color: #ffba00;
}

.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_text .textwidget form.wpcf7-form input[type="submit"]{
    width: auto !important;
    padding: 0 20px !important;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
    font-size: 13px;
}
.widget_nav_menu ul li ul, 
.widget_pages ul li ul {
    padding-left: 15px;
}


.hentry ul{
    padding-left: 20px;
    list-style-type: square;
    margin-left: 30px;
    list-style: decimal;
    padding-left: 28px;
    font-family: "Roboto", sans-serif;
    color: #888B8D;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 100;
    margin: 0px 0px 0px 30px !important;
}
.hentry ul li{ 
    list-style: inherit;
}
.single-comment ul li{ 
    list-style-type: circle !important;

}
.single-comment ul{ 
padding-left: 40px;
}
#content.meta ul ul,
.blog-desc ul ul {    
    list-style-type: decimal;
}
#content .meta ul ul ul,
.blog-desc ul ul ul{    
    list-style-type: decimal;
}

.hentry ol{
    padding-left: 20px;
    list-style: circle !important;
    margin: 0px 0px 0px 30px !important;

}
.hentry ol li{ 
    list-style: circle;
}
#post-wrap ol,#post-wrap ul,#comments ol,#comments ul{ 
    margin-top: 0px !important;
}
#post-wrap ul,#comments ul{
    margin-bottom: 0px !important;    
}
#comments ul{
    list-style: decimal !important;
    padding-left: 28px;
}
#comments ol{
    list-style: circle !important;
    padding-left: 28px;
}
#comments ol li{
    list-style: circle !important;
    padding-bottom: 0px !important;
    }
#comments ul li{
    padding: 0px !important;
    list-style: decimal !important;
}

.blog-post ul li ul, 
.blog-post ol li ol,
.blog-fixed ul li ul  {
    margin-bottom: 0;
    margin-left: 1.25em;
}
.single-blog-post img{
    width: auto;
    max-width: 100%;
}
.blog-post h1, 
.blog-post h2, 
.blog-post h3, 
.blog-post h4, 
.blog-post h5, 
.blog-post h6 {
    text-align: left;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 10px 19px;
}
blockquote cite {
  color: #ccc;
  display: block;
  font-size: 12px;
}
div.wp-caption.alignnone,
img.alignnone,
.blog-fixed div.wp-caption.alignnone img ,
.blog-post div.wp-caption.alignnone img {
    width: 100% !important;
    height: auto;
}
div.wp-caption.alignnone img{
    max-width: 100%;
    height: auto;
}
.alignright,.alignleft,
.aligncenter,
div.alignleft img,
div.alignright img{
    width: auto !important;
}
.alignright{
    float: right;
}
.aligncenter{
    text-align: center;
}
.alignleft{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.aligncenter img{
    width: auto !important;
}
.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 15px !important;
    height: auto;
    width: 100%;
    display: inline-block;
    line-height: 3.692307692;
    margin-bottom: 1.714285714rem;
    text-align: center;
}
/* Start Menu Style */

div.mainmenu ul li.menu-item-has-children ul.submenu{
    display: none;
}
div.mainmenu ul li.menu-item-has-children:hover ul.submenu{
    display: block;
    position: absolute;
    list-style: none;
    background-color: #82B440;
    z-index: 9999;
}
div.mainmenu ul li.menu-item-has-children:hover ul.submenu li a{
    padding: 10px 15px;
    display: inline-block;
    white-space: nowrap;
}
div.mainmenu ul li.menu-item-has-children:hover ul.submenu li a:hover{
    color: black;
}

div.mainmenu ul li.menu-item-has-children ul.submenu li.menu-item-has-children ul.submenu{
    display: none;
}
div.mainmenu ul li.menu-item-has-children:hover ul.submenu li.menu-item-has-children:hover ul.submenu{
    display: block;
    left: 100%;
    top: 0px;
}
/* End Menu Style */
img.rss-widget-icon {
    width: auto !important;
}
div.tagcloud a{
    margin-left: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    margin-right: 5px;
    height: 30px;
    background: rgba(220,220,220,.4);
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 12px;
    color: #827b7d;
}
div.tagcloud a:hover{
    color:#000;
}
.widget ul li{
  line-height: 30px;
  width: 100%;
}
.widget ul.sub-menu{    
    padding: 10px !important;
}


#wp-calendar tfoot #prev,#wp-calendar tfoot #next{
    background: #f5f5f5;
    border: 1px solid #E9E9E9;
    text-align: center;
    padding: 6px;
}

div.gallery{
    display: none;
}
div.author-box img{
    width: auto !important;
}
ul.comment-list li{
    list-style: none;
}
div.tagcloud a{
    font-size: 15px !important;
}

div#error-page .vertical-line{
    height:90px !important;
}
h2.big {
  font-size: 60px ;
  line-height: 64px ;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px ;
}
.widget_archive ul li{
    display: -webkit-box;
}
.widget_categories ul li a{
    display: initial;
}
ul.children{
    padding-left: 15px !important;
    list-style: none;
}
.widget_text p strong{
    font-weight: 400;
    opacity: 0.6;
}
label.screen-reader-text{
    display: none;
}

.custom-blog h2,.blog-fixed h2 {
    color: #343434;
    padding-top: 30px;
    text-align: left;
}
.custom-blog h1,.blog-fixed h1 {
    color: #343434;
    padding-top: 30px;
    text-align: left;
}
.custom-blog h3,.blog-fixed h3 {
    color: #343434;
    padding-top: 30px;
    text-align: left;
}
.custom-blog h4,.blog-fixed h4 {
    color: #343434;
    padding-top: 30px;
    text-align: left;
}
.custom-blog h5,.blog-fixed h5 {
    color: #343434;
    text-align: left;
}
.custom-blog h6,.blog-fixed h6 {
    color: #343434;
    padding-top: 30px;
    text-align: left;
}
div.page table,.custom-table-post table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
.post-password-form input[type=submit]{

    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 30px;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 0;
    font-weight: bold;
    color: white;
    position: relative;
    background: #2C55D5;
    transition: all .4s ease;
}

.custom-comment h3{
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.parallax_window_in_test{
    height: 150px;
}
ul.list-inline {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

@media screen and (max-width: 600px) {

body.logged-in #header_1,body.logged-in .header-top-area.custom-blog.menu-bg{
    top: 0px !important;
}
.comment-reply-link{
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-right: 25px;
    float: right;
}
}
a.custom-blog-category{
    color: black !important;
}
ul.breadcrumb{
    padding-left: 0px !important;
}
select[name="monster-widget-just-testing"]{
    width: 100%;
}
ul#menu-testing-menu li ul.sub-menu{
    margin-left: 10px;
}
ul li.cat-item a{
    width: 90%;
    float: left;
    padding: 0px;
}
.widget_archive ul li a{
    width: 90%;
    padding: 0px;
}

.widget_pages > ul > li {
    margin-bottom: 0px !important;
    }
.blog-page-title-area h4{
    color: white !important;
}    
.widget_search .single-side-bar input,.blog-category .single-side-bar input{
    color: #333 !important;
}
.customize-notfound{
    background: url(images/bg/mainbg.jpg);
}
.customize-notfound.welcome-image-area{
    height: 500px;
}
.customize-notfound.welcome-image-area h1,.customize-notfound.welcome-image-area p{
    color: white !important;
}
.custom-blog{
    background-color: black;
}
.comment-form-area {
    margin-left: 0px !important;
}
.single-blog-post-details ul{
    padding-left: 40px;
}
.single-blog-post-details table tbody tr th{
    width: 20%;
}
.single-blog-post-details table tbody tr td {
    width: 30%;
}
p.logged-in-as{
    margin-left: 15px;
}
h1.error-title{
    font-weight: 700;
    font-size: 100px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.05);
    margin-left: -3px;
    margin-bottom: 25px;
    margin-top: 100px;
}
.error-button{
    height: 40px;
    line-height: 40px;
    text-transform: none;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #2979FF;
    color: #2979FF;
    transition: all .4s ease;
    text-transform: uppercase;
    border-radius: 2px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    overflow: hidden;
}

.post-date span a{
    color: #767676;
}
.post-date span a:hover{
    color: #82B440;
}
.custom-title{
    color: #333;
}
.custom-title:hover {
    color: #82B440;
}
#pagination{
    margin-top: 100px;
    display: inline-block;
}
.blog-category .tag {
    margin-top: 40px !important;
    margin-bottom: 20px;
}
.custom-comment-line {
    width: 100%;
}
.widget_archive select{
    width: 100%;
}