/*
Theme Name: PamelaGeller
Theme URI: https://github.com/ZeekInteractive/pamela-geller
Author: Zeek Interactive
Author URI: http://zeek.com
Description: Description
Version: 2.0.032
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pamela-geller
Tags: Foundation, sass, gulp

PamelaGeller is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

*/

.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6
{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	text-transform: none;
}

.carousel-title
{
	font-size: 2em;
	color: #000;
}

.headline-item
{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 550;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-size: 1em;
}

.post-card-title
{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
}

.home .post-card-img,.home .headline-carousel-img img
{
	width: 100%;
	box-shadow: 0 0 1px 0px rgb(0 0 0 / 40%), 0 0 3px 1px rgb(255 255 255 / 90%), 5px 15px 16px -16px rgb(0 0 0 / 25%);
	transition: all 1.5s ease;
	line-height: 0;
}

.code-wrap-label
{
	text-align: center;
	font-size: 12px;
	color: #999;
	font-weight: 500;
}

.popular-category-list li {
    box-shadow: 0px 0px 1px 0px #000;
    margin: 0 0 18px;
}






@media screen and (max-width:631px) {
body.single .entry-container {
    border-right: none;
    padding-right: .625rem;
}
}