/* #######################################################################

	Theme Name: Preface Child
	Theme URI: http://preface.wpengine.com
	Description: Child theme for Preface
	Author: MeanThemes
	Author URI: http://meanthemes.com/
	Template: preface
	Version: 0.0.1

######################################################################## */

body, p{
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 115%;
    line-height: 1.3;
}

p a{
	font-style: italic;
	text-decoration: underline;
}

p a:hover{
	font-style: italic;
	text-decoration: underline;
	color: #808080;
}

.menu-item a{
	font-size: 115%;
}

.current-menu-item a{
	border-bottom: 5px solid rgba(0,0,0,0.1);
}

.single-post .main .inner p:first-of-type {
    font-size: 115% !important;
}

h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
    font-family: 'Cormorant SC', serif !important;
}

.mean-container .mean-bar{
    background-color: #f6f4f4;
}

.mean-container a.meanmenu-reveal{
    color: #404040;
}

.mean-container a.meanmenu-reveal span {
    background: #404040;   
}

.mean-container .mean-nav ul li a{
    background: #f6f4f4;
    color: #404040;
    text-align: center;
}

.mean-container .mean-nav ul li a:hover{
    background: #cccccc;   
}

.blog-title{
    font-family: 'Cormorant SC', serif !important;
	 font-size: 8rem;
	 text-transform: uppercase;
}

header.header.socials-active {
    padding-top: 100px;
    padding-bottom: 140px;
}

@media only screen and (max-width:31.25em) { 
	header.header.socials-active {
    padding-bottom: 100px;
}
}

.page-template-t-homepage-php header.header {
    margin-bottom: -745px;
    padding: 100px 30px 750px 30px;
}

.louisa-home{
    margin: 0;
}

.item-content{
    position: relative;
}

.homeitem-207 .inner{
  padding: 0 !important;
  font-size: 120%;
}

header.header .socials{
    background-color: #404040;
}

a.social{
    opacity: 0.4;
}

.page-template-t-homepage-php .item-callout .inner{
    display: table;
}

.btn-content .btn:hover{
    background-color: white;
}

/* News */

ul.meta.top{
    display: none;
}

ul.sharer{
    display: none;
}

.inner p img.alignnone, .inner div.alignnone{
    max-width: 75%;
        display: block;
    margin: 2.5rem auto 2.5rem auto;
}

/* About */

.page-id-252 .alignnone{
	    max-width: 55% !important;
        display: block !important;
    margin: 2.5rem auto 2.5rem auto !important;
}

/* Books */

.t-books .filter{
    display: none;
}

.book-details{
    padding-top: 0px;
}

.book-content{
    width: 100%;
    font-size: 115%;
    line-height: 1.3;
}

.book-content div{
    margin-bottom: 2rem;
}

.book-details ul{
    font-size: 115%;
    margin: 1em 0;
    line-height: 1.3;
}

.quote-rating-5{
    display: none;
}

.quotemark{
    padding: 0px 10px 0px 10px;
    width: 90%;
    margin-bottom: 0px !important;
    margin: 25px auto 0px auto;
    text-align: left;
    font-size: 110%;
}

.quote-source {
    margin-top: 15px;
    font-size: 75%;
    text-align: right;
    position: relative;
}

.single-book .main-wrap {
    margin: 0 auto;
    max-width: 1210px;
}

.single-book section.main{
    margin: 0 auto;
    width: 100%;
    max-width: 1310px;
}

.single-book a.button.grey{
    margin-right: 5px;
}

.single-book a.button.grey{
	font-size: 115%;
}

.single-book a.button.grey:hover{
	color: white !important;
	background: #3e4345 !important;	
}

/* Songs */
.page-id-198 .main-wrap {
    margin: 0 auto;
    max-width: 1210px;
}

.page-id-198 section.main{
    margin: 0 auto;
    width: 100%;
    max-width: 1310px;
}

button:hover, input[type="submit"]:hover, .form-submit input:hover, a.btn:hover{
	color: white !important;
	background: #404040;
}

.songs-logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	margin-bottom: 30px;
}

/* News */
.category-news .searching{
	text-align: center;
}

/* Hide recaptcha */

.grecaptcha-badge{
	visibility: hidden;
}