/*
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}

/* On screens that are 992px wide or less, go from four columns to two columns */

.widget{
margin-bottom:20px;
}

/********************** LATEST ARTICLES***********************/
.post-date{
display:block;
}

.widget_recent_entries ul li{
margin-top:10px;
padding-bottom:12px;
border-bottom:1px solid rgba(0,0,0,.15);
}
.widget_recent_entries ul li a{
border-bottom:0px solid #000;
}

/***********************'FOTER WIDGETS ***********************/
.widget-area ul li{
float:left;
width:50%;
}

.wp-block-media-text{
padding:2em 0;
}

.wp-show-posts-meta a{
text-decoration:none !important;
}
.wp-show-posts-entry-summary{
margin-bottom:20px !important;
}
.list-title{
margin-top:0px;
border-bottom:0px solid #000;
}


/*********************** TEXT FORMATING **********************/

.widget-title, .widget_recent_entries h3{
border-bottom:0px solid #000;
}

.wp-show-posts-entry-header, .attachment-post-thumbnail, .wp-show-posts-inner :last-child{
margin:0 0 0.5em 0;
}
strong, b{
font-weight:bold;
}
p{
margin-bottom:10px;
}
h1{
margin-bottom:20px;
}

.wp-show-posts-entry-summary, .wp-show-posts-entry-title{
/*word-break:break-word;	*/
-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/********************** RESPONSIVE FORMATING ********************/
@media screen and (max-width: 600px) {
#container{
	margin:80px 0 0px 0; !important
	}
	#sidebar_right{
	margin:0!important;
	padding:0px!important;
	}
	
	body, p{	
	font-size:90% !important;	
	}
	.widget-title, .widget_recent_entries h3, .list-title{
	font-size:120%;
	}
	h1{
	line-height:1.2em;
	font-size:170%;
	}
	.has-huge-font-size, h2{
	font-size:120%
	}
	h3{
	font-size:90%
	}
}

@media screen and (min-width: 601px) {
	
	
	
	
#container{
	margin:80px 0 20px 0;
	/*same amount as menu height*/
	}
	#sidebar_right{
	margin:0!important;
	padding:0!important;
	}
	body, p{
	font-size:100% !important;
	}
	.widget-title, .widget_recent_entries h3, .list-title{
	font-size:130%;
	}
	h1{
	line-height:1.2em;
	font-size:180%;
	}
	h2{
	font-size:130%
	}
	h3{
	font-size:100%
	}
}

@media screen and (min-width: 900px) {



#container{
	margin:80px 0 20px 0;
	/*same amount as menu height*/
	}
	#sidebar_right{
		padding:0 30px 0 30px!important;
	}

	#content{
	float:left;
	width:70%;
	}
	#sidebar_right{
	float:right;
	width:30%;
	}

}



@media screen and (min-width: 1200px) {
	body, p{
	font-size:110% !important;
	}
	.widget-title, .widget_recent_entries h3, .list-title{
	font-size:150%;
	}
	h1{
	font-size:200%;
	}
	h2{
	font-size:150%
	}
	h3{
	font-size:110%
	}
}

#site-header a img{
/*max-width:15%;*/
height:auto;
float:left;
margin-bottom:20px;
margin-top:0px;
}


body, html{
letter-spacing:0.03em;
line-height:1.7em;
}
.clear{
clear:both;
margin-bottom:0px;
}

#footer{
/*position:fixed;*/
display:block;
width:100%;
bottom:0;
background:#fff !important;
border-top:1px solid rgba(0,0,0,.15);
}
aside{
padding:20px 2em 20px 2em;
}
#copyright{
padding:10px 0 10px 0;
margin:50px 0 0 0 !important;
border-top:1px solid rgba(0,0,0,.15);
clear:both;
text-align:center;
}
.entry-summary{
margin-bottom:30px;
}
.entry-footer, .nav-links{
display:none;
}
#responsive-menu-title-image{
margin:20px 0 0 0 !important;
}
.wp-post-image{
height:auto;
}

#branding{
display:none;
float:left;

}
#site-title a{
font-size:200%;
display:block;
text-decoration:none !important;
margin:0 !important;
padding:0 !important;
}
#site-description{
margin-top:20px;
display:block;
font-size:120%;
}

#site-header img{
width:100%;
}
#container{
clear:both;
}

.search-form{
padding-right:2em;
}
#wrapper{

padding:0 2em 0 2em;
}
.custom-logo-link{
float:left;
}
.custom-logo{
margin-right:16px;
margin-left:2em;
max-height:34px; /* SAME AS MENU HEIGHT */
width:auto;
margin-top:8px;
}

.wp-post-image{
margin-bottom:10px;
}

/*********************INPUT******************/



textarea, input{
border-radius:10px !important;
position:relative;
background:#ebebeb !important;
border:none !important;
line-height:20px;
border:1px solid rgba(0,0,0,.15) !important;
top:-3px !important;
padding-left:10px;
}



#menu{
box-sizing:border-box;
position:fixed;
width:100%;
top:0;
background:#fff;
line-height:50px;
height:50px;
border-bottom:1px solid rgba(0,0,0,.15);
z-index:9999;
margin-left:-2em;
}
#menu li{
float:left;
margin-left:10px;
}
#menu li a{
}

#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: 50px;
	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 {
text-transform:none !important;
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}
#cssmenu > ul > li > a {
text-transform:none !important;
	outline: none;
	display: block;
	position: relative;
	padding: 16px 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{
margin-right:10px;
}
#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
	content: '‏‏‎▾';
	position: absolute;
	right: 0px;
}
#cssmenu > ul > li.has-sub:hover > a:before {
}
#cssmenu ul li.has-sub:hover > a {
	padding-bottom: 20px;
	padding-top: 16px;
	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: 50px;
	padding: 0px 0;
	background: #fff;
	z-index: 999;
}
#cssmenu ul li > ul {
	min-width: 200px;
}
#cssmenu ul li > ul li {
width:100%;
border-bottom:1px solid rgba(0,0,0,.15);
border-left:1px solid rgba(0,0,0,.15);
border-right:1px solid rgba(0,0,0,.15);
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}


#cssmenu ul li > ul li a {
text-transform:none !important;
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 0px 20px;
	line-height:50px;
	text-decoration: none;

}
#cssmenu ul li > ul li a:hover {
background:#f2f2f2 !important;
}
#cssmenu ul ul a:hover {
}
#cssmenu > ul > li.has-sub > a:hover:before {
}
.current_page_item a span{
}



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


#search{
float:right;
}
.clear{
clear:both;
}
.page .entry-title{
display:none;
}
article .entry-title{
display:block;
margin-bottom:10px;
}
.pt-cv-wrapper, .btn-success{
background:none !important;
border:none !important;
padding:0 !important;
margin:0 !important;
}




.wp-post-image, .wp-show-posts-inner .wp-show-posts-image a img{
height:auto !important;
width:100% !important;
display:block !important;
}
.wp-post-image{
padding-bottom:6px !important;
}
.entry-meta{
margin-bottom:12px !important;
}

.wp-show-posts-inner{
position:relative;
width:100%;
display:block;
margin:
}

.wp-show-posts{
margin-top:2em;

}