/*
Theme Name: White Minimal
Theme URI: https://shtheme.com/demosd/white
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: White Minimal Portfolio WordPress Theme is a High Quality Modern Creative Portfolio WordPress Theme. Smart can be used for many purposes starting from minimal portfolios, agencies, freelancers, photography, corporate and much more.
Version: 5.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: white-minimal

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==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



:root {
  --primary-color: #444;
}

button, input, select, textarea{max-width: 100%;}
.widget select{width: 100%;height: 32px;}
.widget img{max-width: 100%;height: auto;}
#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; 
}
p {
    font-size: 16px;
}
#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: #999999;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;}
.basic-blog-area 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;
}
.basic-blog-area table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.basic-blog-area table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 #sidebar ul li ul{display: none;}
 #sidebar label{display: none;}
.widget.widget_nav_menu{clear: both;}
.alignnone{width: auto!important;}
.alignleft{margin-right: 10px;float: left;}
.alignright{margin-left: 10px;float: right;}
.aligncenter{margin: auto;}
.alignleft img, .alignright img, .aligncenter img, .alignnone img{height: auto;margin-bottom: 5px;}
.widget_text{margin-bottom: 20px;}
.widget ul.children, .widget ul.sub-menu{display: none;}
.post-password-form input[type=password]{margin-left: 10px;margin-right: 10px;height: 35px;}
.post-password-form input[type=submit]:hover{
    background: transparent;
    border-color: var(--primary-color);
    color: #333;
    text-decoration: none;
}
.post-password-form input[type=submit]{
    background: var(--primary-color) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: dosis;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 700;
    margin-top: -4px;
}
.post-content iframe{width: 848px;height: 477px;}
/*export theme*/
ul.pagination .current{
    background: var(--primary-color) none repeat scroll 0 0!important;
    border-color: var(--primary-color)!important;
    color: #ffffff!important;
}
.widget-posts-image img{height: 44px;}
.logged-in .sticky,.logged-in .headroom{top: 32px;}
.comments ul.children{padding-left: 20px;}
.form-submit input.submit{
    background: var(--primary-color) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: dosis;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 700;
    padding: 13px 31px;
}
.form-submit input.submit:hover{
    background: transparent;
    border-color: var(--primary-color);
    color: #333;
    text-decoration: none;
}
.post-thumbnail-masonry img{
    max-width: 100%;
    height: auto;
}
.work-tag span:last-child{display: none!important;}
img.hei-config{height: 350px;}
ul.tag-hide li{float: left;margin-right: 10px;list-style: none!important;}
p.tags{font-weight: bold;}
.post-content ul, .post-content ol{padding-left: 20px;}
.post-content ul li, .post-content ol li{list-style: decimal;}
.comment-text ul, .comment-text ol{padding-left: 20px;}
.comment-text ul li, .comment-text ol li{list-style: decimal;}
span.featured-post{color: red!important;font-weight: 500;float: right;font-size: 20px;padding-right: 10px;}
.config h2.post-title{float: left;}
.comment-text h1{font-weight: 400!important;}
.widget ul li a{margin-right: 10px;}
.s-none{text-align: center;}
.s-none .widget{width: 80%;padding-top: 30px;margin: auto;}
.widget_text img{margin-bottom: 5px;}

.config .post-title{
    margin-left: 15px;
    margin-right: 15px;
}

.widget{
    overflow: hidden;
}
.post-content ul li, .comment-text ul li{
    list-style: disc;
}
img{
    height: auto;
}
.post-header .post-meta{
    margin-bottom: 10px;
}
#respond{
    padding-top: 130px;
    margin-top: -130px;
}
.comment-form ul.children{
    padding-left: 10px!important;
}
p{
    line-height: 28px;
}
.post{
    overflow: hidden;
}
.s-none{
    text-align: left;
}
.s-none .widget{
    float: left;
}

.mean-container a.meanmenu-reveal {
   
}
.widget_archive label.screen-reader-text, .widget_categories label.screen-reader-text{
    display: none!important;
}
span.featured-post{
    font-size: 14px;
    padding-right: 17px;
    font-weight: 600;
}
a.post-more{
    font-weight: 600!important;
    text-transform: uppercase;
}

.about-text ul li {
    color: #333;
}

.process-item .process-item-icon span {
    color: #333;
}

.testimonial-box blockquote {
    color: #333;
}

.pricing-table {
    color: #000;
}

#contact-form br {
	display: none;
}

#contact-form .wpcf7-spinner {
	display: none;
}

.post-meta a[rel="author"] {
    text-transform: capitalize;
}

.widget ul li a {
    color: #333;
}

.widget ul.recent-posts li h6.widget-posts-title {
    margin-bottom: 5px;
}

.related-post-2 .portfolio-thumb {
    max-height: 360px;
}

.dialog-lightbox-widget {
    display: none!important;
}