/*
Theme Name:     Portfolio Press Child
Theme URI:      http://deviator.si
Description:    Child theme for the Portfolio Press theme
Author:         Nova deViator
Author URI:     http://deviator.si
Template:       portfolio-press
Version:        0.0.1
*/

@import url("../portfolio-press/style.css");

/*
h1, h2, h3, h4, h5, h6, #logo #site-title, #logo #site-description, .archive-meta, #nav-below {
        font-family: sans; }
*/

h1, h2, h3, h4, h5, h6 {
        font-family: 'Anaheim', sans;
}


.entry-content a {
    color: #0073aa
}

a:active, a:focus, a:hover {
    color: #0096dd
}

table,td,tr {
	border:0;
}

.archive-meta, #nav-below  {
	font-family: 'Open Sans', sans; }

#logo #site-title {
	font-family: 'Open Sans', sans;
	font-weight:800;}

#logo #site-title a {
	color: #eee;
	font-size:33px;
}

#logo #site-description {
	font-family: 'Open Sans', sans;
	font-style: italic;
}


/* body { font: 14px/18px sans, sans-serif; } */

.entry-content h2 { padding-top:1em; }

/* correct center text on thumbnails in portfolio */
.portfolio-view .hentry h3 { 
	width:100%; 
	top:20%; }

/* return left-aligned text in menus */
.primary-navigation ul ul {
	text-align: left; }


.entry-content blockquote {
    font-size: 14px;
        font-style: italic;
}


header.entry-header div.entry-meta { text-align:right; }

footer.entry-meta { padding-top:2em;}

.post-573 li {
	display: inline;
	padding-right:1em; }

.eo-events-shortcode {
        list-style-type: none;
}

ul.eo-events-shortcode {
    display:none;
}

table.eo_events {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #bbb;
}

.eo_events > tbody > tr > td > p {
    display: none;
}

.eo_events > tbody > tr > td > li {
    display: none;
}

.eo_events > tbody > tr > td {
    text-align: left;
    vertical-align:top;
    padding:0;
    margin:0;
    padding-left:1em;
}

  

.eo-events-widget li {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}


.wp-caption { 
	padding:0px; }

.wp-caption img {
	display: block;
	margin: 4 auto;
	max-width: 95%;
}

#branding {
	background:#444;
	background: url("/wp-content/themes/portfolio-press-child/debut_dark.png");
}

#main {
	background: url("/wp-content/themes/portfolio-press-child/grey.png");
	background-attachment:fixed;
}


.archive #content article {
        margin-top:50px;
	margin-bottom:100px;
}

.portfolio-view #content article {
	margin-top: 0px;
	margin-bottom:0px;
}


footer.entry-meta:before, footer.entry-meta:after {
	height: 0px;
}

footer.entry-meta:before {
	border-bottom: #ddd solid 1px;
}


.archive-meta:after {
	height: 0px;

}

ul.tweets li {
	padding-bottom:8px;
	border-bottom: #ddd solid 1px;
	margin-bottom:8px;
}

div.gtfp.patreon-campaign-info {

    margin-left: 0px !important;
}




@media (max-width: 480px) {
	#navigation .menu-toggle {
		font: 14px/18px sans, sans-serif;
	}
}

	



