/*
  Theme Name:	Perle Child Theme
  Description:  Child theme for Perle
  Template:    	perle  
  Version:      1.0
*/

@import url("../perle/style.css");

.post-content {
	display: inline-block;
	width: 75%;
}

.post-content h3 { 
	clear: none; 
}

.post-content a {
	color: #95AFB5; 
}

.post-content a:hover {
	color: #c9211c; 
}

.size-full {
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", serif;
	font-weight: normal; 
}

.bottom {
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
}

.three-quarter {
	width: 75% !important;
}

.search-submit-2 {
	width: 30px !important;
	margin-top: 16px !important;
	height: 23px !important;
}

.search-submit-sidebar {
	width: 30px !important;
	height: 40px !important;
}

.page-content {
	width: 75% !important;
}

/*Logo color and size */
.site-title > a {
	color: #c9211c;
	font-size: 50px;
}

@media (max-width: 1022px){
	#search-form-header {
		display: none !important;
	}
}

#search-form-header {
	width: 70%;
}

.search-field {
	height: 16px;
	margin-top: 16px;
}

.search-form {
	width: 75%;
	display: inline-block;
}
.share-page {
	float: none !important;
	padding: 0 !important;
}

