/*
 Theme Name:   Dark Draft
 Theme URI:    https://thepixeltribe.com/template/draft-portfolio/
 Description:  Draft Portfolio is for photographers, designers & anyone else who'd like to build an amazing portfolio.
 Author:       Denis Bosire
 Author URI:   https://thepixeltribe.com
 Template:     Draft-Portfolio
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: 		   translation-ready, custom-background, custom-menu, threaded-comments, blog, portfolio, photography
 Text Domain:  draft-portfolio
*/

.site-header, .site-content, .center {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.grid-wide {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
body {
	background: #000;
	color: #eee;
}
a,
a:visited {
	color: #eee;
}
.entry-title a,
h1.site-title a {
    color: #fff;
}
.single .post .entry-title, .page .entry-title, .archive .entry-title {
	color: #eee;
}
.home .post .entry-title {
    font-size: 1.025rem;
    color: #777;
}

a.th {
    min-height: 150px;
    background: transparent;
    line-height: 0;
    padding: 0;
    margin: 0;
}
.hentry {
	width: auto;
	padding: 0;
}

.content-area {
    width: 100%;
    max-width: 100%;
}
.masonry .entry-content {
	margin: 0;
}
.masonry [class*='col-'] {
	padding: 0;
}

.site-footer {
	background: transparent;
}
/*Menu*/
#cssmenu>ul>li>a {
  color: #fff;
}
#cssmenu>ul>li:hover>a, #cssmenu>ul>li.active>a {
	color: #f5f5f5;
}
#cssmenu>ul>li.has-sub>a:after {
	background: transparent;
}