/*   
Theme Name: Janice Blake - Writer & Author
Theme URI: http://deeblake.com
Description: Minimalist hild theme
Version: 1.0
Template: charm
*/

/********************************
 *
 * Global
 *
 *******************************/
* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body, button, input, select, textarea {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.025em;
}
.main:after {
	content: '';
	display: block;
	clear: both;
}
.page-content {
	width: 100%;
}
.row {
	margin-right: -20px;
	margin-left: -20px;
}
.row:before, .row:after {
	display: table;
	content: " ";
}
.container-jb .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.column {
	display: inline-block;
	vertical-align: top;
}
.col6, .col4, .col5, .col7 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
.col4 {
	width: 33%;
}
.col5 {
	width: 40%;
}
.col6 {
	width: 49.8%;
}
.col7 {
	width: 59.8%;
}
.col12 {
	width: 100%;
	padding: 0 20px;
}
.center {
	text-align: center;
}
body.home .page-header-content a {
	position: relative;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	background-color: #333;
	max-width: 200px;
	margin: 10px auto 0 auto;
	padding: 10px 0px;
}
body.page .post-share {
	float: none;
}
.top-menu > li:not(:first-child):before {
	position: absolute;
	top: 11px;
	left: -20px;
	width: 2px;
	height: 2px;
	background-color: #272B2F;
	content: "";
}
.top-menu ul li {
	color: #272B2F;
}
.top-menu a {
	position: relative;
	font-weight: 900;
}
.site-logo a {
	font-weight: 900;
}
nav li.facebook a, nav li.instagram a {
	color: transparent;
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 26px;
	padding-left: 26px;
}
/* for mobile nav, turn off social icons and just show names */
nav ul.toggled-on li.facebook, nav ul.toggled-on li.instagram {
	background: none;
}
nav ul.toggled-on li.facebook a, nav ul.toggled-on li.instagram a {
	color: #FFFFFF;
	overflow: visible;
	width: auto;
	height: auto;
	padding-left: 0;
}
.copy.bottom {
	margin-top: 65px;
	padding-top: 45px;
	border-top: 1px solid #333333;
}
.lead-in {
	font-weight: 300;
	font-size: 22px;
	line-height: 35px;
	font-style: italic;
	color: #424446;
}
.vert-middle {
	display: inline-block;
	vertical-align: middle;
}
div.section {
	margin-bottom: 65px;
}
div.section h2 {
	margin-bottom: 30px;
	border-bottom: 1px solid #272B2F;
	font-weight: bold;
}
.page-header-content {
	display: none;
}
.page-title-body {
	margin-bottom: 40px;
}
.page-title-body h1 {
	font-size: 30px;
	line-height: 34px;
	text-align: center;
}
/******************************
 *
 * Home
 *
 ******************************/
.top-quote {
	border-left: 1px solid #676767;
	margin: 0 auto 75px;
	padding-left: 25px;
}
.top-quote h2 {
	text-transform: none;
	font-style: italic;
	color: #676767;
	font-weight: 300;
	max-width: 620px;
	text-align: left;
	line-height: 30px;
	font-size: 23px;
}


/* Social */
ul.social {
	list-style: none;
	max-width: 78px;
	margin: 30px auto 0 auto;
}
ul.social li {
	float: left;
	padding: 0 3px;
}
ul.social li a {
	display: block;
	height: 20px;
	width: 20px;
}
.social-contact ul.social {
	margin: 0 0 0 -7px;
}
.social-contact ul.social li:first-child {
	padding: 0;
}
.instagram {
	background: url("assets/instagram-iso-black.png") no-repeat;
	background-size: 20px 20px;
}
.facebook {
	background: url("assets/facebook-iso-black.png") no-repeat;
	background-size: 20px 20px;
}
.twitter {
	background: url("assets/twitter-iso-black.png") no-repeat;
	background-size: 20px 20px;
}
.wordpress {
	background: url("assets/wordpress-icon.png") no-repeat;
	background-size: 20px 20px;
}

/******************************
 *
 * Contact
 *
 *****************************/
.social-contact {
	margin: 20px 0;
}
.social-contact:after {
	content: '';
	display: block;
	clear: both;
}
.social-contact ul.social {
	max-width: 100%;
}
.social-contact ul.social li a {
	width: 26px;
	height: 26px;
}
.social-contact ul.social .facebook, .social-contact ul.social .wordpress, .social-contact ul.social .instagram {
	background-size: 26px 26px;
}
/******************************************
 *
 * Press
 *
 ******************************************/
