@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');.entry-meta {
	display: none; }

#logo #site-title a {
    margin: 0 0 12px 0;
    color: #000;
	font-family: 'Playfair Display';
    font-size: 48px;
	text-align: left;
	border-bottom: 0px solid #330000;
	
}

#logo #site-description {
    color: #000;
		font-size: 18px;
    font-style: normal;
	  text-align:left;
		font-family: 'Playfair Display' ;
    padding: 5px 6px;
}


.primary-navigation a{ 
	color: #000;
}

.primary-navigation ul li.current-menu-item > a, .primary-navigation ul > li:hover > a {
    border-radius: 2px;
    color: #330000;
}


.sub-menu {
}

.menu-toggle::before {
	font-family: 'Playfair Display' ;
    display: inline-block;
    margin-right: 10px;
    color: #000;
    font: bold 18px/1 PortfolioPressCustom;
    vertical-align: text-bottom;
    text-decoration: inherit;
    content: "\e812";
    -webkit-font-smoothing: antialiased;
}


.primary-navigation ul ul a:hover {
    color: #000;
}

@media screen and (min-width: 780px){.primary-navigation ul ul a {
    padding: 8px 12px 8px 12px;
    color: #fff;
}

.primary-navigation ul ul a:hover {
    padding: 8px 12px 8px 12px;
    color: #000;
}
}

.menu-toggle {
    position: absolute;
    top: 45px;
    right: 20px;
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

@media screen and (min-width: 780px){
.primary-navigation ul ul {
    display: none;
    position: absolute;
    z-index: 200;
    top: 45px;
    left: 0;
    width: 200px;
    border-radius: 3px;
    background: #999;
    text-align: center;
}
}
@media screen and (min-width: 780px){
	.primary-navigation ul ul:before {
		position: absolute;
		top: -8px;
		left: 50%;
		margin-left: -8px;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #999;
		border-left: 8px solid transparent;
		content: " ";
	}
}

body {
	background-color:#fff; 
	font-family: "Playfair Display";
}

h1.entry-title{
    display:none;
	font-family: 'Playfair Display', serif;
}

h1.archive-title{
	font-family: 'Playfair Display';

	
}
#comments.comments-area {
	display:none;
}

.entry-header {
	border: none;
}

#colophon {
    display: block;
    padding: 30px 0;
    border-top: 0;
    background: none;
}

.contact-form textarea {
	display: block }

textarea {
    display: none;
}

div.jp-carousel-buttons a {
	display: none;
}

.jp-carousel-buttons {
	display: none;
}

#colophon #site-generator p {
    margin: 0;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
