/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU Ge/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

.wp-post-image{
height:auto;
}

#wrapper{
padding:0 2em 0 2em;
}
.custom-logo-link{
float:left;
}
.custom-logo{
margin-left:2em;
max-height:30px; /* SAME AS MENU HEIGHT */
width:auto;
}
#menu{
z-index:9999;
margin-left:-2em;
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#cssmenu {
float:left;
	height: 30px;
	display: block;
	padding: 0;
	margin: 0;
	width: auto;
}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
	}
#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 6px 15px;
	text-align: center;
	text-decoration: none;
}
#cssmenu > ul > li > a:hover {
}
#cssmenu > ul > li:first-child > a {
}
#cssmenu > ul > li > a:after {
	content: '';
	position: absolute;

	z-index: 99;
}
#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
	content: '';
	position: absolute;

	right: 6px;
}
#cssmenu > ul > li.has-sub:hover > a:before {

}
#cssmenu ul li.has-sub:hover > a {
	padding-bottom: 13px;
	padding-top: 6px;
	z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: auto;
	position: absolute;
	top: 30px;
	padding: 10px 0;
	background: #ccc;
	z-index: 999;
}
#cssmenu ul li > ul {
	min-width: 200px;
}
#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}
#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 0px 20px;
	text-decoration: none;

}
#cssmenu ul ul a:hover {
}
#cssmenu > ul > li.has-sub > a:hover:before {
}



//unordered list within an unordered list
#menu ul ul{
}

// unordered list if there is drop down items
#menu li ul{
}

// each drop down navigation item
#menu li li{
}

// each drap down navigation item anchor
#menu li li a{
}



#search{
float:right;
}
.clear{
clear:both;
}
.entry-title{
display:none;
}
#site-title{
display:none;
}
#site-description{
display:none;
}
#site-header{
margin:50px 0 20px 0;
/*same amount as menu height*/
}
#site-header img{
width:100%;
}

.pt-cv-wrapper, .btn-success{
background:none !important;
border:none !important;
color:#202020 !important;
padding:0 !important;
margin:0 !important;
}

.wp-show-posts{
margin-top:2em;
}
.wp-post-image{
width:100%;
}

#wrapper{
padding:0 2em 0 2em;
}

#menu{
position:fixed;
width:100%;
top:0;
background:#ebebeb;
line-height:30px;
height:30px;
}
#menu li{
float:left;
margin-left:10px;
}
#menu li a{
text-transform:uppercase;
color:#202020;
text-decoration:none;
}

#search{
float:right;
}
.clear{
clear:both;
}
.entry-title{
display:none;
}
#site-title{
display:none;
}
#site-description{
display:none;
}
#site-header{
margin:50px 0 20px 0;
/*same amount as menu height*/
}
#site-header img{
width:100%;
}

.pt-cv-wrapper, .btn-success{
background:none !important;
border:none !important;
color:#202020 !important;
padding:0 !important;
margin:0 !important;
}

.wp-show-posts{
margin-top:2em;
}
.wp-post-image{
width:100%;
}