.blog-area .type-press {
	display: inline-block;
	width: calc(50% - 40px);
	margin-right: 40px;
}
.type-press {
	margin-bottom: 75px;
}
.blog-area .type-press:nth-child(even) {
	margin-right: 0;
}
.post-more a {
	font-size: 12px;
}
/*.post-more {
	display: inline-block;
	padding: 7px 14px;
	border: 3px double #272B2F;
	font-size: 9px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.post-more:hover {
	border-color: #fff;
	background-color: #272B2F;
	color: #fff;
}*/
.post-footer {
	overflow: hidden;
	margin-top: 24px;
	text-align: center;
}
.widget_archive li:before, .widget_categories li:before, .widget_links li:before, .widget_meta li:before, .widget_nav_menu li:before, .widget_pages li:before, .widget_recent_comments li:before, .widget_recent_entries li:before {
	display: none;
}
.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
	position: relative;
	margin-left: 0;
}
.widget_archive a, .widget_categories a, .widget_links a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a {
	position: relative;
}
.widget_archive a:after, .widget_categories a:after, .widget_links a:after, .widget_meta a:after, .widget_nav_menu a:after, .widget_pages a:after, .widget_recent_comments a:after, .widget_recent_entries a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: 0;
	width: 0;
	height: 1px;
	background-color: #272B2F;
	content: "";
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}
.widget_archive a:hover:after, .widget_categories a:hover:after, .widget_links a:hover:after, .widget_meta a:hover:after, .widget_nav_menu a:hover:after, .widget_pages a:hover:after, .widget_recent_comments a:hover:after, .widget_recent_entries a:hover:after {
	width: 100%;
	margin-left: -50%;
}
.widget_archive a:hover, .widget_categories a:hover, .widget_links a:hover, .widget_meta a:hover, .widget_nav_menu a:hover, .widget_pages a:hover, .widget_recent_comments a:hover, .widget_recent_entries a:hover {
	color: #272B2F;
}
body.blog .page-title-body {
	margin-bottom: 75px;
}
.post-header {
	text-align: left;
}
.post-more {
	text-align: left;
}
.single-post h1.page-title {
	margin-top: 75px;
}
/******************************************
 *
 * Blog
 *
 ******************************************/
body.blog .page-content {
	float: left;
	width: 640px;
}
body.single-post .page-content {
	width: 640px;
}
@media only screen and (min-width: 981px) {
	body.archive .page-content {
		float: left;
		width: 640px;
	}
}
body.blog article.type-post {
	border-bottom: 1px solid #bbb;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
/******************************************
 *
 * Books Page
 *
 ******************************************/
.intro {
	margin-bottom: 40px;
}
.book-title {
	margin: 10px 0 7px;
	font-size: 20px;
}
.post-navigation {
	margin-top: 20px;
}
.bottom-copy {
	margin-top: 40px;
	border-top: 1px solid #bbb;
	padding-top: 40px;
}
.page-template-template-books .col6 {
	margin-bottom: 40px;
}
.buy {
	font-weight: 900;
}
/*.book-thumb {
	max-height: 274px;
	overflow: hidden;
}*/
.related-posts-wrapper {
	margin-top: 50px;
}
.related-posts {
	margin-left: -20px;
	margin-right: -20px;
}
/******************************************
 *
 * Events
 *
 ******************************************/
ul.events {
	list-style-type: none;
	margin: 0;
}
ul.events li {
	margin-bottom: 45px;
}
ul.events li > div.column {
	padding-left: 0;
}
.event-date {
	margin-bottom: 10px;
}
.event-date span {
	margin-left: 5px;
}
.event-desc, .event-location {
	margin-bottom: 15px;
}
ul.events h3 {
	font-weight: bold;
}
ul.events a {
	color: #867346;
	font-weight: 600;
}

h2.bottom-header {
	margin-top: 50px !important;
	padding-top: 35px;
	border-top: 1px solid #272B2F;
}
@media only screen and (max-width: 767px) {
	ul.events div.column {
		width: 100%;
		padding-right: 0;
	}
	ul.events div.column > img {
		margin-bottom: 15px;
	}
	ul.events li {
		margin-bottom: 45px;
	}
}
.post-content a {
	color: #867346;
	font-weight: 600;
}
/******************************************
 *
 * Footer
 *
 ******************************************/
.site-footer {
	width: 100%;
	border-top: 1px solid #272B2F;
}
.site-footer-container {
	width: 940px;
	margin: 0 auto;
}
.footer-menu {
	margin-top: 10px;
}
.footer-menu #menu-footer-menu {
	float: left;
	font-size: 11px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.footer-menu li.facebook a, .footer-menu li.instagram a, .footer-menu li.twitter a {
	color: transparent;
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 26px;
	padding-left: 26px;
}
.footer-menu a {
	position: relative;
}
.footer-menu a:before {
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 0;
	height: 1px;
	margin-left: 0;
	background-color: #272B2F;
	content: "";
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

.footer-menu a:hover:before {
	width: 100%;
	margin-left: -50%;
}

.footer-menu ul {
	margin: 0;
}
ul#menu-footer-menu li:first-child {
	margin-left: 0;
}
.footer-menu li {
	list-style: none;
	position: relative;
	float: left;
	margin-left: 36px;
}

.footer-menu li:before {
	position: absolute;
	top: 9px;
	left: -21px;
	width: 2px;
	height: 2px;
	background-color: #272B2F;
	content: "";
}

.footer-menu li:first-child:before {
	display: none;
}

.footer-menu ul ul {
	z-index: 999;
	position: absolute;
	top: 35px;
	left: -999em;
	width: 180px;
	padding: 15px 20px;
	background-color: #272B2F;
	font-size: 9px;
}

.footer-menu ul ul:before {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 15px;
	content: "";
}

.footer-menu ul li:hover > ul {
	left: -20px;
}

.footer-menu ul ul a {
	color: #fff;
}

.footer-menu ul ul a:before {
	background-color: #fff;
}

.footer-menu li li {
	margin-left: 0;
	padding: 5px 0;
}

.footer-menu li li:last-child {
	margin-bottom: 0;
}

.footer-menu li li:before {
	display: none;
}

.footer-menu ul ul ul {
	top: -15px;
}

.footer-menu ul ul ul:before {
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
	height: 100%;
	content: "";
}

.footer-menu ul ul li:hover > ul {
	left: calc(100% - -20px);
}

.footer-menu ul ul li {
	width: 100%;
}

.footer-menu ul ul .menu-item-has-children > a:after {
	padding-left: 5px;
	font-family: "FontAwesome";
	font-size: 8px;
	content: "\f105";
}

.site-copyright {
	float: right;
}
/**
 * -----------------------------------------------------------------------------
 * Responsive
 * -----------------------------------------------------------------------------
 */
@media only screen and (max-width: 980px) {
	.col6 {
		width: 100%;
		margin: 25px auto;
	}
	.page-template-template-about .col6 {
		text-align: center;
	}
	.page-template-front-page .salon-photo-container {
		margin-top: 45px;
		padding-top: 45px;
	}
	.site-footer-container {
		width: 728px;
	}
	body.blog .page-content {
		float: none;
		width: 100%;
	}
	body.single-post .page-content {
		width: 100%;
	}
	.services-container .column.col6 p span.service-name {
		max-width: 70%;
	}
}
@media only screen and (max-width: 768px) {
	.col6 {
		width: 100%;
	}
	.products-container ul li {
		padding: 0 3% 20px 3%;
	}
	.products-container ul li img {
		max-width: 70%;
	}
	.alternate-date {
		margin-right: 45px;
	}
	.page-template-template-contact .page-content article {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.page-template-template-contact .page-content .contact-area {
		float: none;
		width: 100%;
	}
	.site-footer-container {
		width: 440px;
	}
	.footer-menu #menu-footer-menu {
		margin: 0 auto;
		width: 268px;
		float: none;
		overflow: hidden;
	}
	.footer-menu li {
		margin-left: 16px;
		float: none;
		display: inline-block;
		vertical-align: middle;
		height: 30px;
	}
	.footer-menu li:before {
		left: -11px;
	}
	.site-copyright {
		float: none;
		clear: both;
		margin-top: 10px;
	}
	.blog-area .type-press {
		margin-right: 0;
	}
}
@media only screen and (max-width: 641px) {
	.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
		width: 100% !important;
	}
}
@media only screen and (max-width: 480px) {
	.page-header {
		margin-bottom: 0;
	}
	.site-footer-container {
		width: 280px;
	}
	.footer-menu {
		width: 100%;
	}
	.footer-menu #menu-footer-menu {
		width: 57%;
		text-align: center;
	}
	.footer-menu #menu-footer-menu li {
		position: relative;
		text-align: center;
	}
	.footer-menu li:nth-child(3):before {
		background-color: transparent;
	}
}